Skip to content

Commit 8199c85

Browse files
Update dependencies
1 parent f014830 commit 8199c85

4 files changed

Lines changed: 24 additions & 23 deletions

File tree

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
FROM oven/bun:1.3.6-alpine AS base
1+
FROM oven/bun:1.3.7-alpine AS base
2+
3+
RUN apk upgrade --no-cache
24

35
RUN apk add --no-cache \
46
openssh-client \

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.3.12/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.3.13/schema.json",
33
"vcs": {
44
"enabled": true,
55
"clientKind": "git",

bun.lock

Lines changed: 16 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,21 +40,21 @@
4040
"oidc-client-ts": "^3.4.1",
4141
"pino": "^10.3.0",
4242
"pino-pretty": "^13.1.3",
43-
"react": "^19.2.3",
44-
"react-dom": "^19.2.3",
43+
"react": "^19.2.4",
44+
"react-dom": "^19.2.4",
4545
"react-hook-form": "^7.71.1",
4646
"tailwind-merge": "^3.4.0",
4747
"tailwindcss": "^4.1.18",
4848
"tailwindcss-animate": "^1.0.7",
4949
"zod": "^4.3.6"
5050
},
5151
"devDependencies": {
52-
"@biomejs/biome": "2.3.12",
52+
"@biomejs/biome": "2.3.13",
5353
"@tailwindcss/cli": "^4.1.18",
5454
"@types/bun": "^1.3.6",
5555
"@types/pino": "^7.0.5",
5656
"@types/pino-pretty": "^5.0.0",
57-
"@types/react": "^19.2.9",
57+
"@types/react": "^19.2.10",
5858
"@types/react-dom": "^19.2.3"
5959
}
6060
}

0 commit comments

Comments
 (0)