Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
abillingsley committed Oct 6, 2020
1 parent da34075 commit e790f85
Show file tree
Hide file tree
Showing 4 changed files with 378 additions and 277 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,38 +1,38 @@
{
"name": "@developertown/create-openapi-client",
"version": "0.0.5",
"version": "0.0.6",
"bin": {
"create-openapi-client": "./bin/run"
},
"bugs": "https://github.com/developertown/create-openapi-client/issues",
"dependencies": {
"@oclif/command": "^1",
"@oclif/config": "^1",
"@oclif/plugin-help": "^2",
"@oclif/plugin-help": "^3.2.0",
"globby": "^11.0.0",
"handlebars": "^4.7.6",
"inquirer": "^7.1.0",
"listr": "^0.14.3",
"shelljs": "^0.8.3",
"tslib": "^1"
"tslib": "^2.0.1 "
},
"devDependencies": {
"@oclif/dev-cli": "^1",
"@types/handlebars": "^4.1.0",
"@types/inquirer": "^6.5.0",
"@types/inquirer": "^7.3.1",
"@types/listr": "^0.14.2",
"@types/node": "^10",
"@types/node": "^14.11.5",
"@types/shelljs": "^0.8.7",
"@typescript-eslint/eslint-plugin": "^2.26.0",
"@typescript-eslint/parser": "^2.26.0",
"eslint": "^5.13",
"@typescript-eslint/eslint-plugin": "^4.4.0",
"@typescript-eslint/parser": "^4.4.0",
"eslint": "^7.10.0",
"eslint-config-oclif": "^3.1",
"eslint-config-oclif-typescript": "^0.1",
"eslint-config-oclif-typescript": "^0.2.0",
"eslint-config-prettier": "^6.10.1",
"eslint-plugin-prettier": "^3.1.2",
"prettier": "^2.0.2",
"ts-node": "^8",
"typescript": "^3.3"
"ts-node": "^9.0.0",
"typescript": "^3.9.7"
},
"engines": {
"node": ">=8.0.0"
Expand Down
7 changes: 7 additions & 0 deletions template/openapitools.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"$schema": "node_modules/@openapitools/openapi-generator-cli/config.schema.json",
"spaces": 2,
"generator-cli": {
"version": "4.3.1"
}
}
22 changes: 11 additions & 11 deletions template/package.json.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,23 @@
"scripts": {
"build": "rollup -c rollup.config.js",
"pregenerate": "curl {{openapiUrl}} > openapi.json",
"generate": "rm -rf ./src && openapi-generator generate -i openapi.json -o ./src --generator-name typescript-fetch --additional-properties=typescriptThreePlus=true,supportsES6=true --type-mappings LocalDate=LocalDate",
"generate": "rm -rf ./src && openapi-generator-cli generate -i openapi.json -o ./src --generator-name typescript-fetch --additional-properties=typescriptThreePlus=true,supportsES6=true --type-mappings LocalDate=LocalDate",
"postgenerate": "yarn lint:fix",
"lint": "eslint src --ext .ts,.tsx",
"lint:fix": "npm run lint -- --fix"
},
"devDependencies": {
"@openapitools/openapi-generator-cli": "^1.0.12-4.3.0",
"@rollup/plugin-commonjs": "^11.0.2",
"@typescript-eslint/eslint-plugin": "^2.30.0",
"@typescript-eslint/parser": "^2.30.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.11.0",
"@openapitools/openapi-generator-cli": "^2.0.3",
"@rollup/plugin-commonjs": "^15.1.0",
"@typescript-eslint/eslint-plugin": "^4.4.0",
"@typescript-eslint/parser": "^4.4.0",
"eslint": "^7.10.0",
"eslint-config-prettier": "^6.12.0",
"eslint-plugin-prettier": "^3.1.2",
"prettier": "^2.0.5",
"rollup": "^2.7.6",
"prettier": "^2.1.2",
"rollup": "^2.28.2",
"rollup-plugin-clear": "^2.0.7",
"rollup-plugin-typescript2": "^0.27.0",
"typescript": "^3.8.3"
"rollup-plugin-typescript2": "^0.27.3",
"typescript": "^3.9.7"
}
}
Loading

0 comments on commit e790f85

Please sign in to comment.