Skip to content

Commit 4465915

Browse files
chore(deps): update all non-major dependencies (#953)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 84e62e1 commit 4465915

File tree

29 files changed

+399
-291
lines changed

29 files changed

+399
-291
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
},
1414
"devDependencies": {
1515
"@module-federation/rsbuild-plugin": "^0.13.0",
16-
"@rsbuild/core": "1.3.9",
17-
"@rsbuild/plugin-react": "^1.2.0",
16+
"@rsbuild/core": "1.3.13",
17+
"@rsbuild/plugin-react": "^1.3.0",
1818
"@types/react": "^19.1.2",
1919
"@types/react-dom": "^19.1.2",
2020
"typescript": "^5.8.3"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@module-federation/enhanced": "^0.13.0",
2222
"@module-federation/rsbuild-plugin": "^0.13.0",
2323
"@module-federation/storybook-addon": "^4.0.14",
24-
"@rsbuild/plugin-react": "^1.2.0",
24+
"@rsbuild/plugin-react": "^1.3.0",
2525
"@rslib/core": "workspace:*",
2626
"@types/react": "^19.1.2",
2727
"http-server": "^14.1.1",

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
},
1414
"devDependencies": {
1515
"@module-federation/rsbuild-plugin": "^0.13.0",
16-
"@rsbuild/core": "1.3.9",
17-
"@rsbuild/plugin-react": "^1.2.0",
16+
"@rsbuild/core": "1.3.13",
17+
"@rsbuild/plugin-react": "^1.3.0",
1818
"@types/react": "^19.1.2",
1919
"@types/react-dom": "^19.1.2",
2020
"typescript": "^5.8.3"

examples/react-component-bundle-false/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"build": "rslib build"
99
},
1010
"devDependencies": {
11-
"@rsbuild/plugin-react": "^1.2.0",
11+
"@rsbuild/plugin-react": "^1.3.0",
1212
"@rsbuild/plugin-sass": "^1.3.1",
1313
"@rslib/core": "workspace:*",
1414
"@types/react": "^19.1.2",

examples/react-component-bundle/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"build": "rslib build"
99
},
1010
"devDependencies": {
11-
"@rsbuild/plugin-react": "^1.2.0",
11+
"@rsbuild/plugin-react": "^1.3.0",
1212
"@rsbuild/plugin-sass": "^1.3.1",
1313
"@rslib/core": "workspace:*",
1414
"@types/react": "^19.1.2",

examples/react-component-umd/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"build": "rslib build"
88
},
99
"devDependencies": {
10-
"@rsbuild/plugin-react": "^1.2.0",
10+
"@rsbuild/plugin-react": "^1.3.0",
1111
"@rsbuild/plugin-sass": "^1.3.1",
1212
"@rslib/core": "workspace:*",
1313
"@types/react": "^19.1.2",

examples/vue-component-bundle/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@rslib/core": "workspace:*",
1414
"typescript": "^5.8.3",
1515
"vue": "^3.5.13",
16-
"vue-tsc": "^2.2.8"
16+
"vue-tsc": "^2.2.10"
1717
},
1818
"peerDependencies": {
1919
"vue": ">=3.0.0"

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@
5252
"fs-extra": "^11.3.0",
5353
"heading-case": "^0.1.6",
5454
"nano-staged": "^0.8.0",
55-
"nx": "^20.8.0",
55+
"nx": "^20.8.1",
5656
"prettier": "^3.5.3",
5757
"prettier-plugin-packagejson": "^2.5.10",
58-
"simple-git-hooks": "^2.12.1",
58+
"simple-git-hooks": "^2.13.0",
5959
"typescript": "^5.8.3",
6060
"vitest": "^3.1.2",
6161
"zx": "^8.5.3"

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.9",
45+
"@rsbuild/core": "1.3.13",
4646
"rsbuild-plugin-dts": "workspace:*",
4747
"tinyglobby": "^0.2.13"
4848
},
@@ -56,8 +56,8 @@
5656
"memfs": "^4.17.0",
5757
"picocolors": "1.1.1",
5858
"prebundle": "1.3.3",
59-
"rsbuild-plugin-publint": "^0.3.0",
60-
"rslib": "npm:@rslib/[email protected].5",
59+
"rsbuild-plugin-publint": "^0.3.1",
60+
"rslib": "npm:@rslib/[email protected].7",
6161
"rslog": "^1.2.3",
6262
"tsconfck": "3.1.5",
6363
"typescript": "^5.8.3"

packages/create-rslib/fragments/base/react-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"dev": "rslib build --watch"
1616
},
1717
"devDependencies": {
18-
"@rsbuild/plugin-react": "^1.2.0",
18+
"@rsbuild/plugin-react": "^1.3.0",
1919
"@rslib/core": "workspace:*",
2020
"react": "^19.1.0"
2121
},

0 commit comments

Comments
 (0)