Skip to content

Commit eba9d05

Browse files
chore(deps): update all non-major dependencies (#7780)
1 parent 17f3be7 commit eba9d05

File tree

7 files changed

+301
-211
lines changed

7 files changed

+301
-211
lines changed

package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -34,34 +34,34 @@
3434
"ci-docs": "run-s build-vite build-plugin-vue build-docs"
3535
},
3636
"devDependencies": {
37-
"@microsoft/api-extractor": "^7.21.2",
37+
"@microsoft/api-extractor": "^7.22.2",
3838
"@types/fs-extra": "^9.0.13",
3939
"@types/jest": "^27.4.1",
40-
"@types/node": "^16.11.26",
40+
"@types/node": "^16.11.27",
4141
"@types/prompts": "^2.0.14",
4242
"@types/semver": "^7.3.9",
43-
"@typescript-eslint/eslint-plugin": "^5.18.0",
44-
"@typescript-eslint/parser": "^5.18.0",
43+
"@typescript-eslint/eslint-plugin": "^5.20.0",
44+
"@typescript-eslint/parser": "^5.20.0",
4545
"conventional-changelog-cli": "^2.2.2",
4646
"cross-env": "^7.0.3",
4747
"esbuild": "^0.14.27",
4848
"eslint": "^8.13.0",
4949
"eslint-define-config": "^1.3.0",
5050
"eslint-plugin-node": "^11.1.0",
5151
"execa": "^5.1.1",
52-
"fs-extra": "^10.0.1",
52+
"fs-extra": "^10.1.0",
5353
"jest": "^27.5.1",
54-
"lint-staged": "^12.3.7",
54+
"lint-staged": "^12.3.8",
5555
"minimist": "^1.2.6",
5656
"node-fetch": "^2.6.6",
5757
"npm-run-all": "^4.1.5",
5858
"picocolors": "^1.0.0",
59-
"playwright-chromium": "^1.20.2",
59+
"playwright-chromium": "^1.21.1",
6060
"prettier": "2.6.2",
6161
"prompts": "^2.4.2",
6262
"rimraf": "^3.0.2",
6363
"rollup": "^2.59.0",
64-
"semver": "^7.3.6",
64+
"semver": "^7.3.7",
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": "pnpm@6.32.6",
88+
"packageManager": "pnpm@6.32.9",
8989
"pnpm": {
9090
"overrides": {
9191
"vite": "workspace:*",

packages/plugin-legacy/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-legacy#readme",
2424
"dependencies": {
2525
"@babel/standalone": "^7.17.9",
26-
"core-js": "^3.21.1",
26+
"core-js": "^3.22.0",
2727
"magic-string": "^0.26.1",
2828
"regenerator-runtime": "^0.13.9",
2929
"systemjs": "^6.12.1"

packages/plugin-react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
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",
41-
"@rollup/pluginutils": "^4.2.0",
41+
"@rollup/pluginutils": "^4.2.1",
4242
"react-refresh": "^0.12.0",
4343
"resolve": "^1.22.0"
4444
}

packages/plugin-vue-jsx/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@babel/core": "^7.17.9",
2626
"@babel/plugin-syntax-import-meta": "^7.10.4",
2727
"@babel/plugin-transform-typescript": "^7.16.8",
28-
"@rollup/pluginutils": "^4.2.0",
28+
"@rollup/pluginutils": "^4.2.1",
2929
"@vue/babel-plugin-jsx": "^1.1.1",
3030
"hash-sum": "^2.0.0"
3131
}

packages/plugin-vue/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@
3535
"vue": "^3.2.25"
3636
},
3737
"devDependencies": {
38-
"@rollup/pluginutils": "^4.2.0",
38+
"@rollup/pluginutils": "^4.2.1",
3939
"@types/hash-sum": "^1.0.0",
4040
"debug": "^4.3.4",
4141
"hash-sum": "^2.0.0",
4242
"rollup": "^2.59.0",
4343
"slash": "^4.0.0",
4444
"source-map": "^0.6.1",
45-
"vue": "^3.2.31"
45+
"vue": "^3.2.33"
4646
}
4747
}

packages/vite/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,12 @@
5757
"@babel/types": "^7.17.0",
5858
"@jridgewell/trace-mapping": "^0.3.4",
5959
"@rollup/plugin-alias": "^3.1.9",
60-
"@rollup/plugin-commonjs": "^21.0.3",
61-
"@rollup/plugin-dynamic-import-vars": "^1.4.2",
60+
"@rollup/plugin-commonjs": "^21.1.0",
61+
"@rollup/plugin-dynamic-import-vars": "^1.4.3",
6262
"@rollup/plugin-json": "^4.1.0",
63-
"@rollup/plugin-node-resolve": "13.1.3",
64-
"@rollup/plugin-typescript": "^8.3.1",
65-
"@rollup/pluginutils": "^4.2.0",
63+
"@rollup/plugin-node-resolve": "13.2.1",
64+
"@rollup/plugin-typescript": "^8.3.2",
65+
"@rollup/pluginutils": "^4.2.1",
6666
"@types/convert-source-map": "^1.5.2",
6767
"@types/cross-spawn": "^6.0.2",
6868
"@types/debug": "^4.1.7",
@@ -71,12 +71,12 @@
7171
"@types/less": "^3.0.3",
7272
"@types/micromatch": "^4.0.2",
7373
"@types/mime": "^2.0.3",
74-
"@types/node": "^16.11.26",
74+
"@types/node": "^16.11.27",
7575
"@types/resolve": "^1.20.1",
7676
"@types/sass": "~1.43.1",
7777
"@types/stylus": "^0.48.37",
7878
"@types/ws": "^8.5.3",
79-
"@vue/compiler-dom": "^3.2.31",
79+
"@vue/compiler-dom": "^3.2.33",
8080
"acorn": "^8.7.0",
8181
"cac": "6.7.9",
8282
"chokidar": "^3.5.3",
@@ -107,7 +107,7 @@
107107
"postcss-load-config": "^3.1.4",
108108
"postcss-modules": "^4.3.1",
109109
"resolve.exports": "^1.1.0",
110-
"rollup-plugin-license": "^2.6.1",
110+
"rollup-plugin-license": "^2.7.0",
111111
"sirv": "^2.0.2",
112112
"source-map-js": "^1.0.2",
113113
"source-map-support": "^0.5.21",

0 commit comments

Comments
 (0)