Skip to content

Commit 3a3d36a

Browse files
chore(deps): update types to v19 (major) (#542)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 399c083 commit 3a3d36a

File tree

14 files changed

+71
-81
lines changed

14 files changed

+71
-81
lines changed

examples/module-federation/mf-host/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"@module-federation/rsbuild-plugin": "^0.8.1",
1616
"@rsbuild/core": "~1.1.9",
1717
"@rsbuild/plugin-react": "^1.1.0",
18-
"@types/react": "^18.3.14",
19-
"@types/react-dom": "^18.3.2",
18+
"@types/react": "^19.0.1",
19+
"@types/react-dom": "^19.0.2",
2020
"typescript": "^5.6.3"
2121
}
2222
}

examples/module-federation/mf-react-component/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@module-federation/storybook-addon": "^3.0.12",
2424
"@rsbuild/plugin-react": "^1.1.0",
2525
"@rslib/core": "workspace:*",
26-
"@types/react": "^18.3.14",
26+
"@types/react": "^19.0.1",
2727
"http-server": "^14.1.1",
2828
"react": "^18.3.1",
2929
"react-dom": "^18.3.1",

examples/module-federation/mf-remote/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"@module-federation/rsbuild-plugin": "^0.8.1",
1616
"@rsbuild/core": "~1.1.9",
1717
"@rsbuild/plugin-react": "^1.1.0",
18-
"@types/react": "^18.3.14",
19-
"@types/react-dom": "^18.3.2",
18+
"@types/react": "^19.0.1",
19+
"@types/react-dom": "^19.0.2",
2020
"typescript": "^5.6.3"
2121
}
2222
}

examples/react-component-bundle-false/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@rsbuild/plugin-react": "^1.1.0",
1212
"@rsbuild/plugin-sass": "^1.1.2",
1313
"@rslib/core": "workspace:*",
14-
"@types/react": "^18.3.14",
14+
"@types/react": "^19.0.1",
1515
"react": "^18.3.1"
1616
},
1717
"peerDependencies": {

examples/react-component-bundle/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@rsbuild/plugin-react": "^1.1.0",
1212
"@rsbuild/plugin-sass": "^1.1.2",
1313
"@rslib/core": "workspace:*",
14-
"@types/react": "^18.3.14",
14+
"@types/react": "^19.0.1",
1515
"react": "^18.3.1"
1616
},
1717
"peerDependencies": {

examples/react-component-umd/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@rsbuild/plugin-react": "^1.1.0",
1111
"@rsbuild/plugin-sass": "^1.1.2",
1212
"@rslib/core": "workspace:*",
13-
"@types/react": "^18.3.14",
13+
"@types/react": "^19.0.1",
1414
"react": "^18.3.1"
1515
},
1616
"peerDependencies": {

packages/create-rslib/fragments/base/react-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"devDependencies": {
2121
"@rsbuild/plugin-react": "^1.0.7",
2222
"@rslib/core": "workspace:*",
23-
"@types/react": "^18.3.14",
23+
"@types/react": "^19.0.1",
2424
"react": "^18.3.1",
2525
"typescript": "^5.6.3"
2626
},

packages/create-rslib/template-[react]-[]-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"devDependencies": {
2121
"@rsbuild/plugin-react": "^1.0.7",
2222
"@rslib/core": "workspace:*",
23-
"@types/react": "^18.3.14",
23+
"@types/react": "^19.0.1",
2424
"react": "^18.3.1",
2525
"typescript": "^5.6.3"
2626
},

packages/create-rslib/template-[react]-[storybook,vitest]-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@storybook/test": "^8.4.7",
3434
"@testing-library/jest-dom": "^6.6.3",
3535
"@testing-library/react": "^16.1.0",
36-
"@types/react": "^18.3.14",
36+
"@types/react": "^19.0.1",
3737
"jsdom": "^25.0.1",
3838
"react": "^18.3.1",
3939
"storybook": "^8.4.7",

packages/create-rslib/template-[react]-[storybook]-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@storybook/blocks": "^8.4.7",
3131
"@storybook/react": "^8.4.7",
3232
"@storybook/test": "^8.4.7",
33-
"@types/react": "^18.3.14",
33+
"@types/react": "^19.0.1",
3434
"react": "^18.3.1",
3535
"storybook": "^8.4.7",
3636
"storybook-addon-rslib": "^0.1.5",

packages/create-rslib/template-[react]-[vitest]-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@rslib/core": "workspace:*",
2424
"@testing-library/jest-dom": "^6.6.3",
2525
"@testing-library/react": "^16.1.0",
26-
"@types/react": "^18.3.14",
26+
"@types/react": "^19.0.1",
2727
"jsdom": "^25.0.1",
2828
"react": "^18.3.1",
2929
"typescript": "^5.6.3",

0 commit comments

Comments
 (0)