Skip to content

Commit

Permalink
Remove unnecessary dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlongley committed Feb 23, 2024
1 parent 36ee7b2 commit 123ea1e
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,28 +36,17 @@
"@digitalbazaar/vc-status-list": "^7.0.0",
"assert-plus": "^1.0.0",
"bnid": "^3.0.0",
"cors": "^2.8.5",
"klona": "^2.0.5",
"lru-cache": "^6.0.0"
"cors": "^2.8.5"
},
"peerDependencies": {
"@bedrock/app-identity": "4.0.0",
"@bedrock/core": "^6.0.1",
"@bedrock/credentials-context": "^4.0.0",
"@bedrock/data-integrity-context": "^3.0.0",
"@bedrock/did-context": "^5.0.0",
"@bedrock/did-io": "^10.1.0",
"@bedrock/express": "^8.0.0",
"@bedrock/https-agent": "^4.0.0",
"@bedrock/jsonld-document-loader": "^4.0.0",
"@bedrock/mongodb": "^10.0.0",
"@bedrock/multikey-context": "^2.0.0",
"@bedrock/security-context": "^8.0.0",
"@bedrock/service-agent": "^8.0.0",
"@bedrock/service-core": "^9.0.0",
"@bedrock/validation": "^7.0.0",
"@bedrock/vc-status-list-context": "^5.0.0",
"@bedrock/veres-one-context": "^15.0.0"
"@bedrock/validation": "^7.0.0"
},
"devDependencies": {
"eslint": "^8.46.0",
Expand Down

0 comments on commit 123ea1e

Please sign in to comment.