Skip to content

Commit

Permalink
deps: drop fs-extra aws#5803
Browse files Browse the repository at this point in the history
## Problem
Follow up from
aws#5761 (comment).

## Solution
`npm uninstall --save '@types/fs-extra' 'fs-extra' -w packages/core/`
  • Loading branch information
Hweinstock authored Oct 17, 2024
1 parent f1a8089 commit 30f21dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 24 deletions.
24 changes: 2 additions & 22 deletions package-lock.json

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

2 changes: 0 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,6 @@
"@types/circular-dependency-plugin": "^5.0.8",
"@types/cross-spawn": "^6.0.6",
"@types/diff": "^5.0.7",
"@types/fs-extra": "^9.0.11",
"@types/glob": "^8.1.0",
"@types/js-yaml": "^4.0.5",
"@types/jsdom": "^21.1.6",
Expand Down Expand Up @@ -488,7 +487,6 @@
"cross-fetch": "^4.0.0",
"cross-spawn": "^7.0.3",
"fast-json-patch": "^3.1.1",
"fs-extra": "^10.0.1",
"glob": "^10.3.10",
"got": "^11.8.5",
"highlight.js": "^11.9.0",
Expand Down

0 comments on commit 30f21dc

Please sign in to comment.