Skip to content

Commit

Permalink
chore(*): update polkadot versions to match SDK v22 versions (#44)
Browse files Browse the repository at this point in the history
* chore(*): update polkadot versions to match SDK v22 versions

* ci(*): update github runner node version

polkadot api now requires node >=v16 via "engines" field

* feat(*): release polkadot.js peer deps update

* feat(hashicorp-vault-signing-manager): remove redundant peer dependency
  • Loading branch information
polymath-eric authored Sep 6, 2023
1 parent d039820 commit 4e509e2
Show file tree
Hide file tree
Showing 5 changed files with 404 additions and 108 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: '14.x'
node-version: '18.x'
- name: install dependencies
run: yarn --frozen-lockfile
- name: lint and test
Expand All @@ -31,7 +31,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: '14.x'
node-version: '18.x'
- name: install dependencies
run: yarn --frozen-lockfile
- name: build and release
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
},
"private": true,
"dependencies": {
"@polkadot/api": "^9.14.2",
"@polkadot/api": "^10.9.1",
"@polkadot/extension-dapp": "^0.44.7",
"@polkadot/util": "^10.4.2",
"@polkadot/util-crypto": "^10.4.2",
"@polkadot/util": "^12.4.2",
"@polkadot/util-crypto": "^12.4.2",
"cross-fetch": "^3.1.5",
"lodash": "^4.17.21",
"tslib": "^2.0.0"
Expand Down
5 changes: 2 additions & 3 deletions packages/hashicorp-vault-signing-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"@polymeshassociation/signing-manager-types": "^3.0.0"
},
"peerDependencies": {
"@polymeshassociation/polymesh-sdk": ">=15.0.0",
"@polymeshassociation/signing-manager-types": "^1.0.0"
"@polymeshassociation/polymesh-sdk": ">=15.0.0"
}
}
}
6 changes: 3 additions & 3 deletions packages/local-signing-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"@polymeshassociation/signing-manager-types": "^3.0.0"
},
"peerDependencies": {
"@polkadot/api": "^9.14.2",
"@polkadot/util": "^10.4.2",
"@polkadot/util-crypto": "10.4.2",
"@polkadot/api": "^10.9.1",
"@polkadot/util": "^12.4.2",
"@polkadot/util-crypto": "12.4.2",
"@polymeshassociation/polymesh-sdk": ">=15.0.0"
}
}
Loading

0 comments on commit 4e509e2

Please sign in to comment.