Skip to content

Commit

Permalink
fix: update [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
solufa committed Mar 10, 2021
1 parent a6427a7 commit 030f191
Show file tree
Hide file tree
Showing 2 changed files with 102 additions and 172 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,38 +83,38 @@
]
},
"dependencies": {
"aspida": "^1.6.1",
"aspida": "^1.6.3",
"velona": "^0.7.0"
},
"devDependencies": {
"@aspida/axios": "^1.6.1",
"@aspida/node-fetch": "^1.6.1",
"@aspida/axios": "^1.6.3",
"@aspida/node-fetch": "^1.6.3",
"@types/busboy": "^0.2.3",
"@types/jest": "^26.0.20",
"@types/node-fetch": "^2.5.8",
"@types/rimraf": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^4.15.2",
"@typescript-eslint/parser": "^4.15.2",
"@typescript-eslint/eslint-plugin": "^4.17.0",
"@typescript-eslint/parser": "^4.17.0",
"axios": "^0.21.1",
"class-validator": "^0.13.1",
"eslint": "^7.20.0",
"eslint": "^7.21.0",
"eslint-config-prettier": "^8.1.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.1.5",
"eslint-plugin-jest": "^24.2.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-standard": "^5.0.0",
"fastify": "^3.12.0",
"fastify": "^3.13.0",
"fastify-multipart": "^4.0.0",
"jest": "^26.6.3",
"node-fetch": "^2.6.1",
"prettier": "^2.2.1",
"rimraf": "^3.0.2",
"standard-version": "^9.1.1",
"ts-jest": "^26.5.2",
"ts-jest": "^26.5.3",
"ts-node": "^9.1.1",
"typescript": "^4.2.2"
"typescript": "^4.2.3"
}
}
Loading

0 comments on commit 030f191

Please sign in to comment.