Skip to content

Commit a0520f9

Browse files
committed
chore: dependencies update
- chore: update `@coreui/coreui` to `^2.1.4` - chore: update `@coreui/vue` to `^2.1.0` - chore: update `core-js` to `^2.6.0` - chore: update `css-vars-ponyfill` to `^1.15.3` - chore: update `vue` to `^2.5.19` - chore: update `vue-router` to `^3.0.2" - chore: update `vue-template-compiler` to `^2.5.19` - chore: update `@vue/cli-plugin-babel` to `^3.2.0` - chore: update `@vue/cli-plugin-e2e-nightwatch` to `^3.2.0` - chore: update `@vue/cli-plugin-eslint` to `^3.2.1` - chore: update `@vue/cli-plugin-unit-jest` to `^3.2.0` - chore: update `@vue/cli-service` to `^3.2.0` - chore: update `@vue/test-utils` to `^1.0.0-beta.27` - chore: update `node-sass` to `^4.11.0`
1 parent 7dbfcf2 commit a0520f9

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

package.json

Lines changed: 14 additions & 14 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.0",
17+
"@coreui/coreui": "^2.1.4",
1818
"@coreui/coreui-plugin-chartjs-custom-tooltips": "^1.2.0",
1919
"@coreui/icons": "0.3.0",
20-
"@coreui/vue": "^2.0.2",
20+
"@coreui/vue": "^2.1.0",
2121
"bootstrap": "^4.1.3",
2222
"bootstrap-vue": "^2.0.0-rc.11",
2323
"chart.js": "^2.7.3",
24-
"core-js": "^2.5.7",
25-
"css-vars-ponyfill": "^1.15.0",
24+
"core-js": "^2.6.0",
25+
"css-vars-ponyfill": "^1.15.3",
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.17",
30+
"vue": "^2.5.19",
3131
"vue-chartjs": "^3.4.0",
3232
"vue-perfect-scrollbar": "^0.1.0",
33-
"vue-router": "^3.0.1"
33+
"vue-router": "^3.0.2"
3434
},
3535
"devDependencies": {
36-
"@vue/cli-plugin-babel": "^3.1.1",
37-
"@vue/cli-plugin-e2e-nightwatch": "^3.1.1",
38-
"@vue/cli-plugin-eslint": "^3.1.5",
39-
"@vue/cli-plugin-unit-jest": "^3.1.1",
40-
"@vue/cli-service": "^3.1.4",
41-
"@vue/test-utils": "^1.0.0-beta.25",
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",
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.10.0",
46+
"node-sass": "^4.11.0",
4747
"sass-loader": "^7.1.0",
48-
"vue-template-compiler": "^2.5.17"
48+
"vue-template-compiler": "^2.5.19"
4949
},
5050
"browserslist": [
5151
"> 1%",

0 commit comments

Comments
 (0)