Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
iwatakeshi committed Sep 23, 2024
1 parent 04f3ba2 commit 9beddd0
Show file tree
Hide file tree
Showing 2 changed files with 136 additions and 51 deletions.
171 changes: 128 additions & 43 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 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.7",
"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/jest": "^29.5.13",
"@types/node": "^22.5.5",
"@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.5",
"tslib": "^2.7.0",
"typescript": "^5.6.2"
},
"scripts": {
"prepare": "npm run build",
Expand Down

0 comments on commit 9beddd0

Please sign in to comment.