Skip to content

Commit

Permalink
fix: grpahql & async dependency issue
Browse files Browse the repository at this point in the history
  • Loading branch information
aman19K committed Feb 6, 2024
1 parent 1f88570 commit c50f1e1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
17 changes: 8 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
{
"name": "contentstack-cli-tsgen",
"description": "Generate TypeScript typings from a Stack.",
"version": "2.3.0",
"version": "2.3.1",
"author": "Michael Davis",
"bugs": "https://github.com/Contentstack-Solutions/contentstack-cli-tsgen/issues",
"dependencies": {
"@contentstack/cli-command": "^1.2.17",
"@contentstack/cli-utilities": "^1.5.10",
"@gql2ts/from-schema": "^2.0.0-4",
"async": "^3.2.5",
"graphql": "^14.7.0",
"lodash": "^4.17.20",
"prettier": "^2.0.5",
"tslib": "^1.13.0"
Expand All @@ -21,7 +23,6 @@
"@types/lodash": "^4.14.162",
"@types/mocha": "^10.0.6",
"@types/node": "^10.17.28",
"async": "^3.2.4",
"chai": "^5.0.0",
"eslint": "^5.16.0",
"eslint-config-oclif": "^3.1.0",
Expand Down

0 comments on commit c50f1e1

Please sign in to comment.