Add other polkadot-js repos as peer dependencies (#59)

This commit is contained in:
Jaco Greeff
2019-01-09 10:46:00 +01:00
committed by GitHub
parent 61a9a59ee5
commit 936a382425
7 changed files with 28 additions and 21 deletions
+3
View File
@@ -0,0 +1,3 @@
# 0.25.1
Add `@polkadot/{keyring,util,util-crypto,types}` as peerDependencies for the various packages as used. Thie should allow less churn on this repo with version bumps, although it does add some extra effort onto the users of these libraries. (But the assumption is that they use these anyway)
+1 -1
View File
@@ -10,5 +10,5 @@
"packages": [
"packages/*"
],
"version": "0.24.30"
"version": "0.25.0"
}
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/ui-assets",
"version": "0.24.30",
"version": "0.25.0",
"description": "Static assets shared accross projects",
"main": "index.js",
"author": "Jaco Greeff <jacogr@gmail.com>",
+9 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/ui-identicon",
"version": "0.24.30",
"version": "0.25.0",
"description": "Renders an SVG picture representing an address",
"main": "index.js",
"author": "Jaco Greeff <jacogr@gmail.com>",
@@ -10,15 +10,20 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.2.0",
"@polkadot/keyring": "^0.33.30",
"@polkadot/ui-settings": "^0.24.30",
"@polkadot/util-crypto": "^0.33.30",
"@polkadot/ui-settings": "^0.25.0",
"@types/color": "^3.0.0",
"@types/react-copy-to-clipboard": "^4.2.6",
"color": "^3.0.0",
"react-copy-to-clipboard": "^5.0.1"
},
"peerDependencies": {
"@polkadot/keyring": "*",
"@polkadot/util-crypto": "*",
"react": "*"
},
"devDependencies": {
"@polkadot/keyring": "^0.33.30",
"@polkadot/util-crypto": "^0.33.30",
"xmlserializer": "^0.6.1"
}
}
+12 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/ui-keyring",
"version": "0.24.30",
"version": "0.25.0",
"main": "index.js",
"repository": "https://github.com/polkadot-js/apps.git",
"author": "Jaco Greeff <jacogr@gmail.com>",
@@ -11,9 +11,18 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.2.0",
"@polkadot/keyring": "^0.33.30",
"@polkadot/types": "^0.37.10",
"@types/store": "^2.0.1",
"rxjs": "^6.3.3",
"store": "^2.0.12"
},
"devDependecies": {
"@polkadot/keyring": "^0.33.30",
"@polkadot/types": "^0.38.1",
"@polkadot/util": "^0.33.30"
},
"peerDependencies": {
"@polkadot/keyring": "*",
"@polkadot/types": "*",
"@polkadot/util": "*"
}
}
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/ui-settings",
"version": "0.24.30",
"version": "0.25.0",
"description": "Manages app settings",
"main": "index.js",
"author": "Jaco Greeff <jacogr@gmail.com>",
+1 -11
View File
@@ -1451,16 +1451,6 @@
resolved "https://registry.yarnpkg.com/@polkadot/ts/-/ts-0.1.47.tgz#89a7e44ce3274feb446e8102f16499ec6a5b5720"
integrity sha512-UE8Wru0BOk+h0RiDAxo1P5dpk9mZyK1VIJiKKM2vfzQqMCPfKnSuQXXXkNzJ/4dqjRJ6ilYwFkzXQwemJWF0+w==
"@polkadot/types@^0.37.10":
version "0.37.13"
resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-0.37.13.tgz#04d164fb599f55cf90cd4e8a6fd534fc8e0f9aea"
integrity sha512-mpEu5BieV2ZMMVvQl28OPnI4d+4lTScWLEQfyvxUVzq3Y9P+OSXpUB2N7W/QSAhGs3oWp3dwCaJUfQ57yh16Vw==
dependencies:
"@babel/runtime" "^7.2.0"
"@polkadot/keyring" "^0.33.30"
"@polkadot/util" "^0.33.30"
core-js "^2.6.1"
"@polkadot/util-crypto@^0.33.30":
version "0.33.30"
resolved "https://registry.yarnpkg.com/@polkadot/util-crypto/-/util-crypto-0.33.30.tgz#e164d6cc274e9031b6e51bbe674fc32a3845a6bd"
@@ -10366,7 +10356,7 @@ run-queue@^1.0.0, run-queue@^1.0.3:
dependencies:
aproba "^1.1.1"
rxjs@^6.1.0, rxjs@^6.3.2:
rxjs@^6.1.0, rxjs@^6.3.2, rxjs@^6.3.3:
version "6.3.3"
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.3.3.tgz#3c6a7fa420e844a81390fb1158a9ec614f4bad55"
integrity sha512-JTWmoY9tWCs7zvIk/CvRjhjGaOd+OVBM987mxFo+OW66cGpdKjZcpmc74ES1sB//7Kl/PAe8+wEakuhG4pcgOw==