Skip to content

Commit

Permalink
Merge pull request #539 from Joystream/polkadot-js-api-bump-2
Browse files Browse the repository at this point in the history
feat(update polkadot-js/api): bump polkadot-js api to v10.7.1
  • Loading branch information
mnaamani committed Mar 19, 2024
2 parents 5712963 + e8595ef commit 4c93603
Show file tree
Hide file tree
Showing 7 changed files with 288 additions and 289 deletions.
14 changes: 8 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"build:e2e-test": "yarn workspace @joystream/hydra-e2e-tests build",
"e2e-test": "yarn workspace @joystream/hydra-e2e-tests run e2e-test",
"lint": "yarn workspaces run lint",
"postinstall": "is-ci || husky install"
"postinstall": "is-ci || husky install",
"build:docker": "docker build . -t hydra-builder:latest && yarn workspace @joystream/hydra-indexer docker:build && yarn workspace @joystream/hydra-indexer-gateway docker:build"
},
"devDependencies": {
"@commitlint/cli": "^12.0.1",
Expand All @@ -47,11 +48,12 @@
"prettier": "^2.7.1"
},
"resolutions": {
"@polkadot/types": "10.1.4",
"@polkadot/api": "10.1.4",
"@polkadot/util": "^11.1.3",
"@polkadot/util-crypto": "^11.1.3",
"@polkadot/keyring": "^11.1.3",
"@polkadot/api": "10.7.1",
"@polkadot/typegen": "10.7.1",
"@polkadot/keyring": "12.6.2",
"@polkadot/types": "10.7.1",
"@polkadot/util": "12.6.2",
"@polkadot/util-crypto": "12.6.2",
"@types/bn.js": "^5.1.0",
"bn.js": "^5.2.1",
"mocha": "^10",
Expand Down
4 changes: 2 additions & 2 deletions packages/hydra-e2e-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"e2e-test": "bash run-tests.sh"
},
"dependencies": {
"@polkadot/api": "10.1.4",
"@polkadot/keyring": "11.1.1",
"@polkadot/api": "10.7.1",
"@polkadot/keyring": "12.6.2",
"@types/node-fetch": "^2.6.11",
"fetch": "^1.1.0",
"graphql-request": "^3.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/hydra-indexer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@joystream/bn-typeorm": "^5.0.0-alpha.8",
"@joystream/hydra-common": "^5.0.0-alpha.8",
"@joystream/hydra-db-utils": "^5.0.0-alpha.8",
"@polkadot/api": "10.1.4",
"@polkadot/api": "10.7.1",
"@types/express": "^4.17.8",
"@types/ioredis": "^4.17.4",
"@types/lodash": "^4.14.161",
Expand Down
2 changes: 1 addition & 1 deletion packages/hydra-processor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
},
"devDependencies": {
"@joystream/hydra-cli": "^5.0.0-alpha.8",
"@polkadot/api": "10.1.4",
"@polkadot/api": "10.7.1",
"@types/async-lock": "^1.1.3",
"@types/bn.js": "^5.1.0",
"@types/chai": "^4.2.19",
Expand Down
4 changes: 2 additions & 2 deletions packages/hydra-typegen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
"@oclif/command": "^1.8.0",
"@oclif/config": "^1",
"@oclif/errors": "^1.3.3",
"@polkadot/api": "10.1.4",
"@polkadot/typegen": "10.1.4",
"@polkadot/api": "10.7.1",
"@polkadot/typegen": "10.7.1",
"debug": "^4.3.1",
"figlet": "^1.5.2",
"handlebars": "^4.7.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/sample/mappings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"dependencies": {
"@joystream/hydra-common": "^5.0.0-alpha.8",
"@polkadot/types": "10.1.4"
"@polkadot/types": "10.7.1"
},
"devDependencies": {
"copyfiles": "^2.4.1",
Expand Down

0 comments on commit 4c93603

Please sign in to comment.