Skip to content

Commit

Permalink
chore(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
aboqasem committed Mar 26, 2024
1 parent 14accf3 commit f324cab
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 11 deletions.
Binary file modified sync/bun.lockb
Binary file not shown.
2 changes: 2 additions & 0 deletions sync/bunfig.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[install]
exact = true
22 changes: 11 additions & 11 deletions sync/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,21 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@sagold/json-query": "^6.1.1",
"chalk": "^5.3.0",
"commander": "^12.0.0",
"plist": "^3.1.0",
"valibot": "^0.30.0"
"@sagold/json-query": "6.1.3",
"chalk": "5.3.0",
"commander": "12.0.0",
"plist": "3.1.0",
"valibot": "0.30.0"
},
"devDependencies": {
"@biomejs/biome": "^1.6.1",
"@commander-js/extra-typings": "^12.0.1",
"@total-typescript/ts-reset": "^0.5.1",
"@types/bun": "^1.0.8",
"@types/plist": "^3.0.5"
"@biomejs/biome": "1.6.3",
"@commander-js/extra-typings": "12.0.1",
"@total-typescript/ts-reset": "0.5.1",
"@types/bun": "1.0.11",
"@types/plist": "3.0.5"
},
"peerDependencies": {
"typescript": "^5.4.2"
"typescript": "5.4.3"
},
"trustedDependencies": ["@biomejs/biome"]
}

0 comments on commit f324cab

Please sign in to comment.