Skip to content

Commit

Permalink
fix(deps): updated dependencies (#324)
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware authored Feb 16, 2022
1 parent 9903620 commit 57f82bb
Show file tree
Hide file tree
Showing 2 changed files with 857 additions and 405 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,49 +61,49 @@
"@types/commander": "^2.12.2",
"@types/faker": "^5.5.8",
"@types/fs-extra": "^9.0.12",
"@types/inquirer": "^8.1.3",
"@types/inquirer": "^8.2.0",
"@types/lodash.get": "^4.4.6",
"@types/lodash.omit": "^4.5.6",
"@types/lodash.omitby": "^4.6.6",
"@types/lodash.uniq": "^4.5.6",
"@types/lodash.uniqby": "^4.7.6",
"@types/lodash.uniqwith": "^4.5.6",
"@types/micromatch": "^4.0.2",
"@types/node": "^16.7.8",
"@types/prettier": "^2.3.2",
"@types/request": "^2.48.7",
"@types/validator": "^13.6.3",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"@types/node": "^17.0.18",
"@types/prettier": "^2.4.4",
"@types/request": "^2.48.8",
"@types/validator": "^13.7.1",
"@typescript-eslint/eslint-plugin": "^5.12.0",
"@typescript-eslint/parser": "^5.12.0",
"dotenv-cli": "^4.0.0",
"eslint": "^8.3.0",
"eslint": "^8.9.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"faker": "^5.5.3",
"husky": "^7.0.2",
"lint-staged": "^12.1.2",
"npm-run-all": "^4.1.5",
"prettier": "^2.4.1",
"prettier": "^2.5.1",
"release-it": "^14.12.4",
"rimraf": "^3.0.2",
"tsup": "^5.10.0",
"typescript": "^4.4.2",
"tsup": "^5.11.13",
"typescript": "^4.5.5",
"zx": "^4.2.0"
},
"dependencies": {
"@apidevtools/swagger-parser": "^10.0.3",
"cac": "^6.7.12",
"chalk": "^4.1.2",
"chokidar": "^3.5.2",
"chokidar": "^3.5.3",
"cuid": "^2.1.8",
"debug": "^4.3.2",
"debug": "^4.3.3",
"esbuild": "^0.13.15",
"esutils": "2.0.3",
"execa": "^5.1.1",
"find-up": "5.0.0",
"fs-extra": "^10.0.0",
"globby": "11.0.4",
"ibm-openapi-validator": "^0.53.1",
"ibm-openapi-validator": "^0.55.0",
"inquirer": "^8.2.0",
"lodash.get": "^4.4.2",
"lodash.omit": "^4.5.0",
Expand All @@ -114,7 +114,7 @@
"micromatch": "^4.0.4",
"openapi3-ts": "^2.0.1",
"swagger2openapi": "^7.0.8",
"tsconfck": "^1.1.1",
"tsconfck": "^1.1.2",
"upath": "^2.0.1",
"url": "^0.11.0",
"validator": "^13.7.0"
Expand Down
Loading

1 comment on commit 57f82bb

@vercel
Copy link

@vercel vercel bot commented on 57f82bb Feb 16, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.