Skip to content

Commit

Permalink
Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Takeshi Iwana committed Jun 18, 2020
1 parent 061965c commit f8918ff
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@
],
"dependencies": {
"axios": "^0.19.2",
"tar": "^6.0.1"
"tar": "^6.0.2"
},
"devDependencies": {
"@oclif/tslint": "^3.1.1",
"@types/jest": "^25.2.1",
"@types/node": "^13.13.1",
"@types/shelljs": "^0.8.7",
"@types/jest": "^26.0.0",
"@types/node": "^14.0.13",
"@types/shelljs": "^0.8.8",
"@types/tar": "^4.0.3",
"jest": "^25.4.0",
"shelljs": "^0.8.3",
"ts-jest": "^25.4.0",
"tslint": "^6.1.1",
"typescript": "^3.8.3"
"jest": "^26.0.1",
"shelljs": "^0.8.4",
"ts-jest": "^26.1.0",
"tslint": "^6.1.2",
"typescript": "^3.9.5"
},
"scripts": {
"prepare": "yarn build",
Expand Down

0 comments on commit f8918ff

Please sign in to comment.