Skip to content

Commit

Permalink
chore: move re-exported types to dependencies (#4848)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile committed May 16, 2022
1 parent 6f8046b commit 615d1f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/@ionic/utils-fs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@types/fs-extra": "^8.0.0",
"debug": "^4.0.0",
"fs-extra": "^9.0.0",
"tslib": "^2.0.1"
},
"devDependencies": {
"@types/debug": "^4.1.1",
"@types/fs-extra": "^8.0.0",
"@types/jest": "^26.0.10",
"@types/node": "~10.17.13",
"jest": "^26.4.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/@ionic/utils-terminal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@types/slice-ansi": "^4.0.0",
"debug": "^4.0.0",
"signal-exit": "^3.0.3",
"slice-ansi": "^4.0.0",
Expand All @@ -45,7 +46,6 @@
"@types/jest": "^26.0.10",
"@types/node": "~10.17.13",
"@types/signal-exit": "^3.0.0",
"@types/slice-ansi": "^4.0.0",
"@types/wrap-ansi": "^3.0.0",
"jest": "^26.4.2",
"jest-cli": "^26.0.1",
Expand Down

0 comments on commit 615d1f9

Please sign in to comment.