chore: ⬆️ Upgrade Bun to 1.1.20

This commit is contained in:
Jesse Wierzbinski 2024-07-21 15:34:44 +02:00
parent 3428e4b5b6
commit 9466c37afc
No known key found for this signature in database

View file

@ -35,7 +35,7 @@
"categories": ["Other"],
"type": "module",
"engines": {
"bun": ">=1.1.17"
"bun": ">=1.1.20"
},
"exports": {
".": {
@ -48,5 +48,5 @@
}
},
"keywords": ["typescript", "vue", "tailwindcss"],
"packageManager": "bun@1.1.17"
"packageManager": "bun@1.1.20"
}