Skip to content

Commit 75570c8

Browse files
committed
Run make update
1 parent 32a956b commit 75570c8

File tree

4 files changed

+600
-600
lines changed

4 files changed

+600
-600
lines changed

backend/poetry.lock

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

frontend/docker/Dockerfile.e2e.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/playwright:v1.55.0-jammy
1+
FROM mcr.microsoft.com/playwright:v1.55.1-jammy
22

33
ENV FORCE_COLOR=1 \
44
NPM_CACHE="/app/.npm" \

frontend/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@heroui/tooltip": "^2.2.23",
3737
"@next/eslint-plugin-next": "^15.5.3",
3838
"@next/third-parties": "^15.5.3",
39-
"@sentry/nextjs": "^10.13.0",
39+
"@sentry/nextjs": "^10.14.0",
4040
"@testing-library/user-event": "^14.6.1",
4141
"@types/lodash": "^4.17.20",
4242
"apexcharts": "^5.3.5",
@@ -47,7 +47,7 @@
4747
"dayjs": "^1.11.18",
4848
"dompurify": "^3.2.7",
4949
"eslint-plugin-import": "^2.32.0",
50-
"framer-motion": "^12.23.18",
50+
"framer-motion": "^12.23.19",
5151
"graphql": "^16.11.0",
5252
"leaflet": "^1.9.4",
5353
"leaflet.markercluster": "^1.5.3",
@@ -75,7 +75,7 @@
7575
"@graphql-codegen/typescript": "^5.0.0",
7676
"@graphql-codegen/typescript-operations": "^5.0.0",
7777
"@lhci/cli": "^0.15.1",
78-
"@playwright/test": "^1.55.0",
78+
"@playwright/test": "^1.55.1",
7979
"@swc/core": "^1.13.5",
8080
"@swc/jest": "^0.2.39",
8181
"@tailwindcss/postcss": "^4.1.13",
@@ -89,8 +89,8 @@
8989
"@types/react": "^19.1.13",
9090
"@types/react-dom": "^19.1.9",
9191
"@types/react-gtm-module": "^2.0.4",
92-
"@typescript-eslint/eslint-plugin": "^8.44.0",
93-
"@typescript-eslint/parser": "^8.44.0",
92+
"@typescript-eslint/eslint-plugin": "^8.44.1",
93+
"@typescript-eslint/parser": "^8.44.1",
9494
"eslint": "^9.36.0",
9595
"eslint-config-next": "^15.5.3",
9696
"eslint-config-prettier": "^10.1.8",
@@ -115,7 +115,7 @@
115115
"ts-jest": "^29.4.4",
116116
"ts-node": "^10.9.2",
117117
"typescript": "~5.8.3",
118-
"typescript-eslint": "^8.44.0",
118+
"typescript-eslint": "^8.44.1",
119119
"util": "^0.12.5"
120120
},
121121
"engines": {

0 commit comments

Comments
 (0)