diff --git a/package.json b/package.json index 7d5980da..2c75aa8e 100644 --- a/package.json +++ b/package.json @@ -31,15 +31,15 @@ "devDependencies": { "@babel/core": "^7.10.4", "@babel/runtime": "^7.10.4", - "@polkadot/dev": "^0.55.18", + "@polkadot/dev": "^0.55.21", "@polkadot/ts": "^0.3.27", - "@types/jest": "^26.0.3", + "@types/jest": "^26.0.4", "babel-plugin-transform-vue-template": "^0.4.2", "empty": "^0.10.1", "react": "^16.13.1", "react-dom": "^16.13.1", "react-is": "^16.13.1", - "react-native": "^0.62.2", + "react-native": "^0.63.0", "vue-template-compiler": "^2.6.11", "webpack-serve": "^3.2.0" }, diff --git a/packages/exampleReactNative/package.json b/packages/exampleReactNative/package.json index 705a791c..fe6e745e 100644 --- a/packages/exampleReactNative/package.json +++ b/packages/exampleReactNative/package.json @@ -32,7 +32,7 @@ "os-browserify": "^0.3.0", "process": "^0.11.10", "react": "16.13.1", - "react-native": "^0.62.2", + "react-native": "^0.63.0", "react-native-crypto": "^2.2.0", "react-native-randombytes": "^3.5.3", "stream-http": "^3.1.1" @@ -40,9 +40,9 @@ "devDependencies": { "@babel/core": "^7.10.4", "@babel/runtime": "^7.10.4", - "@polkadot/keyring": "^2.16.1", - "@polkadot/util": "^2.16.1", - "@polkadot/util-crypto": "^2.16.1", + "@polkadot/keyring": "^2.18.0-beta.3", + "@polkadot/util": "^2.18.0-beta.3", + "@polkadot/util-crypto": "^2.18.0-beta.3", "@react-native-community/cli-platform-ios": "^4.10.1", "@types/react-test-renderer": "16.9.2", "babel-jest": "^26.1.0", diff --git a/packages/react-identicon/package.json b/packages/react-identicon/package.json index b6146692..13a31192 100644 --- a/packages/react-identicon/package.json +++ b/packages/react-identicon/package.json @@ -26,12 +26,12 @@ "styled-components": "*" }, "devDependencies": { - "@polkadot/keyring": "^2.16.1", - "@polkadot/util": "^2.16.1", - "@polkadot/util-crypto": "^2.16.1", + "@polkadot/keyring": "^2.18.0-beta.3", + "@polkadot/util": "^2.18.0-beta.3", + "@polkadot/util-crypto": "^2.18.0-beta.3", "@types/react-copy-to-clipboard": "^4.3.0", "@types/react-dom": "^16.9.8", - "@types/styled-components": "^5.1.0", + "@types/styled-components": "^5.1.1", "styled-components": "^5.1.1", "xmlserializer": "^0.6.1" } diff --git a/packages/react-identicon/src/icons/Beachball.tsx b/packages/react-identicon/src/icons/Beachball.tsx index 4a541d6c..4d92d17f 100644 --- a/packages/react-identicon/src/icons/Beachball.tsx +++ b/packages/react-identicon/src/icons/Beachball.tsx @@ -19,7 +19,7 @@ function Beachball ({ address, className = '', size, style }: Props): React.Reac return (
diff --git a/packages/react-identicon/src/icons/Empty.tsx b/packages/react-identicon/src/icons/Empty.tsx index 2a6f57e7..5ccf4e2d 100644 --- a/packages/react-identicon/src/icons/Empty.tsx +++ b/packages/react-identicon/src/icons/Empty.tsx @@ -8,16 +8,13 @@ import React from 'react'; function Empty ({ className = '', size, style }: Props): React.ReactElement