Skip to content

Commit 7be267c

Browse files
fix(deps): update all non-major dependencies
1 parent 7517103 commit 7be267c

File tree

21 files changed

+1465
-535
lines changed

21 files changed

+1465
-535
lines changed

package.json

+8-8
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@10.9.0",
8+
"packageManager": "pnpm@10.10.0",
99
"homepage": "https://github.com/vitejs/vite-plugin-react/",
1010
"keywords": [
1111
"frontend",
@@ -32,26 +32,26 @@
3232
"ci-publish": "tsx scripts/publishCI.ts"
3333
},
3434
"devDependencies": {
35-
"@eslint/js": "^9.25.1",
35+
"@eslint/js": "^9.26.0",
3636
"@types/fs-extra": "^11.0.4",
37-
"@types/node": "^22.15.2",
37+
"@types/node": "^22.15.12",
3838
"@vitejs/release-scripts": "^1.5.0",
39-
"eslint": "^9.25.1",
39+
"eslint": "^9.26.0",
4040
"eslint-plugin-import-x": "^4.11.0",
4141
"eslint-plugin-n": "^17.17.0",
4242
"eslint-plugin-regexp": "^2.7.0",
4343
"fs-extra": "^11.3.0",
4444
"globals": "^16.0.0",
45-
"lint-staged": "^15.5.1",
45+
"lint-staged": "^15.5.2",
4646
"picocolors": "^1.1.1",
4747
"playwright-chromium": "^1.52.0",
4848
"prettier": "^3.0.3",
4949
"simple-git-hooks": "^2.13.0",
50-
"tsx": "^4.19.3",
50+
"tsx": "^4.19.4",
5151
"typescript": "^5.8.3",
52-
"typescript-eslint": "^8.31.0",
52+
"typescript-eslint": "^8.32.0",
5353
"vite": "^6.3.3",
54-
"vitest": "^3.1.2"
54+
"vitest": "^3.1.3"
5555
},
5656
"simple-git-hooks": {
5757
"pre-commit": "pnpm exec lint-staged --concurrent false"

packages/plugin-react-swc/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@
3737
"devDependencies": {
3838
"@playwright/test": "^1.52.0",
3939
"@types/fs-extra": "^11.0.4",
40-
"@types/node": "^22.15.2",
40+
"@types/node": "^22.15.12",
4141
"@vitejs/react-common": "workspace:*",
42-
"esbuild": "^0.25.3",
42+
"esbuild": "^0.25.4",
4343
"fs-extra": "^11.3.0",
4444
"picocolors": "^1.1.1",
4545
"prettier": "^3.0.3",

packages/plugin-react-swc/playground/base-path/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"react-dom": "^19.1.0"
1313
},
1414
"devDependencies": {
15-
"@types/react": "^19.1.2",
16-
"@types/react-dom": "^19.1.2",
15+
"@types/react": "^19.1.3",
16+
"@types/react-dom": "^19.1.3",
1717
"@vitejs/plugin-react-swc": "../../dist"
1818
}
1919
}

packages/plugin-react-swc/playground/class-components/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"react-dom": "^19.1.0"
1313
},
1414
"devDependencies": {
15-
"@types/react": "^19.1.2",
16-
"@types/react-dom": "^19.1.2",
15+
"@types/react": "^19.1.3",
16+
"@types/react-dom": "^19.1.3",
1717
"@vitejs/plugin-react-swc": "../../dist"
1818
}
1919
}

packages/plugin-react-swc/playground/decorators/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"react-dom": "^19.1.0"
1313
},
1414
"devDependencies": {
15-
"@types/react": "^19.1.2",
16-
"@types/react-dom": "^19.1.2",
15+
"@types/react": "^19.1.3",
16+
"@types/react-dom": "^19.1.3",
1717
"@vitejs/plugin-react-swc": "../../dist"
1818
}
1919
}

packages/plugin-react-swc/playground/emotion-plugin/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"react-dom": "^19.1.0"
1515
},
1616
"devDependencies": {
17-
"@types/react": "^19.1.2",
18-
"@types/react-dom": "^19.1.2",
17+
"@types/react": "^19.1.3",
18+
"@types/react-dom": "^19.1.3",
1919
"@vitejs/plugin-react-swc": "../../dist",
2020
"@swc/plugin-emotion": "^9.0.3"
2121
}

packages/plugin-react-swc/playground/emotion/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"react-dom": "^19.1.0"
1515
},
1616
"devDependencies": {
17-
"@types/react": "^19.1.2",
18-
"@types/react-dom": "^19.1.2",
17+
"@types/react": "^19.1.3",
18+
"@types/react-dom": "^19.1.3",
1919
"@vitejs/plugin-react-swc": "../../dist"
2020
}
2121
}

