Skip to content

Commit 49a0ba2

Browse files
chore: bump deps
1 parent 74f4060 commit 49a0ba2

File tree

7 files changed

+293
-284
lines changed

7 files changed

+293
-284
lines changed

.github/workflows/main.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ jobs:
1111
name: Prettier Check
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v5
14+
- uses: actions/checkout@v6
1515
- uses: pnpm/action-setup@v4
1616
with:
1717
version: 10
1818
- uses: actions/setup-node@v6
1919
with:
20-
node-version: "22"
20+
node-version: "24"
2121
cache: pnpm
2222
- name: Install dependencies
2323
run: pnpm install
@@ -28,13 +28,13 @@ jobs:
2828
name: Type Check
2929
runs-on: ubuntu-latest
3030
steps:
31-
- uses: actions/checkout@v5
31+
- uses: actions/checkout@v6
3232
- uses: pnpm/action-setup@v4
3333
with:
3434
version: 10
3535
- uses: actions/setup-node@v6
3636
with:
37-
node-version: "22"
37+
node-version: "24"
3838
cache: pnpm
3939
- name: Install dependencies
4040
run: pnpm install
@@ -45,13 +45,13 @@ jobs:
4545
name: Lint
4646
runs-on: ubuntu-latest
4747
steps:
48-
- uses: actions/checkout@v5
48+
- uses: actions/checkout@v6
4949
- uses: pnpm/action-setup@v4
5050
with:
5151
version: 10
5252
- uses: actions/setup-node@v6
5353
with:
54-
node-version: "22"
54+
node-version: "24"
5555
cache: pnpm
5656
- name: Install dependencies
5757
run: pnpm install
@@ -62,13 +62,13 @@ jobs:
6262
name: Build Backend
6363
runs-on: ubuntu-latest
6464
steps:
65-
- uses: actions/checkout@v5
65+
- uses: actions/checkout@v6
6666
- uses: pnpm/action-setup@v4
6767
with:
6868
version: 10
6969
- uses: actions/setup-node@v6
7070
with:
71-
node-version: "22"
71+
node-version: "24"
7272
cache: pnpm
7373
- name: Install dependencies
7474
run: pnpm install
@@ -79,13 +79,13 @@ jobs:
7979
name: Build Frontend
8080
runs-on: ubuntu-latest
8181
steps:
82-
- uses: actions/checkout@v5
82+
- uses: actions/checkout@v6
8383
- uses: pnpm/action-setup@v4
8484
with:
8585
version: 10
8686
- uses: actions/setup-node@v6
8787
with:
88-
node-version: "22"
88+
node-version: "24"
8989
cache: pnpm
9090
- name: Install dependencies
9191
run: pnpm install
@@ -99,13 +99,13 @@ jobs:
9999
name: Test Backend
100100
runs-on: ubuntu-latest
101101
steps:
102-
- uses: actions/checkout@v5
102+
- uses: actions/checkout@v6
103103
- uses: pnpm/action-setup@v4
104104
with:
105105
version: 10
106106
- uses: actions/setup-node@v6
107107
with:
108-
node-version: "22"
108+
node-version: "24"
109109
cache: pnpm
110110
- name: Install dependencies
111111
run: pnpm install

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
v22
1+
v24
22

backend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
"@sendgrid/client": "^8.1.6",
4343
"@sendgrid/mail": "^8.1.6",
4444
"@sentry/cli": "^3.1.0",
45-
"@sentry/node": "^10.33.0",
46-
"@sentry/profiling-node": "^10.33.0",
45+
"@sentry/node": "^10.34.0",
46+
"@sentry/profiling-node": "^10.34.0",
4747
"@tuyau/core": "^0.4.2",
4848
"@tuyau/superjson": "^0.1.2",
4949
"@vinejs/vine": "^4.2.0",

frontend/next.config.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,7 @@ const SENTRY_CONFIG = {
7171
org: "boklisten",
7272
project: "frontend",
7373
widenClientFileUpload: true,
74-
reactComponentAnnotation: {
75-
enabled: true,
76-
},
7774
tunnelRoute: "/monitoring",
78-
disableLogger: true,
79-
automaticVercelMonitors: true,
8075
telemetry: false,
8176
} as const satisfies SentryBuildOptions;
8277

frontend/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
"@mantine/modals": "^8.3.12",
1818
"@mantine/notifications": "^8.3.12",
1919
"@mantine/tiptap": "^8.3.12",
20-
"@sentry/nextjs": "^10.33.0",
20+
"@sentry/nextjs": "^10.34.0",
2121
"@tabler/icons-react": "^3.36.1",
2222
"@tanstack/react-form": "^1.27.7",
23-
"@tanstack/react-query": "^5.90.16",
23+
"@tanstack/react-query": "^5.90.18",
2424
"@tiptap/react": "^3.15.3",
2525
"@tiptap/starter-kit": "^3.15.3",
2626
"@tuyau/client": "^0.2.10",
@@ -30,7 +30,7 @@
3030
"@yudiel/react-qr-scanner": "^2.5.0",
3131
"dayjs": "^1.11.19",
3232
"mantine-react-table": "2.0.0-beta.9",
33-
"next": "16.1.1",
33+
"next": "16.1.2",
3434
"papaparse": "^5.5.3",
3535
"react": "19.2.3",
3636
"react-dom": "19.2.3",

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
},
1717
"devDependencies": {
1818
"@eslint/js": "^9.39.2",
19-
"@next/eslint-plugin-next": "^16.1.1",
19+
"@next/eslint-plugin-next": "^16.1.2",
2020
"@tanstack/eslint-plugin-query": "^5.91.2",
2121
"@tsconfig/strictest": "^2.0.8",
22-
"@types/node": "^25.0.8",
22+
"@types/node": "^25.0.9",
2323
"@typescript-eslint/parser": "^8.53.0",
2424
"eslint": "9.39.2",
2525
"eslint-config-prettier": "^10.1.8",
@@ -31,7 +31,7 @@
3131
"eslint-plugin-no-relative-import-paths": "^1.6.1",
3232
"eslint-plugin-react": "^7.37.5",
3333
"eslint-plugin-react-hooks": "^7.0.1",
34-
"prettier": "^3.7.4",
34+
"prettier": "^3.8.0",
3535
"typescript": "^5.9.3",
3636
"typescript-eslint": "^8.53.0"
3737
}

0 commit comments

Comments
 (0)