Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker/e2e/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/playwright:v1.61.1-jammy@sha256:7b86926fff94374389e8e1f4fdc5c76d050d4a06a7886bb537bf412b20e2b71e
FROM mcr.microsoft.com/playwright:v1.62.0-jammy@sha256:b012874f829d298730411256666afcaeaeebaf505a0cf4c2f668d6dedb3d1e80

ENV COREPACK_ENABLE_DOWNLOAD_PROMPT=0 \
FORCE_COLOR=1 \
Expand Down
2 changes: 1 addition & 1 deletion e2e/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"@playwright/test": "1.61.1",
"@playwright/test": "1.62.0",
"dayjs": "1.11.21",
"millify": "6.1.0"
},
Expand Down
32 changes: 16 additions & 16 deletions e2e/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions e2e/pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ ignoreScripts: true
minimumReleaseAge: 30240

minimumReleaseAgeExclude:
- '@playwright/test@1.61.1'
- playwright-core@1.61.1
- playwright@1.61.1
- '@playwright/test@1.62.0'
- playwright-core@1.62.0
- playwright@1.62.0

overrides:
glob: 11.1.0
Expand Down
8 changes: 4 additions & 4 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"@heroui/theme": "2.4.26",
"@heroui/toast": "2.0.22",
"@heroui/tooltip": "2.2.29",
"@next/third-parties": "16.2.11",
"@next/third-parties": "16.2.12",
"@react-leaflet/core": "3.0.0",
"@sentry/nextjs": "10.67.0",
"@sentry/nextjs": "10.68.0",
"apexcharts": "6.5.0",
"class-variance-authority": "0.7.1",
"clsx": "2.1.1",
Expand All @@ -38,7 +38,7 @@
"next": "16.2.12",
"next-auth": "4.24.15",
"next-themes": "0.4.6",
"posthog-js": "1.407.2",
"posthog-js": "1.407.3",
"react": "19.2.8",
"react-apexcharts": "2.1.1",
"react-dom": "19.2.8",
Expand Down Expand Up @@ -75,7 +75,7 @@
"identity-obj-proxy": "3.0.0",
"import-in-the-middle": "3.3.2",
"jest": "30.4.2",
"jest-axe": "10.0.0",
"jest-axe": "11.0.0",
"jest-environment-jsdom": "30.4.1",
"postcss": "8.5.23",
"require-in-the-middle": "8.0.1",
Expand Down
Loading
Loading