Skip to content

Commit 3bd565b

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

File tree

42 files changed

+611
-708
lines changed

Some content is hidden

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

42 files changed

+611
-708
lines changed

e2e/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
"preact": "^10.26.5",
1414
"react": "^19.1.0",
1515
"react-dom": "^19.1.0",
16-
"react-router-dom": "^7.5.2",
17-
"solid-js": "^1.9.5",
16+
"react-router-dom": "^7.5.3",
17+
"solid-js": "^1.9.6",
1818
"vue": "^3.5.13",
1919
"vue-router": "^4.5.1"
2020
},
2121
"devDependencies": {
2222
"@e2e/helper": "workspace:*",
23-
"@module-federation/enhanced": "0.13.0",
24-
"@module-federation/rsbuild-plugin": "0.13.0",
23+
"@module-federation/enhanced": "0.13.1",
24+
"@module-federation/rsbuild-plugin": "0.13.1",
2525
"@playwright/test": "1.52.0",
2626
"@rsbuild/core": "workspace:*",
2727
"@rsbuild/plugin-babel": "workspace:*",
@@ -42,19 +42,19 @@
4242
"@rsbuild/webpack": "workspace:*",
4343
"@rsdoctor/rspack-plugin": "1.0.2",
4444
"@scripts/test-helper": "workspace:*",
45-
"@tailwindcss/postcss": "^4.1.4",
45+
"@tailwindcss/postcss": "^4.1.5",
4646
"@types/fs-extra": "^11.0.4",
4747
"@types/lodash": "^4.17.16",
48-
"@types/node": "^22.15.2",
48+
"@types/node": "^22.15.3",
4949
"@types/polka": "^0.5.7",
5050
"@types/react": "^19.1.2",
51-
"@types/react-dom": "^19.1.2",
51+
"@types/react-dom": "^19.1.3",
5252
"create-rsbuild": "workspace:*",
5353
"fast-glob": "^3.3.3",
5454
"fs-extra": "^11.3.0",
5555
"playwright": "1.52.0",
5656
"polka": "^0.5.2",
57-
"tailwindcss": "^4.1.4",
57+
"tailwindcss": "^4.1.5",
5858
"typescript": "^5.8.3"
5959
}
6060
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"react-dom": "^19.1.0"
1111
},
1212
"devDependencies": {
13-
"@module-federation/enhanced": "0.13.0",
14-
"@module-federation/rsbuild-plugin": "0.13.0",
13+
"@module-federation/enhanced": "0.13.1",
14+
"@module-federation/rsbuild-plugin": "0.13.1",
1515
"@rsbuild/core": "workspace:*",
1616
"@rsbuild/plugin-react": "workspace:*"
1717
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"react-dom": "^19.1.0"
1111
},
1212
"devDependencies": {
13-
"@module-federation/enhanced": "0.13.0",
14-
"@module-federation/rsbuild-plugin": "0.13.0",
13+
"@module-federation/enhanced": "0.13.1",
14+
"@module-federation/rsbuild-plugin": "0.13.1",
1515
"@rsbuild/core": "workspace:*",
1616
"@rsbuild/plugin-react": "workspace:*"
1717
}

examples/node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"devDependencies": {
1010
"@rsbuild/core": "workspace:*",
11-
"@types/node": "^22.15.2",
11+
"@types/node": "^22.15.3",
1212
"typescript": "^5.8.3"
1313
}
1414
}

examples/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@rsbuild/core": "workspace:*",
1515
"@rsbuild/plugin-react": "workspace:*",
1616
"@types/react": "^19.1.2",
17-
"@types/react-dom": "^19.1.2",
17+
"@types/react-dom": "^19.1.3",
1818
"typescript": "^5.8.3"
1919
}
2020
}

examples/solid/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"preview": "rsbuild preview"
88
},
99
"dependencies": {
10-
"solid-js": "^1.9.5"
10+
"solid-js": "^1.9.6"
1111
},
1212
"devDependencies": {
1313
"@rsbuild/core": "workspace:*",

packages/compat/plugin-webpack-swc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"devDependencies": {
3838
"@rsbuild/core": "workspace:*",
3939
"@rsbuild/webpack": "workspace:*",
40-
"@rslib/core": "0.6.7",
40+
"@rslib/core": "0.6.8",
4141
"@types/lodash": "^4.17.16",
4242
"@types/semver": "^7.7.0",
4343
"typescript": "^5.8.3",

packages/compat/webpack/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@
3737
},
3838
"devDependencies": {
3939
"@rsbuild/core": "workspace:*",
40-
"@rslib/core": "0.6.7",
40+
"@rslib/core": "0.6.8",
4141
"@scripts/test-helper": "workspace:*",
42-
"@types/node": "^22.15.2",
42+
"@types/node": "^22.15.3",
4343
"ansi-escapes": "4.3.2",
4444
"cli-truncate": "2.1.0",
4545
"patch-console": "1.0.0",

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@
5858
"jiti": "^2.4.2"
5959
},
6060
"devDependencies": {
61-
"@rslib/core": "0.6.7",
61+
"@rslib/core": "0.6.8",
6262
"@types/connect": "3.4.38",
6363
"@types/cors": "^2.8.17",
64-
"@types/node": "^22.15.2",
64+
"@types/node": "^22.15.3",
6565
"@types/on-finished": "2.3.4",
6666
"@types/webpack-bundle-analyzer": "4.7.0",
6767
"@types/ws": "^8.18.1",

packages/create-rsbuild/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
"@rsbuild/plugin-solid": "workspace:*",
3939
"@rsbuild/plugin-svelte": "workspace:*",
4040
"@rsbuild/plugin-vue": "workspace:*",
41-
"@rslib/core": "0.6.7",
42-
"@types/node": "^22.15.2",
41+
"@rslib/core": "0.6.8",
42+
"@types/node": "^22.15.3",
4343
"typescript": "^5.8.3"
4444
},
4545
"engines": {

0 commit comments

Comments
 (0)