Skip to content

Commit f3eb74f

Browse files
fix(deps): update all non-major dependencies (#7392)
1 parent 9c5103a commit f3eb74f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
"@types/node": "^16.11.26",
4141
"@types/prompts": "^2.0.14",
4242
"@types/semver": "^7.3.9",
43-
"@typescript-eslint/eslint-plugin": "^5.15.0",
44-
"@typescript-eslint/parser": "^5.15.0",
43+
"@typescript-eslint/eslint-plugin": "^5.16.0",
44+
"@typescript-eslint/parser": "^5.16.0",
4545
"conventional-changelog-cli": "^2.2.2",
4646
"cross-env": "^7.0.3",
4747
"esbuild": "^0.14.27",
@@ -51,7 +51,7 @@
5151
"execa": "^5.1.1",
5252
"fs-extra": "^10.0.1",
5353
"jest": "^27.5.1",
54-
"lint-staged": "^12.3.6",
54+
"lint-staged": "^12.3.7",
5555
"minimist": "^1.2.5",
5656
"node-fetch": "^2.6.6",
5757
"npm-run-all": "^4.1.5",

packages/plugin-vue-jsx/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-vue-jsx#readme",
2424
"dependencies": {
25-
"@babel/core": "^7.17.7",
25+
"@babel/core": "^7.17.8",
2626
"@babel/plugin-syntax-import-meta": "^7.10.4",
2727
"@babel/plugin-transform-typescript": "^7.16.8",
2828
"@rollup/pluginutils": "^4.2.0",

packages/plugin-vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"devDependencies": {
3838
"@rollup/pluginutils": "^4.2.0",
3939
"@types/hash-sum": "^1.0.0",
40-
"debug": "^4.3.3",
40+
"debug": "^4.3.4",
4141
"hash-sum": "^2.0.0",
4242
"rollup": "^2.59.0",
4343
"slash": "^4.0.0",

0 commit comments

Comments
 (0)