Skip to content

Commit

Permalink
fix: testing unimodules-core removal
Browse files Browse the repository at this point in the history
  • Loading branch information
nklomp committed Feb 26, 2023
1 parent ec062f8 commit ffdc606
Show file tree
Hide file tree
Showing 3 changed files with 2,543 additions and 96 deletions.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,11 @@
"@veramo/remote-client": "4.2.0",
"@veramo/remote-server": "4.2.0",
"@veramo/selective-disclosure": "4.2.0",
"@veramo/url-handler": "4.2.0"
"@veramo/url-handler": "4.2.0",
"@unimodules/core": "npm:expo@^45.0.8",
"@unimodules/react-native-adapter": "npm:expo@^45.0.8",
"*/**/@unimodules/core": "npm:expo@^45.0.8",
"*/**/@unimodules/react-native-adapter": "npm:expo@^45.0.8"
},
"devDependencies": {
"@digitalcredentials/jsonld": "^5.2.1",
Expand Down
16 changes: 9 additions & 7 deletions packages/vc-handler-ld-local/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,6 @@
"react-native-securerandom": "^1.0.0",
"ts-node": "^8.10.2"
},
"resolutions": {
"@types/react": "18.0.12",
"jsonld": "npm:@digitalcredentials/jsonld@^5.2.1",
"jsonld-signatures": "npm:@digitalcredentials/jsonld-signatures@^9.3.1"
},
"devDependencies": {
"@sphereon/did-uni-client": "^0.5.0",
"@sphereon/ssi-sdk-bls-did-provider-key": "^0.9.1",
Expand Down Expand Up @@ -100,13 +95,20 @@
"Verifiable Presentations",
"JsonLd"
],
"resolutions": {
"@types/react": "18.0.12",
"@unimodules/core": "npm:expo@^45.0.8",
"@unimodules/react-native-adapter": "npm:expo@^45.0.8",
"*/**/@unimodules/core": "npm:expo@^45.0.8",
"*/**/@unimodules/react-native-adapter": "npm:expo@^45.0.8",
"jsonld": "npm:@digitalcredentials/jsonld@^5.2.1",
"jsonld-signatures": "npm:@digitalcredentials/jsonld-signatures@^9.3.1"
},
"react-native": {
"vc-js": "@digitalcredentials/vc",
"jsonld": "@digitalcredentials/jsonld",
"jsonld-signatures": "@digitalcredentials/jsonld-signatures"
},
"browser": {
"vc-js": "@digitalcredentials/vc",
"jsonld": "@digitalcredentials/jsonld",
"jsonld-signatures": "@digitalcredentials/jsonld-signatures"
}
Expand Down
Loading

0 comments on commit ffdc606

Please sign in to comment.