Skip to content

Commit b37f45b

Browse files
chore: bump deps
1 parent f2502a7 commit b37f45b

File tree

4 files changed

+1256
-1229
lines changed

4 files changed

+1256
-1229
lines changed

backend/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -34,43 +34,43 @@
3434
"dependencies": {
3535
"@adonisjs/ally": "^5.1.1",
3636
"@adonisjs/auth": "^9.5.1",
37-
"@adonisjs/core": "^6.19.1",
37+
"@adonisjs/core": "^6.19.3",
3838
"@adonisjs/cors": "^2.2.1",
39-
"@adonisjs/session": "^7.7.0",
39+
"@adonisjs/session": "^7.7.1",
4040
"@adonisjs/static": "^1.1.1",
4141
"@napi-rs/image": "^1.12.0",
4242
"@sendgrid/client": "^8.1.6",
4343
"@sendgrid/mail": "^8.1.6",
44-
"@sentry/cli": "^3.0.1",
45-
"@sentry/node": "^10.32.1",
46-
"@sentry/profiling-node": "^10.32.1",
44+
"@sentry/cli": "^3.1.0",
45+
"@sentry/node": "^10.33.0",
46+
"@sentry/profiling-node": "^10.33.0",
4747
"@tuyau/core": "^0.4.2",
4848
"@tuyau/superjson": "^0.1.2",
4949
"@vinejs/vine": "^4.2.0",
5050
"@vippsmobilepay/sdk": "^2.4.2",
5151
"argon2": "^0.44.0",
52-
"canvas": "^3.2.0",
53-
"jsbarcode": "^3.12.1",
52+
"canvas": "^3.2.1",
53+
"jsbarcode": "^3.12.3",
5454
"jsonwebtoken": "^9.0.3",
5555
"moment": "^2.30.1",
5656
"moment-timezone": "^0.6.0",
5757
"mongodb": "^6.20.0",
5858
"mongoose": "^8.18.2",
5959
"pdfkit": "^0.17.2",
6060
"qrcode": "^1.5.4",
61-
"qs": "^6.14.0",
61+
"qs": "^6.14.1",
6262
"reflect-metadata": "^0.2.2",
63-
"twilio": "^5.11.1",
63+
"twilio": "^5.11.2",
6464
"validator": "^13.15.26"
6565
},
6666
"devDependencies": {
6767
"@adonisjs/assembler": "^7.8.2",
6868
"@adonisjs/tsconfig": "^1.4.1",
69-
"@japa/api-client": "^3.1.1",
69+
"@japa/api-client": "^3.2.1",
7070
"@japa/assert": "^4.2.0",
7171
"@japa/plugin-adonisjs": "^4.0.0",
7272
"@japa/runner": "^5.0.0",
73-
"@swc/core": "^1.15.7",
73+
"@swc/core": "^1.15.8",
7474
"@tuyau/utils": "^0.0.9",
7575
"@types/chai": "^5.2.3",
7676
"@types/chai-as-promised": "^8.0.2",
@@ -82,7 +82,7 @@
8282
"@types/sinon": "^21.0.0",
8383
"@types/sinon-chai": "^4.0.0",
8484
"@types/validator": "^13.15.10",
85-
"chai": "^6.2.1",
85+
"chai": "^6.2.2",
8686
"chai-as-promised": "^8.0.2",
8787
"hot-hook": "^0.4.0",
8888
"pino-pretty": "^13.1.3",

frontend/package.json

Lines changed: 15 additions & 15 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.10",
15-
"@mantine/dates": "^8.3.10",
16-
"@mantine/hooks": "^8.3.10",
17-
"@mantine/modals": "^8.3.10",
18-
"@mantine/notifications": "^8.3.10",
19-
"@mantine/tiptap": "^8.3.10",
20-
"@sentry/nextjs": "^10.32.1",
21-
"@tabler/icons-react": "^3.36.0",
22-
"@tanstack/react-form": "^1.27.5",
23-
"@tanstack/react-query": "^5.90.12",
24-
"@tiptap/react": "^3.14.0",
25-
"@tiptap/starter-kit": "^3.14.0",
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.33.0",
21+
"@tabler/icons-react": "^3.36.1",
22+
"@tanstack/react-form": "^1.27.7",
23+
"@tanstack/react-query": "^5.90.16",
24+
"@tiptap/react": "^3.15.3",
25+
"@tiptap/starter-kit": "^3.15.3",
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",
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.0",
33+
"next": "16.1.1",
3434
"papaparse": "^5.5.3",
3535
"react": "19.2.3",
3636
"react-dom": "19.2.3",
@@ -42,10 +42,10 @@
4242
"validator": "^13.15.26"
4343
},
4444
"devDependencies": {
45-
"@tanstack/react-query-devtools": "^5.91.1",
45+
"@tanstack/react-query-devtools": "^5.91.2",
4646
"@tsconfig/next": "^2.0.5",
4747
"@types/papaparse": "^5.5.2",
48-
"@types/react": "19.2.7",
48+
"@types/react": "19.2.8",
4949
"@types/validator": "^13.15.10",
5050
"babel-plugin-react-compiler": "^1.0.0",
5151
"postcss": "^8.5.6",

package.json

Lines changed: 4 additions & 4 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.0",
19+
"@next/eslint-plugin-next": "^16.1.1",
2020
"@tanstack/eslint-plugin-query": "^5.91.2",
2121
"@tsconfig/strictest": "^2.0.8",
22-
"@types/node": "^25.0.3",
23-
"@typescript-eslint/parser": "^8.50.0",
22+
"@types/node": "^25.0.8",
23+
"@typescript-eslint/parser": "^8.53.0",
2424
"eslint": "9.39.2",
2525
"eslint-config-prettier": "^10.1.8",
2626
"eslint-import-resolver-typescript": "^4.4.4",
@@ -33,6 +33,6 @@
3333
"eslint-plugin-react-hooks": "^7.0.1",
3434
"prettier": "^3.7.4",
3535
"typescript": "^5.9.3",
36-
"typescript-eslint": "^8.50.0"
36+
"typescript-eslint": "^8.53.0"
3737
}
3838
}

0 commit comments

Comments
 (0)