diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e1b4b78..24dd362 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -390,8 +390,8 @@ importers: sandboxes/react-testing: dependencies: playwright: - specifier: ^1.48.2 - version: 1.48.2 + specifier: ^1.49.0 + version: 1.49.0 react: specifier: 18.3.1 version: 18.3.1 @@ -7786,8 +7786,13 @@ packages: engines: {node: '>=18'} hasBin: true - playwright@1.48.2: - resolution: {integrity: sha512-NjYvYgp4BPmiwfe31j4gHLa3J7bD2WiBz8Lk2RoSsmX38SVIARZ18VYjxLjAcDsAhA+F4iSEXTSGgjua0rrlgQ==} + playwright-core@1.49.0: + resolution: {integrity: sha512-R+3KKTQF3npy5GTiKH/T+kdhoJfJojjHESR1YEWhYuEKRVfVaxH3+4+GvXE5xyCngCxhxnykk0Vlah9v8fs3jA==} + engines: {node: '>=18'} + hasBin: true + + playwright@1.49.0: + resolution: {integrity: sha512-eKpmys0UFDnfNb3vfsf8Vx2LEOtflgRebl0Im2eQQnYMA4Aqd+Zw8bEOB+7ZKvN76901mRnqdsiOGKxzVTbi7A==} engines: {node: '>=18'} hasBin: true @@ -13456,7 +13461,7 @@ snapshots: jest-serializer-html: 7.1.0 jest-watch-typeahead: 2.2.2(jest@29.7.0(@types/node@18.19.33)(ts-node@10.9.1(@swc/core@1.7.26(@swc/helpers@0.5.15))(@types/node@18.19.33)(typescript@5.6.3))) nyc: 15.1.0 - playwright: 1.48.2 + playwright: 1.49.0 storybook: 8.5.0-alpha.6(prettier@2.8.8) transitivePeerDependencies: - '@swc/helpers' @@ -19400,9 +19405,11 @@ snapshots: playwright-core@1.48.2: {} - playwright@1.48.2: + playwright-core@1.49.0: {} + + playwright@1.49.0: dependencies: - playwright-core: 1.48.2 + playwright-core: 1.49.0 optionalDependencies: fsevents: 2.3.2 diff --git a/sandboxes/react-testing/package.json b/sandboxes/react-testing/package.json index 34bcb24..1758e61 100644 --- a/sandboxes/react-testing/package.json +++ b/sandboxes/react-testing/package.json @@ -14,7 +14,7 @@ "storybook": "storybook dev -p 6006" }, "dependencies": { - "playwright": "^1.48.2", + "playwright": "^1.49.0", "react": "18.3.1", "react-dom": "18.3.1" },