Skip to content

Commit 2e60187

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

File tree

62 files changed

+861
-976
lines changed

Some content is hidden

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

62 files changed

+861
-976
lines changed

examples/express-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"@rslib/core": "workspace:*",
1010
"@types/express": "^5.0.3",
1111
"express": "^5.1.0",
12-
"typescript": "^5.8.3"
12+
"typescript": "^5.9.2"
1313
},
1414
"peerDependencies": {
1515
"express": "^4"

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88
"preview": "rsbuild preview"
99
},
1010
"dependencies": {
11-
"react": "^19.1.0",
12-
"react-dom": "^19.1.0"
11+
"react": "^19.1.1",
12+
"react-dom": "^19.1.1"
1313
},
1414
"devDependencies": {
1515
"@module-federation/rsbuild-plugin": "^0.17.1",
1616
"@rsbuild/core": "~1.4.12",
1717
"@rsbuild/plugin-react": "^1.3.4",
18-
"@types/react": "^19.1.8",
19-
"@types/react-dom": "^19.1.6",
20-
"typescript": "^5.8.3"
18+
"@types/react": "^19.1.9",
19+
"@types/react-dom": "^19.1.7",
20+
"typescript": "^5.9.2"
2121
}
2222
}

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323
"@module-federation/storybook-addon": "^4.0.23",
2424
"@rsbuild/plugin-react": "^1.3.4",
2525
"@rslib/core": "workspace:*",
26-
"@types/react": "^19.1.8",
26+
"@types/react": "^19.1.9",
2727
"http-server": "^14.1.1",
28-
"react": "^19.1.0",
29-
"react-dom": "^19.1.0",
30-
"storybook": "^9.0.18",
28+
"react": "^19.1.1",
29+
"react-dom": "^19.1.1",
30+
"storybook": "^9.1.0",
3131
"storybook-addon-rslib": "^2.0.2",
3232
"storybook-react-rsbuild": "^2.0.2"
3333
},

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88
"preview": "rsbuild preview"
99
},
1010
"dependencies": {
11-
"react": "^19.1.0",
12-
"react-dom": "^19.1.0"
11+
"react": "^19.1.1",
12+
"react-dom": "^19.1.1"
1313
},
1414
"devDependencies": {
1515
"@module-federation/rsbuild-plugin": "^0.17.1",
1616
"@rsbuild/core": "~1.4.12",
1717
"@rsbuild/plugin-react": "^1.3.4",
18-
"@types/react": "^19.1.8",
19-
"@types/react-dom": "^19.1.6",
20-
"typescript": "^5.8.3"
18+
"@types/react": "^19.1.9",
19+
"@types/react-dom": "^19.1.7",
20+
"typescript": "^5.9.2"
2121
}
2222
}

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.5.1",
1212
"@rsbuild/plugin-sass": "^1.3.3",
1313
"@rslib/core": "workspace:*",
14-
"preact": "^10.26.9"
14+
"preact": "^10.27.0"
1515
},
1616
"peerDependencies": {
1717
"preact": "^10"

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"@rsbuild/plugin-react": "^1.3.4",
1212
"@rsbuild/plugin-sass": "^1.3.3",
1313
"@rslib/core": "workspace:*",
14-
"@types/react": "^19.1.8",
15-
"react": "^19.1.0"
14+
"@types/react": "^19.1.9",
15+
"react": "^19.1.1"
1616
},
1717
"peerDependencies": {
1818
"react": "*"

examples/react-component-bundle/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"@rsbuild/plugin-react": "^1.3.4",
1212
"@rsbuild/plugin-sass": "^1.3.3",
1313
"@rslib/core": "workspace:*",
14-
"@types/react": "^19.1.8",
15-
"react": "^19.1.0"
14+
"@types/react": "^19.1.9",
15+
"react": "^19.1.1"
1616
},
1717
"peerDependencies": {
1818
"react": "*"

examples/react-component-umd/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"@rsbuild/plugin-react": "^1.3.4",
1111
"@rsbuild/plugin-sass": "^1.3.3",
1212
"@rslib/core": "workspace:*",
13-
"@types/react": "^19.1.8",
14-
"react": "^19.1.0"
13+
"@types/react": "^19.1.9",
14+
"react": "^19.1.1"
1515
},
1616
"peerDependencies": {
1717
"react": "*"

examples/solid-component-bundle/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@rsbuild/plugin-solid": "^1.0.5",
1616
"@rslib/core": "workspace:*",
1717
"solid-js": "^1.9.7",
18-
"typescript": "^5.8.3"
18+
"typescript": "^5.9.2"
1919
},
2020
"peerDependencies": {
2121
"solid-js": "^1.0.0"

examples/vue-component-bundle/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"devDependencies": {
1212
"@rslib/core": "workspace:*",
1313
"rsbuild-plugin-unplugin-vue": "^0.1.0",
14-
"typescript": "^5.8.3",
14+
"typescript": "^5.9.2",
1515
"vue": "^3.5.18",
1616
"vue-tsc": "^3.0.4"
1717
},

0 commit comments

Comments
 (0)