Skip to content

Commit

Permalink
Remove redundant deps (#15070)
Browse files Browse the repository at this point in the history
* update package.json

* update yarn.lock

* update locksmith package.json

* update unlock-app package.json

* update yarn.lock
  • Loading branch information
0xTxbi authored Nov 13, 2024
1 parent c90cd1a commit a670a95
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 279 deletions.
4 changes: 0 additions & 4 deletions locksmith/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,9 @@
"google-auth-library": "9.14.2",
"graphile-worker": "0.16.6",
"graphql": "16.9.0",
"graphql-tag": "2.12.6",
"html-template-tag": "4.1.0",
"ics": "3.8.1",
"isomorphic-fetch": "3.0.0",
"jsonwebtoken": "9.0.2",
"lodash.isequal": "4.5.0",
"memory-cache-node": "1.4.0",
"multer": "1.4.5-lts.1",
"multer-s3": "3.0.1",
Expand All @@ -95,7 +92,6 @@
"siwe": "2.3.2",
"stripe": "17.3.1",
"unified": "11.0.5",
"unlock-abi-1-1": "1.1.1",
"vitest-fetch-mock": "0.4.2",
"winston": "3.17.0",
"yargs": "17.7.2",
Expand Down
12 changes: 1 addition & 11 deletions unlock-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,14 @@
"dependencies": {
"@airstack/airstack-react": "0.6.4",
"@coinbase/waas-sdk-web": "3.3.3",
"@coinbase/wallet-sdk": "4.1.0",
"@crossmint/client-sdk-react-ui": "1.2.2",
"@decent.xyz/box-common": "3.3.17",
"@enzoferey/ethers-error-parser": "0.2.3",
"@guildxyz/sdk": "2.6.9",
"@headlessui/react": "2.1.9",
"@hookform/error-message": "2.0.1",
"@hookform/resolvers": "3.9.1",
"@privy-io/react-auth": "1.89.0",
"@radix-ui/react-avatar": "1.1.1",
"@rehooks/local-storage": "2.4.5",
"@sentry/nextjs": "7.119.2",
"@stripe/react-stripe-js": "2.8.1",
"@stripe/stripe-js": "4.5.0",
Expand All @@ -34,15 +31,11 @@
"@unlock-protocol/unlock-js": "workspace:./packages/unlock-js",
"@vercel/og": "0.6.3",
"@vercel/speed-insights": "1.0.14",
"@walletconnect/ethereum-provider": "2.16.2",
"@walletconnect/modal": "2.6.2",
"@xstate/react": "4.1.3",
"axios": "1.7.7",
"blockies-react-svg": "0.0.13",
"calendar-link": "2.7.0",
"csv": "6.3.10",
"dayjs": "1.11.13",
"deep-object-diff": "1.1.9",
"dotenv": "16.4.5",
"eslint": "9.11.1",
"ethers": "6.13.4",
Expand All @@ -55,7 +48,6 @@
"next-auth": "4.24.10",
"node-forge": "1.3.1",
"postmate": "1.5.2",
"prettier": "3.3.3",
"qr-scanner": "1.4.2",
"qrcode.react": "4.0.1",
"react-device-detect": "2.2.3",
Expand All @@ -66,7 +58,6 @@
"react-hook-form": "7.53.1",
"react-hot-toast": "2.4.1",
"react-icons": "5.3.0",
"react-jwt": "1.2.2",
"react-markdown": "9.0.1",
"react-to-print": "3.0.2",
"react-use": "17.5.1",
Expand All @@ -80,8 +71,7 @@
"unified": "11.0.5",
"validator": "13.12.0",
"xstate": "5.14.0",
"zod": "3.23.8",
"zod-to-json-schema": "3.23.5"
"zod": "3.23.8"
},
"devDependencies": {
"@testing-library/react": "16.0.1",
Expand Down
Loading

0 comments on commit a670a95

Please sign in to comment.