diff --git a/package.json b/package.json index 2120087d..416c02e6 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ ] }, "dependencies": { - "playwright": "1.37.0-alpha-jul-15-2023" + "playwright": "1.37.0" }, "devDependencies": { "@formatjs/intl": "2.9.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4af60780..72a78620 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -6,8 +6,8 @@ settings: dependencies: playwright: - specifier: 1.37.0-alpha-jul-15-2023 - version: 1.37.0-alpha-jul-15-2023 + specifier: 1.37.0 + version: 1.37.0 devDependencies: '@formatjs/intl': @@ -3140,19 +3140,19 @@ packages: engines: {node: '>= 6'} dev: true - /playwright-core@1.37.0-alpha-jul-15-2023: - resolution: {integrity: sha512-fuQ3F+5mPSHopqPVXqcRrqT9jaQKQSV2eVTYcSpIrK6n1hubTfbBLBwkLwUS9DvPM8RqRw2Fvg3SHpHF18Jt+w==} + /playwright-core@1.37.0: + resolution: {integrity: sha512-1c46jhTH/myQw6sesrcuHVtLoSNfJv8Pfy9t3rs6subY7kARv0HRw5PpyfPYPpPtQvBOmgbE6K+qgYUpj81LAA==} engines: {node: '>=16'} hasBin: true dev: false - /playwright@1.37.0-alpha-jul-15-2023: - resolution: {integrity: sha512-wLIvo1XwwgmsPe8Rwsn9Qf3VisM+LfYtCfjqmad56LclmDfKndRAoqz674CYkxw4nmIS2vad/6NQuBhbJHabpg==} + /playwright@1.37.0: + resolution: {integrity: sha512-CrAEFfVioamMwDKmygc/HAkzEAxYAwjD+zod2poTxM7ObivkoDsKHu1ned16fnQV/Tf1kDB8KtsyH8Qd3VzJIg==} engines: {node: '>=16'} hasBin: true requiresBuild: true dependencies: - playwright-core: 1.37.0-alpha-jul-15-2023 + playwright-core: 1.37.0 dev: false /pluralize@8.0.0: