Skip to content

Commit 615d1f9

Browse files
authored
chore: move re-exported types to dependencies (#4848)
1 parent 6f8046b commit 615d1f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/@ionic/utils-fs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@
3131
"prepublishOnly": "npm run build"
3232
},
3333
"dependencies": {
34+
"@types/fs-extra": "^8.0.0",
3435
"debug": "^4.0.0",
3536
"fs-extra": "^9.0.0",
3637
"tslib": "^2.0.1"
3738
},
3839
"devDependencies": {
3940
"@types/debug": "^4.1.1",
40-
"@types/fs-extra": "^8.0.0",
4141
"@types/jest": "^26.0.10",
4242
"@types/node": "~10.17.13",
4343
"jest": "^26.4.2",

packages/@ionic/utils-terminal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
"prepublishOnly": "npm run build"
3232
},
3333
"dependencies": {
34+
"@types/slice-ansi": "^4.0.0",
3435
"debug": "^4.0.0",
3536
"signal-exit": "^3.0.3",
3637
"slice-ansi": "^4.0.0",
@@ -45,7 +46,6 @@
4546
"@types/jest": "^26.0.10",
4647
"@types/node": "~10.17.13",
4748
"@types/signal-exit": "^3.0.0",
48-
"@types/slice-ansi": "^4.0.0",
4949
"@types/wrap-ansi": "^3.0.0",
5050
"jest": "^26.4.2",
5151
"jest-cli": "^26.0.1",

0 commit comments

Comments
 (0)