Skip to content

Commit 48d2cfb

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

File tree

21 files changed

+438
-399
lines changed

21 files changed

+438
-399
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
"react-dom": "^19.0.0"
1313
},
1414
"devDependencies": {
15-
"@module-federation/rsbuild-plugin": "^0.8.8",
16-
"@rsbuild/core": "1.2.0-beta.0",
15+
"@module-federation/rsbuild-plugin": "^0.8.9",
16+
"@rsbuild/core": "1.2.0-beta.1",
1717
"@rsbuild/plugin-react": "^1.1.0",
18-
"@types/react": "^19.0.6",
18+
"@types/react": "^19.0.7",
1919
"@types/react-dom": "^19.0.3",
2020
"typescript": "^5.7.3"
2121
}

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,18 @@
1818
"storybook": "storybook dev -p 6006"
1919
},
2020
"devDependencies": {
21-
"@module-federation/enhanced": "^0.8.8",
22-
"@module-federation/rsbuild-plugin": "^0.8.8",
23-
"@module-federation/storybook-addon": "^4.0.0",
21+
"@module-federation/enhanced": "^0.8.9",
22+
"@module-federation/rsbuild-plugin": "^0.8.9",
23+
"@module-federation/storybook-addon": "^4.0.1",
2424
"@rsbuild/plugin-react": "^1.1.0",
2525
"@rslib/core": "workspace:*",
26-
"@types/react": "^19.0.6",
26+
"@types/react": "^19.0.7",
2727
"http-server": "^14.1.1",
2828
"react": "^19.0.0",
2929
"react-dom": "^19.0.0",
3030
"storybook": "^8.4.7",
31-
"storybook-addon-rslib": "^0.1.7",
32-
"storybook-react-rsbuild": "^0.1.7"
31+
"storybook-addon-rslib": "^0.1.8",
32+
"storybook-react-rsbuild": "^0.1.8"
3333
},
3434
"peerDependencies": {
3535
"react": "*"

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
"react-dom": "^19.0.0"
1313
},
1414
"devDependencies": {
15-
"@module-federation/rsbuild-plugin": "^0.8.8",
16-
"@rsbuild/core": "1.2.0-beta.0",
15+
"@module-federation/rsbuild-plugin": "^0.8.9",
16+
"@rsbuild/core": "1.2.0-beta.1",
1717
"@rsbuild/plugin-react": "^1.1.0",
18-
"@types/react": "^19.0.6",
18+
"@types/react": "^19.0.7",
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.1.2",
1313
"@rslib/core": "workspace:*",
14-
"@types/react": "^19.0.6",
14+
"@types/react": "^19.0.7",
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.6",
14+
"@types/react": "^19.0.7",
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.6",
13+
"@types/react": "^19.0.7",
1414
"react": "^19.0.0"
1515
},
1616
"peerDependencies": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"nano-staged": "^0.8.0",
5353
"nx": "^20.3.1",
5454
"prettier": "^3.4.2",
55-
"prettier-plugin-packagejson": "^2.5.6",
55+
"prettier-plugin-packagejson": "^2.5.8",
5656
"simple-git-hooks": "^2.11.1",
5757
"typescript": "^5.7.3",
5858
"vitest": "^2.1.8",

packages/core/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,20 +38,20 @@
3838
"type-check": "tsc --noEmit && tsc --noEmit -p tests"
3939
},
4040
"dependencies": {
41-
"@rsbuild/core": "1.2.0-beta.0",
41+
"@rsbuild/core": "1.2.0-beta.1",
4242
"rsbuild-plugin-dts": "workspace:*",
4343
"tinyglobby": "^0.2.10"
4444
},
4545
"devDependencies": {
46-
"@module-federation/rsbuild-plugin": "^0.8.8",
46+
"@module-federation/rsbuild-plugin": "^0.8.9",
4747
"@rslib/tsconfig": "workspace:*",
4848
"@types/fs-extra": "^11.0.4",
4949
"chokidar": "^4.0.3",
5050
"commander": "^13.0.0",
5151
"fs-extra": "^11.2.0",
5252
"memfs": "^4.17.0",
5353
"picocolors": "1.1.1",
54-
"prebundle": "1.2.5",
54+
"prebundle": "1.2.7",
5555
"rsbuild-plugin-publint": "^0.2.1",
5656
"rslib": "npm:@rslib/[email protected]",
5757
"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.0",
2222
"@rslib/core": "workspace:*",
23-
"@types/react": "^19.0.6",
23+
"@types/react": "^19.0.7",
2424
"react": "^19.0.0",
2525
"typescript": "^5.7.3"
2626
},

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"storybook": "storybook dev"
55
},
66
"devDependencies": {
7-
"@rsbuild/core": "1.2.0-beta.0",
7+
"@rsbuild/core": "1.2.0-beta.1",
88
"@storybook/addon-essentials": "^8.4.7",
99
"@storybook/addon-interactions": "^8.4.7",
1010
"@storybook/addon-links": "^8.4.7",
@@ -13,7 +13,7 @@
1313
"@storybook/react": "^8.4.7",
1414
"@storybook/test": "^8.4.7",
1515
"storybook": "^8.4.7",
16-
"storybook-addon-rslib": "^0.1.7",
17-
"storybook-react-rsbuild": "^0.1.7"
16+
"storybook-addon-rslib": "^0.1.8",
17+
"storybook-react-rsbuild": "^0.1.8"
1818
}
1919
}

0 commit comments

Comments
 (0)