Skip to content

Commit 014d566

Browse files
chore(deps): update all patch dependencies (#662)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6140997 commit 014d566

File tree

30 files changed

+654
-316
lines changed

30 files changed

+654
-316
lines changed

examples/express-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"@rslib/core": "workspace:*",
1010
"@types/express": "^5.0.0",
1111
"express": "^4.21.2",
12-
"typescript": "^5.7.2"
12+
"typescript": "^5.7.3"
1313
},
1414
"peerDependencies": {
1515
"express": "^4"

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
"react-dom": "^19.0.0"
1313
},
1414
"devDependencies": {
15-
"@module-federation/rsbuild-plugin": "^0.8.7",
16-
"@rsbuild/core": "1.2.0-alpha.0",
15+
"@module-federation/rsbuild-plugin": "^0.8.8",
16+
"@rsbuild/core": "1.2.0-beta.0",
1717
"@rsbuild/plugin-react": "^1.1.0",
18-
"@types/react": "^19.0.2",
18+
"@types/react": "^19.0.4",
1919
"@types/react-dom": "^19.0.2",
20-
"typescript": "^5.7.2"
20+
"typescript": "^5.7.3"
2121
}
2222
}

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

Lines changed: 3 additions & 3 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.8.7",
22-
"@module-federation/rsbuild-plugin": "^0.8.7",
21+
"@module-federation/enhanced": "^0.8.8",
22+
"@module-federation/rsbuild-plugin": "^0.8.8",
2323
"@module-federation/storybook-addon": "^3.0.18",
2424
"@rsbuild/plugin-react": "^1.1.0",
2525
"@rslib/core": "workspace:*",
26-
"@types/react": "^19.0.2",
26+
"@types/react": "^19.0.4",
2727
"http-server": "^14.1.1",
2828
"react": "^19.0.0",
2929
"react-dom": "^19.0.0",

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
"react-dom": "^19.0.0"
1313
},
1414
"devDependencies": {
15-
"@module-federation/rsbuild-plugin": "^0.8.7",
16-
"@rsbuild/core": "1.2.0-alpha.0",
15+
"@module-federation/rsbuild-plugin": "^0.8.8",
16+
"@rsbuild/core": "1.2.0-beta.0",
1717
"@rsbuild/plugin-react": "^1.1.0",
18-
"@types/react": "^19.0.2",
18+
"@types/react": "^19.0.4",
1919
"@types/react-dom": "^19.0.2",
20-
"typescript": "^5.7.2"
20+
"typescript": "^5.7.3"
2121
}
2222
}

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.2",
14+
"@types/react": "^19.0.4",
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.2",
14+
"@types/react": "^19.0.4",
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.2",
13+
"@types/react": "^19.0.4",
1414
"react": "^19.0.0"
1515
},
1616
"peerDependencies": {

examples/vue-component-bundle/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"devDependencies": {
1212
"@rsbuild/plugin-vue": "^1.0.5",
1313
"@rslib/core": "workspace:*",
14-
"typescript": "^5.7.2",
14+
"typescript": "^5.7.3",
1515
"vue": "^3.5.13",
1616
"vue-tsc": "^2.2.0"
1717
},

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@
4949
"cspell-ban-words": "^0.0.4",
5050
"fs-extra": "^11.2.0",
5151
"nano-staged": "^0.8.0",
52-
"nx": "^20.3.0",
52+
"nx": "^20.3.1",
5353
"prettier": "^3.4.2",
5454
"prettier-plugin-packagejson": "^2.5.6",
5555
"simple-git-hooks": "^2.11.1",
56-
"typescript": "^5.7.2",
56+
"typescript": "^5.7.3",
5757
"vitest": "^2.1.8",
5858
"zx": "^8.3.0"
5959
},

packages/core/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@
3737
"prebundle": "prebundle"
3838
},
3939
"dependencies": {
40-
"@rsbuild/core": "1.2.0-alpha.0",
40+
"@rsbuild/core": "1.2.0-beta.0",
4141
"rsbuild-plugin-dts": "workspace:*",
4242
"tinyglobby": "^0.2.10"
4343
},
4444
"devDependencies": {
45-
"@module-federation/rsbuild-plugin": "^0.8.7",
45+
"@module-federation/rsbuild-plugin": "^0.8.8",
4646
"@rslib/tsconfig": "workspace:*",
4747
"@types/fs-extra": "^11.0.4",
4848
"chokidar": "^4.0.3",
@@ -55,7 +55,7 @@
5555
"rslib": "npm:@rslib/[email protected]",
5656
"rslog": "^1.2.3",
5757
"tsconfck": "3.1.4",
58-
"typescript": "^5.7.2"
58+
"typescript": "^5.7.3"
5959
},
6060
"peerDependencies": {
6161
"@microsoft/api-extractor": "^7",

0 commit comments

Comments
 (0)