Skip to content

Commit 71dc4fe

Browse files
chore(deps): update all non-major dependencies (#6357)
1 parent 506b337 commit 71dc4fe

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
lines changed

package.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -32,41 +32,41 @@
3232
"ci-docs": "run-s build-vite build-plugin-vue build-docs"
3333
},
3434
"devDependencies": {
35-
"@microsoft/api-extractor": "^7.19.3",
35+
"@microsoft/api-extractor": "^7.19.4",
3636
"@types/fs-extra": "^9.0.13",
37-
"@types/jest": "^27.0.3",
38-
"@types/node": "^16.11.17",
37+
"@types/jest": "^27.4.0",
38+
"@types/node": "^16.11.21",
3939
"@types/prompts": "^2.0.14",
4040
"@types/semver": "^7.3.9",
41-
"@typescript-eslint/eslint-plugin": "^5.8.1",
42-
"@typescript-eslint/parser": "^5.8.1",
41+
"@typescript-eslint/eslint-plugin": "^5.10.2",
42+
"@typescript-eslint/parser": "^5.10.2",
4343
"conventional-changelog-cli": "^2.2.2",
4444
"cross-env": "^7.0.3",
4545
"esbuild": "^0.14.14",
46-
"eslint": "^8.5.0",
47-
"eslint-define-config": "^1.2.1",
46+
"eslint": "^8.8.0",
47+
"eslint-define-config": "^1.2.3",
4848
"eslint-plugin-node": "^11.1.0",
4949
"execa": "^5.1.1",
5050
"fs-extra": "^10.0.0",
51-
"jest": "^27.4.5",
52-
"lint-staged": "^12.1.4",
51+
"jest": "^27.4.7",
52+
"lint-staged": "^12.3.2",
5353
"minimist": "^1.2.5",
5454
"node-fetch": "^2.6.6",
5555
"npm-run-all": "^4.1.5",
5656
"picocolors": "^1.0.0",
57-
"playwright-chromium": "^1.17.1",
57+
"playwright-chromium": "^1.18.1",
5858
"prettier": "2.5.1",
5959
"prompts": "^2.4.2",
6060
"rimraf": "^3.0.2",
6161
"rollup": "^2.59.0",
6262
"semver": "^7.3.5",
6363
"simple-git-hooks": "^2.7.0",
64-
"sirv": "^2.0.0",
65-
"ts-jest": "^27.1.2",
64+
"sirv": "^2.0.2",
65+
"ts-jest": "^27.1.3",
6666
"ts-node": "^10.4.0",
6767
"typescript": "~4.5.4",
6868
"vite": "workspace:*",
69-
"vitepress": "^0.20.10"
69+
"vitepress": "^0.21.6"
7070
},
7171
"simple-git-hooks": {
7272
"pre-commit": "pnpm exec lint-staged --concurrent false",
@@ -83,7 +83,7 @@
8383
"eslint --ext .ts"
8484
]
8585
},
86-
"packageManager": "pnpm@6.24.4",
86+
"packageManager": "pnpm@6.29.1",
8787
"pnpm": {
8888
"overrides": {
8989
"vite": "workspace:*",

packages/plugin-vue-jsx/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
},
2727
"homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-vue-jsx#readme",
2828
"dependencies": {
29-
"@babel/core": "^7.16.5",
29+
"@babel/core": "^7.16.12",
3030
"@babel/plugin-syntax-import-meta": "^7.10.4",
31-
"@babel/plugin-transform-typescript": "^7.16.1",
31+
"@babel/plugin-transform-typescript": "^7.16.8",
3232
"@rollup/pluginutils": "^4.1.2",
3333
"@vue/babel-plugin-jsx": "^1.1.1",
3434
"hash-sum": "^2.0.0"

packages/plugin-vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@
4343
"rollup": "^2.59.0",
4444
"slash": "^4.0.0",
4545
"source-map": "^0.6.1",
46-
"vue": "^3.2.26"
46+
"vue": "^3.2.29"
4747
}
4848
}

0 commit comments

Comments
 (0)