Skip to content

Commit e17509e

Browse files
committed
chore: dependencies update
- update `@vue/test-utils` to `^1.0.0-beta.27` - update `eslint` to `^5.10.0` - update `node-sass` to `^4.11.0` - update `vue` to `^2.5.19` - update `vue-server-renderer` to `^2.5.19` - update `vue-template-compiler` to `^2.5.19` - update `@coreui/coreui` to `^2.1.4`
1 parent 8a6a1bc commit e17509e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,14 @@
6363
"vue-perfect-scrollbar": "^0.1.0"
6464
},
6565
"devDependencies": {
66-
"@vue/test-utils": "^1.0.0-beta.26",
66+
"@vue/test-utils": "^1.0.0-beta.27",
6767
"babel-core": "^6.26.3",
6868
"babel-eslint": "^10.0.1",
6969
"babel-jest": "^23.6.0",
7070
"babel-plugin-dynamic-import-node": "^2.2.0",
7171
"babel-plugin-module-resolver": "^3.1.1",
7272
"babel-preset-vue-app": "^2.0.0",
73-
"eslint": "^5.9.0",
73+
"eslint": "^5.10.0",
7474
"eslint-config-prettier": "^3.3.0",
7575
"eslint-import-resolver-babel-module": "^4.0.0",
7676
"eslint-plugin-html": "^5.0.0",
@@ -85,7 +85,7 @@
8585
"jest-vue-preprocessor": "^1.4.0",
8686
"lint-staged": "^8.1.0",
8787
"lodash": "^4.17.11",
88-
"node-sass": "^4.10.0",
88+
"node-sass": "^4.11.0",
8989
"prettier": "^1.15.3",
9090
"rollup": "^0.67.4",
9191
"rollup-plugin-babel": "^3.0.7",
@@ -99,15 +99,15 @@
9999
"rollup-plugin-vue": "^4.3.2",
100100
"sass-loader": "^7.1.0",
101101
"uglify-es": "^3.3.9",
102-
"vue": "^2.5.17",
102+
"vue": "^2.5.19",
103103
"vue-jest": "^3.0.1",
104104
"vue-loader": "^15.4.2",
105105
"vue-router": "^3.0.2",
106-
"vue-server-renderer": "^2.5.17",
107-
"vue-template-compiler": "^2.5.17"
106+
"vue-server-renderer": "^2.5.19",
107+
"vue-template-compiler": "^2.5.19"
108108
},
109109
"peerDependencies": {
110-
"@coreui/coreui": "^2.1.3"
110+
"@coreui/coreui": "^2.1.4"
111111
},
112112
"lint-staged": {
113113
"*.{js,vue}": [

0 commit comments

Comments
 (0)