This commit is contained in:
Jaco
2021-07-26 09:57:35 +03:00
committed by GitHub
parent c075950e93
commit 8694cb45e3
14 changed files with 364 additions and 357 deletions
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "@polkadot/example-react",
"version": "0.84.1",
"version": "0.84.2",
"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.14.6"
"@babel/runtime": "^7.14.8"
}
}
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "@polkadot/example-vue",
"version": "0.84.1",
"version": "0.84.2",
"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.14.6"
"@babel/runtime": "^7.14.8"
}
}
+10 -10
View File
@@ -1,6 +1,6 @@
{
"name": "exampleReactNative",
"version": "0.84.1",
"version": "0.84.2",
"private": true,
"scripts": {
"copy-workspace-packages": "yarn copy-identicon && yarn copy-ui-shared",
@@ -12,12 +12,12 @@
"test": "jest"
},
"dependencies": {
"@polkadot/keyring": "^7.0.1",
"@polkadot/reactnative-identicon": "0.84.1",
"@polkadot/ui-keyring": "0.84.1",
"@polkadot/ui-settings": "0.84.1",
"@polkadot/util": "^7.0.1",
"@polkadot/util-crypto": "^7.0.1",
"@polkadot/keyring": "^7.0.3",
"@polkadot/reactnative-identicon": "0.84.2",
"@polkadot/ui-keyring": "0.84.2",
"@polkadot/ui-settings": "0.84.2",
"@polkadot/util": "^7.0.3",
"@polkadot/util-crypto": "^7.0.3",
"@react-native-community/async-storage": "^1.12.1",
"fast-text-encoding": "^1.0.3",
"get-yarn-workspaces": "^1.0.2",
@@ -30,12 +30,12 @@
"stream-http": "^3.2.0"
},
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/runtime": "^7.14.6",
"@babel/core": "^7.14.8",
"@babel/runtime": "^7.14.8",
"@react-native-community/cli-platform-ios": "^5.0.1",
"@types/react-test-renderer": "17.0.1",
"babel-jest": "^27.0.6",
"metro-react-native-babel-preset": "^0.66.0",
"metro-react-native-babel-preset": "^0.66.2",
"react-test-renderer": "17.0.2"
},
"jest": {
+10 -10
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/react-identicon",
"version": "0.84.1",
"version": "0.84.2",
"type": "module",
"description": "Renders an SVG picture representing an address",
"main": "index.js",
@@ -12,13 +12,13 @@
"maintainers": [],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.14.6",
"@polkadot/keyring": "^7.0.1",
"@polkadot/ui-settings": "0.84.1",
"@polkadot/ui-shared": "0.84.1",
"@polkadot/util": "^7.0.1",
"@polkadot/util-crypto": "^7.0.1",
"color": "^3.1.3",
"@babel/runtime": "^7.14.8",
"@polkadot/keyring": "^7.0.3",
"@polkadot/ui-settings": "0.84.2",
"@polkadot/ui-shared": "0.84.2",
"@polkadot/util": "^7.0.3",
"@polkadot/util-crypto": "^7.0.3",
"color": "^3.2.1",
"ethereum-blockies-base64": "^1.0.2",
"jdenticon": "3.1.0",
"react-copy-to-clipboard": "^5.0.3",
@@ -34,8 +34,8 @@
"styled-components": "*"
},
"devDependencies": {
"@types/react-copy-to-clipboard": "^5.0.0",
"@types/react-dom": "^17.0.8",
"@types/react-copy-to-clipboard": "^5.0.1",
"@types/react-dom": "^17.0.9",
"@types/styled-components": "^5.1.11",
"styled-components": "^5.3.0",
"xmlserializer": "^0.6.1"
+5 -5
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/react-qr",
"version": "0.84.1",
"version": "0.84.2",
"type": "module",
"description": "Generates and reads QR codes",
"main": "index.js",
@@ -9,15 +9,15 @@
"maintainers": [],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.14.6",
"@polkadot/util": "^7.0.1",
"@polkadot/util-crypto": "^7.0.1",
"@babel/runtime": "^7.14.8",
"@polkadot/util": "^7.0.3",
"@polkadot/util-crypto": "^7.0.3",
"qrcode-generator": "^1.4.4",
"react-qr-reader": "^2.2.1",
"styled-components": "^5.3.0"
},
"devDependencies": {
"@types/react-qr-reader": "^2.1.3",
"@types/react-qr-reader": "^2.1.4",
"@types/styled-components": "^5.1.11"
},
"peerDependencies": {
+6 -6
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/reactnative-identicon",
"version": "0.84.1",
"version": "0.84.2",
"type": "module",
"description": "Renders an SVG picture representing an address",
"main": "index.js",
@@ -12,10 +12,10 @@
"maintainers": [],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.14.6",
"@polkadot/ui-shared": "0.84.1",
"@polkadot/util": "^7.0.1",
"@polkadot/util-crypto": "^7.0.1",
"@babel/runtime": "^7.14.8",
"@polkadot/ui-shared": "0.84.2",
"@polkadot/util": "^7.0.3",
"@polkadot/util-crypto": "^7.0.3",
"react-native-svg": "^12.1.1"
},
"peerDependencies": {
@@ -25,6 +25,6 @@
"react-native": "*"
},
"devDependencies": {
"@types/react-native": "^0.64.10"
"@types/react-native": "^0.64.12"
}
}
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "@polkadot/ui-assets",
"version": "0.84.1",
"version": "0.84.2",
"description": "Static assets shared accross projects",
"main": "index.js",
"author": "Jaco Greeff <jacogr@gmail.com>",
"maintainers": [],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.14.6"
"@babel/runtime": "^7.14.8"
}
}
+7 -7
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/ui-keyring",
"version": "0.84.1",
"version": "0.84.2",
"type": "module",
"main": "index.js",
"sideEffects": [
@@ -13,17 +13,17 @@
"contributors": [],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.14.6",
"@polkadot/hw-ledger": "^7.0.1",
"@polkadot/keyring": "^7.0.1",
"@polkadot/ui-settings": "0.84.1",
"@polkadot/util": "^7.0.1",
"@babel/runtime": "^7.14.8",
"@polkadot/hw-ledger": "^7.0.3",
"@polkadot/keyring": "^7.0.3",
"@polkadot/ui-settings": "0.84.2",
"@polkadot/util": "^7.0.3",
"mkdirp": "^1.0.4",
"rxjs": "^7.2.0",
"store": "^2.0.12"
},
"devDependencies": {
"@types/mkdirp": "^1.0.1",
"@types/mkdirp": "^1.0.2",
"@types/store": "^2.0.2"
},
"peerDependencies": {
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/ui-settings",
"version": "0.84.1",
"version": "0.84.2",
"type": "module",
"description": "Manages app settings",
"main": "index.js",
@@ -9,9 +9,9 @@
"maintainers": [],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.14.6",
"@polkadot/networks": "^7.0.1",
"@polkadot/util": "^7.0.1",
"@babel/runtime": "^7.14.8",
"@polkadot/networks": "^7.0.3",
"@polkadot/util": "^7.0.3",
"eventemitter3": "^4.0.7",
"store": "^2.0.12"
},
+6 -6
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/ui-shared",
"version": "0.84.1",
"version": "0.84.2",
"type": "module",
"description": "Shared logic that is usable accross all frameworks-specific areas",
"main": "index.js",
@@ -9,17 +9,17 @@
"maintainers": [],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.14.6",
"color": "^3.1.3"
"@babel/runtime": "^7.14.8",
"color": "^3.2.1"
},
"peerDependencies": {
"@polkadot/util": "*",
"@polkadot/util-crypto": "*"
},
"devDependencies": {
"@polkadot/util": "^7.0.1",
"@polkadot/util-crypto": "^7.0.1",
"@types/color": "^3.0.1",
"@polkadot/util": "^7.0.3",
"@polkadot/util-crypto": "^7.0.3",
"@types/color": "^3.0.2",
"@types/xmlserializer": "^0.6.2"
}
}
+5 -5
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/vue-identicon",
"version": "0.84.1",
"version": "0.84.2",
"type": "module",
"description": "Renders an SVG picture representing an address",
"author": "Jaco Greeff <jacogr@gmail.com>",
@@ -12,10 +12,10 @@
],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.14.6",
"@polkadot/ui-shared": "0.84.1",
"@polkadot/util": "^7.0.1",
"@polkadot/util-crypto": "^7.0.1",
"@babel/runtime": "^7.14.8",
"@polkadot/ui-shared": "0.84.2",
"@polkadot/util": "^7.0.3",
"@polkadot/util-crypto": "^7.0.3",
"jdenticon": "3.1.0"
},
"peerDependencies": {