|
1 | 1 | { |
2 | 2 | "name": "openapi-typescript-codegen", |
3 | | - "version": "0.7.0-beta", |
4 | | - "description": "NodeJS library that generates Typescript or Javascript clients based on the OpenAPI specification.", |
| 3 | + "version": "0.9.0", |
| 4 | + "description": "Library that generates Typescript clients based on the OpenAPI specification.", |
5 | 5 | "author": "Ferdi Koomen", |
6 | 6 | "homepage": "https://github.com/ferdikoomen/openapi-typescript-codegen", |
7 | 7 | "repository": { |
|
19 | 19 | "generator", |
20 | 20 | "client", |
21 | 21 | "typescript", |
22 | | - "javascript", |
23 | 22 | "yaml", |
24 | 23 | "json", |
25 | 24 | "fetch", |
|
62 | 61 | "codecov": "codecov --token=66c30c23-8954-4892-bef9-fbaed0a2e42b" |
63 | 62 | }, |
64 | 63 | "dependencies": { |
65 | | - "camelcase": "6.2.0", |
66 | | - "commander": "6.2.0", |
67 | | - "handlebars": "4.7.6", |
68 | | - "js-yaml": "3.14.0", |
69 | | - "mkdirp": "1.0.4", |
70 | | - "path": "0.12.7", |
71 | | - "rimraf": "3.0.2" |
| 64 | + "camelcase": "^6.2.0", |
| 65 | + "commander": "^7.0.0", |
| 66 | + "handlebars": "^4.7.6", |
| 67 | + "js-yaml": "^4.0.0", |
| 68 | + "json-schema-ref-parser": "^9.0.7", |
| 69 | + "mkdirp": "^1.0.4", |
| 70 | + "rimraf": "^3.0.2" |
72 | 71 | }, |
73 | 72 | "devDependencies": { |
74 | | - "@babel/cli": "7.12.1", |
75 | | - "@babel/core": "7.12.3", |
76 | | - "@babel/preset-env": "7.12.1", |
77 | | - "@babel/preset-typescript": "7.12.1", |
78 | | - "@rollup/plugin-commonjs": "16.0.0", |
79 | | - "@rollup/plugin-node-resolve": "10.0.0", |
80 | | - "@types/express": "4.17.9", |
81 | | - "@types/jest": "26.0.15", |
82 | | - "@types/js-yaml": "3.12.5", |
83 | | - "@types/node": "14.14.7", |
84 | | - "@types/node-fetch": "2.5.7", |
85 | | - "@typescript-eslint/eslint-plugin": "4.7.0", |
86 | | - "@typescript-eslint/parser": "4.7.0", |
| 73 | + "@babel/cli": "7.12.16", |
| 74 | + "@babel/core": "7.12.17", |
| 75 | + "@babel/preset-env": "7.12.17", |
| 76 | + "@babel/preset-typescript": "7.12.17", |
| 77 | + "@rollup/plugin-commonjs": "17.1.0", |
| 78 | + "@rollup/plugin-node-resolve": "11.2.0", |
| 79 | + "@types/express": "4.17.11", |
| 80 | + "@types/jest": "26.0.20", |
| 81 | + "@types/js-yaml": "4.0.0", |
| 82 | + "@types/node": "14.14.31", |
| 83 | + "@types/node-fetch": "2.5.8", |
| 84 | + "@types/qs": "6.9.5", |
| 85 | + "@typescript-eslint/eslint-plugin": "4.15.1", |
| 86 | + "@typescript-eslint/parser": "4.15.1", |
87 | 87 | "codecov": "3.8.1", |
88 | | - "eslint": "7.13.0", |
89 | | - "eslint-config-prettier": "6.15.0", |
90 | | - "eslint-plugin-prettier": "3.1.4", |
91 | | - "eslint-plugin-simple-import-sort": "6.0.0", |
| 88 | + "eslint": "7.20.0", |
| 89 | + "eslint-config-prettier": "8.0.0", |
| 90 | + "eslint-plugin-prettier": "3.3.1", |
| 91 | + "eslint-plugin-simple-import-sort": "7.0.0", |
92 | 92 | "express": "4.17.1", |
93 | | - "form-data": "3.0.0", |
| 93 | + "form-data": "4.0.0", |
94 | 94 | "glob": "7.1.6", |
95 | 95 | "jest": "26.6.3", |
96 | 96 | "jest-cli": "26.6.3", |
97 | 97 | "node-fetch": "2.6.1", |
98 | | - "prettier": "2.1.2", |
99 | | - "puppeteer": "5.4.1", |
100 | | - "rollup": "2.33.2", |
| 98 | + "prettier": "2.2.1", |
| 99 | + "puppeteer": "7.1.0", |
| 100 | + "qs": "6.9.6", |
| 101 | + "rollup": "2.39.0", |
101 | 102 | "rollup-plugin-terser": "7.0.2", |
102 | | - "rollup-plugin-typescript2": "0.29.0", |
103 | | - "typescript": "4.0.5" |
| 103 | + "rollup-plugin-typescript2": "0.30.0", |
| 104 | + "typescript": "4.1.5" |
104 | 105 | } |
105 | 106 | } |
0 commit comments