Skip to content

Commit c5fc731

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

File tree

28 files changed

+206
-179
lines changed

28 files changed

+206
-179
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"devDependencies": {
1515
"@module-federation/rsbuild-plugin": "^0.6.15",
1616
"@rsbuild/core": "~1.0.19",
17-
"@rsbuild/plugin-react": "^1.0.6",
17+
"@rsbuild/plugin-react": "^1.0.7",
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"devDependencies": {
1919
"@module-federation/enhanced": "^0.6.15",
2020
"@module-federation/rsbuild-plugin": "^0.6.15",
21-
"@rsbuild/plugin-react": "^1.0.6",
21+
"@rsbuild/plugin-react": "^1.0.7",
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"devDependencies": {
1515
"@module-federation/rsbuild-plugin": "^0.6.15",
1616
"@rsbuild/core": "~1.0.19",
17-
"@rsbuild/plugin-react": "^1.0.6",
17+
"@rsbuild/plugin-react": "^1.0.7",
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.6",
11+
"@rsbuild/plugin-react": "^1.0.7",
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.6",
11+
"@rsbuild/plugin-react": "^1.0.7",
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.6",
10+
"@rsbuild/plugin-react": "^1.0.7",
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
@@ -49,7 +49,7 @@
4949
"cspell-ban-words": "^0.0.4",
5050
"fs-extra": "^11.2.0",
5151
"nano-staged": "^0.8.0",
52-
"nx": "^20.0.8",
52+
"nx": "^20.0.11",
5353
"prettier": "^3.3.3",
5454
"prettier-plugin-packagejson": "^2.5.3",
5555
"simple-git-hooks": "^2.11.1",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"memfs": "^4.14.0",
5151
"picocolors": "1.1.1",
5252
"prebundle": "1.2.5",
53-
"rslib": "npm:@rslib/[email protected].15",
53+
"rslib": "npm:@rslib/[email protected].16",
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.6",
19+
"@rsbuild/plugin-react": "^1.0.7",
2020
"@rslib/core": "workspace:*",
2121
"react": "^18.3.1"
2222
},

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"dev": "rslib build --watch"
1919
},
2020
"devDependencies": {
21-
"@rsbuild/plugin-react": "^1.0.6",
21+
"@rsbuild/plugin-react": "^1.0.7",
2222
"@rslib/core": "workspace:*",
2323
"@types/react": "^18.3.12",
2424
"react": "^18.3.1",

0 commit comments

Comments
 (0)