Skip to content

Commit

Permalink
build: upgrade ceramic libraries
Browse files Browse the repository at this point in the history
@ceramicnetwork/cli: ^2.0.2 -> ^2.3.0
@ceramicnetwork/common: ^2.0.0 -> ^2.2.0
@ceramicnetwork/http-client: ^2.0.0 -> ^2.2.0
@ceramicnetwork/stream-tile: ^2.0.0 -> ^2.2.1
@glazed/devtools: ^0.1.6 -> ^0.2.0
resolutions: dids: ^3.1.0 -> ^3.2.0

[passportxyz#237]
  • Loading branch information
shavinac committed Jun 19, 2022
1 parent a7429a1 commit b78a6df
Show file tree
Hide file tree
Showing 5 changed files with 606 additions and 159 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.0.0",
"@ceramicnetwork/common": "^2.2.0",
"@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.0.0",
"@ceramicnetwork/http-client": "^2.2.0",
"@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.0.0",
"@ceramicnetwork/stream-tile": "^2.0.0",
"@ceramicnetwork/common": "^2.2.0",
"@ceramicnetwork/stream-tile": "^2.2.1",
"@glazed/devtools": "^0.1.6",
"@glazed/did-datastore-model": "^0.2.0",
"@glazed/types": "^0.2.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
},
"resolutions": {
"csstype": "3.0.10",
"dids": "^3.1.0",
"dids": "^3.2.0",
"**/@types/react": "17.0.2",
"leveldown": "6.1.1",
"node-gyp": "^9.0.0"
Expand Down
6 changes: 3 additions & 3 deletions schemas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@
"publish-model": "node --experimental-json-modules ./scripts/publish-model.mjs"
},
"dependencies": {
"@ceramicnetwork/http-client": "^2.0.0",
"@ceramicnetwork/http-client": "^2.2.0",
"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.0.2",
"@glazed/devtools": "^0.1.6",
"@ceramicnetwork/cli": "^2.3.0",
"@glazed/devtools": "^0.2.0",
"@types/node": "^16.11.6"
},
"resolutions": {
Expand Down
Loading

0 comments on commit b78a6df

Please sign in to comment.