packages/plugin-react-swc/playground/hmr/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"react-dom": "^19.1.0"
1313
},
1414
"devDependencies": {
15-
"@types/react": "^19.1.2",
16-
"@types/react-dom": "^19.1.2",
15+
"@types/react": "^19.1.3",
16+
"@types/react-dom": "^19.1.3",
1717
"@vitejs/plugin-react-swc": "../../dist"
1818
}
1919
}

packages/plugin-react-swc/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": "^19.1.2",
17-
"@types/react-dom": "^19.1.2",
16+
"@types/react": "^19.1.3",
17+
"@types/react-dom": "^19.1.3",
1818
"@vitejs/plugin-react-swc": "../../dist"
1919
}
2020
}

packages/plugin-react-swc/playground/shadow-export/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"react-dom": "^19.1.0"
1313
},
1414
"devDependencies": {
15-
"@types/react": "^19.1.2",
16-
"@types/react-dom": "^19.1.2",
15+
"@types/react": "^19.1.3",
16+
"@types/react-dom": "^19.1.3",
1717
"@vitejs/plugin-react-swc": "../../dist"
1818
}
1919
}

packages/plugin-react-swc/playground/styled-components/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
},
1616
"devDependencies": {
1717
"@swc/plugin-styled-components": "^7.1.3",
18-
"@types/react": "^19.1.2",
19-
"@types/react-dom": "^19.1.2",
18+
"@types/react": "^19.1.3",
19+
"@types/react-dom": "^19.1.3",
2020
"@types/styled-components": "^5.1.34",
2121
"@vitejs/plugin-react-swc": "../../dist"
2222
}

packages/plugin-react-swc/playground/ts-lib/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
"generouted": "1.11.7",
1313
"react": "^19.1.0",
1414
"react-dom": "^19.1.0",
15-
"react-router-dom": "^7.5.2"
15+
"react-router-dom": "^7.5.3"
1616
},
1717
"devDependencies": {
18-
"@types/react": "^19.1.2",
19-
"@types/react-dom": "^19.1.2",
18+
"@types/react": "^19.1.3",
19+
"@types/react-dom": "^19.1.3",
2020
"@vitejs/plugin-react-swc": "../../dist"
2121
}
2222
}

packages/plugin-react-swc/playground/worker/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"react-dom": "^19.1.0"
1313
},
1414
"devDependencies": {
15-
"@types/react": "^19.1.2",
16-
"@types/react-dom": "^19.1.2",
15+
"@types/react": "^19.1.3",
16+
"@types/react-dom": "^19.1.3",
1717
"@vitejs/plugin-react-swc": "../../dist"
1818
}
1919
}

packages/plugin-react/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
},
4949
"homepage": "https://github.com/vitejs/vite-plugin-react/tree/main/packages/plugin-react#readme",
5050
"dependencies": {
51-
"@babel/core": "^7.26.10",
52-
"@babel/plugin-transform-react-jsx-self": "^7.25.9",
53-
"@babel/plugin-transform-react-jsx-source": "^7.25.9",
51+
"@babel/core": "^7.27.1",
52+
"@babel/plugin-transform-react-jsx-self": "^7.27.1",
53+
"@babel/plugin-transform-react-jsx-source": "^7.27.1",
5454
"@types/babel__core": "^7.20.5",
5555
"react-refresh": "^0.17.0"
5656
},

playground/class-components/package.json

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

playground/compiler-react-18/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"react-dom": "^18.3.1"
1414
},
1515
"devDependencies": {
16-
"@babel/plugin-transform-react-jsx-development": "^7.25.9",
16+
"@babel/plugin-transform-react-jsx-development": "^7.27.1",
1717
"@types/react": "^18.3.20",
1818
"@types/react-dom": "^18.3.6",
1919
"@vitejs/plugin-react": "workspace:*",

playground/compiler/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
"react-dom": "^19.1.0"
1313
},
1414
"devDependencies": {
15-
"@babel/plugin-transform-react-jsx-development": "^7.25.9",
16-
"@types/react": "^19.1.2",
17-
"@types/react-dom": "^19.1.2",
15+
"@babel/plugin-transform-react-jsx-development": "^7.27.1",
16+
"@types/react": "^19.1.3",
17+
"@types/react-dom": "^19.1.3",
1818
"@vitejs/plugin-react": "workspace:*",
1919
"babel-plugin-react-compiler": "19.1.0-rc.1",
2020
"typescript": "^5.8.3"

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": "^19.1.2",
17-
"@types/react-dom": "^19.1.2",
16+
"@types/react": "^19.1.3",
17+
"@types/react-dom": "^19.1.3",
1818
"@vitejs/plugin-react": "workspace:*"
1919
}
2020
}

playground/react-emotion/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"react-switch": "^7.1.0"
1717
},
1818
"devDependencies": {
19-
"@babel/plugin-proposal-pipeline-operator": "^7.26.7",
19+
"@babel/plugin-proposal-pipeline-operator": "^7.27.1",
2020
"@emotion/babel-plugin": "^11.13.5",
2121
"@vitejs/plugin-react": "workspace:*"
2222
},

0 commit comments

Comments
 (0)