Skip to content

Commit 3c5b6ca

Browse files
committed
fix: temporarily exclude ionicons@8 due to incompatibility
ionic-team/ionicons#1456
1 parent a37b643 commit 3c5b6ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"ts-morph": "^25.0.0"
1212
},
1313
"peerDependencies": {
14-
"ionicons": ">= 6.0.0"
14+
"ionicons": ">=6.0.0 <8.0.0"
1515
},
1616
"bin": "./dist/index.js",
1717
"files": [

0 commit comments

Comments
 (0)