Skip to content

Commit

Permalink
build: upgrade ceramic libraries
Browse files Browse the repository at this point in the history
"@ceramicnetwork/http-client": "^2.2.0", => "@ceramicnetwork/http-client": "^2.2.1"
"@ceramicnetwork/cli": "^2.3.0" => "@ceramicnetwork/cli": "^2.3.1"
"@ceramicnetwork/common": "^2.2.0" => "@ceramicnetwork/common": "^2.2.1"
"@ceramicnetwork/stream-tile": "^2.2.1" => "@ceramicnetwork/stream-tile": "^2.2.2"

[passportxyz#237]
  • Loading branch information
nutrina committed Jun 22, 2022
1 parent f286d3d commit 3ed153b
Show file tree
Hide file tree
Showing 4 changed files with 3,551 additions and 3,771 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"ts-debounce": "^4.0.0"
},
"devDependencies": {
"@ceramicnetwork/common": "^2.2.0",
"@ceramicnetwork/common": "^2.2.1",
"@glazed/did-datastore-model": "^0.2.0",
"@glazed/types": "^0.2.0",
"@next/eslint-plugin-next": "^12.1.5",
Expand Down
6 changes: 3 additions & 3 deletions database-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"test:integration": "yarn build && yarn node --experimental-vm-modules $(yarn bin jest) -c jest.integration.config.js"
},
"dependencies": {
"@ceramicnetwork/http-client": "^2.2.0",
"@ceramicnetwork/http-client": "^2.2.1",
"@gitcoin/passport-schemas": "0.0.1",
"@glazed/datamodel": "^0.3.0",
"@glazed/did-datastore": "^0.3.1",
Expand All @@ -34,8 +34,8 @@
"uint8arrays": "^3.0.0"
},
"devDependencies": {
"@ceramicnetwork/common": "^2.2.0",
"@ceramicnetwork/stream-tile": "^2.2.1",
"@ceramicnetwork/common": "^2.2.1",
"@ceramicnetwork/stream-tile": "^2.2.2",
"@glazed/devtools": "^0.1.6",
"@glazed/did-datastore-model": "^0.2.0",
"@glazed/types": "^0.2.0",
Expand Down
4 changes: 2 additions & 2 deletions schemas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
"publish-model": "node --experimental-json-modules ./scripts/publish-model.mjs"
},
"dependencies": {
"@ceramicnetwork/http-client": "^2.2.0",
"@ceramicnetwork/http-client": "^2.2.1",
"dids": "^3.0.0",
"dotenv": "^16.0.0",
"key-did-provider-ed25519": "^2.0.0",
"key-did-resolver": "^2.0.0",
"uint8arrays": "^3.0.0"
},
"devDependencies": {
"@ceramicnetwork/cli": "^2.3.0",
"@ceramicnetwork/cli": "^2.3.1",
"@glazed/devtools": "^0.2.0",
"@types/node": "^16.11.6"
},
Expand Down
Loading

0 comments on commit 3ed153b

Please sign in to comment.