Skip to content

Commit f43c1a4

Browse files
authored
Merge pull request #94 from Contentstack-Solutions/fix/dependency-issue
Fix/dependency issue
2 parents 57992e7 + c50f1e1 commit f43c1a4

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

package-lock.json

Lines changed: 8 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
{
22
"name": "contentstack-cli-tsgen",
33
"description": "Generate TypeScript typings from a Stack.",
4-
"version": "2.3.0",
4+
"version": "2.3.1",
55
"author": "Michael Davis",
66
"bugs": "https://github.com/Contentstack-Solutions/contentstack-cli-tsgen/issues",
77
"dependencies": {
88
"@contentstack/cli-command": "^1.2.17",
99
"@contentstack/cli-utilities": "^1.5.10",
1010
"@gql2ts/from-schema": "^2.0.0-4",
11+
"async": "^3.2.5",
12+
"graphql": "^14.7.0",
1113
"lodash": "^4.17.20",
1214
"prettier": "^2.0.5",
1315
"tslib": "^1.13.0"
@@ -21,7 +23,6 @@
2123
"@types/lodash": "^4.14.162",
2224
"@types/mocha": "^10.0.6",
2325
"@types/node": "^10.17.28",
24-
"async": "^3.2.4",
2526
"chai": "^5.0.0",
2627
"eslint": "^5.16.0",
2728
"eslint-config-oclif": "^3.1.0",

0 commit comments

Comments
 (0)