Skip to content

Commit

Permalink
Add missing deps to passport-interface (proofcarryingdata#1249)
Browse files Browse the repository at this point in the history
`passport-interface` relies on some packages that it does not declare
dependencies on.
  • Loading branch information
robknight authored Nov 14, 2023
1 parent 5f58115 commit 664c1e9
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 3 deletions.
6 changes: 5 additions & 1 deletion packages/passport-interface/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@
},
"dependencies": {
"@pcd/eddsa-frog-pcd": "0.0.1",
"@pcd/eddsa-pcd": "^0.3.0",
"@pcd/eddsa-ticket-pcd": "0.3.0",
"@pcd/email-pcd": "^0.3.0",
"@pcd/emitter": "0.2.0",
"@pcd/passport-crypto": "0.8.0",
"@pcd/pcd-collection": "0.8.0",
Expand All @@ -36,9 +38,11 @@
"@semaphore-protocol/proof": "^3.14.0",
"fast-json-stable-stringify": "^2.1.0",
"js-sha256": "^0.9.0",
"lodash": "^4.17.21",
"react": "^18.2.0",
"url-join": "4.0.1",
"uuid": "^9.0.0"
"uuid": "^9.0.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@pcd/eslint-config-custom": "*",
Expand Down
27 changes: 25 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4869,7 +4869,7 @@
dependencies:
"@types/react" "*"

"@types/react@*", "@types/react@18.0.22", "@types/[email protected]", "@types/react@^18.0.22", "@types/react@^18.2.6":
"@types/react@*", "@types/react@^18.0.22", "@types/react@^18.2.6":
version "18.2.21"
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.21.tgz#774c37fd01b522d0b91aed04811b58e4e0514ed9"
integrity sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==
Expand All @@ -4878,6 +4878,24 @@
"@types/scheduler" "*"
csstype "^3.0.2"

"@types/[email protected]":
version "18.0.22"
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.22.tgz#97782d995d999617de116cf61f437f1351036fc7"
integrity sha512-4yWc5PyCkZN8ke8K9rQHkTXxHIWHxLzzW6RI1kXVoepkD3vULpKzC2sDtAMKn78h92BRYuzf+7b/ms7ajE6hFw==
dependencies:
"@types/prop-types" "*"
"@types/scheduler" "*"
csstype "^3.0.2"

"@types/[email protected]":
version "18.2.20"
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.20.tgz#1605557a83df5c8a2cc4eeb743b3dfc0eb6aaeb2"
integrity sha512-WKNtmsLWJM/3D5mG4U84cysVY31ivmyw85dE84fOCk5Hx78wezB/XEjVPWl2JTZ5FkEeaTJf+VgUAUn3PE7Isw==
dependencies:
"@types/prop-types" "*"
"@types/scheduler" "*"
csstype "^3.0.2"

"@types/request@^2.48.8":
version "2.48.8"
resolved "https://registry.yarnpkg.com/@types/request/-/request-2.48.8.tgz#0b90fde3b655ab50976cb8c5ac00faca22f5a82c"
Expand Down Expand Up @@ -14803,7 +14821,12 @@ typedoc@^0.25.1:
minimatch "^9.0.3"
shiki "^0.14.1"

[email protected], typescript@^4.5.2, typescript@^4.9.5:
[email protected]:
version "5.1.6"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.1.6.tgz#02f8ac202b6dad2c0dd5e0913745b47a37998274"
integrity sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA==

typescript@^4.5.2, typescript@^4.9.5:
version "4.9.5"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
Expand Down

0 comments on commit 664c1e9

Please sign in to comment.