mirror of
https://github.com/ferdikoomen/openapi-typescript-codegen.git
synced 2025-12-08 20:16:21 +00:00
- Latest dependencies
This commit is contained in:
parent
19fc49b590
commit
71cd01bb03
@ -18,7 +18,9 @@
|
||||
"@typescript-eslint/no-inferrable-types": 0,
|
||||
"@typescript-eslint/no-non-null-assertion": 0,
|
||||
"@typescript-eslint/ban-ts-ignore": 0,
|
||||
"@typescript-eslint/ban-ts-comment": 0,
|
||||
"@typescript-eslint/explicit-function-return-type": 0,
|
||||
"@typescript-eslint/explicit-module-boundary-types": 0,
|
||||
"sort-imports": "off",
|
||||
"import/order": "off",
|
||||
"simple-import-sort/sort": "error",
|
||||
|
||||
20
package.json
20
package.json
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "openapi-typescript-codegen",
|
||||
"version": "0.4.7",
|
||||
"version": "0.4.8",
|
||||
"description": "NodeJS library that generates Typescript or Javascript clients based on the OpenAPI specification.",
|
||||
"author": "Ferdi Koomen",
|
||||
"homepage": "https://github.com/ferdikoomen/openapi-typescript-codegen",
|
||||
@ -66,20 +66,20 @@
|
||||
"rimraf": "3.0.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.10.4",
|
||||
"@babel/core": "7.10.5",
|
||||
"@babel/preset-env": "7.10.4",
|
||||
"@babel/preset-typescript": "7.10.4",
|
||||
"@rollup/plugin-commonjs": "13.0.0",
|
||||
"@rollup/plugin-node-resolve": "8.1.0",
|
||||
"@types/jest": "26.0.3",
|
||||
"@rollup/plugin-commonjs": "14.0.0",
|
||||
"@rollup/plugin-node-resolve": "8.4.0",
|
||||
"@types/jest": "26.0.4",
|
||||
"@types/js-yaml": "3.12.5",
|
||||
"@types/mkdirp": "1.0.1",
|
||||
"@types/node": "14.0.22",
|
||||
"@types/node": "14.0.23",
|
||||
"@types/rimraf": "3.0.0",
|
||||
"@typescript-eslint/eslint-plugin": "2.34.0",
|
||||
"@typescript-eslint/parser": "2.34.0",
|
||||
"@typescript-eslint/eslint-plugin": "3.6.1",
|
||||
"@typescript-eslint/parser": "3.6.1",
|
||||
"codecov": "3.7.0",
|
||||
"eslint": "6.8.0",
|
||||
"eslint": "7.4.0",
|
||||
"eslint-config-prettier": "6.11.0",
|
||||
"eslint-plugin-prettier": "3.1.4",
|
||||
"eslint-plugin-simple-import-sort": "5.0.3",
|
||||
@ -87,7 +87,7 @@
|
||||
"jest": "26.1.0",
|
||||
"jest-cli": "26.1.0",
|
||||
"prettier": "2.0.5",
|
||||
"rollup": "2.19.0",
|
||||
"rollup": "2.21.0",
|
||||
"rollup-plugin-terser": "6.1.0",
|
||||
"rollup-plugin-typescript2": "0.27.1",
|
||||
"typescript": "3.9.6"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user