chore: dependencies update

This commit is contained in:
xidedix
2018-06-26 18:56:47 +02:00
parent 3f5225875b
commit 90a39f68c7
2 changed files with 20 additions and 9 deletions
+11
View File
@@ -1,5 +1,16 @@
## [vue](./README.md) version `changelog` ## [vue](./README.md) version `changelog`
##### `v2.0.0-next`
- fix: typo `DafaultAside` to `DefaultAside` - thanks @DamianLion
- chore: update `@coreui/coreui` to `2.0.3`
- chore: update `@vue/cli-plugin-babel` to `3.0.0-rc.3`
- chore: update `@vue/cli-plugin-e2e-nightwatch` to `3.0.0-rc.3`
- chore: update `@vue/cli-plugin-eslint` to `3.0.0-rc.3`
- chore: update `@vue/cli-plugin-unit-jest` to `3.0.0-rc.3`
- chore: update `@vue/cli-service` to `3.0.0-rc.3`
- chore: update `@vue/test-utils` to `3.0.0-rc.3`
- chore: update `babel-jest` to `23.2.0`
##### `v2.0.0-beta.5` ##### `v2.0.0-beta.5`
- chore: move tooling to `vue-cli v3.0.0-rc.2` - chore: move tooling to `vue-cli v3.0.0-rc.2`
- refactor: move from `static/img` to `public/img` dir - refactor: move from `static/img` to `public/img` dir
+9 -9
View File
@@ -14,7 +14,7 @@
"test:e2e": "vue-cli-service test:e2e" "test:e2e": "vue-cli-service test:e2e"
}, },
"dependencies": { "dependencies": {
"@coreui/coreui": "^2.0.2", "@coreui/coreui": "^2.0.3",
"@coreui/coreui-plugin-chartjs-custom-tooltips": "^1.2.0", "@coreui/coreui-plugin-chartjs-custom-tooltips": "^1.2.0",
"@coreui/icons": "^0.2.0", "@coreui/icons": "^0.2.0",
"@coreui/vue": "^2.0.0-beta.2", "@coreui/vue": "^2.0.0-beta.2",
@@ -28,19 +28,19 @@
"perfect-scrollbar": "^1.4.0", "perfect-scrollbar": "^1.4.0",
"simple-line-icons": "^2.4.1", "simple-line-icons": "^2.4.1",
"vue": "^2.5.16", "vue": "^2.5.16",
"vue-chartjs": "^3.3.1", "vue-chartjs": "^3.3.2",
"vue-perfect-scrollbar": "^0.1.0", "vue-perfect-scrollbar": "^0.1.0",
"vue-router": "^3.0.1" "vue-router": "^3.0.1"
}, },
"devDependencies": { "devDependencies": {
"@vue/cli-plugin-babel": "^3.0.0-rc.2", "@vue/cli-plugin-babel": "^3.0.0-rc.3",
"@vue/cli-plugin-e2e-nightwatch": "^3.0.0-rc.2", "@vue/cli-plugin-e2e-nightwatch": "^3.0.0-rc.3",
"@vue/cli-plugin-eslint": "^3.0.0-rc.2", "@vue/cli-plugin-eslint": "^3.0.0-rc.3",
"@vue/cli-plugin-unit-jest": "^3.0.0-rc.2", "@vue/cli-plugin-unit-jest": "^3.0.0-rc.3",
"@vue/cli-service": "^3.0.0-rc.2", "@vue/cli-service": "^3.0.0-rc.3",
"@vue/test-utils": "^1.0.0-beta.19", "@vue/test-utils": "^1.0.0-beta.20",
"babel-core": "^7.0.0-bridge.0", "babel-core": "^7.0.0-bridge.0",
"babel-jest": "^23.0.1", "babel-jest": "^23.2.0",
"node-sass": "^4.9.0", "node-sass": "^4.9.0",
"sass-loader": "^7.0.3", "sass-loader": "^7.0.3",
"vue-template-compiler": "^2.5.16" "vue-template-compiler": "^2.5.16"