Skip to content

Commit

Permalink
update more deps
Browse files Browse the repository at this point in the history
  • Loading branch information
raulfdm committed Jan 23, 2025
1 parent a0975ff commit 2b1f1ec
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/actions/bun/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ runs:
steps:
- uses: oven-sh/setup-bun@v1
with:
bun-version: 1.1.43
bun-version: 1.2.0

- name: Install dependencies
run: bun install
Expand Down
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
"turbo": "2.3.3",
"typescript": "5.7.3"
},
"packageManager": "bun@1.1.43"
"packageManager": "bun@1.2.0"
}
4 changes: 2 additions & 2 deletions website-new/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"devDependencies": {
"@playwright/test": "1.49.1",
"@types/bun": "latest",
"vitest": "2.1.8"
"vitest": "3.0.3"
},
"packageManager": "bun@1.1.43"
"packageManager": "bun@1.2.0"
}
6 changes: 3 additions & 3 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@
"tailwind-merge": "2.5.4",
"tailwindcss": "3.4.15",
"type-fest": "4.26.1",
"typescript": "5.6.3",
"typescript-eslint": "8.14.0",
"typescript": "5.7.3",
"typescript-eslint": "8.21.0",
"vite": "6.0.11",
"vitest": "2.1.5"
"vitest": "3.0.3"
}
}

0 comments on commit 2b1f1ec

Please sign in to comment.