Skip to content

Commit b7205cf

Browse files
chore(deps): update dependency fs-extra to ^11.3.0 (#690)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a0d5db2 commit b7205cf

File tree

5 files changed

+24
-14
lines changed

5 files changed

+24
-14
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"check-dependency-version-consistency": "^5.0.0",
4949
"cross-env": "^7.0.3",
5050
"cspell-ban-words": "^0.0.4",
51-
"fs-extra": "^11.2.0",
51+
"fs-extra": "^11.3.0",
5252
"nano-staged": "^0.8.0",
5353
"nx": "^20.3.1",
5454
"prettier": "^3.4.2",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@types/fs-extra": "^11.0.4",
4949
"chokidar": "^4.0.3",
5050
"commander": "^13.0.0",
51-
"fs-extra": "^11.2.0",
51+
"fs-extra": "^11.3.0",
5252
"memfs": "^4.17.0",
5353
"picocolors": "1.1.1",
5454
"prebundle": "1.2.7",

packages/create-rslib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@rslib/tsconfig": "workspace:*",
3636
"@types/fs-extra": "^11.0.4",
3737
"@types/node": "^22.8.1",
38-
"fs-extra": "^11.2.0",
38+
"fs-extra": "^11.3.0",
3939
"rsbuild-plugin-publint": "^0.2.1",
4040
"rslib": "npm:@rslib/[email protected]",
4141
"tsx": "^4.19.2",

pnpm-lock.yaml

Lines changed: 20 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@types/node": "^22.8.1",
2626
"@types/react": "^19.0.7",
2727
"@types/react-dom": "^19.0.3",
28-
"fs-extra": "^11.2.0",
28+
"fs-extra": "^11.3.0",
2929
"path-serializer": "0.3.4",
3030
"strip-ansi": "^7.1.0",
3131
"test-helper": "workspace:*",

0 commit comments

Comments
 (0)