Skip to content

Commit 4ee29d4

Browse files
chore(deps): update all patch dependencies
1 parent b45f124 commit 4ee29d4

File tree

28 files changed

+308
-660
lines changed

28 files changed

+308
-660
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.11.0",
1616
"@rsbuild/core": "~1.2.19",
1717
"@rsbuild/plugin-react": "^1.1.1",
18-
"@types/react": "^19.0.10",
18+
"@types/react": "^19.0.11",
1919
"@types/react-dom": "^19.0.4",
2020
"typescript": "^5.8.2"
2121
}

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@
2020
"devDependencies": {
2121
"@module-federation/enhanced": "^0.11.0",
2222
"@module-federation/rsbuild-plugin": "^0.11.0",
23-
"@module-federation/storybook-addon": "^4.0.7",
23+
"@module-federation/storybook-addon": "^4.0.8",
2424
"@rsbuild/plugin-react": "^1.1.1",
2525
"@rslib/core": "workspace:*",
26-
"@types/react": "^19.0.10",
26+
"@types/react": "^19.0.11",
2727
"http-server": "^14.1.1",
2828
"react": "^19.0.0",
2929
"react-dom": "^19.0.0",
30-
"storybook": "^8.6.4",
30+
"storybook": "^8.6.7",
3131
"storybook-addon-rslib": "^1.0.0",
3232
"storybook-react-rsbuild": "^1.0.0"
3333
},

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.11.0",
1616
"@rsbuild/core": "~1.2.19",
1717
"@rsbuild/plugin-react": "^1.1.1",
18-
"@types/react": "^19.0.10",
18+
"@types/react": "^19.0.11",
1919
"@types/react-dom": "^19.0.4",
2020
"typescript": "^5.8.2"
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.1",
1212
"@rsbuild/plugin-sass": "^1.2.2",
1313
"@rslib/core": "workspace:*",
14-
"@types/react": "^19.0.10",
14+
"@types/react": "^19.0.11",
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.1",
1212
"@rsbuild/plugin-sass": "^1.2.2",
1313
"@rslib/core": "workspace:*",
14-
"@types/react": "^19.0.10",
14+
"@types/react": "^19.0.11",
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.1",
1111
"@rsbuild/plugin-sass": "^1.2.2",
1212
"@rslib/core": "workspace:*",
13-
"@types/react": "^19.0.10",
13+
"@types/react": "^19.0.11",
1414
"react": "^19.0.0"
1515
},
1616
"peerDependencies": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"prettier-plugin-packagejson": "^2.5.10",
5757
"simple-git-hooks": "^2.11.1",
5858
"typescript": "^5.8.2",
59-
"vitest": "^3.0.8",
59+
"vitest": "^3.0.9",
6060
"zx": "^8.4.1"
6161
},
6262
"packageManager": "[email protected]",

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

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
},
66
"devDependencies": {
77
"@rsbuild/core": "~1.2.19",
8-
"@storybook/addon-essentials": "^8.6.4",
9-
"@storybook/addon-interactions": "^8.6.4",
10-
"@storybook/addon-links": "^8.6.4",
11-
"@storybook/addon-onboarding": "^8.6.4",
12-
"@storybook/blocks": "^8.6.4",
13-
"@storybook/react": "^8.6.4",
14-
"@storybook/test": "^8.6.4",
15-
"storybook": "^8.6.4",
8+
"@storybook/addon-essentials": "^8.6.7",
9+
"@storybook/addon-interactions": "^8.6.7",
10+
"@storybook/addon-links": "^8.6.7",
11+
"@storybook/addon-onboarding": "^8.6.7",
12+
"@storybook/blocks": "^8.6.7",
13+
"@storybook/react": "^8.6.7",
14+
"@storybook/test": "^8.6.7",
15+
"storybook": "^8.6.7",
1616
"storybook-addon-rslib": "^1.0.0",
1717
"storybook-react-rsbuild": "^1.0.0"
1818
}

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
},
66
"devDependencies": {
77
"@rsbuild/core": "~1.2.19",
8-
"@storybook/addon-essentials": "^8.6.4",
9-
"@storybook/addon-interactions": "^8.6.4",
10-
"@storybook/addon-links": "^8.6.4",
11-
"@storybook/addon-onboarding": "^8.6.4",
12-
"@storybook/blocks": "^8.6.4",
13-
"@storybook/react": "^8.6.4",
14-
"@storybook/test": "^8.6.4",
15-
"storybook": "^8.6.4",
8+
"@storybook/addon-essentials": "^8.6.7",
9+
"@storybook/addon-interactions": "^8.6.7",
10+
"@storybook/addon-links": "^8.6.7",
11+
"@storybook/addon-onboarding": "^8.6.7",
12+
"@storybook/blocks": "^8.6.7",
13+
"@storybook/react": "^8.6.7",
14+
"@storybook/test": "^8.6.7",
15+
"storybook": "^8.6.7",
1616
"storybook-addon-rslib": "^1.0.0",
1717
"storybook-react-rsbuild": "^1.0.0"
1818
}

0 commit comments

Comments
 (0)