Skip to content

Commit 9453410

Browse files
committed
chore: dependencies update
- chore: update `@coreui/coreui` to `^2.1.5` - chore: update `@coreui/vue` to `^2.1.1` - chore: update `bootstrap` to `^4.2.1` - chore: update `core-js` to `^2.6.1` - chore: update `css-vars-ponyfill` to `^1.16.2` - chore: update `vue` to `^2.5.21` - chore: update `@vue/cli-plugin-babel` to `^3.3.0` - chore: update `@vue/cli-plugin-e2e-nightwatch` to `^3.3.0` - chore: update `@vue/cli-plugin-eslint` to `^3.3.0` - chore: update `@vue/cli-plugin-unit-jest` to `^3.3.0` - chore: update `@vue/cli-service` to `^3.3.0` - chore: update `@vue/test-utils` to `^1.0.0-beta.28` - chore: update `vue-template-compiler` to `^2.5.21`
1 parent 33be364 commit 9453410

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

package.json

+13-13
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.4",
17+
"@coreui/coreui": "^2.1.5",
1818
"@coreui/coreui-plugin-chartjs-custom-tooltips": "^1.2.0",
1919
"@coreui/icons": "0.3.0",
20-
"@coreui/vue": "^2.1.0",
21-
"bootstrap": "^4.1.3",
20+
"@coreui/vue": "^2.1.1",
21+
"bootstrap": "^4.2.1",
2222
"bootstrap-vue": "^2.0.0-rc.11",
2323
"chart.js": "^2.7.3",
24-
"core-js": "^2.6.0",
25-
"css-vars-ponyfill": "^1.15.3",
24+
"core-js": "^2.6.1",
25+
"css-vars-ponyfill": "^1.16.2",
2626
"flag-icon-css": "^3.2.0",
2727
"font-awesome": "^4.7.0",
2828
"perfect-scrollbar": "^1.4.0",
2929
"simple-line-icons": "^2.4.1",
30-
"vue": "^2.5.19",
30+
"vue": "^2.5.21",
3131
"vue-chartjs": "^3.4.0",
3232
"vue-perfect-scrollbar": "^0.1.0",
3333
"vue-router": "^3.0.2"
3434
},
3535
"devDependencies": {
36-
"@vue/cli-plugin-babel": "^3.2.0",
37-
"@vue/cli-plugin-e2e-nightwatch": "^3.2.0",
38-
"@vue/cli-plugin-eslint": "^3.2.1",
39-
"@vue/cli-plugin-unit-jest": "^3.2.0",
40-
"@vue/cli-service": "^3.2.0",
41-
"@vue/test-utils": "^1.0.0-beta.27",
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",
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",
4646
"node-sass": "^4.11.0",
4747
"sass-loader": "^7.1.0",
48-
"vue-template-compiler": "^2.5.19"
48+
"vue-template-compiler": "^2.5.21"
4949
},
5050
"browserslist": [
5151
"> 1%",

0 commit comments

Comments
 (0)