Skip to content

Commit 9c9adc1

Browse files
committed
chore: dependencies update
- update `@vue/test-utils` to `^1.0.0-beta.28` - update `eslint` to `^5.12.0` - update `eslint-plugin-prettier` to `^3.0.1` - update `eslint-plugin-vue` to `^5.1.0` - update `husky` to `^1.3.1` - update `vue` to `^2.5.21` - update `vue-jest` to `^3.0.2` - update `vue-loader` to `^15.5.1` - update `vue-server-renderer` to `^2.5.21` - update `vue-template-compiler` to `^2.5.21` - update `jest-serializer-html` to `^6.0.0` - update `rollup` to `^0.68.2`
1 parent 601f860 commit 9c9adc1

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

package.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -63,31 +63,31 @@
6363
"vue-perfect-scrollbar": "^0.1.0"
6464
},
6565
"devDependencies": {
66-
"@vue/test-utils": "^1.0.0-beta.27",
66+
"@vue/test-utils": "^1.0.0-beta.28",
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.10.0",
73+
"eslint": "^5.12.0",
7474
"eslint-config-prettier": "^3.3.0",
7575
"eslint-import-resolver-babel-module": "^4.0.0",
7676
"eslint-plugin-html": "^5.0.0",
7777
"eslint-plugin-import": "^2.14.0",
7878
"eslint-plugin-jest": "^22.1.2",
79-
"eslint-plugin-prettier": "^3.0.0",
80-
"eslint-plugin-vue": "^5.0.0",
81-
"husky": "^1.2.0",
79+
"eslint-plugin-prettier": "^3.0.1",
80+
"eslint-plugin-vue": "^5.1.0",
81+
"husky": "^1.3.1",
8282
"jest": "^23.6.0",
83-
"jest-serializer-html": "^5.0.0",
83+
"jest-serializer-html": "^6.0.0",
8484
"jest-serializer-vue": "^2.0.2",
8585
"jest-vue-preprocessor": "^1.4.0",
8686
"lint-staged": "^8.1.0",
8787
"lodash": "^4.17.11",
8888
"node-sass": "^4.11.0",
8989
"prettier": "^1.15.3",
90-
"rollup": "^0.67.4",
90+
"rollup": "^0.68.2",
9191
"rollup-plugin-babel": "^3.0.7",
9292
"rollup-plugin-commonjs": "^9.2.0",
9393
"rollup-plugin-filesize": "^5.0.1",
@@ -99,12 +99,12 @@
9999
"rollup-plugin-vue": "^4.3.2",
100100
"sass-loader": "^7.1.0",
101101
"uglify-es": "^3.3.9",
102-
"vue": "^2.5.19",
103-
"vue-jest": "^3.0.1",
104-
"vue-loader": "^15.4.2",
102+
"vue": "^2.5.21",
103+
"vue-jest": "^3.0.2",
104+
"vue-loader": "^15.5.1",
105105
"vue-router": "^3.0.2",
106-
"vue-server-renderer": "^2.5.19",
107-
"vue-template-compiler": "^2.5.19"
106+
"vue-server-renderer": "^2.5.21",
107+
"vue-template-compiler": "^2.5.21"
108108
},
109109
"peerDependencies": {
110110
"@coreui/coreui": "^2.1.4"

0 commit comments

Comments
 (0)