Skip to content

Commit

Permalink
Merge pull request #1191 from contentstack/fix/CS-42608-release-depen…
Browse files Browse the repository at this point in the history
…dency

fix: added uuid dev dependency in import
  • Loading branch information
aman19K authored Dec 4, 2023
2 parents f1af3c0 + db3d7f6 commit e6ba21f
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 9 deletions.
14 changes: 8 additions & 6 deletions package-lock.json

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

7 changes: 4 additions & 3 deletions packages/contentstack-import/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"mkdirp": "^1.0.4",
"promise-limit": "^2.7.0",
"tslib": "^2.4.1",
"winston": "^3.7.2",
"uuid": "^9.0.0"
"uuid": "^9.0.0",
"winston": "^3.7.2"
},
"devDependencies": {
"@oclif/test": "^1.2.6",
Expand All @@ -35,6 +35,7 @@
"@types/node": "^14.14.32",
"@types/sinon": "^10.0.2",
"@types/tar": "^4.0.3",
"@types/uuid": "^9.0.7",
"@typescript-eslint/eslint-plugin": "^5.48.2",
"chai": "^4.2.0",
"eslint": "^8.18.0",
Expand Down Expand Up @@ -98,4 +99,4 @@
}
},
"repository": "https://github.com/contentstack/cli"
}
}
6 changes: 6 additions & 0 deletions pnpm-lock.yaml

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

0 comments on commit e6ba21f

Please sign in to comment.