Skip to content

Commit f1720cb

Browse files
committed
Upgrade dependencies
1 parent 255a6b7 commit f1720cb

File tree

1 file changed

+14
-15
lines changed

1 file changed

+14
-15
lines changed

package.json

+14-15
Original file line numberDiff line numberDiff line change
@@ -52,28 +52,27 @@
5252
"dependencies": {
5353
"eslint-utils": "^2.0.0",
5454
"natural-compare": "^1.4.0",
55-
"semver": "^5.6.0",
55+
"semver": "^7.3.2",
5656
"vue-eslint-parser": "^7.0.0"
5757
},
5858
"devDependencies": {
59-
"@types/node": "^4.2.16",
60-
"@typescript-eslint/parser": "^2.6.1",
61-
"@vuepress/plugin-pwa": "^1.4.0",
62-
"acorn": "^7.1.0",
63-
"babel-eslint": "^10.0.2",
64-
"chai": "^4.1.0",
59+
"@types/node": "^13.13.5",
60+
"@typescript-eslint/parser": "^2.31.0",
61+
"@vuepress/plugin-pwa": "^1.4.1",
62+
"babel-eslint": "^10.1.0",
63+
"chai": "^4.2.0",
6564
"eslint": "^7.0.0",
66-
"eslint-plugin-eslint-plugin": "^2.0.1",
67-
"eslint-plugin-import": "^2.18.2",
65+
"eslint-plugin-eslint-plugin": "^2.2.1",
66+
"eslint-plugin-import": "^2.20.2",
6867
"eslint-plugin-vue": "file:.",
6968
"eslint-plugin-vue-libs": "^4.0.0",
70-
"eslint4b": "^6.8.0",
71-
"lodash": "^4.17.4",
72-
"mocha": "^5.2.0",
73-
"nyc": "^12.0.2",
74-
"typescript": "^3.5.2",
69+
"eslint4b": "^7.0.0",
70+
"lodash": "^4.17.15",
71+
"mocha": "^7.1.2",
72+
"nyc": "^15.0.1",
73+
"typescript": "^3.8.3",
7574
"vue-eslint-editor": "^1.1.0",
76-
"vuepress": "^1.4.0"
75+
"vuepress": "^1.4.1"
7776
},
7877
"publishConfig": {
7978
"tag": "next"

0 commit comments

Comments
 (0)