Compare commits
1 commit
main
...
v0.25.1-al
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
36b1282901 |
4 changed files with 4 additions and 4 deletions
|
|
@ -8,7 +8,7 @@ runs:
|
|||
- uses: oven-sh/setup-bun@v2
|
||||
name: Install Bun
|
||||
with:
|
||||
bun-version: "1.3.8"
|
||||
bun-version: "1.3.6"
|
||||
|
||||
- name: Install dependencies
|
||||
shell: bash
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
ARG BUN_VERSION="1.3.8"
|
||||
ARG BUN_VERSION="1.3.6"
|
||||
|
||||
FROM oven/bun:${BUN_VERSION}-alpine AS base
|
||||
|
||||
|
|
|
|||
2
bun.lock
2
bun.lock
|
|
@ -78,7 +78,7 @@
|
|||
"@tanstack/react-query-devtools": "^5.91.2",
|
||||
"@testing-library/dom": "^10.4.1",
|
||||
"@testing-library/react": "^16.3.2",
|
||||
"@types/bun": "^1.3.8",
|
||||
"@types/bun": "^1.3.6",
|
||||
"@types/node": "^25.1.0",
|
||||
"@types/react": "^19.2.10",
|
||||
"@types/react-dom": "^19.2.3",
|
||||
|
|
|
|||
|
|
@ -98,7 +98,7 @@
|
|||
"@tanstack/react-query-devtools": "^5.91.2",
|
||||
"@testing-library/dom": "^10.4.1",
|
||||
"@testing-library/react": "^16.3.2",
|
||||
"@types/bun": "^1.3.8",
|
||||
"@types/bun": "^1.3.6",
|
||||
"@types/node": "^25.1.0",
|
||||
"@types/react": "^19.2.10",
|
||||
"@types/react-dom": "^19.2.3",
|
||||
|
|
|
|||
Loading…
Reference in a new issue