Skip to content

Commit 8335d19

Browse files
committed
chore: dependencies update
- update `@vue/test-utils` to `^1.0.0-beta.25` - update `babel-eslint` to `^10.0.1` - update `babel-jest` to `^23.6.0` - update `eslint` to `^5.6.1` - update `eslint-config-prettier` to `^3.1.0` - update `eslint-plugin-html` to `^4.0.6` - update `eslint-plugin-jest` to `^21.24.1` - update `eslint-plugin-prettier` to `^3.0.0` - update `husky` to `^1.1.0` - update `jest` to `^23.6.0` - update `lint-staged` to `^7.3.0` - update `lodash` to `^4.17.11` - update `prettier` to `^1.14.3` - update `rollup-plugin-filesize` to `^4.0.1` - update `rollup-plugin-json` to `^3.1.0` - update `rollup-plugin-node-resolve` to `^3.4.0` - update `vue-loader` to `^15.4.2`
1 parent 59d7818 commit 8335d19

File tree

1 file changed

+21
-18
lines changed

1 file changed

+21
-18
lines changed

package.json

+21-18
Original file line numberDiff line numberDiff line change
@@ -63,49 +63,52 @@
6363
"vue-perfect-scrollbar": "^0.1.0"
6464
},
6565
"devDependencies": {
66-
"@vue/test-utils": "^1.0.0-beta.24",
66+
"@vue/test-utils": "^1.0.0-beta.25",
6767
"babel-core": "^6.26.3",
68-
"babel-eslint": "^9.0.0",
69-
"babel-jest": "^23.4.2",
68+
"babel-eslint": "^10.0.1",
69+
"babel-jest": "^23.6.0",
7070
"babel-plugin-dynamic-import-node": "^2.1.0",
7171
"babel-plugin-module-resolver": "^3.1.1",
7272
"babel-preset-vue-app": "^2.0.0",
73-
"eslint": "^5.4.0",
74-
"eslint-config-prettier": "^3.0.1",
73+
"eslint": "^5.6.1",
74+
"eslint-config-prettier": "^3.1.0",
7575
"eslint-import-resolver-babel-module": "^4.0.0",
76-
"eslint-plugin-html": "^4.0.5",
76+
"eslint-plugin-html": "^4.0.6",
7777
"eslint-plugin-import": "^2.14.0",
78-
"eslint-plugin-jest": "^21.22.0",
79-
"eslint-plugin-prettier": "^2.6.2",
78+
"eslint-plugin-jest": "^21.24.1",
79+
"eslint-plugin-prettier": "^3.0.0",
8080
"eslint-plugin-vue": "^5.0.0-beta.3",
81-
"husky": "^0.14.3",
82-
"jest": "^23.5.0",
81+
"husky": "^1.1.0",
82+
"jest": "^23.6.0",
8383
"jest-serializer-html": "^5.0.0",
8484
"jest-serializer-vue": "^2.0.2",
8585
"jest-vue-preprocessor": "^1.4.0",
86-
"lint-staged": "^7.2.2",
87-
"lodash": "^4.17.10",
86+
"lint-staged": "^7.3.0",
87+
"lodash": "^4.17.11",
8888
"node-sass": "^4.9.3",
89-
"prettier": "^1.14.2",
89+
"prettier": "^1.14.3",
9090
"rollup": "^0.59.4",
9191
"rollup-plugin-babel": "^3.0.7",
92-
"rollup-plugin-commonjs": "^9.1.3",
93-
"rollup-plugin-filesize": "^1.5.0",
94-
"rollup-plugin-json": "^3.0.0",
92+
"rollup-plugin-commonjs": "^9.1.8",
93+
"rollup-plugin-filesize": "^4.0.1",
94+
"rollup-plugin-json": "^3.1.0",
9595
"rollup-plugin-license": "^0.7.0",
96-
"rollup-plugin-node-resolve": "^3.3.0",
96+
"rollup-plugin-node-resolve": "^3.4.0",
9797
"rollup-plugin-replace": "^2.0.0",
9898
"rollup-plugin-uglify": "^3.0.0",
9999
"rollup-plugin-vue": "^4.3.2",
100100
"sass-loader": "^7.1.0",
101101
"uglify-es": "^3.3.9",
102102
"vue": "^2.5.17",
103103
"vue-jest": "^2.6.0",
104-
"vue-loader": "^15.4.1",
104+
"vue-loader": "^15.4.2",
105105
"vue-router": "^3.0.1",
106106
"vue-server-renderer": "^2.5.17",
107107
"vue-template-compiler": "^2.5.17"
108108
},
109+
"peerDependencies": {
110+
"@coreui/coreui": "^2.0.14"
111+
},
109112
"lint-staged": {
110113
"*.{js,vue}": [
111114
"eslint --fix",

0 commit comments

Comments
 (0)