Skip to content

Commit 4077305

Browse files
chore(deps): update all non-major dependencies
1 parent d3d8409 commit 4077305

File tree

28 files changed

+189
-223
lines changed

28 files changed

+189
-223
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.1",
16-
"@rsbuild/core": "1.3.15",
17-
"@rsbuild/plugin-react": "^1.3.0",
16+
"@rsbuild/core": "1.3.18",
17+
"@rsbuild/plugin-react": "^1.3.1",
1818
"@types/react": "^19.1.3",
1919
"@types/react-dom": "^19.1.3",
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.1",
2222
"@module-federation/rsbuild-plugin": "^0.13.1",
2323
"@module-federation/storybook-addon": "^4.0.15",
24-
"@rsbuild/plugin-react": "^1.3.0",
24+
"@rsbuild/plugin-react": "^1.3.1",
2525
"@rslib/core": "workspace:*",
2626
"@types/react": "^19.1.3",
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.1",
16-
"@rsbuild/core": "1.3.15",
17-
"@rsbuild/plugin-react": "^1.3.0",
16+
"@rsbuild/core": "1.3.18",
17+
"@rsbuild/plugin-react": "^1.3.1",
1818
"@types/react": "^19.1.3",
1919
"@types/react-dom": "^19.1.3",
2020
"typescript": "^5.8.3"

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.5"
14+
"preact": "^10.26.6"
1515
},
1616
"peerDependencies": {
1717
"preact": "^10"

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.3.0",
11+
"@rsbuild/plugin-react": "^1.3.1",
1212
"@rsbuild/plugin-sass": "^1.3.1",
1313
"@rslib/core": "workspace:*",
1414
"@types/react": "^19.1.3",

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.3.0",
11+
"@rsbuild/plugin-react": "^1.3.1",
1212
"@rsbuild/plugin-sass": "^1.3.1",
1313
"@rslib/core": "workspace:*",
1414
"@types/react": "^19.1.3",

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.3.0",
10+
"@rsbuild/plugin-react": "^1.3.1",
1111
"@rsbuild/plugin-sass": "^1.3.1",
1212
"@rslib/core": "workspace:*",
1313
"@types/react": "^19.1.3",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
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.15",
45+
"@rsbuild/core": "1.3.18",
4646
"rsbuild-plugin-dts": "workspace:*",
4747
"tinyglobby": "^0.2.13"
4848
},

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.3.0",
18+
"@rsbuild/plugin-react": "^1.3.1",
1919
"@rslib/core": "workspace:*",
2020
"react": "^19.1.0"
2121
},

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"dev": "rslib build --watch"
1818
},
1919
"devDependencies": {
20-
"@rsbuild/plugin-react": "^1.3.0",
20+
"@rsbuild/plugin-react": "^1.3.1",
2121
"@rslib/core": "workspace:*",
2222
"@types/react": "^19.1.3",
2323
"react": "^19.1.0",

0 commit comments

Comments
 (0)