Skip to content

Commit 2a594f4

Browse files
authoredApr 11, 2025
chore(deps): update all patch dependencies (#917)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6f4e0f8 commit 2a594f4

File tree

10 files changed

+885
-903
lines changed

10 files changed

+885
-903
lines changed
 

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@rsbuild/core": "1.3.5",
1717
"@rsbuild/plugin-react": "^1.2.0",
1818
"@types/react": "^19.1.0",
19-
"@types/react-dom": "^19.1.1",
19+
"@types/react-dom": "^19.1.2",
2020
"typescript": "^5.8.3"
2121
}
2222
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@rsbuild/core": "1.3.5",
1717
"@rsbuild/plugin-react": "^1.2.0",
1818
"@types/react": "^19.1.0",
19-
"@types/react-dom": "^19.1.1",
19+
"@types/react-dom": "^19.1.2",
2020
"typescript": "^5.8.3"
2121
}
2222
}

‎package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,13 @@
5252
"fs-extra": "^11.3.0",
5353
"heading-case": "^0.1.4",
5454
"nano-staged": "^0.8.0",
55-
"nx": "^20.7.1",
55+
"nx": "^20.7.2",
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.0"
61+
"zx": "^8.5.2"
6262
},
6363
"packageManager": "pnpm@10.6.2",
6464
"engines": {

‎packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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/core@0.6.1",
60+
"rslib": "npm:@rslib/core@0.6.2",
6161
"rslog": "^1.2.3",
6262
"tsconfck": "3.1.5",
6363
"typescript": "^5.8.3"

‎packages/create-rslib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@types/node": "^22.8.1",
3838
"fs-extra": "^11.3.0",
3939
"rsbuild-plugin-publint": "^0.3.0",
40-
"rslib": "npm:@rslib/core@0.6.1",
40+
"rslib": "npm:@rslib/core@0.6.2",
4141
"tsx": "^4.19.3",
4242
"typescript": "^5.8.3"
4343
},

‎packages/plugin-dts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@rsbuild/core": "1.3.5",
4141
"@rslib/tsconfig": "workspace:*",
4242
"rsbuild-plugin-publint": "^0.3.0",
43-
"rslib": "npm:@rslib/core@0.6.1",
43+
"rslib": "npm:@rslib/core@0.6.2",
4444
"typescript": "^5.8.3"
4545
},
4646
"peerDependencies": {

0 commit comments

Comments
 (0)