Skip to content

Commit b448c80

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

File tree

18 files changed

+450
-434
lines changed

18 files changed

+450
-434
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
},
1414
"devDependencies": {
1515
"@module-federation/rsbuild-plugin": "^0.0.2",
16-
"@rsbuild/core": "~1.0.14",
17-
"@rsbuild/plugin-react": "^1.0.4",
16+
"@rsbuild/core": "~1.0.16",
17+
"@rsbuild/plugin-react": "^1.0.5",
1818
"@types/react": "^18.3.11",
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.11",
2020
"@module-federation/rsbuild-plugin": "^0.0.2",
21-
"@rsbuild/plugin-react": "^1.0.4",
21+
"@rsbuild/plugin-react": "^1.0.5",
2222
"@rslib/core": "workspace:*",
2323
"@types/react": "^18.3.11",
2424
"http-server": "^14.1.1",

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
},
1414
"devDependencies": {
1515
"@module-federation/rsbuild-plugin": "^0.0.2",
16-
"@rsbuild/core": "~1.0.14",
17-
"@rsbuild/plugin-react": "^1.0.4",
16+
"@rsbuild/core": "~1.0.16",
17+
"@rsbuild/plugin-react": "^1.0.5",
1818
"@types/react": "^18.3.11",
1919
"@types/react-dom": "^18.3.1",
2020
"typescript": "^5.6.3"

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"build": "rslib build"
99
},
1010
"devDependencies": {
11-
"@rsbuild/plugin-react": "^1.0.4",
12-
"@rsbuild/plugin-sass": "^1.0.3",
11+
"@rsbuild/plugin-react": "^1.0.5",
12+
"@rsbuild/plugin-sass": "^1.0.4",
1313
"@rslib/core": "workspace:*",
1414
"@types/react": "^18.3.11",
1515
"react": "^18.3.1"

examples/react-component-bundle/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"build": "rslib build"
99
},
1010
"devDependencies": {
11-
"@rsbuild/plugin-react": "^1.0.4",
12-
"@rsbuild/plugin-sass": "^1.0.3",
11+
"@rsbuild/plugin-react": "^1.0.5",
12+
"@rsbuild/plugin-sass": "^1.0.4",
1313
"@rslib/core": "workspace:*",
1414
"@types/react": "^18.3.11",
1515
"react": "^18.3.1"

examples/react-component-umd/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"build": "rslib build"
88
},
99
"devDependencies": {
10-
"@rsbuild/plugin-react": "^1.0.4",
11-
"@rsbuild/plugin-sass": "^1.0.3",
10+
"@rsbuild/plugin-react": "^1.0.5",
11+
"@rsbuild/plugin-sass": "^1.0.4",
1212
"@rslib/core": "workspace:*",
1313
"@types/react": "^18.3.11",
1414
"react": "^18.3.1"

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"pnpm-lock.yaml": "pnpm dedupe --check"
3737
},
3838
"devDependencies": {
39-
"@biomejs/biome": "^1.9.3",
39+
"@biomejs/biome": "^1.9.4",
4040
"@changesets/cli": "^2.27.9",
4141
"@types/fs-extra": "^11.0.4",
4242
"@types/node": "~18.19.39",
@@ -45,12 +45,12 @@
4545
"cspell-ban-words": "^0.0.4",
4646
"fs-extra": "^11.2.0",
4747
"nano-staged": "^0.8.0",
48-
"nx": "^20.0.0",
48+
"nx": "^20.0.3",
4949
"prettier": "^3.3.3",
5050
"prettier-plugin-packagejson": "^2.5.3",
5151
"simple-git-hooks": "^2.11.1",
5252
"typescript": "^5.6.3",
53-
"vitest": "^2.1.2",
53+
"vitest": "^2.1.3",
5454
"zx": "^8.1.9"
5555
},
5656
"packageManager": "[email protected]",

packages/core/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"prebundle": "prebundle"
3838
},
3939
"dependencies": {
40-
"@rsbuild/core": "~1.0.14",
40+
"@rsbuild/core": "~1.0.16",
4141
"rsbuild-plugin-dts": "workspace:*",
4242
"tinyglobby": "^0.2.9"
4343
},
@@ -48,9 +48,9 @@
4848
"commander": "^12.1.0",
4949
"fs-extra": "^11.2.0",
5050
"memfs": "^4.14.0",
51-
"picocolors": "1.1.0",
51+
"picocolors": "1.1.1",
5252
"prebundle": "1.2.2",
53-
"rslib": "npm:@rslib/[email protected].12",
53+
"rslib": "npm:@rslib/[email protected].13",
5454
"rslog": "^1.2.3",
5555
"tsconfck": "3.1.4",
5656
"typescript": "^5.6.3"

packages/create-rslib/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@
2828
"start": "node ./dist/index.js"
2929
},
3030
"dependencies": {
31-
"create-rstack": "1.0.6"
31+
"create-rstack": "1.0.7"
3232
},
3333
"devDependencies": {
3434
"@rslib/tsconfig": "workspace:*",
3535
"@types/fs-extra": "^11.0.4",
3636
"@types/node": "~18.19.39",
3737
"fs-extra": "^11.2.0",
38-
"rslib": "npm:@rslib/[email protected].12",
38+
"rslib": "npm:@rslib/[email protected].13",
3939
"typescript": "^5.6.3"
4040
},
4141
"engines": {

packages/plugin-dts/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@
3030
},
3131
"dependencies": {
3232
"magic-string": "^0.30.12",
33-
"picocolors": "1.1.0",
33+
"picocolors": "1.1.1",
3434
"tinyglobby": "^0.2.9"
3535
},
3636
"devDependencies": {
37-
"@microsoft/api-extractor": "^7.47.9",
38-
"@rsbuild/core": "~1.0.14",
37+
"@microsoft/api-extractor": "^7.47.11",
38+
"@rsbuild/core": "~1.0.16",
3939
"@rslib/tsconfig": "workspace:*",
40-
"rslib": "npm:@rslib/[email protected].12",
40+
"rslib": "npm:@rslib/[email protected].13",
4141
"typescript": "^5.6.3"
4242
},
4343
"peerDependencies": {

0 commit comments

Comments
 (0)