Skip to content

Commit

Permalink
Update fs-extra to v11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 16, 2023
1 parent 0fdcff7 commit 4ed74a5
Show file tree
Hide file tree
Showing 3 changed files with 93 additions and 25 deletions.
110 changes: 89 additions & 21 deletions tichu-clients/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions tichu-clients/packages/tichu-client-ts-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"typescript": "4.7.4"
},
"dependencies": {
"@types/fs-extra": "9.0.13",
"fs-extra": "10.1.0",
"@types/fs-extra": "11.0.2",
"fs-extra": "11.1.1",
"nanoid": "4.0.1",
"ts-enum-util": "4.0.2",
"tslib": "2.4.1"
Expand Down
4 changes: 2 additions & 2 deletions tichu-clients/packages/tichu-term-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@
"typescript": "4.7.4"
},
"dependencies": {
"@types/fs-extra": "9.0.13",
"@types/fs-extra": "11.0.2",
"commander": "10.0.0",
"fs-extra": "10.1.0",
"fs-extra": "11.1.1",
"inquirer": "9.1.4",
"kleur": "4.1.5",
"tichu-client-ts-lib": "1.0.0",
Expand Down

0 comments on commit 4ed74a5

Please sign in to comment.