Skip to content

Commit 3121351

Browse files
fix(deps): update all non-major dependencies (#4387)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent 49cadb8 commit 3121351

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
"@types/fs-extra": "^9.0.12",
3131
"@types/jest": "^26.0.24",
3232
"@types/node": "^15.12.2",
33-
"@types/semver": "^7.3.7",
34-
"@typescript-eslint/eslint-plugin": "^4.28.3",
35-
"@typescript-eslint/parser": "^4.28.3",
33+
"@types/semver": "^7.3.8",
34+
"@typescript-eslint/eslint-plugin": "^4.28.4",
35+
"@typescript-eslint/parser": "^4.28.4",
3636
"chalk": "^4.1.1",
3737
"conventional-changelog-cli": "^2.1.1",
3838
"cross-env": "^7.0.3",
@@ -42,17 +42,17 @@
4242
"execa": "^5.1.1",
4343
"fs-extra": "^10.0.0",
4444
"jest": "^27.0.6",
45-
"lint-staged": "^11.0.1",
45+
"lint-staged": "^11.1.1",
4646
"minimist": "^1.2.5",
4747
"node-fetch": "^2.6.1",
4848
"npm-run-all": "^4.1.5",
49-
"playwright-chromium": "^1.12.3",
49+
"playwright-chromium": "^1.13.0",
5050
"prettier": "2.3.2",
5151
"prompts": "^2.4.1",
5252
"rimraf": "^3.0.2",
5353
"semver": "^7.3.5",
5454
"sirv": "^1.0.12",
55-
"ts-jest": "^27.0.3",
55+
"ts-jest": "^27.0.4",
5656
"ts-node": "^10.1.0",
5757
"typescript": "^4.3.5",
5858
"vitepress": "^0.15.6",

packages/plugin-vue-jsx/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-vue-jsx#readme",
2828
"dependencies": {
29-
"@babel/core": "^7.14.6",
29+
"@babel/core": "^7.14.8",
3030
"@babel/plugin-syntax-import-meta": "^7.10.4",
3131
"@babel/plugin-transform-typescript": "^7.14.6",
3232
"@rollup/pluginutils": "^4.1.1",

0 commit comments

Comments
 (0)