-
-
Notifications
You must be signed in to change notification settings - Fork 367
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #727 from acacode/organise-deps
Cleanup dependencies
- Loading branch information
Showing
4 changed files
with
81 additions
and
335 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -56,7 +56,7 @@ | |
"test:--another-array-type": "node tests/spec/another-array-type/test.js", | ||
"test:--axios": "node tests/spec/axios/test.js", | ||
"test:--axios--single-http-client": "node tests/spec/axiosSingleHttpClient/test.js", | ||
"test:--cli": "rimraf tests/spec/cli/schema.ts && node index.js -p tests/spec/cli/schema.json -o tests/spec/cli -n schema.ts --extract-response-body --extract-response-error --api-class-name MySuperApi --type-prefix Prefix && node tests/spec/cli/test.js", | ||
"test:--cli": "shx rm -rf tests/spec/cli/schema.ts && node index.js -p tests/spec/cli/schema.json -o tests/spec/cli -n schema.ts --extract-response-body --extract-response-error --api-class-name MySuperApi --type-prefix Prefix && node tests/spec/cli/test.js", | ||
"test:--default-as-success": "node tests/spec/defaultAsSuccess/test.js", | ||
"test:--default-response": "node tests/spec/defaultResponse/test.js", | ||
"test:--dot-path-params": "node tests/spec/dot-path-params/test.js", | ||
|
@@ -101,31 +101,31 @@ | |
"validate:debug": "node --nolazy tests/validate.js" | ||
}, | ||
"dependencies": { | ||
"@types/swagger-schema-official": "2.0.25", | ||
"cosmiconfig": "9.0.0", | ||
"@types/swagger-schema-official": "^2.0.25", | ||
"cosmiconfig": "^9.0.0", | ||
"didyoumean": "^1.2.2", | ||
"eta": "^2.2.0", | ||
"js-yaml": "4.1.0", | ||
"lodash": "4.17.21", | ||
"make-dir": "4.0.0", | ||
"nanoid": "3.3.6", | ||
"node-emoji": "2.1.3", | ||
"node-fetch": "^3.3.1", | ||
"js-yaml": "^4.1.0", | ||
"lodash": "^4.17.21", | ||
"nanoid": "^3.3.7", | ||
"node-emoji": "^2.1.3", | ||
"prettier": "3.2.5", | ||
"swagger-schema-official": "2.0.0-bab6bed", | ||
"swagger2openapi": "7.0.8", | ||
"swagger2openapi": "^7.0.8", | ||
"typescript": "5.4.5" | ||
}, | ||
"devDependencies": { | ||
"@biomejs/biome": "1.7.2", | ||
"@types/lodash": "^4.14.195", | ||
"@types/node": "^20.4.1", | ||
"@types/prettier": "^3.0.0", | ||
"axios": "^1.4.0", | ||
"cross-env": "^7.0.3", | ||
"dotenv": "^16.3.1", | ||
"git-diff": "^2.0.6", | ||
"rimraf": "^5.0.1" | ||
"@types/lodash": "4.17.1", | ||
"@types/node": "20.12.8", | ||
"axios": "1.6.8", | ||
"cross-env": "7.0.3", | ||
"dotenv": "16.4.5", | ||
"git-diff": "2.0.6", | ||
"shx": "0.3.4" | ||
}, | ||
"packageManager": "[email protected]" | ||
"packageManager": "[email protected]", | ||
"engines": { | ||
"node": ">=18.0.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.