Skip to content

Commit b877d30

Browse files
chore(deps): update all non-major dependencies (#7949)
1 parent 025eebf commit b877d30

File tree

6 files changed

+381
-265
lines changed

6 files changed

+381
-265
lines changed

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -34,24 +34,24 @@
3434
"ci-docs": "run-s build-vite build-plugin-vue build-docs"
3535
},
3636
"devDependencies": {
37-
"@microsoft/api-extractor": "^7.22.2",
37+
"@microsoft/api-extractor": "^7.23.0",
3838
"@types/fs-extra": "^9.0.13",
3939
"@types/jest": "^27.4.1",
4040
"@types/node": "^17.0.25",
4141
"@types/prompts": "^2.0.14",
4242
"@types/semver": "^7.3.9",
43-
"@typescript-eslint/eslint-plugin": "^5.20.0",
44-
"@typescript-eslint/parser": "^5.20.0",
43+
"@typescript-eslint/eslint-plugin": "^5.21.0",
44+
"@typescript-eslint/parser": "^5.21.0",
4545
"conventional-changelog-cli": "^2.2.2",
4646
"cross-env": "^7.0.3",
4747
"esbuild": "^0.14.27",
48-
"eslint": "^8.13.0",
48+
"eslint": "^8.14.0",
4949
"eslint-define-config": "^1.4.0",
5050
"eslint-plugin-node": "^11.1.0",
5151
"execa": "^5.1.1",
5252
"fs-extra": "^10.1.0",
5353
"jest": "^27.5.1",
54-
"lint-staged": "^12.4.0",
54+
"lint-staged": "^12.4.1",
5555
"minimist": "^1.2.6",
5656
"node-fetch": "^2.6.6",
5757
"npm-run-all": "^4.1.5",
@@ -85,7 +85,7 @@
8585
"eslint --ext .ts"
8686
]
8787
},
88-
"packageManager": "[email protected].9",
88+
"packageManager": "[email protected].11",
8989
"pnpm": {
9090
"overrides": {
9191
"vite": "workspace:*",

packages/plugin-legacy/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
},
2323
"homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-legacy#readme",
2424
"dependencies": {
25-
"@babel/standalone": "^7.17.9",
26-
"core-js": "^3.22.2",
25+
"@babel/standalone": "^7.17.11",
26+
"core-js": "^3.22.3",
2727
"magic-string": "^0.26.1",
2828
"regenerator-runtime": "^0.13.9",
2929
"systemjs": "^6.12.1"

packages/plugin-react/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@
3333
},
3434
"homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-react#readme",
3535
"dependencies": {
36-
"@babel/core": "^7.17.9",
36+
"@babel/core": "^7.17.10",
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",
4040
"@babel/plugin-transform-react-jsx-source": "^7.16.7",
4141
"@rollup/pluginutils": "^4.2.1",
42-
"react-refresh": "^0.12.0",
42+
"react-refresh": "^0.13.0",
4343
"resolve": "^1.22.0"
4444
}
4545
}

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

packages/vite/package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -44,17 +44,17 @@
4444
"//": "READ CONTRIBUTING.md to understand what to put under deps vs. devDeps!",
4545
"dependencies": {
4646
"esbuild": "^0.14.27",
47-
"postcss": "^8.4.12",
47+
"postcss": "^8.4.13",
4848
"resolve": "^1.22.0",
4949
"rollup": "^2.59.0"
5050
},
5151
"optionalDependencies": {
5252
"fsevents": "~2.3.2"
5353
},
5454
"devDependencies": {
55-
"@ampproject/remapping": "^2.1.2",
56-
"@babel/parser": "^7.17.9",
57-
"@babel/types": "^7.17.0",
55+
"@ampproject/remapping": "^2.2.0",
56+
"@babel/parser": "^7.17.10",
57+
"@babel/types": "^7.17.10",
5858
"@jridgewell/trace-mapping": "^0.3.9",
5959
"@rollup/plugin-alias": "^3.1.9",
6060
"@rollup/plugin-commonjs": "^21.1.0",
@@ -72,12 +72,12 @@
7272
"@types/micromatch": "^4.0.2",
7373
"@types/mime": "^2.0.3",
7474
"@types/node": "^17.0.25",
75-
"@types/resolve": "^1.20.1",
75+
"@types/resolve": "^1.20.2",
7676
"@types/sass": "~1.43.1",
7777
"@types/stylus": "^0.48.37",
7878
"@types/ws": "^8.5.3",
7979
"@vue/compiler-dom": "^3.2.33",
80-
"acorn": "^8.7.0",
80+
"acorn": "^8.7.1",
8181
"cac": "6.7.9",
8282
"chokidar": "^3.5.3",
8383
"connect": "^3.7.0",
@@ -112,11 +112,11 @@
112112
"source-map-js": "^1.0.2",
113113
"source-map-support": "^0.5.21",
114114
"strip-ansi": "^6.0.1",
115-
"terser": "^5.12.1",
115+
"terser": "^5.13.1",
116116
"tsconfck": "^1.2.2",
117-
"tslib": "^2.3.1",
117+
"tslib": "^2.4.0",
118118
"types": "link:./types",
119-
"ws": "^8.5.0"
119+
"ws": "^8.6.0"
120120
},
121121
"peerDependencies": {
122122
"less": "*",

0 commit comments

Comments
 (0)