From eac38d831779adb96fbcc9695ad217cfb05e91b4 Mon Sep 17 00:00:00 2001 From: "Tommy D. Rossi" Date: Sat, 15 Nov 2025 22:30:30 +0100 Subject: [PATCH] Update package.json --- extension-playwright/package.json | 5 +++-- pnpm-lock.yaml | 23 +++++++++++++++++++++++ 2 files changed, 26 insertions(+), 2 deletions(-) diff --git a/extension-playwright/package.json b/extension-playwright/package.json index d4fa511..abe12da 100644 --- a/extension-playwright/package.json +++ b/extension-playwright/package.json @@ -17,7 +17,7 @@ "license": "Apache-2.0", "scripts": { "build": "tsc --project . && vite build --config vite.sw.config.mts", - "watch": "concurrently \"tsc --watch --project .\" \"vite build --watch --config vite.sw.config.mts\"", + "watch": "vite build --watch --config vite.sw.config.mts", "test": "playwright test", "clean": "rm -rf dist" }, @@ -29,6 +29,7 @@ "vite-plugin-static-copy": "^3.1.1" }, "dependencies": { - "playwriter": "workspace:*" + "playwriter": "workspace:*", + "zustand": "^5.0.8" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 6a134be..80822e0 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -32,6 +32,9 @@ importers: playwriter: specifier: workspace:* version: link:../playwriter + zustand: + specifier: ^5.0.8 + version: 5.0.8 devDependencies: '@types/chrome': specifier: ^0.0.315 @@ -1697,6 +1700,24 @@ packages: zod@3.25.76: resolution: {integrity: sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==} + zustand@5.0.8: + resolution: {integrity: sha512-gyPKpIaxY9XcO2vSMrLbiER7QMAMGOQZVRdJ6Zi782jkbzZygq5GI9nG8g+sMgitRtndwaBSl7uiqC49o1SSiw==} + engines: {node: '>=12.20.0'} + peerDependencies: + '@types/react': '>=18.0.0' + immer: '>=9.0.6' + react: '>=18.0.0' + use-sync-external-store: '>=1.2.0' + peerDependenciesMeta: + '@types/react': + optional: true + immer: + optional: true + react: + optional: true + use-sync-external-store: + optional: true + snapshots: '@babel/runtime@7.28.4': {} @@ -3190,3 +3211,5 @@ snapshots: zod: 3.25.76 zod@3.25.76: {} + + zustand@5.0.8: {}