fix(deps): pin playwright to 1.62.1 and sync docker test image

Playwright was previously pinned with a caret range (^1.61.1), which
allowed pnpm to silently resolve a newer minor version after the
lockfile was regenerated. This caused a version mismatch with the
Docker test image, which still referenced 1.61.1.

- packages/luna-charts/package.json: pin playwright to 1.62.1 exactly
- Dockerfile.test: bump base image to v1.62.1-noble to match
This commit is contained in:
2026-08-02 00:45:30 +02:00
parent 575f9202a8
commit a09d83fb53
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -265,7 +265,7 @@ importers:
specifier: 10.5.0
version: 10.5.0(eslint@10.8.0(jiti@2.7.0))(storybook@10.5.5(@types/react@19.2.18)(prettier@3.9.6)(react@19.2.8))(typescript@5.9.3)
playwright:
specifier: ^1.61.1
specifier: ^1.62.1
version: 1.62.1
storybook:
specifier: ^10.5.0