Skip to content

Commit 90ef735

Browse files
chore: bump deps
1 parent 49a0ba2 commit 90ef735

File tree

4 files changed

+1052
-1011
lines changed

4 files changed

+1052
-1011
lines changed

backend/package.json

Lines changed: 5 additions & 5 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.34.0",
46-
"@sentry/profiling-node": "^10.34.0",
45+
"@sentry/node": "^10.36.0",
46+
"@sentry/profiling-node": "^10.36.0",
4747
"@tuyau/core": "^0.4.2",
4848
"@tuyau/superjson": "^0.1.2",
4949
"@vinejs/vine": "^4.2.0",
@@ -60,7 +60,7 @@
6060
"qrcode": "^1.5.4",
6161
"qs": "^6.14.1",
6262
"reflect-metadata": "^0.2.2",
63-
"twilio": "^5.11.2",
63+
"twilio": "^5.12.0",
6464
"validator": "^13.15.26"
6565
},
6666
"devDependencies": {
@@ -69,8 +69,8 @@
6969
"@japa/api-client": "^3.2.1",
7070
"@japa/assert": "^4.2.0",
7171
"@japa/plugin-adonisjs": "^4.0.0",
72-
"@japa/runner": "^5.0.0",
73-
"@swc/core": "^1.15.8",
72+
"@japa/runner": "^5.3.0",
73+
"@swc/core": "^1.15.10",
7474
"@tuyau/utils": "^0.0.9",
7575
"@types/chai": "^5.2.3",
7676
"@types/chai-as-promised": "^8.0.2",

frontend/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,26 +11,26 @@
1111
},
1212
"dependencies": {
1313
"@boklisten/backend": "workspace:*",
14-
"@mantine/core": "^8.3.12",
15-
"@mantine/dates": "^8.3.12",
16-
"@mantine/hooks": "^8.3.12",
17-
"@mantine/modals": "^8.3.12",
18-
"@mantine/notifications": "^8.3.12",
19-
"@mantine/tiptap": "^8.3.12",
20-
"@sentry/nextjs": "^10.34.0",
14+
"@mantine/core": "^8.3.13",
15+
"@mantine/dates": "^8.3.13",
16+
"@mantine/hooks": "^8.3.13",
17+
"@mantine/modals": "^8.3.13",
18+
"@mantine/notifications": "^8.3.13",
19+
"@mantine/tiptap": "^8.3.13",
20+
"@sentry/nextjs": "^10.36.0",
2121
"@tabler/icons-react": "^3.36.1",
2222
"@tanstack/react-form": "^1.27.7",
23-
"@tanstack/react-query": "^5.90.18",
24-
"@tiptap/react": "^3.15.3",
25-
"@tiptap/starter-kit": "^3.15.3",
23+
"@tanstack/react-query": "^5.90.20",
24+
"@tiptap/react": "^3.17.0",
25+
"@tiptap/starter-kit": "^3.17.0",
2626
"@tuyau/client": "^0.2.10",
2727
"@tuyau/superjson": "^0.1.2",
2828
"@vercel/analytics": "^1.6.1",
2929
"@vercel/speed-insights": "^1.3.1",
30-
"@yudiel/react-qr-scanner": "^2.5.0",
30+
"@yudiel/react-qr-scanner": "^2.5.1",
3131
"dayjs": "^1.11.19",
3232
"mantine-react-table": "2.0.0-beta.9",
33-
"next": "16.1.2",
33+
"next": "16.1.4",
3434
"papaparse": "^5.5.3",
3535
"react": "19.2.3",
3636
"react-dom": "19.2.3",
@@ -45,7 +45,7 @@
4545
"@tanstack/react-query-devtools": "^5.91.2",
4646
"@tsconfig/next": "^2.0.5",
4747
"@types/papaparse": "^5.5.2",
48-
"@types/react": "19.2.8",
48+
"@types/react": "19.2.9",
4949
"@types/validator": "^13.15.10",
5050
"babel-plugin-react-compiler": "^1.0.0",
5151
"postcss": "^8.5.6",

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
},
1717
"devDependencies": {
1818
"@eslint/js": "^9.39.2",
19-
"@next/eslint-plugin-next": "^16.1.2",
20-
"@tanstack/eslint-plugin-query": "^5.91.2",
19+
"@next/eslint-plugin-next": "^16.1.4",
20+
"@tanstack/eslint-plugin-query": "^5.91.3",
2121
"@tsconfig/strictest": "^2.0.8",
22-
"@types/node": "^25.0.9",
23-
"@typescript-eslint/parser": "^8.53.0",
22+
"@types/node": "^25.0.10",
23+
"@typescript-eslint/parser": "^8.53.1",
2424
"eslint": "9.39.2",
2525
"eslint-config-prettier": "^10.1.8",
2626
"eslint-import-resolver-typescript": "^4.4.4",
@@ -31,8 +31,8 @@
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.8.0",
34+
"prettier": "^3.8.1",
3535
"typescript": "^5.9.3",
36-
"typescript-eslint": "^8.53.0"
36+
"typescript-eslint": "^8.53.1"
3737
}
3838
}

0 commit comments

Comments
 (0)