|
1 | 1 | {
|
2 | 2 | "name": "openapi-typescript-codegen",
|
3 |
| - "version": "0.8.1", |
| 3 | + "version": "0.9.0", |
4 | 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",
|
|
71 | 71 | },
|
72 | 72 | "devDependencies": {
|
73 | 73 | "@babel/cli": "7.12.16",
|
74 |
| - "@babel/core": "7.12.16", |
75 |
| - "@babel/preset-env": "7.12.16", |
76 |
| - "@babel/preset-typescript": "7.12.16", |
| 74 | + "@babel/core": "7.12.17", |
| 75 | + "@babel/preset-env": "7.12.17", |
| 76 | + "@babel/preset-typescript": "7.12.17", |
77 | 77 | "@rollup/plugin-commonjs": "17.1.0",
|
78 |
| - "@rollup/plugin-node-resolve": "11.1.1", |
| 78 | + "@rollup/plugin-node-resolve": "11.2.0", |
79 | 79 | "@types/express": "4.17.11",
|
80 | 80 | "@types/jest": "26.0.20",
|
81 | 81 | "@types/js-yaml": "4.0.0",
|
82 |
| - "@types/node": "14.14.28", |
| 82 | + "@types/node": "14.14.31", |
83 | 83 | "@types/node-fetch": "2.5.8",
|
84 | 84 | "@types/qs": "6.9.5",
|
85 |
| - "@typescript-eslint/eslint-plugin": "4.15.0", |
86 |
| - "@typescript-eslint/parser": "4.14.2", |
| 85 | + "@typescript-eslint/eslint-plugin": "4.15.1", |
| 86 | + "@typescript-eslint/parser": "4.15.1", |
87 | 87 | "codecov": "3.8.1",
|
88 | 88 | "eslint": "7.20.0",
|
89 |
| - "eslint-config-prettier": "7.2.0", |
| 89 | + "eslint-config-prettier": "8.0.0", |
90 | 90 | "eslint-plugin-prettier": "3.3.1",
|
91 | 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",
|
|
100 | 100 | "qs": "6.9.6",
|
101 | 101 | "rollup": "2.39.0",
|
102 | 102 | "rollup-plugin-terser": "7.0.2",
|
103 |
| - "rollup-plugin-typescript2": "0.29.0", |
| 103 | + "rollup-plugin-typescript2": "0.30.0", |
104 | 104 | "typescript": "4.1.5"
|
105 | 105 | }
|
106 | 106 | }
|
0 commit comments