Skip to content

Commit 0162615

Browse files
chore(deps): update all non-major dependencies (#931)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Timeless0911 <[email protected]>
1 parent 9520ea5 commit 0162615

File tree

22 files changed

+626
-529
lines changed

22 files changed

+626
-529
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.1.0"
1313
},
1414
"devDependencies": {
15-
"@module-federation/rsbuild-plugin": "^0.11.4",
16-
"@rsbuild/core": "1.3.7",
15+
"@module-federation/rsbuild-plugin": "^0.12.0",
16+
"@rsbuild/core": "1.3.8",
1717
"@rsbuild/plugin-react": "^1.2.0",
18-
"@types/react": "^19.1.1",
18+
"@types/react": "^19.1.2",
1919
"@types/react-dom": "^19.1.2",
2020
"typescript": "^5.8.3"
2121
}

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
"storybook": "storybook dev -p 6006"
1919
},
2020
"devDependencies": {
21-
"@module-federation/enhanced": "^0.11.4",
22-
"@module-federation/rsbuild-plugin": "^0.11.4",
23-
"@module-federation/storybook-addon": "^4.0.12",
21+
"@module-federation/enhanced": "^0.12.0",
22+
"@module-federation/rsbuild-plugin": "^0.12.0",
23+
"@module-federation/storybook-addon": "^4.0.13",
2424
"@rsbuild/plugin-react": "^1.2.0",
2525
"@rslib/core": "workspace:*",
26-
"@types/react": "^19.1.1",
26+
"@types/react": "^19.1.2",
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
"react-dom": "^19.1.0"
1313
},
1414
"devDependencies": {
15-
"@module-federation/rsbuild-plugin": "^0.11.4",
16-
"@rsbuild/core": "1.3.7",
15+
"@module-federation/rsbuild-plugin": "^0.12.0",
16+
"@rsbuild/core": "1.3.8",
1717
"@rsbuild/plugin-react": "^1.2.0",
18-
"@types/react": "^19.1.1",
18+
"@types/react": "^19.1.2",
1919
"@types/react-dom": "^19.1.2",
2020
"typescript": "^5.8.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.2.0",
1212
"@rsbuild/plugin-sass": "^1.3.1",
1313
"@rslib/core": "workspace:*",
14-
"@types/react": "^19.1.1",
14+
"@types/react": "^19.1.2",
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.2.0",
1212
"@rsbuild/plugin-sass": "^1.3.1",
1313
"@rslib/core": "workspace:*",
14-
"@types/react": "^19.1.1",
14+
"@types/react": "^19.1.2",
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.2.0",
1111
"@rsbuild/plugin-sass": "^1.3.1",
1212
"@rslib/core": "workspace:*",
13-
"@types/react": "^19.1.1",
13+
"@types/react": "^19.1.2",
1414
"react": "^19.1.0"
1515
},
1616
"peerDependencies": {

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,22 +43,22 @@
4343
},
4444
"devDependencies": {
4545
"@biomejs/biome": "^1.9.4",
46-
"@changesets/cli": "^2.28.1",
46+
"@changesets/cli": "^2.29.2",
4747
"@types/fs-extra": "^11.0.4",
4848
"@types/node": "^22.8.1",
4949
"check-dependency-version-consistency": "^5.0.0",
5050
"cross-env": "^7.0.3",
5151
"cspell-ban-words": "^0.0.4",
5252
"fs-extra": "^11.3.0",
53-
"heading-case": "^0.1.4",
53+
"heading-case": "^0.1.6",
5454
"nano-staged": "^0.8.0",
55-
"nx": "^20.7.2",
55+
"nx": "^20.8.0",
5656
"prettier": "^3.5.3",
5757
"prettier-plugin-packagejson": "^2.5.10",
5858
"simple-git-hooks": "^2.12.1",
5959
"typescript": "^5.8.3",
6060
"vitest": "^3.1.1",
61-
"zx": "^8.5.2"
61+
"zx": "^8.5.3"
6262
},
6363
"packageManager": "[email protected]",
6464
"engines": {

packages/core/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@
4242
"type-check": "tsc --noEmit && tsc --noEmit -p tests"
4343
},
4444
"dependencies": {
45-
"@rsbuild/core": "1.3.7",
45+
"@rsbuild/core": "1.3.8",
4646
"rsbuild-plugin-dts": "workspace:*",
4747
"tinyglobby": "^0.2.12"
4848
},
4949
"devDependencies": {
50-
"@module-federation/rsbuild-plugin": "^0.11.4",
50+
"@module-federation/rsbuild-plugin": "^0.12.0",
5151
"@rslib/tsconfig": "workspace:*",
5252
"@types/fs-extra": "^11.0.4",
5353
"chokidar": "^4.0.3",
@@ -57,7 +57,7 @@
5757
"picocolors": "1.1.1",
5858
"prebundle": "1.3.3",
5959
"rsbuild-plugin-publint": "^0.3.0",
60-
"rslib": "npm:@rslib/[email protected].2",
60+
"rslib": "npm:@rslib/[email protected].3",
6161
"rslog": "^1.2.3",
6262
"tsconfck": "3.1.5",
6363
"typescript": "^5.8.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.2.0",
2222
"@rslib/core": "workspace:*",
23-
"@types/react": "^19.1.1",
23+
"@types/react": "^19.1.2",
2424
"react": "^19.1.0",
2525
"typescript": "^5.8.3"
2626
},

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"storybook": "storybook dev"
55
},
66
"devDependencies": {
7-
"@rsbuild/core": "1.3.7",
7+
"@rsbuild/core": "1.3.8",
88
"@storybook/addon-essentials": "^8.6.12",
99
"@storybook/addon-interactions": "^8.6.12",
1010
"@storybook/addon-links": "^8.6.12",

0 commit comments

Comments
 (0)