Skip to content

Commit 8d4d229

Browse files
committed
chore: dependencies update
- update `@vue/test-utils` to `^1.0.0-beta.26` - update `babel-plugin-dynamic-import-node` to `^2.2.0` - update `eslint` to `^5.9.0` - update `eslint-config-prettier` to `^3.3.0` - update `eslint-plugin-html` to `^5.0.0` - update `eslint-plugin-jest` to `^22.1.2` - update `eslint-plugin-vue` to `^5.0.0` - update `husky` to `^1.2.0` - update `lint-staged` to `^8.1.0` - update `node-sass` to `^4.10.0` - update `prettier` to `^1.15.3` - update `rollup` to `^0.67.4` - update `rollup-plugin-commonjs` to `^9.2.0` - update `rollup-plugin-filesize` to `^5.0.1` - update `rollup-plugin-replace` to `^2.1.0` - update `rollup-plugin-uglify` to `^6.0.0` - update `vue-jest` to `^3.0.1` - update `vue-router` to `^3.0.2` - update `@coreui/coreui` to `^2.1.3`
1 parent 3719d06 commit 8d4d229

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -63,51 +63,51 @@
6363
"vue-perfect-scrollbar": "^0.1.0"
6464
},
6565
"devDependencies": {
66-
"@vue/test-utils": "^1.0.0-beta.25",
66+
"@vue/test-utils": "^1.0.0-beta.26",
6767
"babel-core": "^6.26.3",
6868
"babel-eslint": "^10.0.1",
6969
"babel-jest": "^23.6.0",
70-
"babel-plugin-dynamic-import-node": "^2.1.0",
70+
"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.6.1",
74-
"eslint-config-prettier": "^3.1.0",
73+
"eslint": "^5.9.0",
74+
"eslint-config-prettier": "^3.3.0",
7575
"eslint-import-resolver-babel-module": "^4.0.0",
76-
"eslint-plugin-html": "^4.0.6",
76+
"eslint-plugin-html": "^5.0.0",
7777
"eslint-plugin-import": "^2.14.0",
78-
"eslint-plugin-jest": "^21.24.1",
78+
"eslint-plugin-jest": "^22.1.2",
7979
"eslint-plugin-prettier": "^3.0.0",
80-
"eslint-plugin-vue": "^5.0.0-beta.3",
81-
"husky": "^1.1.0",
80+
"eslint-plugin-vue": "^5.0.0",
81+
"husky": "^1.2.0",
8282
"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.3.0",
86+
"lint-staged": "^8.1.0",
8787
"lodash": "^4.17.11",
88-
"node-sass": "^4.9.3",
89-
"prettier": "^1.14.3",
90-
"rollup": "^0.59.4",
88+
"node-sass": "^4.10.0",
89+
"prettier": "^1.15.3",
90+
"rollup": "^0.67.4",
9191
"rollup-plugin-babel": "^3.0.7",
92-
"rollup-plugin-commonjs": "^9.1.8",
93-
"rollup-plugin-filesize": "^4.0.1",
92+
"rollup-plugin-commonjs": "^9.2.0",
93+
"rollup-plugin-filesize": "^5.0.1",
9494
"rollup-plugin-json": "^3.1.0",
9595
"rollup-plugin-license": "^0.7.0",
9696
"rollup-plugin-node-resolve": "^3.4.0",
97-
"rollup-plugin-replace": "^2.0.0",
98-
"rollup-plugin-uglify": "^3.0.0",
97+
"rollup-plugin-replace": "^2.1.0",
98+
"rollup-plugin-uglify": "^6.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",
103-
"vue-jest": "^2.6.0",
103+
"vue-jest": "^3.0.1",
104104
"vue-loader": "^15.4.2",
105-
"vue-router": "^3.0.1",
105+
"vue-router": "^3.0.2",
106106
"vue-server-renderer": "^2.5.17",
107107
"vue-template-compiler": "^2.5.17"
108108
},
109109
"peerDependencies": {
110-
"@coreui/coreui": "^2.0.14"
110+
"@coreui/coreui": "^2.1.3"
111111
},
112112
"lint-staged": {
113113
"*.{js,vue}": [

0 commit comments

Comments
 (0)