Skip to content

Commit 144d8ac

Browse files
chore(deps): update all non-major dependencies
1 parent 2e368a6 commit 144d8ac

File tree

6 files changed

+86
-241
lines changed

6 files changed

+86
-241
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"engines": {
66
"node": "^14.18.0 || >=16.0.0"
77
},
8-
"packageManager": "[email protected].2",
8+
"packageManager": "[email protected].4",
99
"homepage": "https://github.com/vitejs/vite-plugin-react/",
1010
"keywords": [
1111
"frontend",
@@ -35,7 +35,7 @@
3535
"@eslint-types/import": "^2.29.1",
3636
"@eslint-types/typescript-eslint": "^7.5.0",
3737
"@types/fs-extra": "^11.0.4",
38-
"@types/node": "^20.17.7",
38+
"@types/node": "^20.17.9",
3939
"@typescript-eslint/eslint-plugin": "^7.18.0",
4040
"@typescript-eslint/parser": "^7.18.0",
4141
"@vitejs/release-scripts": "^1.3.2",
@@ -53,8 +53,8 @@
5353
"simple-git-hooks": "^2.11.1",
5454
"tsx": "^4.19.2",
5555
"typescript": "^5.7.2",
56-
"vite": "^6.0.0",
57-
"vitest": "^2.1.5"
56+
"vite": "^6.0.2",
57+
"vitest": "^2.1.8"
5858
},
5959
"simple-git-hooks": {
6060
"pre-commit": "pnpm exec lint-staged --concurrent false"

playground/class-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"react-dom": "^18.3.1"
1313
},
1414
"devDependencies": {
15-
"@types/react": "^18.3.12",
15+
"@types/react": "^18.3.13",
1616
"@types/react-dom": "^18.3.1",
1717
"@vitejs/plugin-react": "workspace:*"
1818
}

playground/compiler-react-18/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"devDependencies": {
1616
"@babel/plugin-transform-react-jsx-development": "^7.25.9",
17-
"@types/react": "^18.3.12",
17+
"@types/react": "^18.3.13",
1818
"@types/react-dom": "^18.3.1",
1919
"@vitejs/plugin-react": "workspace:*",
2020
"babel-plugin-react-compiler": "0.0.0-experimental-dc8bd44-20241121",

playground/compiler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"devDependencies": {
1515
"@babel/plugin-transform-react-jsx-development": "^7.25.9",
16-
"@types/react": "^18.3.12",
16+
"@types/react": "^18.3.13",
1717
"@types/react-dom": "^18.3.1",
1818
"@vitejs/plugin-react": "workspace:*",
1919
"babel-plugin-react-compiler": "0.0.0-experimental-dc8bd44-20241121",

playground/mdx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"devDependencies": {
1515
"@mdx-js/rollup": "^3.1.0",
16-
"@types/react": "^18.3.12",
16+
"@types/react": "^18.3.13",
1717
"@types/react-dom": "^18.3.1",
1818
"@vitejs/plugin-react": "workspace:*"
1919
}

0 commit comments

Comments
 (0)