Skip to content

Commit e38be3e

Browse files
fix(deps): update all non-major dependencies (#6782)
1 parent c70dc6a commit e38be3e

File tree

7 files changed

+770
-570
lines changed

7 files changed

+770
-570
lines changed

package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -35,21 +35,21 @@
3535
"@microsoft/api-extractor": "^7.19.4",
3636
"@types/fs-extra": "^9.0.13",
3737
"@types/jest": "^27.4.0",
38-
"@types/node": "^16.11.21",
38+
"@types/node": "^16.11.22",
3939
"@types/prompts": "^2.0.14",
4040
"@types/semver": "^7.3.9",
41-
"@typescript-eslint/eslint-plugin": "^5.10.2",
42-
"@typescript-eslint/parser": "^5.10.2",
41+
"@typescript-eslint/eslint-plugin": "^5.11.0",
42+
"@typescript-eslint/parser": "^5.11.0",
4343
"conventional-changelog-cli": "^2.2.2",
4444
"cross-env": "^7.0.3",
4545
"esbuild": "^0.14.14",
4646
"eslint": "^8.8.0",
47-
"eslint-define-config": "^1.2.3",
47+
"eslint-define-config": "^1.2.4",
4848
"eslint-plugin-node": "^11.1.0",
4949
"execa": "^5.1.1",
5050
"fs-extra": "^10.0.0",
51-
"jest": "^27.4.7",
52-
"lint-staged": "^12.3.2",
51+
"jest": "^27.5.1",
52+
"lint-staged": "^12.3.3",
5353
"minimist": "^1.2.5",
5454
"node-fetch": "^2.6.6",
5555
"npm-run-all": "^4.1.5",
@@ -83,7 +83,7 @@
8383
"eslint --ext .ts"
8484
]
8585
},
86-
"packageManager": "pnpm@6.29.1",
86+
"packageManager": "pnpm@6.30.0",
8787
"pnpm": {
8888
"overrides": {
8989
"vite": "workspace:*",

packages/plugin-legacy/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
},
2727
"homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-legacy#readme",
2828
"dependencies": {
29-
"@babel/standalone": "^7.16.12",
30-
"core-js": "^3.20.3",
29+
"@babel/standalone": "^7.17.2",
30+
"core-js": "^3.21.0",
3131
"magic-string": "^0.25.7",
3232
"regenerator-runtime": "^0.13.9",
3333
"systemjs": "^6.12.1"

packages/plugin-react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
},
3535
"homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-react#readme",
3636
"dependencies": {
37-
"@babel/core": "^7.16.12",
37+
"@babel/core": "^7.17.2",
3838
"@babel/plugin-transform-react-jsx": "^7.16.7",
3939
"@babel/plugin-transform-react-jsx-development": "^7.16.7",
4040
"@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
@@ -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.16.12",
29+
"@babel/core": "^7.17.2",
3030
"@babel/plugin-syntax-import-meta": "^7.10.4",
3131
"@babel/plugin-transform-typescript": "^7.16.8",
3232
"@rollup/pluginutils": "^4.1.2",

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.29"
46+
"vue": "^3.2.30"
4747
}
4848
}

packages/vite/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"//": "READ CONTRIBUTING.md to understand what to put under deps vs. devDeps!",
4646
"dependencies": {
4747
"esbuild": "^0.14.14",
48-
"postcss": "^8.4.5",
48+
"postcss": "^8.4.6",
4949
"resolve": "^1.22.0",
5050
"rollup": "^2.59.0"
5151
},
@@ -54,8 +54,8 @@
5454
},
5555
"devDependencies": {
5656
"@ampproject/remapping": "^1.1.1",
57-
"@babel/parser": "^7.16.12",
58-
"@babel/types": "^7.16.8",
57+
"@babel/parser": "^7.17.0",
58+
"@babel/types": "^7.17.0",
5959
"@rollup/plugin-alias": "^3.1.9",
6060
"@rollup/plugin-commonjs": "^21.0.1",
6161
"@rollup/plugin-dynamic-import-vars": "^1.4.2",
@@ -66,17 +66,17 @@
6666
"@types/convert-source-map": "^1.5.2",
6767
"@types/cross-spawn": "^6.0.2",
6868
"@types/debug": "^4.1.7",
69-
"@types/estree": "^0.0.50",
69+
"@types/estree": "^0.0.51",
7070
"@types/etag": "^1.8.1",
7171
"@types/less": "^3.0.3",
7272
"@types/micromatch": "^4.0.2",
7373
"@types/mime": "^2.0.3",
74-
"@types/node": "^16.11.21",
74+
"@types/node": "^16.11.22",
7575
"@types/resolve": "^1.20.1",
7676
"@types/sass": "~1.43.1",
7777
"@types/stylus": "^0.48.36",
7878
"@types/ws": "^8.2.2",
79-
"@vue/compiler-dom": "^3.2.29",
79+
"@vue/compiler-dom": "^3.2.30",
8080
"acorn": "^8.7.0",
8181
"cac": "6.7.9",
8282
"chokidar": "^3.5.3",
@@ -117,7 +117,7 @@
117117
"tsconfck": "1.1.2",
118118
"tslib": "^2.3.1",
119119
"types": "link:./types",
120-
"ws": "^8.4.2"
120+
"ws": "^8.5.0"
121121
},
122122
"peerDependencies": {
123123
"less": "*",

0 commit comments

Comments
 (0)