Skip to content

Commit dfcd92c

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

File tree

26 files changed

+431
-414
lines changed

26 files changed

+431
-414
lines changed

examples/express-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"devDependencies": {
99
"@rslib/core": "workspace:*",
1010
"@types/express": "^5.0.0",
11-
"express": "^4.21.1",
11+
"express": "^4.21.2",
1212
"typescript": "^5.6.3"
1313
},
1414
"peerDependencies": {

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.8.1",
16-
"@rsbuild/core": "~1.1.8",
16+
"@rsbuild/core": "~1.1.9",
1717
"@rsbuild/plugin-react": "^1.0.7",
18-
"@types/react": "^18.3.12",
19-
"@types/react-dom": "^18.3.1",
18+
"@types/react": "^18.3.14",
19+
"@types/react-dom": "^18.3.2",
2020
"typescript": "^5.6.3"
2121
}
2222
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323
"@module-federation/storybook-addon": "^3.0.12",
2424
"@rsbuild/plugin-react": "^1.0.7",
2525
"@rslib/core": "workspace:*",
26-
"@types/react": "^18.3.12",
26+
"@types/react": "^18.3.14",
2727
"http-server": "^14.1.1",
2828
"react": "^18.3.1",
2929
"react-dom": "^18.3.1",
30-
"storybook": "^8.4.6",
30+
"storybook": "^8.4.7",
3131
"storybook-addon-rslib": "^0.1.5",
3232
"storybook-react-rsbuild": "^0.1.5"
3333
},

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.8.1",
16-
"@rsbuild/core": "~1.1.8",
16+
"@rsbuild/core": "~1.1.9",
1717
"@rsbuild/plugin-react": "^1.0.7",
18-
"@types/react": "^18.3.12",
19-
"@types/react-dom": "^18.3.1",
18+
"@types/react": "^18.3.14",
19+
"@types/react-dom": "^18.3.2",
2020
"typescript": "^5.6.3"
2121
}
2222
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"devDependencies": {
1111
"@rsbuild/plugin-preact": "^1.2.0",
12-
"@rsbuild/plugin-sass": "^1.1.1",
12+
"@rsbuild/plugin-sass": "^1.1.2",
1313
"@rslib/core": "workspace:*",
1414
"preact": "^10.25.1"
1515
},

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
},
1010
"devDependencies": {
1111
"@rsbuild/plugin-react": "^1.0.7",
12-
"@rsbuild/plugin-sass": "^1.1.1",
12+
"@rsbuild/plugin-sass": "^1.1.2",
1313
"@rslib/core": "workspace:*",
14-
"@types/react": "^18.3.12",
14+
"@types/react": "^18.3.14",
1515
"react": "^18.3.1"
1616
},
1717
"peerDependencies": {

examples/react-component-bundle/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
},
1010
"devDependencies": {
1111
"@rsbuild/plugin-react": "^1.0.7",
12-
"@rsbuild/plugin-sass": "^1.1.1",
12+
"@rsbuild/plugin-sass": "^1.1.2",
1313
"@rslib/core": "workspace:*",
14-
"@types/react": "^18.3.12",
14+
"@types/react": "^18.3.14",
1515
"react": "^18.3.1"
1616
},
1717
"peerDependencies": {

examples/react-component-umd/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
},
99
"devDependencies": {
1010
"@rsbuild/plugin-react": "^1.0.7",
11-
"@rsbuild/plugin-sass": "^1.1.1",
11+
"@rsbuild/plugin-sass": "^1.1.2",
1212
"@rslib/core": "workspace:*",
13-
"@types/react": "^18.3.12",
13+
"@types/react": "^18.3.14",
1414
"react": "^18.3.1"
1515
},
1616
"peerDependencies": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@changesets/cli": "^2.27.10",
4545
"@types/fs-extra": "^11.0.4",
4646
"@types/node": "^22.8.1",
47-
"check-dependency-version-consistency": "^4.1.0",
47+
"check-dependency-version-consistency": "^4.1.1",
4848
"cross-env": "^7.0.3",
4949
"cspell-ban-words": "^0.0.4",
5050
"fs-extra": "^11.2.0",

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"prebundle": "prebundle"
3838
},
3939
"dependencies": {
40-
"@rsbuild/core": "~1.1.8",
40+
"@rsbuild/core": "~1.1.9",
4141
"rsbuild-plugin-dts": "workspace:*",
4242
"tinyglobby": "^0.2.10"
4343
},
@@ -50,7 +50,7 @@
5050
"memfs": "^4.14.1",
5151
"picocolors": "1.1.1",
5252
"prebundle": "1.2.5",
53-
"rslib": "npm:@rslib/[email protected].2",
53+
"rslib": "npm:@rslib/[email protected].3",
5454
"rslog": "^1.2.3",
5555
"tsconfck": "3.1.4",
5656
"typescript": "^5.6.3"

0 commit comments

Comments
 (0)