Skip to content

Commit

Permalink
Bump polkadot to 10.13.1 (#1162)
Browse files Browse the repository at this point in the history
* Bump polkadot to 10.13.1

* package-lock.json

* bump typechain

* package-lock.json

* more overrides for @polkadot/api

* more overrides for @polkadot/api
  • Loading branch information
forgetso authored Apr 24, 2024
1 parent 8b781b6 commit 47d414a
Show file tree
Hide file tree
Showing 22 changed files with 3,414 additions and 7,259 deletions.
18 changes: 9 additions & 9 deletions contracts/captcha/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,18 +115,18 @@
},
"homepage": "https://github.com/prosopo/captcha#readme",
"dependencies": {
"@polkadot/api": "10.11.2",
"@polkadot/api-contract": "10.11.2",
"@polkadot/api": "10.13.1",
"@polkadot/api-contract": "10.13.1",
"@polkadot/keyring": "12.6.2",
"@polkadot/rpc-provider": "10.11.2",
"@polkadot/typegen": "10.11.2",
"@polkadot/types": "10.11.2",
"@polkadot/types-codec": "10.11.2",
"@polkadot/types-create": "10.11.2",
"@polkadot/rpc-provider": "10.13.1",
"@polkadot/typegen": "10.13.1",
"@polkadot/types": "10.13.1",
"@polkadot/types-codec": "10.13.1",
"@polkadot/types-create": "10.13.1",
"@polkadot/util": "12.6.2",
"@polkadot/util-crypto": "12.6.2",
"@prosopo/typechain-polkadot": "1.1.14",
"@prosopo/typechain-types": "1.1.14"
"@prosopo/typechain-polkadot": "1.1.15",
"@prosopo/typechain-types": "1.1.15"
},
"devDependencies": {
"tslib": "2.6.2",
Expand Down
18 changes: 9 additions & 9 deletions contracts/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,16 @@
},
"homepage": "https://github.com/prosopo/captcha#readme",
"dependencies": {
"@prosopo/typechain-polkadot": "1.1.14",
"@prosopo/typechain-types": "1.1.14",
"@polkadot/api": "10.11.2",
"@polkadot/api-contract": "10.11.2",
"@polkadot/types": "10.11.2",
"@polkadot/types-codec": "10.11.2",
"@prosopo/typechain-polkadot": "1.1.15",
"@prosopo/typechain-types": "1.1.15",
"@polkadot/api": "10.13.1",
"@polkadot/api-contract": "10.13.1",
"@polkadot/types": "10.13.1",
"@polkadot/types-codec": "10.13.1",
"@polkadot/keyring": "12.6.2",
"@polkadot/rpc-provider": "10.11.2",
"@polkadot/typegen": "10.11.2",
"@polkadot/types-create": "10.11.2",
"@polkadot/rpc-provider": "10.13.1",
"@polkadot/typegen": "10.13.1",
"@polkadot/types-create": "10.13.1",
"@polkadot/util": "12.6.2",
"@polkadot/util-crypto": "12.6.2"
},
Expand Down
18 changes: 9 additions & 9 deletions contracts/proxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,16 @@
},
"homepage": "https://github.com/prosopo/captcha#readme",
"dependencies": {
"@prosopo/typechain-polkadot": "1.1.14",
"@prosopo/typechain-types": "1.1.14",
"@polkadot/api": "10.11.2",
"@polkadot/api-contract": "10.11.2",
"@polkadot/types": "10.11.2",
"@polkadot/types-codec": "10.11.2",
"@prosopo/typechain-polkadot": "1.1.15",
"@prosopo/typechain-types": "1.1.15",
"@polkadot/api": "10.13.1",
"@polkadot/api-contract": "10.13.1",
"@polkadot/types": "10.13.1",
"@polkadot/types-codec": "10.13.1",
"@polkadot/keyring": "12.6.2",
"@polkadot/rpc-provider": "10.11.2",
"@polkadot/typegen": "10.11.2",
"@polkadot/types-create": "10.11.2",
"@polkadot/rpc-provider": "10.13.1",
"@polkadot/typegen": "10.13.1",
"@polkadot/types-create": "10.13.1",
"@polkadot/util": "12.6.2",
"@polkadot/util-crypto": "12.6.2"
},
Expand Down
16 changes: 14 additions & 2 deletions demos/client-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@mui/material": "^5.9.1",
"@polkadot/extension-dapp": "0.46.6",
"@polkadot/extension-inject": "0.46.6",
"@polkadot/extension-dapp": "0.46.9",
"@polkadot/extension-inject": "0.46.9",
"@prosopo/common": "0.3.38",
"@prosopo/procaptcha": "0.3.38",
"@prosopo/procaptcha-frictionless": "0.3.38",
Expand All @@ -25,6 +25,18 @@
"react-router-dom": "^6.22.3",
"web-vitals": "^2.1.4"
},
"overrides": {
"@polkadot/extension-inject": {
"@polkadot/api": {
"version": "10.13.1"
}
},
"@polkadot/extension-dapp": {
"@polkadot/api": {
"version": "10.13.1"
}
}
},
"devDependencies": {
"@prosopo/cli": "0.3.38",
"@prosopo/config": "0.3.38",
Expand Down
2 changes: 1 addition & 1 deletion dev/flux/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"zod": "^3.22.4"
},
"overrides": {
"@polkadot/keyring": "12.6.1"
"@polkadot/keyring": "12.6.2"
},
"devDependencies": {
"@esm-bundle/chai": "^4.3.4-fix.0",
Expand Down
6 changes: 3 additions & 3 deletions dev/scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
"license": "Apache-2.0",
"dependencies": {
"@iarna/toml": "^2.2.5",
"@polkadot/api": "10.11.2",
"@polkadot/api-contract": "10.11.2",
"@polkadot/types": "10.11.2",
"@polkadot/api": "10.13.1",
"@polkadot/api-contract": "10.13.1",
"@polkadot/types": "10.13.1",
"@polkadot/util-crypto": "12.6.2",
"@prosopo/api": "0.3.38",
"@prosopo/cli": "0.3.38",
Expand Down
Loading

0 comments on commit 47d414a

Please sign in to comment.