diff --git a/packages/test-apps/simple-react/package.json b/packages/test-apps/simple-react/package.json index 37e6b3c..642b4a0 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.54.2", "@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..410dade 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.54.2 + version: 1.54.2 '@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.54.2': + resolution: {integrity: sha512-A+znathYxPf+72riFd1r1ovOLqsIIB0jKIoPjyK2kqEIe30/6jF6BC7QNluHuwUmsD2tv1XZVugN8GqfTMOxsA==} + 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.54.2: + resolution: {integrity: sha512-n5r4HFbMmWsB4twG7tJLDN9gmBUeSPcsBZiWSE4DnYz9mJMAFqr2ID7+eGC9kpEnxExJ1epttwR59LEWCk8mtA==} + engines: {node: '>=18'} + hasBin: true + + playwright@1.54.2: + resolution: {integrity: sha512-Hu/BMoA1NAdRUuulyvQC0pEqZ4vQbGfn8f7wPXcnqQmM+zct9UliKxsIkLNmz/ku7LElUNqmaiv1TG/aL5ACsw==} + 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.54.2': dependencies: - playwright: 1.39.0 + playwright: 1.54.2 '@rollup/pluginutils@4.1.1': dependencies: @@ -5601,9 +5607,11 @@ snapshots: playwright-core@1.39.0: {} - playwright@1.39.0: + playwright-core@1.54.2: {} + + playwright@1.54.2: dependencies: - playwright-core: 1.39.0 + playwright-core: 1.54.2 optionalDependencies: fsevents: 2.3.2