Skip to content

Commit ef7787d

Browse files
chore: bump deps
1 parent da786fe commit ef7787d

File tree

4 files changed

+696
-707
lines changed

4 files changed

+696
-707
lines changed

backend/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
},
3434
"dependencies": {
3535
"@adonisjs/ally": "^5.1.1",
36-
"@adonisjs/auth": "^9.5.1",
36+
"@adonisjs/auth": "^9.6.0",
3737
"@adonisjs/core": "^6.19.3",
3838
"@adonisjs/cors": "^2.2.1",
3939
"@adonisjs/session": "^7.7.1",
@@ -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.36.0",
46-
"@sentry/profiling-node": "^10.36.0",
45+
"@sentry/node": "^10.37.0",
46+
"@sentry/profiling-node": "^10.37.0",
4747
"@tuyau/core": "^0.4.2",
4848
"@tuyau/superjson": "^0.1.2",
4949
"@vinejs/vine": "^4.2.0",
@@ -70,7 +70,7 @@
7070
"@japa/assert": "^4.2.0",
7171
"@japa/plugin-adonisjs": "^4.0.0",
7272
"@japa/runner": "^5.3.0",
73-
"@swc/core": "^1.15.10",
73+
"@swc/core": "^1.15.11",
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: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,20 +17,20 @@
1717
"@mantine/modals": "^8.3.13",
1818
"@mantine/notifications": "^8.3.13",
1919
"@mantine/tiptap": "^8.3.13",
20-
"@sentry/nextjs": "^10.36.0",
20+
"@sentry/nextjs": "^10.37.0",
2121
"@tabler/icons-react": "^3.36.1",
2222
"@tanstack/react-form": "^1.28.0",
2323
"@tanstack/react-query": "^5.90.20",
24-
"@tiptap/react": "^3.17.1",
25-
"@tiptap/starter-kit": "^3.17.1",
24+
"@tiptap/react": "^3.18.0",
25+
"@tiptap/starter-kit": "^3.18.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",
3030
"@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.5",
33+
"next": "16.1.6",
3434
"papaparse": "^5.5.3",
3535
"react": "19.2.4",
3636
"react-dom": "19.2.4",
@@ -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.9",
48+
"@types/react": "19.2.10",
4949
"@types/validator": "^13.15.10",
5050
"babel-plugin-react-compiler": "^1.0.0",
5151
"postcss": "^8.5.6",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"devDependencies": {
1818
"@eslint/js": "^9.39.2",
19-
"@next/eslint-plugin-next": "^16.1.5",
19+
"@next/eslint-plugin-next": "^16.1.6",
2020
"@tanstack/eslint-plugin-query": "^5.91.3",
2121
"@tsconfig/strictest": "^2.0.8",
2222
"@types/node": "^25.0.10",

0 commit comments

Comments
 (0)