This commit is contained in:
Jaco
2021-08-28 09:43:52 +03:00
committed by GitHub
parent d2fcebd84a
commit c9c3011441
14 changed files with 207 additions and 200 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/example-react",
"version": "0.85.2-1",
"version": "0.85.2",
"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.85.2-1",
"version": "0.85.2",
"description": "A very basic example with ui-* & vue-* packages",
"main": "index.js",
"author": "Jaco Greeff <jacogr@gmail.com>",
+8 -8
View File
@@ -1,6 +1,6 @@
{
"name": "exampleReactNative",
"version": "0.85.2-1",
"version": "0.85.2",
"private": true,
"scripts": {
"copy-workspace-packages": "yarn copy-identicon && yarn copy-ui-shared",
@@ -12,12 +12,12 @@
"test": "jest"
},
"dependencies": {
"@polkadot/keyring": "^7.2.2-5",
"@polkadot/reactnative-identicon": "0.85.2-1",
"@polkadot/ui-keyring": "0.85.2-1",
"@polkadot/ui-settings": "0.85.2-1",
"@polkadot/util": "^7.2.2-5",
"@polkadot/util-crypto": "^7.2.2-5",
"@polkadot/keyring": "^7.3.1",
"@polkadot/reactnative-identicon": "0.85.2",
"@polkadot/ui-keyring": "0.85.2",
"@polkadot/ui-settings": "0.85.2",
"@polkadot/util": "^7.3.1",
"@polkadot/util-crypto": "^7.3.1",
"@react-native-community/async-storage": "^1.12.1",
"fast-text-encoding": "^1.0.3",
"get-yarn-workspaces": "^1.0.2",
@@ -34,7 +34,7 @@
"@babel/runtime": "^7.15.3",
"@react-native-community/cli-platform-ios": "^5.0.2",
"@types/react-test-renderer": "17.0.1",
"babel-jest": "^27.0.6",
"babel-jest": "^27.1.0",
"metro-react-native-babel-preset": "^0.66.2",
"react-test-renderer": "17.0.2"
},
+7 -7
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/react-identicon",
"version": "0.85.2-1",
"version": "0.85.2",
"type": "module",
"description": "Renders an SVG picture representing an address",
"main": "index.js",
@@ -13,12 +13,12 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.15.3",
"@polkadot/keyring": "^7.2.2-5",
"@polkadot/ui-settings": "0.85.2-1",
"@polkadot/ui-shared": "0.85.2-1",
"@polkadot/util": "^7.2.2-5",
"@polkadot/util-crypto": "^7.2.2-5",
"color": "^3.2.1",
"@polkadot/keyring": "^7.3.1",
"@polkadot/ui-settings": "0.85.2",
"@polkadot/ui-shared": "0.85.2",
"@polkadot/util": "^7.3.1",
"@polkadot/util-crypto": "^7.3.1",
"color": "^4.0.1",
"ethereum-blockies-base64": "^1.0.2",
"jdenticon": "3.1.1",
"react-copy-to-clipboard": "^5.0.4",
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/react-qr",
"version": "0.85.2-1",
"version": "0.85.2",
"type": "module",
"description": "Generates and reads QR codes",
"main": "index.js",
@@ -10,8 +10,8 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.15.3",
"@polkadot/util": "^7.2.2-5",
"@polkadot/util-crypto": "^7.2.2-5",
"@polkadot/util": "^7.3.1",
"@polkadot/util-crypto": "^7.3.1",
"qrcode-generator": "^1.4.4",
"react-qr-reader": "^2.2.1",
"styled-components": "^5.3.1"
+5 -5
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/reactnative-identicon",
"version": "0.85.2-1",
"version": "0.85.2",
"type": "module",
"description": "Renders an SVG picture representing an address",
"main": "index.js",
@@ -13,10 +13,10 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.15.3",
"@polkadot/ui-shared": "0.85.2-1",
"@polkadot/util": "^7.2.2-5",
"@polkadot/util-crypto": "^7.2.2-5",
"react-native-svg": "^12.1.1"
"@polkadot/ui-shared": "0.85.2",
"@polkadot/util": "^7.3.1",
"@polkadot/util-crypto": "^7.3.1",
"react-native-svg": "^12.2.0"
},
"peerDependencies": {
"@polkadot/util": "*",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/ui-assets",
"version": "0.85.2-1",
"version": "0.85.2",
"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.85.2-1",
"version": "0.85.2",
"type": "module",
"main": "index.js",
"sideEffects": [
@@ -14,10 +14,10 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.15.3",
"@polkadot/hw-ledger": "^7.2.2-5",
"@polkadot/keyring": "^7.2.2-5",
"@polkadot/ui-settings": "0.85.2-1",
"@polkadot/util": "^7.2.2-5",
"@polkadot/hw-ledger": "^7.3.1",
"@polkadot/keyring": "^7.3.1",
"@polkadot/ui-settings": "0.85.2",
"@polkadot/util": "^7.3.1",
"mkdirp": "^1.0.4",
"rxjs": "^7.3.0",
"store": "^2.0.12"
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/ui-settings",
"version": "0.85.2-1",
"version": "0.85.2",
"type": "module",
"description": "Manages app settings",
"main": "index.js",
@@ -10,8 +10,8 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.15.3",
"@polkadot/networks": "^7.2.2-5",
"@polkadot/util": "^7.2.2-5",
"@polkadot/networks": "^7.3.1",
"@polkadot/util": "^7.3.1",
"eventemitter3": "^4.0.7",
"store": "^2.0.12"
},
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/ui-shared",
"version": "0.85.2-1",
"version": "0.85.2",
"type": "module",
"description": "Shared logic that is usable accross all frameworks-specific areas",
"main": "index.js",
@@ -10,15 +10,15 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.15.3",
"color": "^3.2.1"
"color": "^4.0.1"
},
"peerDependencies": {
"@polkadot/util": "*",
"@polkadot/util-crypto": "*"
},
"devDependencies": {
"@polkadot/util": "^7.2.2-5",
"@polkadot/util-crypto": "^7.2.2-5",
"@polkadot/util": "^7.3.1",
"@polkadot/util-crypto": "^7.3.1",
"@types/color": "^3.0.2",
"@types/xmlserializer": "^0.6.2"
}
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/vue-identicon",
"version": "0.85.2-1",
"version": "0.85.2",
"type": "module",
"description": "Renders an SVG picture representing an address",
"author": "Jaco Greeff <jacogr@gmail.com>",
@@ -13,9 +13,9 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.15.3",
"@polkadot/ui-shared": "0.85.2-1",
"@polkadot/util": "^7.2.2-5",
"@polkadot/util-crypto": "^7.2.2-5",
"@polkadot/ui-shared": "0.85.2",
"@polkadot/util": "^7.3.1",
"@polkadot/util-crypto": "^7.3.1",
"jdenticon": "3.1.1"
},
"peerDependencies": {