Skip to content

Commit 71cd01b

Browse files
committed
- Latest dependencies
1 parent 19fc49b commit 71cd01b

File tree

3 files changed

+352
-466
lines changed

3 files changed

+352
-466
lines changed

.eslintrc.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@
1818
"@typescript-eslint/no-inferrable-types": 0,
1919
"@typescript-eslint/no-non-null-assertion": 0,
2020
"@typescript-eslint/ban-ts-ignore": 0,
21+
"@typescript-eslint/ban-ts-comment": 0,
2122
"@typescript-eslint/explicit-function-return-type": 0,
23+
"@typescript-eslint/explicit-module-boundary-types": 0,
2224
"sort-imports": "off",
2325
"import/order": "off",
2426
"simple-import-sort/sort": "error",

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openapi-typescript-codegen",
3-
"version": "0.4.7",
3+
"version": "0.4.8",
44
"description": "NodeJS library that generates Typescript or Javascript clients based on the OpenAPI specification.",
55
"author": "Ferdi Koomen",
66
"homepage": "https://github.com/ferdikoomen/openapi-typescript-codegen",
@@ -66,28 +66,28 @@
6666
"rimraf": "3.0.2"
6767
},
6868
"devDependencies": {
69-
"@babel/core": "7.10.4",
69+
"@babel/core": "7.10.5",
7070
"@babel/preset-env": "7.10.4",
7171
"@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",
7575
"@types/js-yaml": "3.12.5",
7676
"@types/mkdirp": "1.0.1",
77-
"@types/node": "14.0.22",
77+
"@types/node": "14.0.23",
7878
"@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",
8181
"codecov": "3.7.0",
82-
"eslint": "6.8.0",
82+
"eslint": "7.4.0",
8383
"eslint-config-prettier": "6.11.0",
8484
"eslint-plugin-prettier": "3.1.4",
8585
"eslint-plugin-simple-import-sort": "5.0.3",
8686
"glob": "7.1.6",
8787
"jest": "26.1.0",
8888
"jest-cli": "26.1.0",
8989
"prettier": "2.0.5",
90-
"rollup": "2.19.0",
90+
"rollup": "2.21.0",
9191
"rollup-plugin-terser": "6.1.0",
9292
"rollup-plugin-typescript2": "0.27.1",
9393
"typescript": "3.9.6"

0 commit comments

Comments
 (0)