Skip to content

Commit 2f900ba

Browse files
fix(deps): update all non-major dependencies (#4387)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 43c957d commit 2f900ba

File tree

6 files changed

+233
-116
lines changed

6 files changed

+233
-116
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-legacy/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@
2626
},
2727
"homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-legacy#readme",
2828
"dependencies": {
29-
"@babel/standalone": "^7.14.7",
29+
"@babel/standalone": "^7.14.8",
3030
"core-js": "^3.15.2",
3131
"magic-string": "^0.25.7",
32-
"regenerator-runtime": "^0.13.7",
32+
"regenerator-runtime": "^0.13.9",
3333
"systemjs": "^6.10.2"
3434
},
3535
"peerDependencies": {

packages/plugin-react-refresh/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-react-refresh#readme",
2828
"dependencies": {
29-
"@babel/core": "^7.14.6",
29+
"@babel/core": "^7.14.8",
3030
"@babel/plugin-transform-react-jsx-self": "^7.14.5",
3131
"@babel/plugin-transform-react-jsx-source": "^7.14.5",
3232
"@rollup/pluginutils": "^4.1.1",

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",

packages/vite/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"//": "READ .github/contributing.md to understand what to put under deps vs. devDeps!",
4949
"dependencies": {
5050
"esbuild": "^0.12.8",
51-
"postcss": "^8.3.5",
51+
"postcss": "^8.3.6",
5252
"resolve": "^1.20.0",
5353
"rollup": "^2.38.5"
5454
},
@@ -61,12 +61,12 @@
6161
"@rollup/plugin-commonjs": "^19.0.1",
6262
"@rollup/plugin-dynamic-import-vars": "^1.3.0",
6363
"@rollup/plugin-json": "^4.1.0",
64-
"@rollup/plugin-node-resolve": "13.0.2",
64+
"@rollup/plugin-node-resolve": "13.0.4",
6565
"@rollup/plugin-typescript": "^8.2.3",
6666
"@rollup/pluginutils": "^4.1.1",
6767
"@types/clean-css": "^4.2.5",
6868
"@types/convert-source-map": "^1.5.2",
69-
"@types/debug": "^4.1.6",
69+
"@types/debug": "^4.1.7",
7070
"@types/es-module-lexer": "^0.3.0",
7171
"@types/estree": "^0.0.50",
7272
"@types/etag": "^1.8.1",
@@ -76,7 +76,7 @@
7676
"@types/resolve": "^1.20.1",
7777
"@types/sass": "^1.16.1",
7878
"@types/stylus": "^0.48.36",
79-
"@types/ws": "^7.4.6",
79+
"@types/ws": "^7.4.7",
8080
"@vue/compiler-dom": "^3.1.5",
8181
"acorn": "^8.4.1",
8282
"acorn-class-fields": "^1.0.0",
@@ -111,7 +111,7 @@
111111
"periscopic": "^2.0.3",
112112
"postcss-import": "^14.0.2",
113113
"postcss-load-config": "^3.0.0",
114-
"postcss-modules": "^4.1.3",
114+
"postcss-modules": "^4.2.2",
115115
"resolve.exports": "^1.0.2",
116116
"rollup-plugin-license": "^2.5.0",
117117
"selfsigned": "^1.10.11",

0 commit comments

Comments
 (0)