Skip to content

Commit

Permalink
Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Takeshi committed Apr 10, 2024
1 parent d4c0005 commit 41a6bec
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 36 deletions.
62 changes: 31 additions & 31 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@
"lib/**/*"
],
"dependencies": {
"axios": "^1.6.7",
"axios": "^1.6.8",
"cross-spawn": "^7.0.3",
"shelljs": "^0.8.5",
"tar": "^6.2.0"
"tar": "^6.2.1"
},
"devDependencies": {
"@types/cross-spawn": "^6.0.6",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.20",
"@types/node": "^20.12.7",
"@types/shelljs": "^0.8.15",
"@types/tar": "^6.1.11",
"@types/tar": "^6.1.12",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/eslint-plugin-tslint": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
Expand All @@ -31,7 +31,7 @@
"prettier": "^3.2.5",
"ts-jest": "^29.1.2",
"tslib": "^2.6.2",
"typescript": "^5.3.3"
"typescript": "^5.4.4"
},
"scripts": {
"prepare": "npm run build",
Expand Down

0 comments on commit 41a6bec

Please sign in to comment.