Skip to content

Commit 33fc70b

Browse files
fix(deps): update all non-major dependencies
1 parent c3d2ffa commit 33fc70b

File tree

5 files changed

+204
-188
lines changed

5 files changed

+204
-188
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@
3434
"@eslint-types/typescript-eslint": "^6.12.0",
3535
"@eslint-types/import": "^2.29.0-1",
3636
"@types/fs-extra": "^11.0.4",
37-
"@types/node": "^20.10.3",
38-
"@typescript-eslint/eslint-plugin": "^6.13.1",
39-
"@typescript-eslint/parser": "^6.13.1",
37+
"@types/node": "^20.10.4",
38+
"@typescript-eslint/eslint-plugin": "^6.14.0",
39+
"@typescript-eslint/parser": "^6.14.0",
4040
"@vitejs/release-scripts": "^1.3.1",
41-
"eslint": "^8.55.0",
41+
"eslint": "^8.56.0",
4242
"eslint-define-config": "^2.0.0",
43-
"eslint-plugin-import": "^2.29.0",
43+
"eslint-plugin-import": "^2.29.1",
4444
"eslint-plugin-node": "^11.1.0",
4545
"eslint-plugin-regexp": "^2.1.2",
4646
"fs-extra": "^11.2.0",
@@ -51,9 +51,9 @@
5151
"prettier": "^3.0.3",
5252
"simple-git-hooks": "^2.9.0",
5353
"tsx": "^4.6.2",
54-
"typescript": "^5.3.2",
54+
"typescript": "^5.3.3",
5555
"unbuild": "^2.0.0",
56-
"vite": "^5.0.5",
56+
"vite": "^5.0.10",
5757
"vitest": "^1.0.4"
5858
},
5959
"simple-git-hooks": {

packages/plugin-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
"homepage": "https://github.com/vitejs/vite-plugin-react/tree/main/packages/plugin-react#readme",
4040
"dependencies": {
41-
"@babel/core": "^7.23.5",
41+
"@babel/core": "^7.23.6",
4242
"@babel/plugin-transform-react-jsx-self": "^7.23.3",
4343
"@babel/plugin-transform-react-jsx-source": "^7.23.3",
4444
"@types/babel__core": "^7.20.5",

playground/mdx/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
},
1414
"devDependencies": {
1515
"@mdx-js/rollup": "^3.0.0",
16-
"@types/react": "^18.2.41",
17-
"@types/react-dom": "^18.2.17",
16+
"@types/react": "^18.2.45",
17+
"@types/react-dom": "^18.2.18",
1818
"@vitejs/plugin-react": "workspace:*"
1919
}
2020
}

playground/ssr-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"dependencies": {
1616
"react": "^18.2.0",
1717
"react-dom": "^18.2.0",
18-
"react-router-dom": "^6.20.1"
18+
"react-router-dom": "^6.21.0"
1919
},
2020
"devDependencies": {
2121
"@vitejs/plugin-react": "workspace:*",

0 commit comments

Comments
 (0)