Skip to content

Commit 865fa6b

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

File tree

29 files changed

+634
-733
lines changed

29 files changed

+634
-733
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.1",
1111
"express": "^5.1.0",
12-
"typescript": "^5.8.2"
12+
"typescript": "^5.8.3"
1313
},
1414
"peerDependencies": {
1515
"express": "^4"

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
"react-dom": "^19.1.0"
1313
},
1414
"devDependencies": {
15-
"@module-federation/rsbuild-plugin": "^0.11.2",
16-
"@rsbuild/core": "1.3.1",
15+
"@module-federation/rsbuild-plugin": "^0.11.3",
16+
"@rsbuild/core": "1.3.4",
1717
"@rsbuild/plugin-react": "^1.1.1",
1818
"@types/react": "^19.1.0",
1919
"@types/react-dom": "^19.1.1",
20-
"typescript": "^5.8.2"
20+
"typescript": "^5.8.3"
2121
}
2222
}

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@
1818
"storybook": "storybook dev -p 6006"
1919
},
2020
"devDependencies": {
21-
"@module-federation/enhanced": "^0.11.2",
22-
"@module-federation/rsbuild-plugin": "^0.11.2",
23-
"@module-federation/storybook-addon": "^4.0.10",
21+
"@module-federation/enhanced": "^0.11.3",
22+
"@module-federation/rsbuild-plugin": "^0.11.3",
23+
"@module-federation/storybook-addon": "^4.0.11",
2424
"@rsbuild/plugin-react": "^1.1.1",
2525
"@rslib/core": "workspace:*",
2626
"@types/react": "^19.1.0",
2727
"http-server": "^14.1.1",
2828
"react": "^19.1.0",
2929
"react-dom": "^19.1.0",
30-
"storybook": "^8.6.11",
30+
"storybook": "^8.6.12",
3131
"storybook-addon-rslib": "^1.0.1",
3232
"storybook-react-rsbuild": "^1.0.1"
3333
},

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
"react-dom": "^19.1.0"
1313
},
1414
"devDependencies": {
15-
"@module-federation/rsbuild-plugin": "^0.11.2",
16-
"@rsbuild/core": "1.3.1",
15+
"@module-federation/rsbuild-plugin": "^0.11.3",
16+
"@rsbuild/core": "1.3.4",
1717
"@rsbuild/plugin-react": "^1.1.1",
1818
"@types/react": "^19.1.0",
1919
"@types/react-dom": "^19.1.1",
20-
"typescript": "^5.8.2"
20+
"typescript": "^5.8.3"
2121
}
2222
}

examples/preact-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-preact": "^1.3.1",
1212
"@rsbuild/plugin-sass": "^1.3.1",
1313
"@rslib/core": "workspace:*",
14-
"preact": "^10.26.4"
14+
"preact": "^10.26.5"
1515
},
1616
"peerDependencies": {
1717
"preact": "^10"

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.7",
1313
"@rslib/core": "workspace:*",
14-
"typescript": "^5.8.2",
14+
"typescript": "^5.8.3",
1515
"vue": "^3.5.13",
1616
"vue-tsc": "^2.2.8"
1717
},

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@
5151
"fs-extra": "^11.3.0",
5252
"heading-case": "^0.1.4",
5353
"nano-staged": "^0.8.0",
54-
"nx": "^20.7.0",
54+
"nx": "^20.7.1",
5555
"prettier": "^3.5.3",
5656
"prettier-plugin-packagejson": "^2.5.10",
5757
"simple-git-hooks": "^2.12.1",
58-
"typescript": "^5.8.2",
58+
"typescript": "^5.8.3",
5959
"vitest": "^3.1.1",
6060
"zx": "^8.5.0"
6161
},

packages/core/package.json

Lines changed: 4 additions & 4 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.1",
45+
"@rsbuild/core": "1.3.4",
4646
"rsbuild-plugin-dts": "workspace:*",
4747
"tinyglobby": "^0.2.12"
4848
},
4949
"devDependencies": {
50-
"@module-federation/rsbuild-plugin": "^0.11.2",
50+
"@module-federation/rsbuild-plugin": "^0.11.3",
5151
"@rslib/tsconfig": "workspace:*",
5252
"@types/fs-extra": "^11.0.4",
5353
"chokidar": "^4.0.3",
@@ -57,10 +57,10 @@
5757
"picocolors": "1.1.1",
5858
"prebundle": "1.3.3",
5959
"rsbuild-plugin-publint": "^0.3.0",
60-
"rslib": "npm:@rslib/[email protected].0",
60+
"rslib": "npm:@rslib/[email protected].1",
6161
"rslog": "^1.2.3",
6262
"tsconfck": "3.1.5",
63-
"typescript": "^5.8.2"
63+
"typescript": "^5.8.3"
6464
},
6565
"peerDependencies": {
6666
"@microsoft/api-extractor": "^7",

packages/create-rslib/fragments/base/node-dual-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
"devDependencies": {
2323
"@rslib/core": "workspace:*",
2424
"@types/node": "^22.8.1",
25-
"typescript": "^5.8.2"
25+
"typescript": "^5.8.3"
2626
}
2727
}

packages/create-rslib/fragments/base/node-esm-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
"devDependencies": {
2121
"@rslib/core": "workspace:*",
2222
"@types/node": "^22.8.1",
23-
"typescript": "^5.8.2"
23+
"typescript": "^5.8.3"
2424
}
2525
}

0 commit comments

Comments
 (0)