Skip to content

Commit dffbe6d

Browse files
committed
chore: dependencies update
- update `@coreui/coreui` to `^2.1.12` - update `@coreui/coreui-plugin-chartjs-custom-tooltips` to `^1.3.1` - update `bootstrap-vue` to `^2.0.0-rc.24` - update `chart.js` to `^2.8.0` - update `core-js` to `^2.6.9` - update `css-vars-ponyfill` to `^2.0.2` - update `flag-icon-css` to `^3.3.0` - update `vue` to `^2.6.10` - update `vue-chartjs` to `^3.4.2` - update `vue-router` to `^3.0.6" - update `@vue/cli-plugin-babel` to `^3.8.0` - update `@vue/cli-plugin-e2e-nightwatch` to `^3.8.0` - update `@vue/cli-plugin-eslint` to `^3.8.0` - update `@vue/cli-plugin-unit-jest` to `^3.8.0` - update `@vue/cli-service` to `^3.8.4` - update `@vue/test-utils` to `1.0.0-beta.29` - update `node-sass` to `^4.12.0` - update `vue-template-compiler` to `^2.6.10`
1 parent d712d22 commit dffbe6d

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -14,38 +14,38 @@
1414
"test:e2e": "vue-cli-service test:e2e"
1515
},
1616
"dependencies": {
17-
"@coreui/coreui": "^2.1.6",
18-
"@coreui/coreui-plugin-chartjs-custom-tooltips": "^1.2.0",
17+
"@coreui/coreui": "^2.1.12",
18+
"@coreui/coreui-plugin-chartjs-custom-tooltips": "^1.3.1",
1919
"@coreui/icons": "0.3.0",
2020
"@coreui/vue": "^2.1.2",
2121
"bootstrap": "^4.2.1",
22-
"bootstrap-vue": "^2.0.0-rc.11",
23-
"chart.js": "^2.7.3",
24-
"core-js": "^2.6.2",
25-
"css-vars-ponyfill": "^1.16.2",
26-
"flag-icon-css": "^3.2.0",
22+
"bootstrap-vue": "^2.0.0-rc.24",
23+
"chart.js": "^2.8.0",
24+
"core-js": "^2.6.9",
25+
"css-vars-ponyfill": "^2.0.2",
26+
"flag-icon-css": "^3.3.0",
2727
"font-awesome": "^4.7.0",
2828
"perfect-scrollbar": "^1.4.0",
2929
"simple-line-icons": "^2.4.1",
30-
"vue": "^2.5.22",
31-
"vue-chartjs": "^3.4.0",
30+
"vue": "^2.6.10",
31+
"vue-chartjs": "^3.4.2",
3232
"vue-perfect-scrollbar": "^0.1.0",
33-
"vue-router": "^3.0.2"
33+
"vue-router": "^3.0.6"
3434
},
3535
"devDependencies": {
36-
"@vue/cli-plugin-babel": "^3.3.0",
37-
"@vue/cli-plugin-e2e-nightwatch": "^3.3.0",
38-
"@vue/cli-plugin-eslint": "^3.3.0",
39-
"@vue/cli-plugin-unit-jest": "^3.3.0",
40-
"@vue/cli-service": "^3.3.0",
41-
"@vue/test-utils": "^1.0.0-beta.28",
36+
"@vue/cli-plugin-babel": "^3.8.0",
37+
"@vue/cli-plugin-e2e-nightwatch": "^3.8.0",
38+
"@vue/cli-plugin-eslint": "^3.8.0",
39+
"@vue/cli-plugin-unit-jest": "^3.8.0",
40+
"@vue/cli-service": "^3.8.4",
41+
"@vue/test-utils": "1.0.0-beta.29",
4242
"babel-core": "^7.0.0-bridge.0",
4343
"babel-jest": "^23.6.0",
4444
"growl": "^1.10.5",
4545
"https-proxy-agent": "^2.2.1",
46-
"node-sass": "^4.11.0",
46+
"node-sass": "^4.12.0",
4747
"sass-loader": "^7.1.0",
48-
"vue-template-compiler": "^2.5.22"
48+
"vue-template-compiler": "^2.6.10"
4949
},
5050
"browserslist": [
5151
"> 1%",

0 commit comments

Comments
 (0)