Skip to content

Commit

Permalink
feat: update [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
solufa committed Nov 6, 2020
1 parent dd5245e commit e95a13b
Show file tree
Hide file tree
Showing 2 changed files with 607 additions and 558 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,6 @@
"openapi",
"swagger"
],
"dependencies": {
"aspida": "^0.21.0",
"swagger-parser": "^10.0.1",
"swagger2openapi": "^7.0.0"
},
"eslintConfig": {
"env": {
"es6": true,
Expand Down Expand Up @@ -89,25 +84,30 @@
}
]
},
"dependencies": {
"aspida": "^0.22.2",
"swagger-parser": "^10.0.2",
"swagger2openapi": "^7.0.3"
},
"devDependencies": {
"@types/jest": "^26.0.13",
"@types/jest": "^26.0.15",
"@types/js-yaml": "^3.12.5",
"@types/minimist": "^1.2.0",
"@typescript-eslint/eslint-plugin": "^4.0.1",
"@typescript-eslint/parser": "^4.0.1",
"eslint": "^7.8.1",
"eslint-config-prettier": "^6.11.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jest": "^23.20.0",
"@typescript-eslint/eslint-plugin": "^4.6.1",
"@typescript-eslint/parser": "^4.6.1",
"eslint": "^7.12.1",
"eslint-config-prettier": "^6.15.0",
"eslint-config-standard": "^16.0.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.1.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"jest": "^26.4.2",
"prettier": "^2.1.1",
"eslint-plugin-standard": "^4.0.2",
"jest": "^26.6.3",
"prettier": "^2.1.2",
"standard-version": "^9.0.0",
"ts-jest": "^26.3.0",
"typescript": "^4.0.2"
"ts-jest": "^26.4.3",
"typescript": "^4.0.5"
}
}
Loading

0 comments on commit e95a13b

Please sign in to comment.