Skip to content

Commit a65dc4d

Browse files
fix(deps): update all non-major dependencies
1 parent 2e368a6 commit a65dc4d

File tree

9 files changed

+218
-358
lines changed

9 files changed

+218
-358
lines changed

package.json

+7-7
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": "pnpm@9.14.2",
8+
"packageManager": "pnpm@9.15.0",
99
"homepage": "https://github.com/vitejs/vite-plugin-react/",
1010
"keywords": [
1111
"frontend",
@@ -35,26 +35,26 @@
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.10",
3939
"@typescript-eslint/eslint-plugin": "^7.18.0",
4040
"@typescript-eslint/parser": "^7.18.0",
4141
"@vitejs/release-scripts": "^1.3.2",
4242
"eslint": "^8.57.1",
4343
"eslint-define-config": "^2.1.0",
4444
"eslint-plugin-import": "^2.31.0",
45-
"eslint-plugin-n": "^17.14.0",
45+
"eslint-plugin-n": "^17.15.0",
4646
"eslint-plugin-regexp": "^2.7.0",
4747
"fs-extra": "^11.2.0",
48-
"lint-staged": "^15.2.10",
48+
"lint-staged": "^15.2.11",
4949
"npm-run-all2": "^6.2.6",
5050
"picocolors": "^1.1.1",
51-
"playwright-chromium": "^1.49.0",
51+
"playwright-chromium": "^1.49.1",
5252
"prettier": "^3.0.3",
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.3",
57+
"vitest": "^2.1.8"
5858
},
5959
"simple-git-hooks": {
6060
"pre-commit": "pnpm exec lint-staged --concurrent false"

packages/plugin-react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@babel/plugin-transform-react-jsx-self": "^7.25.9",
4343
"@babel/plugin-transform-react-jsx-source": "^7.25.9",
4444
"@types/babel__core": "^7.20.5",
45-
"react-refresh": "^0.14.2"
45+
"react-refresh": "^0.16.0"
4646
},
4747
"peerDependencies": {
4848
"vite": "^4.2.0 || ^5.0.0 || ^6.0.0"

playground/class-components/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"react-dom": "^18.3.1"
1313
},
1414
"devDependencies": {
15-
"@types/react": "^18.3.12",
16-
"@types/react-dom": "^18.3.1",
15+
"@types/react": "^18.3.16",
16+
"@types/react-dom": "^18.3.5",
1717
"@vitejs/plugin-react": "workspace:*"
1818
}
1919
}

playground/compiler-react-18/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
},
1515
"devDependencies": {
1616
"@babel/plugin-transform-react-jsx-development": "^7.25.9",
17-
"@types/react": "^18.3.12",
18-
"@types/react-dom": "^18.3.1",
17+
"@types/react": "^18.3.16",
18+
"@types/react-dom": "^18.3.5",
1919
"@vitejs/plugin-react": "workspace:*",
2020
"babel-plugin-react-compiler": "0.0.0-experimental-dc8bd44-20241121",
2121
"typescript": "^5.7.2"

playground/compiler/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
"preview": "vite preview"
99
},
1010
"dependencies": {
11-
"react": "^19.0.0-rc-fb9a90fa48-20240614",
12-
"react-dom": "^19.0.0-rc-fb9a90fa48-20240614"
11+
"react": "^19.0.0",
12+
"react-dom": "^19.0.0"
1313
},
1414
"devDependencies": {
1515
"@babel/plugin-transform-react-jsx-development": "^7.25.9",
16-
"@types/react": "^18.3.12",
17-
"@types/react-dom": "^18.3.1",
16+
"@types/react": "^18.3.16",
17+
"@types/react-dom": "^18.3.5",
1818
"@vitejs/plugin-react": "workspace:*",
1919
"babel-plugin-react-compiler": "0.0.0-experimental-dc8bd44-20241121",
2020
"typescript": "^5.7.2"

playground/mdx/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
},
1414
"devDependencies": {
1515
"@mdx-js/rollup": "^3.1.0",
16-
"@types/react": "^18.3.12",
17-
"@types/react-dom": "^18.3.1",
16+
"@types/react": "^18.3.16",
17+
"@types/react-dom": "^18.3.5",
1818
"@vitejs/plugin-react": "workspace:*"
1919
}
2020
}

playground/react-emotion/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12-
"@emotion/react": "^11.13.5",
13-
"@emotion/styled": "^11.13.5",
12+
"@emotion/react": "^11.14.0",
13+
"@emotion/styled": "^11.14.0",
1414
"react": "^18.3.1",
1515
"react-dom": "^18.3.1",
16-
"react-switch": "^7.0.0"
16+
"react-switch": "^7.1.0"
1717
},
1818
"devDependencies": {
1919
"@babel/plugin-proposal-pipeline-operator": "^7.25.9",

playground/ssr-react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"devDependencies": {
2020
"@vitejs/plugin-react": "workspace:*",
2121
"compression": "^1.7.5",
22-
"express": "^4.21.1",
22+
"express": "^4.21.2",
2323
"serve-static": "^1.16.2"
2424
}
2525
}

0 commit comments

Comments
 (0)