Skip to content

Commit 485263c

Browse files
fix(deps): update all non-major dependencies (#7668)
1 parent 93900f0 commit 485263c

File tree

6 files changed

+186
-170
lines changed

6 files changed

+186
-170
lines changed

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -34,18 +34,18 @@
3434
"ci-docs": "run-s build-vite build-plugin-vue build-docs"
3535
},
3636
"devDependencies": {
37-
"@microsoft/api-extractor": "^7.20.0",
37+
"@microsoft/api-extractor": "^7.21.2",
3838
"@types/fs-extra": "^9.0.13",
3939
"@types/jest": "^27.4.1",
4040
"@types/node": "^16.11.26",
4141
"@types/prompts": "^2.0.14",
4242
"@types/semver": "^7.3.9",
43-
"@typescript-eslint/eslint-plugin": "^5.17.0",
44-
"@typescript-eslint/parser": "^5.17.0",
43+
"@typescript-eslint/eslint-plugin": "^5.18.0",
44+
"@typescript-eslint/parser": "^5.18.0",
4545
"conventional-changelog-cli": "^2.2.2",
4646
"cross-env": "^7.0.3",
4747
"esbuild": "^0.14.27",
48-
"eslint": "^8.12.0",
48+
"eslint": "^8.13.0",
4949
"eslint-define-config": "^1.3.0",
5050
"eslint-plugin-node": "^11.1.0",
5151
"execa": "^5.1.1",
@@ -61,7 +61,7 @@
6161
"prompts": "^2.4.2",
6262
"rimraf": "^3.0.2",
6363
"rollup": "^2.59.0",
64-
"semver": "^7.3.5",
64+
"semver": "^7.3.6",
6565
"simple-git-hooks": "^2.7.0",
6666
"sirv": "^2.0.2",
6767
"ts-jest": "^27.1.4",
@@ -85,7 +85,7 @@
8585
"eslint --ext .ts"
8686
]
8787
},
88-
"packageManager": "[email protected].4",
88+
"packageManager": "[email protected].6",
8989
"pnpm": {
9090
"overrides": {
9191
"vite": "workspace:*",

packages/plugin-legacy/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-legacy#readme",
2424
"dependencies": {
25-
"@babel/standalone": "^7.17.8",
25+
"@babel/standalone": "^7.17.9",
2626
"core-js": "^3.21.1",
2727
"magic-string": "^0.26.1",
2828
"regenerator-runtime": "^0.13.9",

packages/plugin-react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
},
3434
"homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-react#readme",
3535
"dependencies": {
36-
"@babel/core": "^7.17.8",
36+
"@babel/core": "^7.17.9",
3737
"@babel/plugin-transform-react-jsx": "^7.17.3",
3838
"@babel/plugin-transform-react-jsx-development": "^7.16.7",
3939
"@babel/plugin-transform-react-jsx-self": "^7.16.7",

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.8",
25+
"@babel/core": "^7.17.9",
2626
"@babel/plugin-syntax-import-meta": "^7.10.4",
2727
"@babel/plugin-transform-typescript": "^7.16.8",
2828
"@rollup/pluginutils": "^4.2.0",

packages/vite/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
},
5454
"devDependencies": {
5555
"@ampproject/remapping": "^2.1.2",
56-
"@babel/parser": "^7.17.8",
56+
"@babel/parser": "^7.17.9",
5757
"@babel/types": "^7.17.0",
5858
"@jridgewell/trace-mapping": "^0.3.4",
5959
"@rollup/plugin-alias": "^3.1.9",

0 commit comments

Comments
 (0)