Skip to content

Commit 4743d59

Browse files
chore(deps): update all patch dependencies (#704)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Timeless0911 <[email protected]>
1 parent 19dc930 commit 4743d59

File tree

31 files changed

+534
-549
lines changed

31 files changed

+534
-549
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
},
1414
"devDependencies": {
1515
"@module-federation/rsbuild-plugin": "^0.8.9",
16-
"@rsbuild/core": "~1.2.0",
16+
"@rsbuild/core": "~1.2.2",
1717
"@rsbuild/plugin-react": "^1.1.0",
18-
"@types/react": "^19.0.7",
18+
"@types/react": "^19.0.8",
1919
"@types/react-dom": "^19.0.3",
2020
"typescript": "^5.7.3"
2121
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323
"@module-federation/storybook-addon": "^4.0.1",
2424
"@rsbuild/plugin-react": "^1.1.0",
2525
"@rslib/core": "workspace:*",
26-
"@types/react": "^19.0.7",
26+
"@types/react": "^19.0.8",
2727
"http-server": "^14.1.1",
2828
"react": "^19.0.0",
2929
"react-dom": "^19.0.0",
30-
"storybook": "^8.5.0",
30+
"storybook": "^8.5.1",
3131
"storybook-addon-rslib": "^0.1.8",
3232
"storybook-react-rsbuild": "^0.1.8"
3333
},

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
},
1414
"devDependencies": {
1515
"@module-federation/rsbuild-plugin": "^0.8.9",
16-
"@rsbuild/core": "~1.2.0",
16+
"@rsbuild/core": "~1.2.2",
1717
"@rsbuild/plugin-react": "^1.1.0",
18-
"@types/react": "^19.0.7",
18+
"@types/react": "^19.0.8",
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.0",
1313
"@rslib/core": "workspace:*",
14-
"@types/react": "^19.0.7",
14+
"@types/react": "^19.0.8",
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.0",
1313
"@rslib/core": "workspace:*",
14-
"@types/react": "^19.0.7",
14+
"@types/react": "^19.0.8",
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.0",
1212
"@rslib/core": "workspace:*",
13-
"@types/react": "^19.0.7",
13+
"@types/react": "^19.0.8",
1414
"react": "^19.0.0"
1515
},
1616
"peerDependencies": {

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,12 @@
5151
"fs-extra": "^11.3.0",
5252
"heading-case": "^0.1.4",
5353
"nano-staged": "^0.8.0",
54-
"nx": "^20.3.2",
54+
"nx": "^20.3.3",
5555
"prettier": "^3.4.2",
5656
"prettier-plugin-packagejson": "^2.5.8",
5757
"simple-git-hooks": "^2.11.1",
5858
"typescript": "^5.7.3",
59-
"vitest": "^3.0.3",
59+
"vitest": "^3.0.4",
6060
"zx": "^8.3.0"
6161
},
6262
"packageManager": "[email protected]",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"type-check": "tsc --noEmit && tsc --noEmit -p tests"
3939
},
4040
"dependencies": {
41-
"@rsbuild/core": "~1.2.0",
41+
"@rsbuild/core": "~1.2.2",
4242
"rsbuild-plugin-dts": "workspace:*",
4343
"tinyglobby": "^0.2.10"
4444
},

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

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
"storybook": "storybook dev"
55
},
66
"devDependencies": {
7-
"@rsbuild/core": "~1.2.0",
8-
"@storybook/addon-essentials": "^8.5.0",
9-
"@storybook/addon-interactions": "^8.5.0",
10-
"@storybook/addon-links": "^8.5.0",
11-
"@storybook/addon-onboarding": "^8.5.0",
12-
"@storybook/blocks": "^8.5.0",
13-
"@storybook/react": "^8.5.0",
14-
"@storybook/test": "^8.5.0",
15-
"storybook": "^8.5.0",
7+
"@rsbuild/core": "~1.2.2",
8+
"@storybook/addon-essentials": "^8.5.1",
9+
"@storybook/addon-interactions": "^8.5.1",
10+
"@storybook/addon-links": "^8.5.1",
11+
"@storybook/addon-onboarding": "^8.5.1",
12+
"@storybook/blocks": "^8.5.1",
13+
"@storybook/react": "^8.5.1",
14+
"@storybook/test": "^8.5.1",
15+
"storybook": "^8.5.1",
1616
"storybook-addon-rslib": "^0.1.8",
1717
"storybook-react-rsbuild": "^0.1.8"
1818
}

0 commit comments

Comments
 (0)