Skip to content

Commit

Permalink
Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
iwatakeshi committed Jul 31, 2024
1 parent 9ba7099 commit 8618376
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,22 +10,22 @@
"lib/**/*"
],
"dependencies": {
"axios": "^1.6.8",
"axios": "^1.7.2",
"cross-spawn": "^7.0.3",
"tar": "^7.1.0",
"tar": "^7.4.3",
"shelljs": "^0.8.5"
},
"devDependencies": {
"@types/cross-spawn": "^6.0.6",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.11",
"@types/node": "^22.0.0",
"@types/shelljs": "^0.8.15",
"@types/tar": "^6.1.13",
"jest": "^29.7.0",
"prettier": "^3.2.5",
"ts-jest": "^29.1.2",
"tslib": "^2.6.2",
"typescript": "^5.4.5"
"prettier": "^3.3.3",
"ts-jest": "^29.2.3",
"tslib": "^2.6.3",
"typescript": "^5.5.4"
},
"scripts": {
"prepare": "npm run build",
Expand Down

0 comments on commit 8618376

Please sign in to comment.