Skip to content

Commit

Permalink
Merge pull request #94 from Contentstack-Solutions/fix/dependency-issue
Browse files Browse the repository at this point in the history
Fix/dependency issue
  • Loading branch information
aman19K authored Feb 6, 2024
2 parents 57992e7 + c50f1e1 commit f43c1a4
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 f43c1a4

Please sign in to comment.