diff --git a/package.json b/package.json index 83f33e93..3f63a594 100644 --- a/package.json +++ b/package.json @@ -94,7 +94,7 @@ "bumpp": "^9.1.0", "eslint": "^8.42.0", "esno": "^0.16.3", - "playwright": "^1.34.3", + "playwright": "^1.40.0", "react": "^18.2.0", "react-router": "^6.20.0", "solid-js": "^1.7.6", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8db582f8..dfd52ff9 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -70,8 +70,8 @@ importers: specifier: ^0.16.3 version: 0.16.3 playwright: - specifier: ^1.34.3 - version: 1.34.3 + specifier: ^1.40.0 + version: 1.40.0 react: specifier: ^18.2.0 version: 18.2.0 @@ -92,7 +92,7 @@ importers: version: 5.0.2(@types/node@18.16.16) vitest: specifier: ^0.31.4 - version: 0.31.4(@vitest/ui@0.31.4)(playwright@1.34.3) + version: 0.31.4(@vitest/ui@0.31.4)(playwright@1.40.0) vue: specifier: ^3.3.8 version: 3.3.8(typescript@5.1.3) @@ -1903,7 +1903,7 @@ packages: pathe: 1.1.1 picocolors: 1.0.0 sirv: 2.0.3 - vitest: 0.31.4(@vitest/ui@0.31.4)(playwright@1.34.3) + vitest: 0.31.4(@vitest/ui@0.31.4)(playwright@1.40.0) dev: true /@vitest/utils@0.31.4: @@ -3680,6 +3680,14 @@ packages: resolution: {integrity: sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==} dev: true + /fsevents@2.3.2: + resolution: {integrity: sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==} + engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0} + os: [darwin] + requiresBuild: true + dev: true + optional: true + /fsevents@2.3.3: resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==} engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0} @@ -4982,19 +4990,20 @@ packages: pathe: 1.1.1 dev: true - /playwright-core@1.34.3: - resolution: {integrity: sha512-2pWd6G7OHKemc5x1r1rp8aQcpvDh7goMBZlJv6Co5vCNLVcQJdhxRL09SGaY6HcyHH9aT4tiynZabMofVasBYw==} - engines: {node: '>=14'} + /playwright-core@1.40.0: + resolution: {integrity: sha512-fvKewVJpGeca8t0ipM56jkVSU6Eo0RmFvQ/MaCQNDYm+sdvKkMBBWTE1FdeMqIdumRaXXjZChWHvIzCGM/tA/Q==} + engines: {node: '>=16'} hasBin: true dev: true - /playwright@1.34.3: - resolution: {integrity: sha512-UOOVE4ZbGfGkP1KVqWTdXOmm8Pw2pBhfbmlqKMkpiRCQjL5W+J+xRQXpgutFr0iM4pWl8g0GyyASMsqjQfFohw==} - engines: {node: '>=14'} + /playwright@1.40.0: + resolution: {integrity: sha512-gyHAgQjiDf1m34Xpwzaqb76KgfzYrhK7iih+2IzcOCoZWr/8ZqmdBw+t0RU85ZmfJMgtgAiNtBQ/KS2325INXw==} + engines: {node: '>=16'} hasBin: true - requiresBuild: true dependencies: - playwright-core: 1.34.3 + playwright-core: 1.40.0 + optionalDependencies: + fsevents: 2.3.2 dev: true /pluralize@8.0.0: @@ -6152,7 +6161,7 @@ packages: vite: 4.3.9(@types/node@18.16.16) dev: true - /vitest@0.31.4(@vitest/ui@0.31.4)(playwright@1.34.3): + /vitest@0.31.4(@vitest/ui@0.31.4)(playwright@1.40.0): resolution: {integrity: sha512-GoV0VQPmWrUFOZSg3RpQAPN+LPmHg2/gxlMNJlyxJihkz6qReHDV6b0pPDcqFLNEPya4tWJ1pgwUNP9MLmUfvQ==} engines: {node: '>=v14.18.0'} hasBin: true @@ -6202,7 +6211,7 @@ packages: magic-string: 0.30.5 pathe: 1.1.1 picocolors: 1.0.0 - playwright: 1.34.3 + playwright: 1.40.0 std-env: 3.3.3 strip-literal: 1.0.1 tinybench: 2.5.0