diff --git a/CHANGELOG.md b/CHANGELOG.md index 1dde5661..b4ee7e40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,10 @@ - feat(Icons): add `CoreUI Icons` set - feat(Tabs): add missing feat `tabs` - feat(Charts): add `CustomTooltips`, fix tooltip `chartId` issue +- refactor: move `scss` to `assets` +- refactor: IE polyfills +- chore: dependencies update +- chore: cleanups other: diff --git a/package.json b/package.json index 8a01d45c..3f008219 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "vue-router": "^3.0.1" }, "devDependencies": { - "autoprefixer": "^8.5.0", + "autoprefixer": "^8.5.1", "babel-core": "^6.26.3", "babel-eslint": "^8.2.3", "babel-helper-vue-jsx-merge-props": "^2.0.3", @@ -61,7 +61,7 @@ "eslint-loader": "^2.0.0", "eslint-plugin-import": "^2.12.0", "eslint-plugin-node": "^6.0.1", - "eslint-plugin-promise": "^3.6.0", + "eslint-plugin-promise": "^3.8.0", "eslint-plugin-standard": "^3.0.1", "eslint-plugin-vue": "^4.4.0", "extract-text-webpack-plugin": "^3.0.2",