Skip to content

Commit 1925cec

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

File tree

41 files changed

+1066
-1067
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+1066
-1067
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
},
1414
"devDependencies": {
1515
"@module-federation/rsbuild-plugin": "^0.8.11",
16-
"@rsbuild/core": "~1.2.8",
17-
"@rsbuild/plugin-react": "^1.1.0",
18-
"@types/react": "^19.0.9",
19-
"@types/react-dom": "^19.0.3",
16+
"@rsbuild/core": "~1.2.9",
17+
"@rsbuild/plugin-react": "^1.1.1",
18+
"@types/react": "^19.0.10",
19+
"@types/react-dom": "^19.0.4",
2020
"typescript": "^5.7.3"
2121
}
2222
}

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121
"@module-federation/enhanced": "^0.8.11",
2222
"@module-federation/rsbuild-plugin": "^0.8.11",
2323
"@module-federation/storybook-addon": "^4.0.3",
24-
"@rsbuild/plugin-react": "^1.1.0",
24+
"@rsbuild/plugin-react": "^1.1.1",
2525
"@rslib/core": "workspace:*",
26-
"@types/react": "^19.0.9",
26+
"@types/react": "^19.0.10",
2727
"http-server": "^14.1.1",
2828
"react": "^19.0.0",
2929
"react-dom": "^19.0.0",
30-
"storybook": "^8.5.6",
30+
"storybook": "^8.5.7",
3131
"storybook-addon-rslib": "^0.1.10",
3232
"storybook-react-rsbuild": "^0.1.10"
3333
},

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
},
1414
"devDependencies": {
1515
"@module-federation/rsbuild-plugin": "^0.8.11",
16-
"@rsbuild/core": "~1.2.8",
17-
"@rsbuild/plugin-react": "^1.1.0",
18-
"@types/react": "^19.0.9",
19-
"@types/react-dom": "^19.0.3",
16+
"@rsbuild/core": "~1.2.9",
17+
"@rsbuild/plugin-react": "^1.1.1",
18+
"@types/react": "^19.0.10",
19+
"@types/react-dom": "^19.0.4",
2020
"typescript": "^5.7.3"
2121
}
2222
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"build": "rslib build"
99
},
1010
"devDependencies": {
11-
"@rsbuild/plugin-preact": "^1.3.0",
12-
"@rsbuild/plugin-sass": "^1.2.1",
11+
"@rsbuild/plugin-preact": "^1.3.1",
12+
"@rsbuild/plugin-sass": "^1.2.2",
1313
"@rslib/core": "workspace:*",
1414
"preact": "^10.25.4"
1515
},

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
"build": "rslib build"
99
},
1010
"devDependencies": {
11-
"@rsbuild/plugin-react": "^1.1.0",
12-
"@rsbuild/plugin-sass": "^1.2.1",
11+
"@rsbuild/plugin-react": "^1.1.1",
12+
"@rsbuild/plugin-sass": "^1.2.2",
1313
"@rslib/core": "workspace:*",
14-
"@types/react": "^19.0.9",
14+
"@types/react": "^19.0.10",
1515
"react": "^19.0.0"
1616
},
1717
"peerDependencies": {

examples/react-component-bundle/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
"build": "rslib build"
99
},
1010
"devDependencies": {
11-
"@rsbuild/plugin-react": "^1.1.0",
12-
"@rsbuild/plugin-sass": "^1.2.1",
11+
"@rsbuild/plugin-react": "^1.1.1",
12+
"@rsbuild/plugin-sass": "^1.2.2",
1313
"@rslib/core": "workspace:*",
14-
"@types/react": "^19.0.9",
14+
"@types/react": "^19.0.10",
1515
"react": "^19.0.0"
1616
},
1717
"peerDependencies": {

examples/react-component-umd/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
"build": "rslib build"
88
},
99
"devDependencies": {
10-
"@rsbuild/plugin-react": "^1.1.0",
11-
"@rsbuild/plugin-sass": "^1.2.1",
10+
"@rsbuild/plugin-react": "^1.1.1",
11+
"@rsbuild/plugin-sass": "^1.2.2",
1212
"@rslib/core": "workspace:*",
13-
"@types/react": "^19.0.9",
13+
"@types/react": "^19.0.10",
1414
"react": "^19.0.0"
1515
},
1616
"peerDependencies": {

examples/vue-component-bundle/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"build": "rslib build && vue-tsc"
1010
},
1111
"devDependencies": {
12-
"@rsbuild/plugin-vue": "^1.0.5",
12+
"@rsbuild/plugin-vue": "^1.0.6",
1313
"@rslib/core": "workspace:*",
1414
"typescript": "^5.7.3",
1515
"vue": "^3.5.13",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,12 @@
5151
"fs-extra": "^11.3.0",
5252
"heading-case": "^0.1.4",
5353
"nano-staged": "^0.8.0",
54-
"nx": "^20.4.4",
54+
"nx": "^20.4.5",
5555
"prettier": "^3.5.1",
5656
"prettier-plugin-packagejson": "^2.5.8",
5757
"simple-git-hooks": "^2.11.1",
5858
"typescript": "^5.7.3",
59-
"vitest": "^3.0.5",
59+
"vitest": "^3.0.6",
6060
"zx": "^8.3.2"
6161
},
6262
"packageManager": "[email protected]",

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@
4242
"type-check": "tsc --noEmit && tsc --noEmit -p tests"
4343
},
4444
"dependencies": {
45-
"@rsbuild/core": "~1.2.8",
45+
"@rsbuild/core": "~1.2.9",
4646
"rsbuild-plugin-dts": "workspace:*",
47-
"tinyglobby": "^0.2.10"
47+
"tinyglobby": "^0.2.11"
4848
},
4949
"devDependencies": {
5050
"@module-federation/rsbuild-plugin": "^0.8.11",

0 commit comments

Comments
 (0)