Skip to content

Commit d9d3f6a

Browse files
committed
chore(deps): update all non-major dependencies
1 parent c703a33 commit d9d3f6a

File tree

7 files changed

+483
-473
lines changed

7 files changed

+483
-473
lines changed

package.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -36,27 +36,27 @@
3636
"devDependencies": {
3737
"@microsoft/api-extractor": "^7.19.4",
3838
"@types/fs-extra": "^9.0.13",
39-
"@types/jest": "^27.4.0",
40-
"@types/node": "^16.11.22",
39+
"@types/jest": "^27.4.1",
40+
"@types/node": "^16.11.26",
4141
"@types/prompts": "^2.0.14",
4242
"@types/semver": "^7.3.9",
43-
"@typescript-eslint/eslint-plugin": "^5.11.0",
44-
"@typescript-eslint/parser": "^5.11.0",
43+
"@typescript-eslint/eslint-plugin": "^5.12.1",
44+
"@typescript-eslint/parser": "^5.12.1",
4545
"conventional-changelog-cli": "^2.2.2",
4646
"cross-env": "^7.0.3",
4747
"esbuild": "^0.14.14",
48-
"eslint": "^8.8.0",
49-
"eslint-define-config": "^1.2.4",
48+
"eslint": "^8.10.0",
49+
"eslint-define-config": "^1.2.5",
5050
"eslint-plugin-node": "^11.1.0",
5151
"execa": "^5.1.1",
52-
"fs-extra": "^10.0.0",
52+
"fs-extra": "^10.0.1",
5353
"jest": "^27.5.1",
54-
"lint-staged": "^12.3.3",
54+
"lint-staged": "^12.3.4",
5555
"minimist": "^1.2.5",
5656
"node-fetch": "^2.6.6",
5757
"npm-run-all": "^4.1.5",
5858
"picocolors": "^1.0.0",
59-
"playwright-chromium": "^1.18.1",
59+
"playwright-chromium": "^1.19.2",
6060
"prettier": "2.5.1",
6161
"prompts": "^2.4.2",
6262
"rimraf": "^3.0.2",
@@ -68,7 +68,7 @@
6868
"ts-node": "^10.4.0",
6969
"typescript": "~4.5.4",
7070
"vite": "workspace:*",
71-
"vitepress": "^0.21.6"
71+
"vitepress": "^0.22.3"
7272
},
7373
"simple-git-hooks": {
7474
"pre-commit": "pnpm exec lint-staged --concurrent false",
@@ -85,7 +85,7 @@
8585
"eslint --ext .ts"
8686
]
8787
},
88-
"packageManager": "pnpm@6.30.0",
88+
"packageManager": "pnpm@6.32.1",
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.2",
26-
"core-js": "^3.21.0",
25+
"@babel/standalone": "^7.17.6",
26+
"core-js": "^3.21.1",
2727
"magic-string": "^0.25.7",
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,8 +33,8 @@
3333
},
3434
"homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-react#readme",
3535
"dependencies": {
36-
"@babel/core": "^7.17.2",
37-
"@babel/plugin-transform-react-jsx": "^7.16.7",
36+
"@babel/core": "^7.17.5",
37+
"@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",

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

packages/plugin-vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@
4242
"rollup": "^2.59.0",
4343
"slash": "^4.0.0",
4444
"source-map": "^0.6.1",
45-
"vue": "^3.2.30"
45+
"vue": "^3.2.31"
4646
}
4747
}

packages/vite/package.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -44,23 +44,23 @@
4444
"//": "READ CONTRIBUTING.md to understand what to put under deps vs. devDeps!",
4545
"dependencies": {
4646
"esbuild": "^0.14.14",
47-
"postcss": "^8.4.6",
47+
"postcss": "^8.4.7",
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.0",
56-
"@babel/parser": "^7.17.0",
55+
"@ampproject/remapping": "^2.1.2",
56+
"@babel/parser": "^7.17.3",
5757
"@babel/types": "^7.17.0",
5858
"@rollup/plugin-alias": "^3.1.9",
59-
"@rollup/plugin-commonjs": "^21.0.1",
59+
"@rollup/plugin-commonjs": "^21.0.2",
6060
"@rollup/plugin-dynamic-import-vars": "^1.4.2",
6161
"@rollup/plugin-json": "^4.1.0",
6262
"@rollup/plugin-node-resolve": "13.1.3",
63-
"@rollup/plugin-typescript": "^8.3.0",
63+
"@rollup/plugin-typescript": "^8.3.1",
6464
"@rollup/pluginutils": "^4.1.2",
6565
"@types/convert-source-map": "^1.5.2",
6666
"@types/cross-spawn": "^6.0.2",
@@ -70,12 +70,12 @@
7070
"@types/less": "^3.0.3",
7171
"@types/micromatch": "^4.0.2",
7272
"@types/mime": "^2.0.3",
73-
"@types/node": "^16.11.22",
73+
"@types/node": "^16.11.26",
7474
"@types/resolve": "^1.20.1",
7575
"@types/sass": "~1.43.1",
7676
"@types/stylus": "^0.48.36",
77-
"@types/ws": "^8.2.2",
78-
"@vue/compiler-dom": "^3.2.30",
77+
"@types/ws": "^8.5.1",
78+
"@vue/compiler-dom": "^3.2.31",
7979
"acorn": "^8.7.0",
8080
"cac": "6.7.9",
8181
"chokidar": "^3.5.3",
@@ -88,7 +88,7 @@
8888
"debug": "^4.3.3",
8989
"dotenv": "^14.3.2",
9090
"dotenv-expand": "^5.1.0",
91-
"es-module-lexer": "^0.9.3",
91+
"es-module-lexer": "^0.10.0",
9292
"estree-walker": "^2.0.2",
9393
"etag": "^1.8.1",
9494
"fast-glob": "^3.2.11",
@@ -104,16 +104,16 @@
104104
"periscopic": "^2.0.3",
105105
"picocolors": "^1.0.0",
106106
"postcss-import": "^14.0.2",
107-
"postcss-load-config": "^3.1.1",
108-
"postcss-modules": "^4.3.0",
107+
"postcss-load-config": "^3.1.3",
108+
"postcss-modules": "^4.3.1",
109109
"resolve.exports": "^1.1.0",
110110
"rollup-plugin-license": "^2.6.1",
111111
"sirv": "^2.0.2",
112112
"source-map-js": "^1.0.2",
113113
"source-map-support": "^0.5.21",
114114
"strip-ansi": "^6.0.1",
115-
"terser": "^5.10.0",
116-
"tsconfck": "1.1.2",
115+
"terser": "^5.11.0",
116+
"tsconfck": "1.2.0",
117117
"tslib": "^2.3.1",
118118
"types": "link:./types",
119119
"ws": "^8.5.0"

0 commit comments

Comments
 (0)