|
1 | 1 | {
|
2 | 2 | "name": "openapi-typescript-codegen",
|
3 |
| - "version": "0.4.7", |
| 3 | + "version": "0.4.8", |
4 | 4 | "description": "NodeJS library that generates Typescript or Javascript clients based on the OpenAPI specification.",
|
5 | 5 | "author": "Ferdi Koomen",
|
6 | 6 | "homepage": "https://github.com/ferdikoomen/openapi-typescript-codegen",
|
|
66 | 66 | "rimraf": "3.0.2"
|
67 | 67 | },
|
68 | 68 | "devDependencies": {
|
69 |
| - "@babel/core": "7.10.4", |
| 69 | + "@babel/core": "7.10.5", |
70 | 70 | "@babel/preset-env": "7.10.4",
|
71 | 71 | "@babel/preset-typescript": "7.10.4",
|
72 |
| - "@rollup/plugin-commonjs": "13.0.0", |
73 |
| - "@rollup/plugin-node-resolve": "8.1.0", |
74 |
| - "@types/jest": "26.0.3", |
| 72 | + "@rollup/plugin-commonjs": "14.0.0", |
| 73 | + "@rollup/plugin-node-resolve": "8.4.0", |
| 74 | + "@types/jest": "26.0.4", |
75 | 75 | "@types/js-yaml": "3.12.5",
|
76 | 76 | "@types/mkdirp": "1.0.1",
|
77 |
| - "@types/node": "14.0.22", |
| 77 | + "@types/node": "14.0.23", |
78 | 78 | "@types/rimraf": "3.0.0",
|
79 |
| - "@typescript-eslint/eslint-plugin": "2.34.0", |
80 |
| - "@typescript-eslint/parser": "2.34.0", |
| 79 | + "@typescript-eslint/eslint-plugin": "3.6.1", |
| 80 | + "@typescript-eslint/parser": "3.6.1", |
81 | 81 | "codecov": "3.7.0",
|
82 |
| - "eslint": "6.8.0", |
| 82 | + "eslint": "7.4.0", |
83 | 83 | "eslint-config-prettier": "6.11.0",
|
84 | 84 | "eslint-plugin-prettier": "3.1.4",
|
85 | 85 | "eslint-plugin-simple-import-sort": "5.0.3",
|
86 | 86 | "glob": "7.1.6",
|
87 | 87 | "jest": "26.1.0",
|
88 | 88 | "jest-cli": "26.1.0",
|
89 | 89 | "prettier": "2.0.5",
|
90 |
| - "rollup": "2.19.0", |
| 90 | + "rollup": "2.21.0", |
91 | 91 | "rollup-plugin-terser": "6.1.0",
|
92 | 92 | "rollup-plugin-typescript2": "0.27.1",
|
93 | 93 | "typescript": "3.9.6"
|
|
0 commit comments