From a2db711bfe186d02d788a5b2afef2f0c82a41a5b Mon Sep 17 00:00:00 2001 From: scottrippey Date: Tue, 19 Sep 2023 10:30:16 -0600 Subject: [PATCH] dev(storybook): added playwright as explicit dependency --- packages/nextjs/package.json | 1 + pnpm-lock.yaml | 3 +++ 2 files changed, 4 insertions(+) diff --git a/packages/nextjs/package.json b/packages/nextjs/package.json index f5cf330f..c7036bae 100644 --- a/packages/nextjs/package.json +++ b/packages/nextjs/package.json @@ -91,6 +91,7 @@ "jest": "^29.3.1", "jest-environment-jsdom": "^29.3.1", "msw": "^0.47.4", + "playwright": "^1.38.0", "postcss": "^8.4.16", "start-server-and-test": "^1.15.2", "storybook": "^7.4.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a6348443..a0ebec39 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -242,6 +242,9 @@ importers: msw: specifier: ^0.47.4 version: 0.47.4(typescript@4.9.4) + playwright: + specifier: ^1.38.0 + version: 1.38.0 postcss: specifier: ^8.4.16 version: 8.4.16