Skip to content

Commit 3336f56

Browse files
chore(deps): update all non-major dependencies
1 parent 60ada00 commit 3336f56

File tree

42 files changed

+590
-673
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+590
-673
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
},
1414
"devDependencies": {
1515
"@module-federation/rsbuild-plugin": "^0.18.3",
16-
"@rsbuild/core": "~1.5.1",
17-
"@rsbuild/plugin-react": "^1.3.5",
16+
"@rsbuild/core": "~1.5.3",
17+
"@rsbuild/plugin-react": "^1.4.0",
1818
"@types/react": "^19.1.12",
19-
"@types/react-dom": "^19.1.8",
19+
"@types/react-dom": "^19.1.9",
2020
"typescript": "^5.9.2"
2121
}
2222
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121
"@module-federation/enhanced": "^0.18.3",
2222
"@module-federation/rsbuild-plugin": "^0.18.3",
2323
"@module-federation/storybook-addon": "^4.0.27",
24-
"@rsbuild/plugin-react": "^1.3.5",
24+
"@rsbuild/plugin-react": "^1.4.0",
2525
"@rslib/core": "workspace:*",
2626
"@types/react": "^19.1.12",
2727
"http-server": "^14.1.1",
2828
"react": "^19.1.1",
2929
"react-dom": "^19.1.1",
30-
"storybook": "^9.1.3",
30+
"storybook": "^9.1.4",
3131
"storybook-addon-rslib": "^2.1.0",
3232
"storybook-react-rsbuild": "^2.1.0"
3333
},

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
},
1414
"devDependencies": {
1515
"@module-federation/rsbuild-plugin": "^0.18.3",
16-
"@rsbuild/core": "~1.5.1",
17-
"@rsbuild/plugin-react": "^1.3.5",
16+
"@rsbuild/core": "~1.5.3",
17+
"@rsbuild/plugin-react": "^1.4.0",
1818
"@types/react": "^19.1.12",
19-
"@types/react-dom": "^19.1.8",
19+
"@types/react-dom": "^19.1.9",
2020
"typescript": "^5.9.2"
2121
}
2222
}

examples/react-component-bundle-false/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"build": "rslib build"
99
},
1010
"devDependencies": {
11-
"@rsbuild/plugin-react": "^1.3.5",
11+
"@rsbuild/plugin-react": "^1.4.0",
1212
"@rsbuild/plugin-sass": "^1.4.0",
1313
"@rslib/core": "workspace:*",
1414
"@types/react": "^19.1.12",

examples/react-component-bundle/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"build": "rslib build"
99
},
1010
"devDependencies": {
11-
"@rsbuild/plugin-react": "^1.3.5",
11+
"@rsbuild/plugin-react": "^1.4.0",
1212
"@rsbuild/plugin-sass": "^1.4.0",
1313
"@rslib/core": "workspace:*",
1414
"@types/react": "^19.1.12",

examples/react-component-umd/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"build": "rslib build"
88
},
99
"devDependencies": {
10-
"@rsbuild/plugin-react": "^1.3.5",
10+
"@rsbuild/plugin-react": "^1.4.0",
1111
"@rsbuild/plugin-sass": "^1.4.0",
1212
"@rslib/core": "workspace:*",
1313
"@types/react": "^19.1.12",

examples/vue-component-bundleless/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616
"@rslib/core": "workspace:*",
1717
"@storybook/addon-essentials": "^9.0.0-alpha.12",
1818
"@storybook/addon-interactions": "^9.0.0-alpha.10",
19-
"@storybook/addon-links": "^9.1.3",
20-
"@storybook/addon-onboarding": "^9.1.3",
19+
"@storybook/addon-links": "^9.1.4",
20+
"@storybook/addon-onboarding": "^9.1.4",
2121
"@storybook/blocks": "^9.0.0-alpha.17",
2222
"@storybook/test": "^9.0.0-alpha.2",
23-
"@storybook/vue3": "^9.1.3",
23+
"@storybook/vue3": "^9.1.4",
2424
"rsbuild-plugin-unplugin-vue": "^0.1.0",
25-
"storybook": "^9.1.3",
25+
"storybook": "^9.1.4",
2626
"storybook-addon-rslib": "^2.1.0",
2727
"storybook-vue3-rsbuild": "^2.1.0",
2828
"typescript": "^5.9.2",

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"type-check": "tsc --noEmit && tsc --noEmit -p tests"
4444
},
4545
"dependencies": {
46-
"@rsbuild/core": "~1.5.1",
46+
"@rsbuild/core": "~1.5.3",
4747
"rsbuild-plugin-dts": "workspace:*",
4848
"tinyglobby": "^0.2.14"
4949
},
@@ -59,7 +59,7 @@
5959
"picocolors": "1.1.1",
6060
"prebundle": "1.4.1",
6161
"rsbuild-plugin-publint": "^0.3.3",
62-
"rslib": "npm:@rslib/[email protected].3",
62+
"rslib": "npm:@rslib/[email protected].4",
6363
"rslog": "^1.2.11",
6464
"tsconfck": "3.1.6",
6565
"typescript": "^5.9.2"

packages/create-rslib/fragments/base/react-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"dev": "rslib build --watch"
1616
},
1717
"devDependencies": {
18-
"@rsbuild/plugin-react": "^1.3.5",
18+
"@rsbuild/plugin-react": "^1.4.0",
1919
"@rslib/core": "workspace:*",
2020
"react": "^19.1.1"
2121
},

packages/create-rslib/fragments/base/react-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"dev": "rslib build --watch"
1818
},
1919
"devDependencies": {
20-
"@rsbuild/plugin-react": "^1.3.5",
20+
"@rsbuild/plugin-react": "^1.4.0",
2121
"@rslib/core": "workspace:*",
2222
"@types/react": "^19.1.12",
2323
"react": "^19.1.1",

0 commit comments

Comments
 (0)