Skip to content

Commit

Permalink
pkg: exec upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
RajaRakoto committed Nov 18, 2024
1 parent 2db38d6 commit a5815de
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
Binary file modified bun.lockb
Binary file not shown.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,33 +62,33 @@
},
"dependencies": {
"commander": "^12.1.0",
"execa": "^9.3.0",
"figlet": "^1.7.0",
"execa": "^9.5.1",
"figlet": "^1.8.0",
"inquirer": "^9.2.15",
"node-emoji": "^2.1.3",
"ora": "^8.0.1"
"ora": "^8.1.1"
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@biomejs/biome": "1.9.4",
"@types/bun": "latest",
"@types/commander": "^2.12.2",
"@types/execa": "^2.0.0",
"@types/figlet": "^1.5.8",
"@types/commander": "^2.12.5",
"@types/execa": "^2.0.2",
"@types/figlet": "^1.7.0",
"@types/inquirer": "^9.0.7",
"@types/jest": "^29.5.12",
"@types/jest": "^29.5.14",
"@types/node-emoji": "^2.1.0",
"@types/ora": "^3.2.0",
"bun-plugin-dts": "^0.2.3",
"bun-plugin-dts": "^0.3.0",
"depcheck": "^1.4.7",
"grunt": "^1.6.1",
"grunt-contrib-compress": "^2.0.0",
"grunt-shell": "^4.0.0",
"jest": "^29.7.0",
"load-grunt-tasks": "^5.1.0",
"npm-check-updates": "^17.0.6",
"npm-check-updates": "^17.1.11",
"rimraf": "^6.0.1",
"ts-jest": "^29.2.4",
"ungit": "^1.5.26"
"ts-jest": "^29.2.5",
"ungit": "^1.5.28"
},
"peerDependencies": {
"typescript": "^5.0.0"
Expand Down

0 comments on commit a5815de

Please sign in to comment.