Skip to content

Commit 8d4131b

Browse files
chore(deps): update all non-major dependencies (#963)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5cb5936 commit 8d4131b

File tree

32 files changed

+506
-548
lines changed

32 files changed

+506
-548
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.13.1",
16-
"@rsbuild/core": "1.3.14",
16+
"@rsbuild/core": "1.3.15",
1717
"@rsbuild/plugin-react": "^1.3.0",
18-
"@types/react": "^19.1.2",
19-
"@types/react-dom": "^19.1.2",
18+
"@types/react": "^19.1.3",
19+
"@types/react-dom": "^19.1.3",
2020
"typescript": "^5.8.3"
2121
}
2222
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@module-federation/storybook-addon": "^4.0.15",
2424
"@rsbuild/plugin-react": "^1.3.0",
2525
"@rslib/core": "workspace:*",
26-
"@types/react": "^19.1.2",
26+
"@types/react": "^19.1.3",
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
@@ -13,10 +13,10 @@
1313
},
1414
"devDependencies": {
1515
"@module-federation/rsbuild-plugin": "^0.13.1",
16-
"@rsbuild/core": "1.3.14",
16+
"@rsbuild/core": "1.3.15",
1717
"@rsbuild/plugin-react": "^1.3.0",
18-
"@types/react": "^19.1.2",
19-
"@types/react-dom": "^19.1.2",
18+
"@types/react": "^19.1.3",
19+
"@types/react-dom": "^19.1.3",
2020
"typescript": "^5.8.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.3.0",
1212
"@rsbuild/plugin-sass": "^1.3.1",
1313
"@rslib/core": "workspace:*",
14-
"@types/react": "^19.1.2",
14+
"@types/react": "^19.1.3",
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.3.0",
1212
"@rsbuild/plugin-sass": "^1.3.1",
1313
"@rslib/core": "workspace:*",
14-
"@types/react": "^19.1.2",
14+
"@types/react": "^19.1.3",
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.3.0",
1111
"@rsbuild/plugin-sass": "^1.3.1",
1212
"@rslib/core": "workspace:*",
13-
"@types/react": "^19.1.2",
13+
"@types/react": "^19.1.3",
1414
"react": "^19.1.0"
1515
},
1616
"peerDependencies": {

examples/solid-component-bundle/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@rsbuild/plugin-sass": "^1.3.1",
1515
"@rsbuild/plugin-solid": "^1.0.5",
1616
"@rslib/core": "workspace:*",
17-
"solid-js": "^1.9.5",
17+
"solid-js": "^1.9.6",
1818
"typescript": "^5.8.3"
1919
},
2020
"peerDependencies": {

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
},
4444
"devDependencies": {
4545
"@biomejs/biome": "^1.9.4",
46-
"@changesets/cli": "^2.29.2",
46+
"@changesets/cli": "^2.29.3",
4747
"@types/fs-extra": "^11.0.4",
4848
"@types/node": "^22.8.1",
4949
"check-dependency-version-consistency": "^5.0.0",
@@ -54,10 +54,10 @@
5454
"nano-staged": "^0.8.0",
5555
"nx": "^20.8.1",
5656
"prettier": "^3.5.3",
57-
"prettier-plugin-packagejson": "^2.5.10",
57+
"prettier-plugin-packagejson": "^2.5.11",
5858
"simple-git-hooks": "^2.13.0",
5959
"typescript": "^5.8.3",
60-
"vitest": "^3.1.2",
60+
"vitest": "^3.1.3",
6161
"zx": "^8.5.3"
6262
},
6363
"packageManager": "[email protected]",

packages/core/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"type-check": "tsc --noEmit && tsc --noEmit -p tests"
4343
},
4444
"dependencies": {
45-
"@rsbuild/core": "1.3.14",
45+
"@rsbuild/core": "1.3.15",
4646
"rsbuild-plugin-dts": "workspace:*",
4747
"tinyglobby": "^0.2.13"
4848
},
@@ -53,11 +53,11 @@
5353
"chokidar": "^4.0.3",
5454
"commander": "^13.1.0",
5555
"fs-extra": "^11.3.0",
56-
"memfs": "^4.17.0",
56+
"memfs": "^4.17.1",
5757
"picocolors": "1.1.1",
5858
"prebundle": "1.3.3",
5959
"rsbuild-plugin-publint": "^0.3.1",
60-
"rslib": "npm:@rslib/[email protected].7",
60+
"rslib": "npm:@rslib/[email protected].8",
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
@@ -19,7 +19,7 @@
1919
"devDependencies": {
2020
"@rsbuild/plugin-react": "^1.3.0",
2121
"@rslib/core": "workspace:*",
22-
"@types/react": "^19.1.2",
22+
"@types/react": "^19.1.3",
2323
"react": "^19.1.0",
2424
"typescript": "^5.8.3"
2525
},

0 commit comments

Comments
 (0)