Skip to content

Commit

Permalink
Merge pull request #3105 from Lezek123/giza-cli-package-json
Browse files Browse the repository at this point in the history
Giza CLI: Fix package.json resolutions and missing dependency
  • Loading branch information
mnaamani committed Jan 26, 2022
2 parents feb3930 + 84cde0e commit b8e020a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
"@oclif/plugin-not-found": "^1.2.4",
"@oclif/plugin-warn-if-update-available": "^1.7.0",
"@polkadot/api": "5.9.1",
"@polkadot/keyring": "7.3.1",
"@polkadot/util": "7.3.1",
"@polkadot/util-crypto": "7.3.1",
"@types/cli-progress": "^3.9.1",
"@types/fluent-ffmpeg": "^2.1.16",
"@types/inquirer": "^6.5.0",
Expand Down Expand Up @@ -48,7 +51,8 @@
"multihashes": "^4.0.3",
"@apollo/client": "^3.2.5",
"cross-fetch": "^3.0.6",
"form-data": "^4.0.0"
"form-data": "^4.0.0",
"graphql": "^14.7.0"
},
"devDependencies": {
"@oclif/dev-cli": "^1.22.2",
Expand Down

0 comments on commit b8e020a

Please sign in to comment.