From 144be496ed39d017c391a019c114033d54d6dbec Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 11:11:41 +0000 Subject: [PATCH] chore(deps): update dependency playwright to ^1.49.0 --- pnpm-lock.yaml | 28 +++++++++++++++------------- sandboxes/react-testing/package.json | 2 +- 2 files changed, 16 insertions(+), 14 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7836645..296b7c9 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 @@ -7787,8 +7787,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 @@ -11873,11 +11878,6 @@ snapshots: '@types/react': 18.3.12 react: 18.3.1 - '@mdx-js/react@3.0.1(react@18.3.1)': - dependencies: - '@types/mdx': 2.0.13 - react: 18.3.1 - '@module-federation/bridge-react-webpack-plugin@0.8.0': dependencies: '@module-federation/sdk': 0.8.0 @@ -13018,7 +13018,7 @@ snapshots: '@storybook/addon-docs@8.5.0-alpha.15(storybook@8.5.0-alpha.15(prettier@2.8.8))': dependencies: - '@mdx-js/react': 3.0.1(react@18.3.1) + '@mdx-js/react': 3.0.1(@types/react@18.3.12)(react@18.3.1) '@storybook/blocks': 8.5.0-alpha.15(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.5.0-alpha.15(prettier@2.8.8)) '@storybook/csf-plugin': 8.5.0-alpha.15(storybook@8.5.0-alpha.15(prettier@2.8.8)) '@storybook/react-dom-shim': 8.5.0-alpha.15(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.5.0-alpha.15(prettier@2.8.8)) @@ -13460,7 +13460,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.7.2))) nyc: 15.1.0 - playwright: 1.48.2 + playwright: 1.49.0 storybook: 8.5.0-alpha.15(prettier@2.8.8) transitivePeerDependencies: - '@swc/helpers' @@ -19341,9 +19341,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 fc65ed1..7462eb9 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" },