Skip to content

Commit dd2d617

Browse files
authored
fix(cli): Pin @Ionic dependencies for node 12 support (#6527)
1 parent c714408 commit dd2d617

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cli/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@
4444
"watch": "npm run assets && tsc -w"
4545
},
4646
"dependencies": {
47-
"@ionic/cli-framework-output": "^2.2.5",
48-
"@ionic/utils-fs": "^3.1.6",
47+
"@ionic/cli-framework-output": "2.2.5",
48+
"@ionic/utils-fs": "3.1.6",
4949
"@ionic/utils-subprocess": "2.1.11",
50-
"@ionic/utils-terminal": "^2.3.3",
50+
"@ionic/utils-terminal": "2.3.3",
5151
"commander": "^9.3.0",
5252
"debug": "^4.3.4",
5353
"env-paths": "^2.2.0",

0 commit comments

Comments
 (0)