Skip to content

Commit e493f38

Browse files
authored
chore(deps): update minor deps (#904)
1 parent 846503f commit e493f38

File tree

21 files changed

+224
-215
lines changed

21 files changed

+224
-215
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.11.2",
1616
"@rsbuild/core": "1.3.1",
1717
"@rsbuild/plugin-react": "^1.1.1",
18-
"@types/react": "^19.0.12",
19-
"@types/react-dom": "^19.0.4",
18+
"@types/react": "^19.1.0",
19+
"@types/react-dom": "^19.1.1",
2020
"typescript": "^5.8.2"
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.10",
2424
"@rsbuild/plugin-react": "^1.1.1",
2525
"@rslib/core": "workspace:*",
26-
"@types/react": "^19.0.12",
26+
"@types/react": "^19.1.0",
2727
"http-server": "^14.1.1",
2828
"react": "^19.1.0",
2929
"react-dom": "^19.1.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.11.2",
1616
"@rsbuild/core": "1.3.1",
1717
"@rsbuild/plugin-react": "^1.1.1",
18-
"@types/react": "^19.0.12",
19-
"@types/react-dom": "^19.0.4",
18+
"@types/react": "^19.1.0",
19+
"@types/react-dom": "^19.1.1",
2020
"typescript": "^5.8.2"
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.1",
1212
"@rsbuild/plugin-sass": "^1.3.1",
1313
"@rslib/core": "workspace:*",
14-
"@types/react": "^19.0.12",
14+
"@types/react": "^19.1.0",
1515
"react": "^19.1.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.1",
1212
"@rsbuild/plugin-sass": "^1.3.1",
1313
"@rslib/core": "workspace:*",
14-
"@types/react": "^19.0.12",
14+
"@types/react": "^19.1.0",
1515
"react": "^19.1.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.1",
1111
"@rsbuild/plugin-sass": "^1.3.1",
1212
"@rslib/core": "workspace:*",
13-
"@types/react": "^19.0.12",
13+
"@types/react": "^19.1.0",
1414
"react": "^19.1.0"
1515
},
1616
"peerDependencies": {

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"fs-extra": "^11.3.0",
5656
"memfs": "^4.17.0",
5757
"picocolors": "1.1.1",
58-
"prebundle": "1.2.7",
58+
"prebundle": "1.3.3",
5959
"rsbuild-plugin-publint": "^0.3.0",
6060
"rslib": "npm:@rslib/[email protected]",
6161
"rslog": "^1.2.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.1",
2222
"@rslib/core": "workspace:*",
23-
"@types/react": "^19.0.12",
23+
"@types/react": "^19.1.0",
2424
"react": "^19.1.0",
2525
"typescript": "^5.8.2"
2626
},

packages/create-rslib/fragments/tools/vitest-react-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
},
55
"devDependencies": {
66
"@testing-library/jest-dom": "^6.6.3",
7-
"@testing-library/react": "^16.2.0",
7+
"@testing-library/react": "^16.3.0",
88
"jsdom": "^26.0.0",
99
"vitest": "^3.1.1"
1010
}

packages/create-rslib/fragments/tools/vitest-react-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
},
55
"devDependencies": {
66
"@testing-library/jest-dom": "^6.6.3",
7-
"@testing-library/react": "^16.2.0",
7+
"@testing-library/react": "^16.3.0",
88
"jsdom": "^26.0.0",
99
"vitest": "^3.1.1"
1010
}

0 commit comments

Comments
 (0)