* 0.62

* Fix to 0.62
This commit is contained in:
Jaco Greeff
2020-11-09 12:24:27 +01:00
committed by GitHub
parent 77a9377503
commit a3ece8770c
14 changed files with 251 additions and 310 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/example-react",
"version": "0.61.2-7",
"version": "0.62.0",
"description": "A very basic example with ui-* & react-* packages",
"main": "index.js",
"author": "Jaco Greeff <jacogr@gmail.com>",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/example-vue",
"version": "0.61.2-7",
"version": "0.62.0",
"description": "A very basic example with ui-* & vue-* packages",
"main": "index.js",
"author": "Jaco Greeff <jacogr@gmail.com>",
+7 -12
View File
@@ -1,6 +1,6 @@
{
"name": "exampleReactNative",
"version": "0.61.2-7",
"version": "0.62.0",
"private": true,
"scripts": {
"copy-workspace-packages": "yarn copy-identicon && yarn copy-ui-shared",
@@ -12,12 +12,12 @@
"test": "jest"
},
"dependencies": {
"@polkadot/keyring": "^4.0.0-5",
"@polkadot/reactnative-identicon": "^0.61.2-7",
"@polkadot/ui-keyring": "^0.61.2-7",
"@polkadot/ui-settings": "^0.61.2-7",
"@polkadot/util": "^4.0.0-5",
"@polkadot/util-crypto": "^4.0.0-5",
"@polkadot/keyring": "^4.0.1",
"@polkadot/reactnative-identicon": "0.62.0",
"@polkadot/ui-keyring": "0.62.0",
"@polkadot/ui-settings": "0.62.0",
"@polkadot/util": "^4.0.1",
"@polkadot/util-crypto": "^4.0.1",
"@react-native-community/async-storage": "^1.12.1",
"fast-text-encoding": "^1.0.3",
"get-yarn-workspaces": "^1.0.2",
@@ -38,11 +38,6 @@
"metro-react-native-babel-preset": "^0.64.0",
"react-test-renderer": "17.0.1"
},
"peerDependencies": {
"@polkadot/keyring": "*",
"@polkadot/util": "*",
"@polkadot/util-crypto": "*"
},
"jest": {
"preset": "react-native",
"moduleFileExtensions": [
+6 -6
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/react-identicon",
"version": "0.61.2-7",
"version": "0.62.0",
"description": "Renders an SVG picture representing an address",
"main": "index.js",
"author": "Jaco Greeff <jacogr@gmail.com>",
@@ -10,11 +10,11 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.12.5",
"@polkadot/keyring": "^4.0.0-5",
"@polkadot/ui-settings": "^0.61.2-7",
"@polkadot/ui-shared": "^0.61.2-7",
"@polkadot/util": "^4.0.0-5",
"@polkadot/util-crypto": "^4.0.0-5",
"@polkadot/keyring": "^4.0.1",
"@polkadot/ui-settings": "0.62.0",
"@polkadot/ui-shared": "0.62.0",
"@polkadot/util": "^4.0.1",
"@polkadot/util-crypto": "^4.0.1",
"color": "^3.1.3",
"ethereum-blockies-base64": "^1.0.2",
"jdenticon": "2.2.0",
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/react-qr",
"version": "0.61.2-7",
"version": "0.62.0",
"description": "Generates and reads QR codes",
"main": "index.js",
"author": "Jaco Greeff <jacogr@gmail.com>",
@@ -10,8 +10,8 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.12.5",
"@polkadot/util": "^4.0.0-5",
"@polkadot/util-crypto": "^4.0.0-5",
"@polkadot/util": "^4.0.1",
"@polkadot/util-crypto": "^4.0.1",
"qrcode-generator": "^1.4.4",
"react-qr-reader": "^2.2.1",
"styled-components": "^5.2.1"
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/reactnative-identicon",
"version": "0.61.2-7",
"version": "0.62.0",
"description": "Renders an SVG picture representing an address",
"main": "index.js",
"author": "Jaco Greeff <jacogr@gmail.com>",
@@ -10,9 +10,9 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.12.5",
"@polkadot/ui-shared": "^0.61.2-7",
"@polkadot/util": "^4.0.0-5",
"@polkadot/util-crypto": "^4.0.0-5",
"@polkadot/ui-shared": "0.62.0",
"@polkadot/util": "^4.0.1",
"@polkadot/util-crypto": "^4.0.1",
"react-native-svg": "^12.1.0"
},
"peerDependencies": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/ui-assets",
"version": "0.61.2-7",
"version": "0.62.0",
"description": "Static assets shared accross projects",
"main": "index.js",
"author": "Jaco Greeff <jacogr@gmail.com>",
+5 -5
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/ui-keyring",
"version": "0.61.2-7",
"version": "0.62.0",
"main": "index.js",
"repository": "https://github.com/polkadot-js/apps.git",
"author": "Jaco Greeff <jacogr@gmail.com>",
@@ -19,16 +19,16 @@
"dependencies": {
"@babel/runtime": "^7.12.5",
"@ledgerhq/hw-transport-webusb": "^5.28.0",
"@polkadot/keyring": "^4.0.0-5",
"@polkadot/ui-settings": "^0.61.2-7",
"@polkadot/util": "^4.0.0-5",
"@polkadot/keyring": "^4.0.1",
"@polkadot/ui-settings": "0.62.0",
"@polkadot/util": "^4.0.1",
"@zondax/ledger-polkadot": "^0.11.0",
"mkdirp": "^1.0.4",
"rxjs": "^6.6.3",
"store": "^2.0.12"
},
"devDependencies": {
"@polkadot/types": "^2.5.2-2",
"@polkadot/types": "^2.6.1",
"@types/ledgerhq__hw-transport-node-hid": "^4.22.2",
"@types/ledgerhq__hw-transport-webusb": "^4.70.1",
"@types/mkdirp": "^1.0.1",
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/ui-settings",
"version": "0.61.2-7",
"version": "0.62.0",
"description": "Manages app settings",
"main": "index.js",
"author": "Jaco Greeff <jacogr@gmail.com>",
@@ -10,8 +10,8 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.12.5",
"@polkadot/networks": "^4.0.0-5",
"@polkadot/util": "^4.0.0-5",
"@polkadot/networks": "^4.0.1",
"@polkadot/util": "^4.0.1",
"eventemitter3": "^4.0.7",
"store": "^2.0.12"
},
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/ui-shared",
"version": "0.61.2-7",
"version": "0.62.0",
"description": "Shared logic that is usable accross all frameworks-specific areas",
"main": "index.js",
"author": "Jaco Greeff <jacogr@gmail.com>",
@@ -17,8 +17,8 @@
"@polkadot/util-crypto": "*"
},
"devDependencies": {
"@polkadot/util": "^4.0.0-5",
"@polkadot/util-crypto": "^4.0.0-5",
"@polkadot/util": "^4.0.1",
"@polkadot/util-crypto": "^4.0.1",
"@types/color": "^3.0.1",
"@types/xmlserializer": "^0.6.1"
}
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/vue-identicon",
"version": "0.61.2-7",
"version": "0.62.0",
"description": "Renders an SVG picture representing an address",
"author": "Jaco Greeff <jacogr@gmail.com>",
"maintainers": [
@@ -10,9 +10,9 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.12.5",
"@polkadot/ui-shared": "^0.61.2-7",
"@polkadot/util": "^4.0.0-5",
"@polkadot/util-crypto": "^4.0.0-5",
"@polkadot/ui-shared": "0.62.0",
"@polkadot/util": "^4.0.1",
"@polkadot/util-crypto": "^4.0.1",
"jdenticon": "2.2.0"
},
"peerDependencies": {