Skip to content

Commit 15ff770

Browse files
committed
Upgrade deps
1 parent 0bb725e commit 15ff770

File tree

9 files changed

+644
-329
lines changed

9 files changed

+644
-329
lines changed

package.json

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -594,34 +594,33 @@
594594
"devDependencies": {
595595
"@rollup/plugin-commonjs": "^18.0.0",
596596
"@rollup/plugin-json": "^4.1.0",
597-
"@rollup/plugin-node-resolve": "^13.0.0",
598-
"@rollup/plugin-replace": "^2.4.2",
599-
"@types/glob": "^7.1.3",
600-
"@types/js-yaml": "^4.0.1",
601-
"@types/lodash": "^4.14.170",
597+
"@rollup/plugin-node-resolve": "^13.0.5",
598+
"@types/glob": "^7.1.4",
599+
"@types/js-yaml": "^4.0.3",
600+
"@types/lodash": "^4.14.175",
602601
"@types/minimist": "^1.2.2",
603-
"@types/mocha": "^8.2.2",
604-
"@types/node": "^16.4.13",
602+
"@types/mocha": "^9.0.0",
603+
"@types/node": "^16.11.0",
605604
"@types/shelljs": "^0.8.9",
606605
"@types/vscode": "^1.52.0",
607-
"@vscode/test-electron": "^1.6.1",
608-
"esbuild": "^0.12.18",
606+
"@vscode/test-electron": "^1.6.2",
607+
"esbuild": "^0.13.7",
609608
"fs-extra": "^10.0.0",
610-
"glob": "^7.1.7",
611-
"husky": "^6.0.0",
609+
"glob": "^7.2.0",
610+
"husky": "^7.0.2",
612611
"js-yaml": "^4.1.0",
613-
"lint-staged": "^11.0.0",
612+
"lint-staged": "^11.2.3",
614613
"minimist": "^1.2.5",
615-
"mocha": "^9.0.1",
614+
"mocha": "^9.1.3",
616615
"npm-run-all": "^4.1.5",
617616
"prettier": "^2.4.1",
618617
"rollup": "^2.52.2",
619618
"rollup-plugin-delete": "^2.0.0",
620-
"rollup-plugin-dts": "^3.0.2",
619+
"rollup-plugin-dts": "^4.0.0",
621620
"rollup-plugin-terser": "^7.0.2",
622621
"rollup-plugin-typescript2": "^0.30.0",
623622
"shelljs": "^0.8.4",
624-
"ts-node": "^10.0.0",
623+
"ts-node": "^10.3.0",
625624
"tslint": "^6.1.3",
626625
"typescript": "^4.4.4",
627626
"vscode-languageclient": "^7.0.0",

server/package.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
},
2323
"homepage": "https://github.com/vuejs/vetur/tree/master/server",
2424
"dependencies": {
25-
"eslint": "^7.27.0",
26-
"eslint-plugin-vue": "^7.18.0",
27-
"prettier": "^2.3.2",
25+
"eslint": "^7.32.0",
26+
"eslint-plugin-vue": "^7.19.1",
27+
"prettier": "^2.4.1",
2828
"pug-lexer": "^5.0.1",
2929
"tslint": "6.1.3",
3030
"typescript": "^4.4.4"
@@ -36,44 +36,44 @@
3636
"@prettier/plugin-pug": "^1.16.7",
3737
"@starptech/prettyhtml": "^0.10.0",
3838
"@types/eslint": "7.2.2",
39-
"@types/eslint-scope": "^3.7.0",
39+
"@types/eslint-scope": "^3.7.1",
4040
"@types/eslint-visitor-keys": "^1.0.0",
41-
"@types/glob": "^7.1.3",
42-
"@types/js-beautify": "1.13.2",
43-
"@types/lodash": "^4.14.170",
44-
"@types/mocha": "^8.2.2",
45-
"@types/node": "^16.10.2",
46-
"@types/prettier": "^2.2.3",
41+
"@types/glob": "^7.1.4",
42+
"@types/js-beautify": "1.13.3",
43+
"@types/lodash": "^4.14.175",
44+
"@types/mocha": "^9.0.0",
45+
"@types/node": "^16.11.0",
46+
"@types/prettier": "^2.4.1",
4747
"@types/read-pkg-up": "^6.0.0",
48-
"@types/resolve": "1.20.0",
48+
"@types/resolve": "1.20.1",
4949
"bootstrap-vue-helper-json": "^1.1.1",
50-
"codecov": "^3.8.2",
51-
"core-js": "^3.15.1",
50+
"codecov": "^3.8.3",
51+
"core-js": "^3.18.3",
5252
"element-helper-json": "^2.0.6",
53-
"fast-glob": "^3.2.5",
54-
"glob": "^7.1.7",
53+
"fast-glob": "^3.2.7",
54+
"glob": "^7.2.0",
5555
"gridsome-helper-json": "^1.0.3",
5656
"js-beautify": "^1.14.0",
5757
"lodash": "^4.17.21",
58-
"mocha": "^9.0.3",
58+
"mocha": "^9.1.3",
5959
"nuxt-helper-json": "^1.0.0",
6060
"nyc": "^15.1.0",
6161
"parse-gitignore": "^1.0.1",
6262
"prettier-eslint": "^13.0.0",
6363
"prettier-tslint": "^0.4.2",
6464
"rollup": "^2.52.2",
6565
"sass-formatter": "^0.7.2",
66-
"source-map-support": "^0.5.19",
67-
"stylus": "^0.54.8",
66+
"source-map-support": "^0.5.20",
67+
"stylus": "^0.55.0",
6868
"stylus-supremacy": "^2.15.0",
69-
"vscode-css-languageservice": "5.1.3",
69+
"vscode-css-languageservice": "5.1.7",
7070
"vscode-emmet-helper": "2.6.4",
7171
"vscode-languageserver": "7.0.0",
72-
"vscode-languageserver-textdocument": "^1.0.1",
72+
"vscode-languageserver-textdocument": "^1.0.2",
7373
"vscode-languageserver-types": "3.16.0",
7474
"vscode-uri": "^3.0.2",
75-
"vscode-web-custom-data": "^0.3.4",
76-
"vue-eslint-parser": "^7.6.0",
75+
"vscode-web-custom-data": "^0.3.6",
76+
"vue-eslint-parser": "^7.11.0",
7777
"vue-onsenui-helper-json": "^1.0.2"
7878
},
7979
"scripts": {

0 commit comments

Comments
 (0)