Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Takeshi Iwana committed Dec 19, 2020
1 parent 3a0fbe9 commit 5a7cf4a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,20 @@
"lib/**/*"
],
"dependencies": {
"axios": "^0.20.0",
"axios": "^0.21.0",
"tar": "^6.0.5"
},
"devDependencies": {
"@oclif/tslint": "^3.1.1",
"@types/jest": "^26.0.14",
"@types/node": "^14.11.2",
"@types/jest": "^26.0.19",
"@types/node": "^14.14.14",
"@types/shelljs": "^0.8.8",
"@types/tar": "^4.0.3",
"jest": "^26.4.2",
"@types/tar": "^4.0.4",
"jest": "^26.6.3",
"shelljs": "^0.8.4",
"ts-jest": "^26.4.0",
"ts-jest": "^26.4.4",
"tslint": "^6.1.3",
"typescript": "^4.0.3"
"typescript": "^4.1.3"
},
"scripts": {
"prepare": "yarn build",
Expand Down

0 comments on commit 5a7cf4a

Please sign in to comment.