Skip to content

Commit 6432229

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

File tree

42 files changed

+406
-410
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

+406
-410
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
"react-dom": "^18.3.1"
1313
},
1414
"devDependencies": {
15-
"@module-federation/rsbuild-plugin": "^0.6.13",
16-
"@rsbuild/core": "~1.0.18",
17-
"@rsbuild/plugin-react": "^1.0.5",
15+
"@module-federation/rsbuild-plugin": "^0.6.14",
16+
"@rsbuild/core": "~1.0.19",
17+
"@rsbuild/plugin-react": "^1.0.6",
1818
"@types/react": "^18.3.12",
1919
"@types/react-dom": "^18.3.1",
2020
"typescript": "^5.6.3"

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
"serve": "pnpm build && http-server -p 3001 ./dist/ --cors"
1717
},
1818
"devDependencies": {
19-
"@module-federation/enhanced": "^0.6.13",
20-
"@module-federation/rsbuild-plugin": "^0.6.13",
21-
"@rsbuild/plugin-react": "^1.0.5",
19+
"@module-federation/enhanced": "^0.6.14",
20+
"@module-federation/rsbuild-plugin": "^0.6.14",
21+
"@rsbuild/plugin-react": "^1.0.6",
2222
"@rslib/core": "workspace:*",
2323
"@types/react": "^18.3.12",
2424
"http-server": "^14.1.1",

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
"react-dom": "^18.3.1"
1313
},
1414
"devDependencies": {
15-
"@module-federation/rsbuild-plugin": "^0.6.13",
16-
"@rsbuild/core": "~1.0.18",
17-
"@rsbuild/plugin-react": "^1.0.5",
15+
"@module-federation/rsbuild-plugin": "^0.6.14",
16+
"@rsbuild/core": "~1.0.19",
17+
"@rsbuild/plugin-react": "^1.0.6",
1818
"@types/react": "^18.3.12",
1919
"@types/react-dom": "^18.3.1",
2020
"typescript": "^5.6.3"

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

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

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"prettier-plugin-packagejson": "^2.5.3",
5555
"simple-git-hooks": "^2.11.1",
5656
"typescript": "^5.6.3",
57-
"vitest": "^2.1.3",
57+
"vitest": "^2.1.4",
5858
"zx": "^8.1.9"
5959
},
6060
"packageManager": "[email protected]",

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.0.18",
40+
"@rsbuild/core": "~1.0.19",
4141
"rsbuild-plugin-dts": "workspace:*",
4242
"tinyglobby": "^0.2.10"
4343
},
@@ -50,7 +50,7 @@
5050
"memfs": "^4.14.0",
5151
"picocolors": "1.1.1",
5252
"prebundle": "1.2.2",
53-
"rslib": "npm:@rslib/[email protected].14",
53+
"rslib": "npm:@rslib/[email protected].15",
5454
"rslog": "^1.2.3",
5555
"tsconfck": "3.1.4",
5656
"typescript": "^5.6.3"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"dev": "rslib build --watch"
1717
},
1818
"devDependencies": {
19-
"@rsbuild/plugin-react": "^1.0.5",
19+
"@rsbuild/plugin-react": "^1.0.6",
2020
"@rslib/core": "workspace:*",
2121
"react": "^18.3.1"
2222
},

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
"dev": "rslib build --watch"
1919
},
2020
"devDependencies": {
21-
"@rsbuild/plugin-react": "^1.0.5",
21+
"@rsbuild/plugin-react": "^1.0.6",
2222
"@rslib/core": "workspace:*",
23-
"@types/react": "^18.3.11",
23+
"@types/react": "^18.3.12",
2424
"react": "^18.3.1",
2525
"typescript": "^5.6.3"
2626
},

0 commit comments

Comments
 (0)