Skip to content

Commit

Permalink
use workspace for deps
Browse files Browse the repository at this point in the history
  • Loading branch information
shamilovtim committed Sep 16, 2024
1 parent b97dace commit b1d673b
Show file tree
Hide file tree
Showing 10 changed files with 42 additions and 90 deletions.
2 changes: 1 addition & 1 deletion packages/agent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"@noble/ciphers": "0.5.3",
"@scure/bip39": "1.2.2",
"@tbd54566975/dwn-sdk-js": "0.4.7",
"@web5/common": "1.0.0",
"@web5/common": "workspace:*",
"@web5/crypto": "workspace:*",
"@web5/dids": "workspace:*",
"abstract-level": "1.0.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@
},
"dependencies": {
"@web5/agent": "workspace:*",
"@web5/common": "1.0.0",
"@web5/common": "workspace:*",
"@web5/crypto": "workspace:*",
"@web5/dids": "1.1.0",
"@web5/dids": "workspace:*",
"@web5/user-agent": "workspace:*"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/credentials/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@
},
"dependencies": {
"@sphereon/pex": "3.3.3",
"@web5/common": "1.0.1",
"@web5/common": "workspace:*",
"@web5/crypto": "workspace:*",
"@web5/dids": "1.1.1",
"@web5/dids": "workspace:*",
"jsonschema": "1.4.1",
"pako": "^2.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/crypto-aws-kms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"@typescript-eslint/parser": "7.14.1",
"@web/test-runner": "0.18.2",
"@web/test-runner-playwright": "0.11.0",
"@web5/common": "1.0.1",
"@web5/common": "workspace:*",
"c8": "9.1.0",
"chai": "5.1.1",
"chai-as-promised": "8.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/crypto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"@noble/ciphers": "0.5.3",
"@noble/curves": "1.3.0",
"@noble/hashes": "1.4.0",
"@web5/common": "1.0.1"
"@web5/common": "workspace:*"
},
"devDependencies": {
"@playwright/test": "1.45.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/dids/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"dependencies": {
"@decentralized-identity/ion-sdk": "1.0.4",
"@dnsquery/dns-packet": "6.1.1",
"@web5/common": "1.0.0",
"@web5/common": "workspace:*",
"@web5/crypto": "workspace:*",
"abstract-level": "1.0.4",
"bencode": "4.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/identity-agent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@
},
"dependencies": {
"@web5/agent": "workspace:*",
"@web5/common": "1.0.0",
"@web5/common": "workspace:*",
"@web5/crypto": "workspace:*",
"@web5/dids": "1.1.0"
"@web5/dids": "workspace:*"
},
"devDependencies": {
"@playwright/test": "1.45.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/proxy-agent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@
},
"dependencies": {
"@web5/agent": "workspace:*",
"@web5/common": "1.0.0",
"@web5/common": "workspace:*",
"@web5/crypto": "workspace:*",
"@web5/dids": "1.1.0"
"@web5/dids": "workspace:*"
},
"devDependencies": {
"@playwright/test": "1.45.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/user-agent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@
},
"dependencies": {
"@web5/agent": "workspace:*",
"@web5/common": "1.0.0",
"@web5/common": "workspace:*",
"@web5/crypto": "workspace:*",
"@web5/dids": "1.1.0"
"@web5/dids": "workspace:*"
},
"devDependencies": {
"@playwright/test": "1.45.3",
Expand Down
104 changes: 28 additions & 76 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b1d673b

Please sign in to comment.