Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
adhamu committed Sep 26, 2023
1 parent 81ffba6 commit bd12e90
Show file tree
Hide file tree
Showing 2 changed files with 2,212 additions and 1,878 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "arge",
"version": "1.5.1",
"version": "1.5.2",
"description": "A simple utility to parse command line arguments and flags",
"keywords": [
"argv",
Expand Down Expand Up @@ -34,13 +34,13 @@
"type": "tsc --noEmit"
},
"devDependencies": {
"@adhamu/zero": "^5.1.7",
"@swc/core": "^1.3.26",
"@swc/jest": "^0.2.24",
"@types/jest": "^29.2.5",
"@types/node": "^18.11.18",
"esbuild": "^0.16.17",
"jest": "^29.3.1",
"typescript": "^4.9.4"
"@adhamu/zero": "^6.1.0",
"@swc/core": "^1.3.89",
"@swc/jest": "^0.2.29",
"@types/jest": "^29.5.5",
"@types/node": "^20.7.0",
"esbuild": "^0.19.3",
"jest": "^29.7.0",
"typescript": "^5.2.2"
}
}
Loading

0 comments on commit bd12e90

Please sign in to comment.