Skip to content

Commit b4f4494

Browse files
chore(deps): update all patch dependencies (#757)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ad46fa7 commit b4f4494

File tree

15 files changed

+89
-89
lines changed

15 files changed

+89
-89
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@module-federation/rsbuild-plugin": "^0.8.11",
1616
"@rsbuild/core": "~1.2.8",
1717
"@rsbuild/plugin-react": "^1.1.0",
18-
"@types/react": "^19.0.8",
18+
"@types/react": "^19.0.9",
1919
"@types/react-dom": "^19.0.3",
2020
"typescript": "^5.7.3"
2121
}

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": "^4.0.3",
2424
"@rsbuild/plugin-react": "^1.1.0",
2525
"@rslib/core": "workspace:*",
26-
"@types/react": "^19.0.8",
26+
"@types/react": "^19.0.9",
2727
"http-server": "^14.1.1",
2828
"react": "^19.0.0",
2929
"react-dom": "^19.0.0",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@module-federation/rsbuild-plugin": "^0.8.11",
1616
"@rsbuild/core": "~1.2.8",
1717
"@rsbuild/plugin-react": "^1.1.0",
18-
"@types/react": "^19.0.8",
18+
"@types/react": "^19.0.9",
1919
"@types/react-dom": "^19.0.3",
2020
"typescript": "^5.7.3"
2121
}

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.2.1",
1313
"@rslib/core": "workspace:*",
14-
"@types/react": "^19.0.8",
14+
"@types/react": "^19.0.9",
1515
"react": "^19.0.0"
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.2.1",
1313
"@rslib/core": "workspace:*",
14-
"@types/react": "^19.0.8",
14+
"@types/react": "^19.0.9",
1515
"react": "^19.0.0"
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.2.1",
1212
"@rslib/core": "workspace:*",
13-
"@types/react": "^19.0.8",
13+
"@types/react": "^19.0.9",
1414
"react": "^19.0.0"
1515
},
1616
"peerDependencies": {

examples/vue-component-bundle/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@rslib/core": "workspace:*",
1414
"typescript": "^5.7.3",
1515
"vue": "^3.5.13",
16-
"vue-tsc": "^2.2.0"
16+
"vue-tsc": "^2.2.2"
1717
},
1818
"peerDependencies": {
1919
"vue": ">=3.0.0"

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.1.0",
2222
"@rslib/core": "workspace:*",
23-
"@types/react": "^19.0.8",
23+
"@types/react": "^19.0.9",
2424
"react": "^19.0.0",
2525
"typescript": "^5.7.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.1.0",
2222
"@rslib/core": "workspace:*",
23-
"@types/react": "^19.0.8",
23+
"@types/react": "^19.0.9",
2424
"react": "^19.0.0",
2525
"typescript": "^5.7.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.5.6",
3434
"@testing-library/jest-dom": "^6.6.3",
3535
"@testing-library/react": "^16.2.0",
36-
"@types/react": "^19.0.8",
36+
"@types/react": "^19.0.9",
3737
"jsdom": "^26.0.0",
3838
"react": "^19.0.0",
3939
"storybook": "^8.5.6",

0 commit comments

Comments
 (0)