* 0.70

* Correct util versions
This commit is contained in:
Jaco Greeff
2021-02-28 14:17:02 +01:00
committed by GitHub
parent a88990cc73
commit a0c8fa1a84
14 changed files with 93 additions and 84 deletions
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "@polkadot/example-react",
"version": "0.69.2-3",
"version": "0.70.0",
"description": "A very basic example with ui-* & react-* packages",
"main": "index.js",
"author": "Jaco Greeff <jacogr@gmail.com>",
"maintainers": [],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.13.7"
"@babel/runtime": "^7.13.8"
}
}
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "@polkadot/example-vue",
"version": "0.69.2-3",
"version": "0.70.0",
"description": "A very basic example with ui-* & vue-* packages",
"main": "index.js",
"author": "Jaco Greeff <jacogr@gmail.com>",
"maintainers": [],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.13.7"
"@babel/runtime": "^7.13.8"
}
}
+6 -6
View File
@@ -1,6 +1,6 @@
{
"name": "exampleReactNative",
"version": "0.69.2-3",
"version": "0.70.0",
"private": true,
"scripts": {
"copy-workspace-packages": "yarn copy-identicon && yarn copy-ui-shared",
@@ -13,9 +13,9 @@
},
"dependencies": {
"@polkadot/keyring": "^5.9.2",
"@polkadot/reactnative-identicon": "0.69.2-3",
"@polkadot/ui-keyring": "0.69.2-3",
"@polkadot/ui-settings": "0.69.2-3",
"@polkadot/reactnative-identicon": "0.70.0",
"@polkadot/ui-keyring": "0.70.0",
"@polkadot/ui-settings": "0.70.0",
"@polkadot/util": "^5.9.2",
"@polkadot/util-crypto": "^5.9.2",
"@react-native-community/async-storage": "^1.12.1",
@@ -30,8 +30,8 @@
"stream-http": "^3.1.1"
},
"devDependencies": {
"@babel/core": "^7.13.1",
"@babel/runtime": "^7.13.7",
"@babel/core": "^7.13.8",
"@babel/runtime": "^7.13.8",
"@react-native-community/cli-platform-ios": "^4.13.0",
"@types/react-test-renderer": "17.0.1",
"babel-jest": "^26.6.3",
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/react-identicon",
"version": "0.69.2-3",
"version": "0.70.0",
"description": "Renders an SVG picture representing an address",
"main": "index.js",
"sideEffects": [
@@ -11,10 +11,10 @@
"maintainers": [],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.13.7",
"@babel/runtime": "^7.13.8",
"@polkadot/keyring": "^5.9.2",
"@polkadot/ui-settings": "0.69.2-3",
"@polkadot/ui-shared": "0.69.2-3",
"@polkadot/ui-settings": "0.70.0",
"@polkadot/ui-shared": "0.70.0",
"@polkadot/util": "^5.9.2",
"@polkadot/util-crypto": "^5.9.2",
"color": "^3.1.3",
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/react-qr",
"version": "0.69.2-3",
"version": "0.70.0",
"description": "Generates and reads QR codes",
"main": "index.js",
"sideEffects": false,
@@ -8,7 +8,7 @@
"maintainers": [],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.13.7",
"@babel/runtime": "^7.13.8",
"@polkadot/util": "^5.9.2",
"@polkadot/util-crypto": "^5.9.2",
"qrcode-generator": "^1.4.4",
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/reactnative-identicon",
"version": "0.69.2-3",
"version": "0.70.0",
"description": "Renders an SVG picture representing an address",
"main": "index.js",
"sideEffects": [
@@ -11,8 +11,8 @@
"maintainers": [],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.13.7",
"@polkadot/ui-shared": "0.69.2-3",
"@babel/runtime": "^7.13.8",
"@polkadot/ui-shared": "0.70.0",
"@polkadot/util": "^5.9.2",
"@polkadot/util-crypto": "^5.9.2",
"react-native-svg": "^12.1.0"
@@ -24,6 +24,6 @@
"react-native": "*"
},
"devDependencies": {
"@types/react-native": "^0.63.49"
"@types/react-native": "^0.63.50"
}
}
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "@polkadot/ui-assets",
"version": "0.69.2-3",
"version": "0.70.0",
"description": "Static assets shared accross projects",
"main": "index.js",
"author": "Jaco Greeff <jacogr@gmail.com>",
"maintainers": [],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.13.7"
"@babel/runtime": "^7.13.8"
}
}
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/ui-keyring",
"version": "0.69.2-3",
"version": "0.70.0",
"main": "index.js",
"sideEffects": [
"./detectPackage.js",
@@ -12,10 +12,10 @@
"contributors": [],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.13.7",
"@babel/runtime": "^7.13.8",
"@polkadot/hw-ledger": "^5.9.2",
"@polkadot/keyring": "^5.9.2",
"@polkadot/ui-settings": "0.69.2-3",
"@polkadot/ui-settings": "0.70.0",
"@polkadot/util": "^5.9.2",
"@polkadot/x-rxjs": "^5.9.2",
"mkdirp": "^1.0.4",
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/ui-settings",
"version": "0.69.2-3",
"version": "0.70.0",
"description": "Manages app settings",
"main": "index.js",
"sideEffects": false,
@@ -8,7 +8,7 @@
"maintainers": [],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.13.7",
"@babel/runtime": "^7.13.8",
"@polkadot/networks": "^5.9.2",
"@polkadot/util": "^5.9.2",
"eventemitter3": "^4.0.7",
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/ui-shared",
"version": "0.69.2-3",
"version": "0.70.0",
"description": "Shared logic that is usable accross all frameworks-specific areas",
"main": "index.js",
"sideEffects": false,
@@ -8,7 +8,7 @@
"maintainers": [],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.13.7",
"@babel/runtime": "^7.13.8",
"color": "^3.1.3"
},
"peerDependencies": {
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/vue-identicon",
"version": "0.69.2-3",
"version": "0.70.0",
"description": "Renders an SVG picture representing an address",
"author": "Jaco Greeff <jacogr@gmail.com>",
"maintainers": [],
@@ -11,8 +11,8 @@
],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.13.7",
"@polkadot/ui-shared": "0.69.2-3",
"@babel/runtime": "^7.13.8",
"@polkadot/ui-shared": "0.70.0",
"@polkadot/util": "^5.9.2",
"@polkadot/util-crypto": "^5.9.2",
"jdenticon": "3.1.0"