bun.sh upgrade
This commit is contained in:
parent
6f1dd7708b
commit
7c804086f1
3 changed files with 6 additions and 3 deletions
|
@ -15,7 +15,7 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
|
||||
- name: Setup bun.sh
|
||||
uses: oven-sh/setup-bun@v1
|
||||
uses: oven-sh/setup-bun@v2
|
||||
with:
|
||||
bun-version: latest
|
||||
|
||||
|
|
BIN
bun.lockb
BIN
bun.lockb
Binary file not shown.
|
@ -18,7 +18,10 @@
|
|||
"@biomejs/biome": "1.9.4",
|
||||
"@tailwindcss/vite": "^4.0.0-beta.8",
|
||||
"tailwindcss": "^4.0.0-beta.8",
|
||||
"typescript": "^5.6.3"
|
||||
"typescript": "^5.7.2"
|
||||
},
|
||||
"trustedDependencies": ["@biomejs/biome", "@parcel/watcher"]
|
||||
"trustedDependencies": [
|
||||
"@biomejs/biome",
|
||||
"@parcel/watcher"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue