Skip to content

Commit 8efbcc1

Browse files
committed
fix: types
1 parent 553f3fe commit 8efbcc1

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,9 @@
88
},
99
"bugs": "https://github.com/escapace/cli/issues",
1010
"dependencies": {
11-
"@escapace/fluent": "^4.3.1",
12-
"@escapace/typelevel": "^2.0.2",
1311
"arg": "^5.0.2",
1412
"lodash-es": "^4.17.21",
1513
"string-width": "^7.2.0",
16-
"type-fest": "^4.30.2",
1714
"wrap-ansi": "^9.0.0"
1815
},
1916
"devDependencies": {
@@ -70,6 +67,11 @@
7067
],
7168
"homepage": "https://github.com/escapace/cli#readme",
7269
"license": "MPL-2.0",
70+
"peerDependencies": {
71+
"@escapace/fluent": ">=4.3.1",
72+
"@escapace/typelevel": ">=2.0.2",
73+
"type-fest": ">=4.30.2"
74+
},
7375
"private": false,
7476
"publishConfig": {
7577
"access": "public",

0 commit comments

Comments
 (0)