Bump deps (#328)

This commit is contained in:
Jaco Greeff
2020-06-05 22:19:38 +02:00
committed by GitHub
parent a8f906a15e
commit 2309998889
15 changed files with 1005 additions and 450 deletions
+1 -2
View File
@@ -21,8 +21,7 @@ jobs:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
GH_PAGES_SRC: build-docs
GH_PAT: ${{ secrets.GH_PAT }}
GH_TOKEN: ${{ secrets.GH_PAT }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_RELEASE_GITHUB_API_TOKEN: ${{ secrets.GH_PAT }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
yarn install --immutable | grep -v 'YN0013'
+34 -32
View File
@@ -1,4 +1,6 @@
# 0.53.1 May 14, 2020
# CHANGELOG
## 0.53.1 May 14, 2020
- Add Ecdsa to the supported crypto types options (Thanks to https://github.com/akru)
- Add Egedware to network prefix settings (Thanks to https://github.com/jnaviask)
@@ -6,7 +8,7 @@
- Bump to `@polkadot/api` 1.14.1
- Bump to `@polkadot/util` 2.10.1
# 0.52.1 Apr 15, 2020
## 0.52.1 Apr 15, 2020
- **Breaking change** (TypeScript only) The `*.d.ts` files now contain TypeScript 3.8 features, `#private`, which is not usable in older versions
- Allow for the encoding of chain-settings via QR (Thanks to https://github.com/hanwencheng)
@@ -16,43 +18,43 @@
- Convert `private <field>` to `#<field>`
- Remove internal/duplicated ui-keyring ss58Format mapping, rather set it directly on wrapped keyring
# 0.51.1 Feb 18, 2020
## 0.51.1 Feb 18, 2020
- Support formatting of addresses via createPair base on latest upstream keyring
- Bump to `@polkadot/api` 1.3.1
- Bump to `@polkadot/util` 2.4.1
# 0.50.1 Feb 16, 2020
## 0.50.1 Feb 16, 2020
- ui-settings does not expose pre-configured endpoints by default (only local dev node)
- Bump to `@polkadot/api` 1.2.1
- Bump to `@polkadot/util` 2.3.1
# 0.49.1 Feb 06, 2020
## 0.49.1 Feb 06, 2020
- Add resolver for jest requires (tests from src)
# 0.48.1 Jan 30, 2020
## 0.48.1 Jan 30, 2020
- Add Westend & Kulupulu, remove Alexander
- Update Edgeware wss uri
- Change display name for Kusama
- Mirror QR scanning display
# 0.47.1 Nov 29, 2019
## 0.47.1 Nov 29, 2019
- Support for Kusama CC3 (network endpoints)
- Genesis hashes for accounts can now lookup against a range (so CC2-locked accounts will show on CC3)
- Language options have been removed from settings (these will be app-specific)
- QR display loops now have a timeout decay (slower as it loops)
# 0.46.1 Oct 25, 2019
## 0.46.1 Oct 25, 2019
- Add an example for using React Native (thanks to https://github.com/cameronfr)
- Add base documentation for getting started
- Add camera access to the setting structure
# 0.45.1 Sep 26, 2019
## 0.45.1 Sep 26, 2019
- Support for Kusama CC2
- **Breaking change** The subscription subject for `ui-keyring` does not return a pre-formatted React object anymore. This is SUI-specific, so had limited use and therefore should not even be split into a `react-keyring` component. Rather users of this functionality should construct their own options for their framework.
@@ -62,12 +64,12 @@
- Adjust `react-identicon` highlights (validators)
- Add `example-{react, vue}` highlighting simple use with `ui-keyring`, `ui-settings` & `*-identicon` components
# 0.44.1 Sep 12, 2019
## 0.44.1 Sep 12, 2019
- Update `@polkadot/util` to 1.4.1
- Upddate to Babel 7.6
# 0.43.1 Sep 10, 2019
## 0.43.1 Sep 10, 2019
- Add W3F Node for Kusama
- Add extended info to ui-settings, i.e. info on each option
@@ -75,7 +77,7 @@
- ui-keyring now check the genesisHash on all load operations (if supplied)
- react-qr is now operational and integrated in the polkadot-js/extension and apps repos
# 0.42.1 Aug 24, 2019
## 0.42.1 Aug 24, 2019
- **Breaking Change** The `@polkadot/ui-identicon` package has been renamed to `@polkadot/react-identicon`
- **Breaking change** For `@polkadot/ui-keyring` the stores are now not exported from the index, imports should be changed to either `ui-keyring/stores` or explicitly to `ui-keyring/stores/Extension`
@@ -85,7 +87,7 @@
- `@polkadot/ui-settings` has UNfrastructure added as an RPC provider for Alex
- `@polkadot/ui-settings` exposes a dropdown with address prefix options
# 0.41.1 Jun 14, 2019
## 0.41.1 Jun 14, 2019
- Adapt interface to cater for new `@polkadot/keyring`, where pairs -
- expose `address` getter instead of `address()`
@@ -97,16 +99,16 @@
- Remove previously deprecated kering functions, `createAccount`, `createAccountExternal` & `createAccountMnemonic`
- Remove (previously deprecated), `@polkadot/ui-util`, all these functions have been incorporated in `@polkadot/util`
# 0.40.1 Jun 04, 2019
## 0.40.1 Jun 04, 2019
- Address encoding changes, use encoded address instead of supplied
# 0.39.1 May 22, 2019
## 0.39.1 May 22, 2019
- Allow for externally injected accounts
- @polkadot/util 0.91.1 & @polkadot/api 0.79.1
# 0.38.1 May 08, 2019
## 0.38.1 May 08, 2019
- Sorting of keyring addresses
- Fix JSON import defaults (previously detection was not working for old accounts)
@@ -114,70 +116,70 @@
- Ensure only a single instance of ui-keyring is loaded
- Adjust short address option display (keyring options)
# 0.37.1 Apr 03, 2019
## 0.37.1 Apr 03, 2019
- Add Emberic Elm (Dried Danta discontinued)
- @polkadot/util & @polkadot/api 0.75.1
# 0.36.1 Mar 29, 2019
## 0.36.1 Mar 29, 2019
- Small fixes, latest @polkadot/wasm-* packages
# 0.35.1 Mar 29, 2019
## 0.35.1 Mar 29, 2019
- @polkadot/util & @polkadot/api 0.75.1
# 0.34.1 Mar 28, 2019
## 0.34.1 Mar 28, 2019
- Fix for blake2 in Polkadot identicon generation
# 0.33.1 Mar 23, 2019
## 0.33.1 Mar 23, 2019
- Rename createUri and createExternal to addExternal and addUri
- Rename addAccountPair to addPair
- Add additional createFromUri function to create pair, but not add it
- Latest api, util & util-crypto (this with WASM and JS fallbacks)
# 0.32.1 Mar 20, 2019
## 0.32.1 Mar 20, 2019
- Add createUri to create an account from a path uri
- Add createExternal as an alias for createAccountExternal
- Deprecate createAccount, createAccountExternal and createAccountMnemonic
- Fix styled-component dependencies when used in a non-@polkadot project
# 0.31.1 Mar 18, 2019
## 0.31.1 Mar 18, 2019
- Allow for latest keyring with sr25519 derived support
- When using dev mode, it assumes the substrate node has sr25519 derived keys
# 0.30.1 Mar 14, 2019
## 0.30.1 Mar 14, 2019
- Swap to publishing -beta.x on merge (non-breaking testing)
# 0.29.1 Mar 13, 2019
## 0.29.1 Mar 13, 2019
Swap to using a dev HDKD keyring (only available on latest substrate master, only affects nodes running with --dev, normal operation unaffected)
# 0.28.1 Feb 21, 2019
## 0.28.1 Feb 21, 2019
Default Substrate icon is Jdenticon
# 0.27.1 Feb 20, 2019
## 0.27.1 Feb 20, 2019
Replace Charred Cherry with Dried Danta, remove old decimals and token name configs
# 0.26.1 Feb 14, 2019
## 0.26.1 Feb 14, 2019
Add keyring support for sd25519 (schnorrkel)
# 0.25.1 Jan 09, 2019
## 0.25.1 Jan 09, 2019
Add `@polkadot/{keyring,util,util-crypto,types}` as peerDependencies for the various packages as used. Thie should allow less churn on this repo with version bumps, although it does add some extra effort onto the users of these libraries. (But the assumption is that they use these anyway)
# 0.24.1 Dec 19, 2018
## 0.24.1 Dec 19, 2018
# 0.23.1 Dec 14, 2018
## 0.23.1 Dec 14, 2018
# 0.22.1 Dec 05, 2018
## 0.22.1 Dec 05, 2018
- Split from apps
+4 -4
View File
@@ -29,10 +29,10 @@
"test:one": "polkadot-dev-run-test"
},
"devDependencies": {
"@babel/core": "^7.9.6",
"@babel/runtime": "^7.9.6",
"@polkadot/dev": "^0.54.3",
"@polkadot/ts": "^0.3.24",
"@babel/core": "^7.10.2",
"@babel/runtime": "^7.10.2",
"@polkadot/dev": "^0.55.8",
"@polkadot/ts": "^0.3.25",
"@types/jest": "^25.2.3",
"babel-plugin-transform-vue-template": "^0.4.2",
"empty": "^0.10.1",
+1 -1
View File
@@ -9,6 +9,6 @@
],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.9.6"
"@babel/runtime": "^7.10.2"
}
}
+1 -1
View File
@@ -9,6 +9,6 @@
],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.9.6"
"@babel/runtime": "^7.10.2"
}
}
+7 -7
View File
@@ -26,7 +26,7 @@
"@polkadot/reactnative-identicon": "0.54.0-beta.4",
"@polkadot/ui-keyring": "0.54.0-beta.4",
"@polkadot/ui-settings": "0.54.0-beta.4",
"@react-native-community/async-storage": "^1.10.3",
"@react-native-community/async-storage": "^1.11.0",
"fast-text-encoding": "^1.0.2",
"get-yarn-workspaces": "^1.0.2",
"os-browserify": "^0.3.0",
@@ -38,12 +38,12 @@
"stream-http": "^3.1.1"
},
"devDependencies": {
"@babel/core": "^7.9.6",
"@babel/runtime": "^7.9.6",
"@polkadot/keyring": "^2.11.1",
"@polkadot/util": "^2.11.1",
"@polkadot/util-crypto": "^2.11.1",
"@react-native-community/cli-platform-ios": "^4.9.0",
"@babel/core": "^7.10.2",
"@babel/runtime": "^7.10.2",
"@polkadot/keyring": "^2.12.2",
"@polkadot/util": "^2.12.2",
"@polkadot/util-crypto": "^2.12.2",
"@react-native-community/cli-platform-ios": "^4.10.0",
"@types/react-test-renderer": "16.9.2",
"babel-jest": "^26.0.1",
"metro-react-native-babel-preset": "^0.59.0",
+5 -5
View File
@@ -9,13 +9,13 @@
],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.9.6",
"@babel/runtime": "^7.10.2",
"@polkadot/ui-settings": "0.54.0-beta.4",
"@polkadot/ui-shared": "0.54.0-beta.4",
"color": "^3.1.2",
"jdenticon": "2.2.0",
"react-copy-to-clipboard": "^5.0.2",
"styled-components": "^5.1.0"
"styled-components": "^5.1.1"
},
"peerDependencies": {
"@polkadot/keyring": "*",
@@ -26,9 +26,9 @@
"react-is": "*"
},
"devDependencies": {
"@polkadot/keyring": "^2.11.1",
"@polkadot/util": "^2.11.1",
"@polkadot/util-crypto": "^2.11.1",
"@polkadot/keyring": "^2.12.2",
"@polkadot/util": "^2.12.2",
"@polkadot/util-crypto": "^2.12.2",
"@types/react-copy-to-clipboard": "^4.3.0",
"@types/react-dom": "^16.9.8",
"@types/styled-components": "^5.1.0",
+1 -1
View File
@@ -9,7 +9,7 @@
],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.9.6",
"@babel/runtime": "^7.10.2",
"qrcode-generator": "^1.4.4",
"react-qr-reader": "^2.2.1"
},
+3 -3
View File
@@ -9,7 +9,7 @@
],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.9.6",
"@babel/runtime": "^7.10.2",
"@polkadot/ui-shared": "0.54.0-beta.4",
"react-native-svg": "^12.1.0"
},
@@ -19,7 +19,7 @@
"react-native": "*"
},
"devDependencies": {
"@polkadot/util-crypto": "^2.11.1",
"@types/react-native": "^0.62.11"
"@polkadot/util-crypto": "^2.12.2",
"@types/react-native": "^0.62.13"
}
}
+1 -1
View File
@@ -9,6 +9,6 @@
],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.9.6"
"@babel/runtime": "^7.10.2"
}
}
+6 -6
View File
@@ -17,24 +17,24 @@
"./ledger/transportsWeb": "./ledger/transportsEmpty"
},
"dependencies": {
"@babel/runtime": "^7.9.6",
"@ledgerhq/hw-transport-webusb": "^5.15.0",
"@babel/runtime": "^7.10.2",
"@ledgerhq/hw-transport-webusb": "^5.16.0",
"ledger-polkadot": "^0.7.0",
"mkdirp": "^1.0.4",
"rxjs": "^6.5.5",
"store": "^2.0.12"
},
"devDependencies": {
"@polkadot/keyring": "^2.11.1",
"@polkadot/types": "^1.17.0-beta.5",
"@polkadot/util": "^2.11.1",
"@polkadot/keyring": "^2.12.2",
"@polkadot/types": "^1.18.0-beta.2",
"@polkadot/util": "^2.12.2",
"@types/ledgerhq__hw-transport-node-hid": "^4.22.1",
"@types/ledgerhq__hw-transport-webusb": "^4.70.0",
"@types/mkdirp": "^1.0.0",
"@types/store": "^2.0.2"
},
"optionalDependencies": {
"@ledgerhq/hw-transport-node-hid": "^5.15.0"
"@ledgerhq/hw-transport-node-hid": "^5.16.0"
},
"peerDependencies": {
"@polkadot/keyring": "*",
+2 -2
View File
@@ -9,12 +9,12 @@
],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.9.6",
"@babel/runtime": "^7.10.2",
"eventemitter3": "^4.0.4",
"store": "^2.0.12"
},
"devDependencies": {
"@polkadot/util": "^2.11.1",
"@polkadot/util": "^2.12.2",
"@types/store": "^2.0.2"
},
"peerDependencies": {
+3 -3
View File
@@ -9,7 +9,7 @@
],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.9.6",
"@babel/runtime": "^7.10.2",
"color": "^3.1.2"
},
"peerDependencies": {
@@ -17,8 +17,8 @@
"@polkadot/util-crypto": "*"
},
"devDependencies": {
"@polkadot/util": "^2.11.1",
"@polkadot/util-crypto": "^2.11.1",
"@polkadot/util": "^2.12.2",
"@polkadot/util-crypto": "^2.12.2",
"@types/color": "^3.0.1",
"@types/xmlserializer": "^0.6.0"
}
+2 -2
View File
@@ -9,7 +9,7 @@
"main": "index.js",
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.9.6",
"@babel/runtime": "^7.10.2",
"@polkadot/ui-shared": "0.54.0-beta.4",
"jdenticon": "2.2.0"
},
@@ -18,7 +18,7 @@
"vue": "*"
},
"devDependencies": {
"@polkadot/util-crypto": "^2.11.1",
"@polkadot/util-crypto": "^2.12.2",
"vue": "^2.6.11"
}
}
+934 -380
View File
File diff suppressed because it is too large Load Diff