Skip to content

Commit 90a39f6

Browse files
committed
chore: dependencies update
1 parent 3f52258 commit 90a39f6

File tree

2 files changed

+20
-9
lines changed

2 files changed

+20
-9
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
## [vue](./README.md) version `changelog`
22

3+
##### `v2.0.0-next`
4+
- fix: typo `DafaultAside` to `DefaultAside` - thanks @DamianLion
5+
- chore: update `@coreui/coreui` to `2.0.3`
6+
- chore: update `@vue/cli-plugin-babel` to `3.0.0-rc.3`
7+
- chore: update `@vue/cli-plugin-e2e-nightwatch` to `3.0.0-rc.3`
8+
- chore: update `@vue/cli-plugin-eslint` to `3.0.0-rc.3`
9+
- chore: update `@vue/cli-plugin-unit-jest` to `3.0.0-rc.3`
10+
- chore: update `@vue/cli-service` to `3.0.0-rc.3`
11+
- chore: update `@vue/test-utils` to `3.0.0-rc.3`
12+
- chore: update `babel-jest` to `23.2.0`
13+
314
##### `v2.0.0-beta.5`
415
- chore: move tooling to `vue-cli v3.0.0-rc.2`
516
- refactor: move from `static/img` to `public/img` dir

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"test:e2e": "vue-cli-service test:e2e"
1515
},
1616
"dependencies": {
17-
"@coreui/coreui": "^2.0.2",
17+
"@coreui/coreui": "^2.0.3",
1818
"@coreui/coreui-plugin-chartjs-custom-tooltips": "^1.2.0",
1919
"@coreui/icons": "^0.2.0",
2020
"@coreui/vue": "^2.0.0-beta.2",
@@ -28,19 +28,19 @@
2828
"perfect-scrollbar": "^1.4.0",
2929
"simple-line-icons": "^2.4.1",
3030
"vue": "^2.5.16",
31-
"vue-chartjs": "^3.3.1",
31+
"vue-chartjs": "^3.3.2",
3232
"vue-perfect-scrollbar": "^0.1.0",
3333
"vue-router": "^3.0.1"
3434
},
3535
"devDependencies": {
36-
"@vue/cli-plugin-babel": "^3.0.0-rc.2",
37-
"@vue/cli-plugin-e2e-nightwatch": "^3.0.0-rc.2",
38-
"@vue/cli-plugin-eslint": "^3.0.0-rc.2",
39-
"@vue/cli-plugin-unit-jest": "^3.0.0-rc.2",
40-
"@vue/cli-service": "^3.0.0-rc.2",
41-
"@vue/test-utils": "^1.0.0-beta.19",
36+
"@vue/cli-plugin-babel": "^3.0.0-rc.3",
37+
"@vue/cli-plugin-e2e-nightwatch": "^3.0.0-rc.3",
38+
"@vue/cli-plugin-eslint": "^3.0.0-rc.3",
39+
"@vue/cli-plugin-unit-jest": "^3.0.0-rc.3",
40+
"@vue/cli-service": "^3.0.0-rc.3",
41+
"@vue/test-utils": "^1.0.0-beta.20",
4242
"babel-core": "^7.0.0-bridge.0",
43-
"babel-jest": "^23.0.1",
43+
"babel-jest": "^23.2.0",
4444
"node-sass": "^4.9.0",
4545
"sass-loader": "^7.0.3",
4646
"vue-template-compiler": "^2.5.16"

0 commit comments

Comments
 (0)