diff --git a/packages/test-apps/simple-react/package.json b/packages/test-apps/simple-react/package.json index 37e6b3c..d4fc1e7 100644 --- a/packages/test-apps/simple-react/package.json +++ b/packages/test-apps/simple-react/package.json @@ -18,7 +18,7 @@ "wouter": "^3.3.2" }, "devDependencies": { - "@playwright/test": "^1.39.0", + "@playwright/test": "^1.49.1", "@swc/core": "^1.3.95", "@types/node": "^18.11.9", "@types/react": "^17.0.43", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ba08db7..7409e5e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -201,8 +201,8 @@ importers: version: 3.3.5(react@0.0.0-experimental-4ead6b530) devDependencies: '@playwright/test': - specifier: ^1.39.0 - version: 1.39.0 + specifier: ^1.49.1 + version: 1.49.1 '@swc/core': specifier: ^1.3.95 version: 1.3.95 @@ -600,10 +600,9 @@ packages: resolution: {integrity: sha512-OWlrQAnWn9577PhVgqjUvMr1pg57Bc4jv0iL4w0PRuOSRvq67rvHW9Ie/dZVMvCzhSCB+UxhcY/PmCmFj33Q+g==} engines: {node: '>=8.0.0'} - '@playwright/test@1.39.0': - resolution: {integrity: sha512-3u1iFqgzl7zr004bGPYiN/5EZpRUSFddQBra8Rqll5N0/vfpqlP9I9EXqAoGacuAbX6c9Ulg/Cjqglp5VkK6UQ==} - engines: {node: '>=16'} - deprecated: Please update to the latest version of Playwright to test up-to-date browsers. + '@playwright/test@1.49.1': + resolution: {integrity: sha512-Ky+BVzPz8pL6PQxHqNRW1k3mIyv933LML7HktS8uik0bUXNCdPhoS/kLihiO1tMf/egaJb4IutXd7UywvXEW+g==} + engines: {node: '>=18'} hasBin: true '@rollup/pluginutils@4.1.1': @@ -1493,11 +1492,13 @@ packages: eslint@7.32.0: resolution: {integrity: sha512-VHZ8gX+EDfz+97jGcgyGCyRia/dPOd6Xh9yPv8Bl1+SoaIwD+a/vlrOmGRUyOYu7MwUhc7CxqeaDZU13S4+EpA==} engines: {node: ^10.12.0 || >=12.0.0} + deprecated: This version is no longer supported. Please see https://eslint.org/version-support for other options. hasBin: true eslint@8.57.0: resolution: {integrity: sha512-dZ6+mexnaTIbSBZWgou51U6OmzIhYM2VcNdtiTtI7qPNZm35Akpr0f6vtw3w1Kmn5PYo+tZVfh13WrhpS6oLqQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + deprecated: This version is no longer supported. Please see https://eslint.org/version-support for other options. hasBin: true espree@7.3.1: @@ -2454,9 +2455,14 @@ packages: engines: {node: '>=16'} hasBin: true - playwright@1.39.0: - resolution: {integrity: sha512-naE5QT11uC/Oiq0BwZ50gDmy8c8WLPRTEWuSSFVG2egBka/1qMoSqYQcROMT9zLwJ86oPofcTH2jBY/5wWOgIw==} - engines: {node: '>=16'} + playwright-core@1.49.1: + resolution: {integrity: sha512-BzmpVcs4kE2CH15rWfzpjzVGhWERJfmnXmniSyKeRZUs9Ws65m+RGIi7mjJK/euCegfn3i7jvqWeWyHe9y3Vgg==} + engines: {node: '>=18'} + hasBin: true + + playwright@1.49.1: + resolution: {integrity: sha512-VYL8zLoNTBxVOrJBbDuRgDWa3i+mfQgDTrL8Ah9QXZ7ax4Dsj0MSq5bYgytRnDVVe+njoKnfsYkH3HzqVj5UZA==} + engines: {node: '>=18'} hasBin: true postcss@8.4.38: @@ -3527,9 +3533,9 @@ snapshots: '@opentelemetry/api@1.6.0': {} - '@playwright/test@1.39.0': + '@playwright/test@1.49.1': dependencies: - playwright: 1.39.0 + playwright: 1.49.1 '@rollup/pluginutils@4.1.1': dependencies: @@ -5601,9 +5607,11 @@ snapshots: playwright-core@1.39.0: {} - playwright@1.39.0: + playwright-core@1.49.1: {} + + playwright@1.49.1: dependencies: - playwright-core: 1.39.0 + playwright-core: 1.49.1 optionalDependencies: fsevents: 2.3.2