Skip to content

Commit e80ca94

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

File tree

17 files changed

+126
-243
lines changed

17 files changed

+126
-243
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.8",
1616
"@rsbuild/core": "1.2.0-beta.0",
1717
"@rsbuild/plugin-react": "^1.1.0",
18-
"@types/react": "^19.0.4",
19-
"@types/react-dom": "^19.0.2",
18+
"@types/react": "^19.0.6",
19+
"@types/react-dom": "^19.0.3",
2020
"typescript": "^5.7.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": "^4.0.0",
2424
"@rsbuild/plugin-react": "^1.1.0",
2525
"@rslib/core": "workspace:*",
26-
"@types/react": "^19.0.4",
26+
"@types/react": "^19.0.6",
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"@module-federation/rsbuild-plugin": "^0.8.8",
1616
"@rsbuild/core": "1.2.0-beta.0",
1717
"@rsbuild/plugin-react": "^1.1.0",
18-
"@types/react": "^19.0.4",
19-
"@types/react-dom": "^19.0.2",
18+
"@types/react": "^19.0.6",
19+
"@types/react-dom": "^19.0.3",
2020
"typescript": "^5.7.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": "^19.0.4",
14+
"@types/react": "^19.0.6",
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.1.2",
1313
"@rslib/core": "workspace:*",
14-
"@types/react": "^19.0.4",
14+
"@types/react": "^19.0.6",
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.1.2",
1212
"@rslib/core": "workspace:*",
13-
"@types/react": "^19.0.4",
13+
"@types/react": "^19.0.6",
1414
"react": "^19.0.0"
1515
},
1616
"peerDependencies": {

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"picocolors": "1.1.1",
5353
"prebundle": "1.2.5",
5454
"rsbuild-plugin-publint": "^0.2.1",
55-
"rslib": "npm:@rslib/[email protected].0",
55+
"rslib": "npm:@rslib/[email protected].1",
5656
"rslog": "^1.2.3",
5757
"tsconfck": "3.1.4",
5858
"typescript": "^5.7.3"

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.4",
23+
"@types/react": "^19.0.6",
2424
"react": "^19.0.0",
2525
"typescript": "^5.7.3"
2626
},

packages/create-rslib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@types/node": "^22.8.1",
3939
"fs-extra": "^11.2.0",
4040
"rsbuild-plugin-publint": "^0.2.1",
41-
"rslib": "npm:@rslib/[email protected].0",
41+
"rslib": "npm:@rslib/[email protected].1",
4242
"tsx": "^4.19.2",
4343
"typescript": "^5.7.3"
4444
},

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.4",
23+
"@types/react": "^19.0.6",
2424
"react": "^19.0.0",
2525
"typescript": "^5.7.3"
2626
},

0 commit comments

Comments
 (0)