Skip to content

Commit

Permalink
fix(cli): Pin @Ionic dependencies for node 12 support (#6527)
Browse files Browse the repository at this point in the history
  • Loading branch information
dtarnawsky committed Apr 20, 2023
1 parent c714408 commit dd2d617
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@
"watch": "npm run assets && tsc -w"
},
"dependencies": {
"@ionic/cli-framework-output": "^2.2.5",
"@ionic/utils-fs": "^3.1.6",
"@ionic/cli-framework-output": "2.2.5",
"@ionic/utils-fs": "3.1.6",
"@ionic/utils-subprocess": "2.1.11",
"@ionic/utils-terminal": "^2.3.3",
"@ionic/utils-terminal": "2.3.3",
"commander": "^9.3.0",
"debug": "^4.3.4",
"env-paths": "^2.2.0",
Expand Down

0 comments on commit dd2d617

Please sign in to comment.