diff --git a/apps/web/package.json b/apps/web/package.json index 7bbaa8a..c58e13e 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -27,6 +27,7 @@ "react": "^18.3.0", "react-dom": "^18.3.0", "react-hook-form": "^7.72.1", + "react-swipeable": "^7.0.2", "recharts": "^3.8.1", "socket.io-client": "^4.8.3", "sonner": "^2.0.7", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0b3ff01..5757369 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -385,6 +385,9 @@ importers: react-hook-form: specifier: ^7.72.1 version: 7.72.1(react@18.3.1) + react-swipeable: + specifier: ^7.0.2 + version: 7.0.2(react@18.3.1) recharts: specifier: ^3.8.1 version: 3.8.1(@types/react@18.3.28)(react-dom@18.3.1(react@18.3.1))(react-is@19.2.4)(react@18.3.1)(redux@5.0.1) @@ -6411,6 +6414,11 @@ packages: resolution: {integrity: sha512-z6F7K9bV85EfseRCp2bzrpyQ0Gkw1uLoCel9XBVWPg/TjRj94SkJzUTGfOa4bs7iJvBWtQG0Wq7wnI0syw3EBQ==} engines: {node: '>=0.10.0'} + react-swipeable@7.0.2: + resolution: {integrity: sha512-v1Qx1l+aC2fdxKa9aKJiaU/ZxmJ5o98RMoFwUqAAzVWUcxgfHFXDDruCKXhw6zIYXm6V64JiHgP9f6mlME5l8w==} + peerDependencies: + react: ^16.8.3 || ^17 || ^18 || ^19.0.0 || ^19.0.0-rc + react@18.3.1: resolution: {integrity: sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==} engines: {node: '>=0.10.0'} @@ -14171,6 +14179,10 @@ snapshots: react-refresh@0.17.0: {} + react-swipeable@7.0.2(react@18.3.1): + dependencies: + react: 18.3.1 + react@18.3.1: dependencies: loose-envify: 1.4.0