Skip to content

Commit 271394f

Browse files
authoredJan 23, 2023
chore(deps): update all non-major dependencies (#11787)
1 parent 656710d commit 271394f

File tree

8 files changed

+246
-149
lines changed

8 files changed

+246
-149
lines changed
 

‎.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858

5959
- name: Get changed files
6060
id: changed-files
61-
uses: tj-actions/changed-files@487675b843e203b5c9a92a07f1ed763d046d7283 # v35.4.1
61+
uses: tj-actions/changed-files@57d9664f8e2aa45f26bcb59095f99aa47ae8e90d # v35.4.4
6262
with:
6363
files: |
6464
docs/**

‎package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@
3737
},
3838
"devDependencies": {
3939
"@babel/types": "^7.20.7",
40-
"@microsoft/api-extractor": "^7.33.7",
40+
"@microsoft/api-extractor": "^7.33.8",
4141
"@rollup/plugin-typescript": "^11.0.0",
42-
"@types/babel__core": "^7.1.20",
42+
"@types/babel__core": "^7.20.0",
4343
"@types/babel__standalone": "^7.1.4",
4444
"@types/convert-source-map": "^2.0.0",
4545
"@types/cross-spawn": "^6.0.2",
@@ -59,13 +59,13 @@
5959
"@types/semver": "^7.3.13",
6060
"@types/stylus": "^0.48.38",
6161
"@types/ws": "^8.5.4",
62-
"@typescript-eslint/eslint-plugin": "^5.48.1",
63-
"@typescript-eslint/parser": "^5.48.1",
62+
"@typescript-eslint/eslint-plugin": "^5.49.0",
63+
"@typescript-eslint/parser": "^5.49.0",
6464
"conventional-changelog-cli": "^2.2.2",
6565
"esbuild": "^0.16.14",
6666
"eslint": "^8.32.0",
6767
"eslint-define-config": "^1.14.0",
68-
"eslint-plugin-import": "^2.27.4",
68+
"eslint-plugin-import": "^2.27.5",
6969
"eslint-plugin-node": "^11.1.0",
7070
"eslint-plugin-regexp": "^1.12.0",
7171
"execa": "^6.1.0",
@@ -88,8 +88,8 @@
8888
"typescript": "^4.9.3",
8989
"unbuild": "^0.9.4",
9090
"vite": "workspace:*",
91-
"vitepress": "^1.0.0-alpha.36",
92-
"vitest": "^0.27.1",
91+
"vitepress": "^1.0.0-alpha.40",
92+
"vitest": "^0.28.1",
9393
"vue": "^3.2.45"
9494
},
9595
"simple-git-hooks": {
@@ -109,7 +109,7 @@
109109
"eslint --cache --fix"
110110
]
111111
},
112-
"packageManager": "pnpm@7.25.0",
112+
"packageManager": "pnpm@7.25.1",
113113
"pnpm": {
114114
"overrides": {
115115
"vite": "workspace:*"

‎packages/create-vite/template-react-ts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"react-dom": "^18.2.0"
1414
},
1515
"devDependencies": {
16-
"@types/react": "^18.0.26",
16+
"@types/react": "^18.0.27",
1717
"@types/react-dom": "^18.0.10",
1818
"@vitejs/plugin-react": "^3.0.1",
1919
"typescript": "^4.9.3",

‎packages/create-vite/template-react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"react-dom": "^18.2.0"
1414
},
1515
"devDependencies": {
16-
"@types/react": "^18.0.26",
16+
"@types/react": "^18.0.27",
1717
"@types/react-dom": "^18.0.10",
1818
"@vitejs/plugin-react": "^3.0.1",
1919
"vite": "^4.0.4"

‎packages/plugin-legacy/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
},
4242
"homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-legacy#readme",
4343
"dependencies": {
44-
"@babel/standalone": "^7.20.12",
45-
"core-js": "^3.27.1",
44+
"@babel/standalone": "^7.20.13",
45+
"core-js": "^3.27.2",
4646
"magic-string": "^0.27.0",
4747
"regenerator-runtime": "^0.13.11",
4848
"systemjs": "^6.13.0"

‎packages/vite/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -76,17 +76,17 @@
7676
},
7777
"devDependencies": {
7878
"@ampproject/remapping": "^2.2.0",
79-
"@babel/parser": "^7.20.7",
79+
"@babel/parser": "^7.20.13",
8080
"@babel/types": "^7.20.7",
8181
"@jridgewell/trace-mapping": "^0.3.17",
82-
"@rollup/plugin-alias": "^4.0.2",
83-
"@rollup/plugin-commonjs": "^24.0.0",
84-
"@rollup/plugin-dynamic-import-vars": "^2.0.2",
82+
"@rollup/plugin-alias": "^4.0.3",
83+
"@rollup/plugin-commonjs": "^24.0.1",
84+
"@rollup/plugin-dynamic-import-vars": "^2.0.3",
8585
"@rollup/plugin-json": "^6.0.0",
8686
"@rollup/plugin-node-resolve": "15.0.1",
8787
"@rollup/plugin-typescript": "^11.0.0",
8888
"@rollup/pluginutils": "^5.0.2",
89-
"acorn": "^8.8.1",
89+
"acorn": "^8.8.2",
9090
"acorn-walk": "^8.2.0",
9191
"cac": "^6.7.14",
9292
"chokidar": "^3.5.3",
@@ -100,7 +100,7 @@
100100
"dotenv": "^16.0.3",
101101
"dotenv-expand": "^9.0.0",
102102
"es-module-lexer": "^1.1.0",
103-
"estree-walker": "^3.0.2",
103+
"estree-walker": "^3.0.3",
104104
"etag": "^1.8.1",
105105
"fast-glob": "^3.2.12",
106106
"http-proxy": "^1.18.1",

‎playground/resolve/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12-
"@babel/runtime": "^7.20.7",
12+
"@babel/runtime": "^7.20.13",
1313
"es5-ext": "0.10.62",
1414
"normalize.css": "^8.0.1",
1515
"@vitejs/test-require-pkg-with-module-field": "link:./require-pkg-with-module-field",

‎pnpm-lock.yaml

+226-129
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.