Re-enable esnext builds (#398)

This commit is contained in:
Jaco Greeff
2020-11-10 14:19:29 +01:00
committed by GitHub
parent 24b91a73c7
commit e5a8d695bb
11 changed files with 118 additions and 110 deletions
+3 -3
View File
@@ -12,12 +12,12 @@
"test": "jest"
},
"dependencies": {
"@polkadot/keyring": "^4.0.2-7",
"@polkadot/keyring": "^4.0.2-8",
"@polkadot/reactnative-identicon": "0.62.2-3",
"@polkadot/ui-keyring": "0.62.2-3",
"@polkadot/ui-settings": "0.62.2-3",
"@polkadot/util": "^4.0.2-7",
"@polkadot/util-crypto": "^4.0.2-7",
"@polkadot/util": "^4.0.2-8",
"@polkadot/util-crypto": "^4.0.2-8",
"@react-native-community/async-storage": "^1.12.1",
"fast-text-encoding": "^1.0.3",
"get-yarn-workspaces": "^1.0.2",
+4 -4
View File
@@ -3,7 +3,7 @@
"version": "0.62.2-3",
"description": "Renders an SVG picture representing an address",
"main": "index.js",
"module": "esnext/index.js",
"module": "index.mjs",
"sideEffects": false,
"author": "Jaco Greeff <jacogr@gmail.com>",
"maintainers": [
@@ -12,11 +12,11 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.12.5",
"@polkadot/keyring": "^4.0.2-7",
"@polkadot/keyring": "^4.0.2-8",
"@polkadot/ui-settings": "0.62.2-3",
"@polkadot/ui-shared": "0.62.2-3",
"@polkadot/util": "^4.0.2-7",
"@polkadot/util-crypto": "^4.0.2-7",
"@polkadot/util": "^4.0.2-8",
"@polkadot/util-crypto": "^4.0.2-8",
"color": "^3.1.3",
"ethereum-blockies-base64": "^1.0.2",
"jdenticon": "2.2.0",
+3 -3
View File
@@ -3,7 +3,7 @@
"version": "0.62.2-3",
"description": "Generates and reads QR codes",
"main": "index.js",
"module": "esnext/index.js",
"module": "index.mjs",
"sideEffects": false,
"author": "Jaco Greeff <jacogr@gmail.com>",
"maintainers": [
@@ -12,8 +12,8 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.12.5",
"@polkadot/util": "^4.0.2-7",
"@polkadot/util-crypto": "^4.0.2-7",
"@polkadot/util": "^4.0.2-8",
"@polkadot/util-crypto": "^4.0.2-8",
"qrcode-generator": "^1.4.4",
"react-qr-reader": "^2.2.1",
"styled-components": "^5.2.1"
+3 -3
View File
@@ -3,7 +3,7 @@
"version": "0.62.2-3",
"description": "Renders an SVG picture representing an address",
"main": "index.js",
"module": "esnext/index.js",
"module": "index.mjs",
"sideEffects": false,
"author": "Jaco Greeff <jacogr@gmail.com>",
"maintainers": [
@@ -13,8 +13,8 @@
"dependencies": {
"@babel/runtime": "^7.12.5",
"@polkadot/ui-shared": "0.62.2-3",
"@polkadot/util": "^4.0.2-7",
"@polkadot/util-crypto": "^4.0.2-7",
"@polkadot/util": "^4.0.2-8",
"@polkadot/util-crypto": "^4.0.2-8",
"react-native-svg": "^12.1.0"
},
"peerDependencies": {
+4 -4
View File
@@ -2,7 +2,7 @@
"name": "@polkadot/ui-keyring",
"version": "0.62.2-3",
"main": "index.js",
"module": "esnext/index.js",
"module": "index.mjs",
"sideEffects": false,
"repository": "https://github.com/polkadot-js/apps.git",
"author": "Jaco Greeff <jacogr@gmail.com>",
@@ -21,16 +21,16 @@
"dependencies": {
"@babel/runtime": "^7.12.5",
"@ledgerhq/hw-transport-webusb": "^5.28.0",
"@polkadot/keyring": "^4.0.2-7",
"@polkadot/keyring": "^4.0.2-8",
"@polkadot/ui-settings": "0.62.2-3",
"@polkadot/util": "^4.0.2-7",
"@polkadot/util": "^4.0.2-8",
"@zondax/ledger-polkadot": "^0.11.0",
"mkdirp": "^1.0.4",
"rxjs": "^6.6.3",
"store": "^2.0.12"
},
"devDependencies": {
"@polkadot/types": "^2.6.2-2",
"@polkadot/types": "^2.6.2-4",
"@types/ledgerhq__hw-transport-node-hid": "^4.22.2",
"@types/ledgerhq__hw-transport-webusb": "^4.70.1",
"@types/mkdirp": "^1.0.1",
+3 -3
View File
@@ -3,7 +3,7 @@
"version": "0.62.2-3",
"description": "Manages app settings",
"main": "index.js",
"module": "esnext/index.js",
"module": "index.mjs",
"sideEffects": false,
"author": "Jaco Greeff <jacogr@gmail.com>",
"maintainers": [
@@ -12,8 +12,8 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.12.5",
"@polkadot/networks": "^4.0.2-7",
"@polkadot/util": "^4.0.2-7",
"@polkadot/networks": "^4.0.2-8",
"@polkadot/util": "^4.0.2-8",
"eventemitter3": "^4.0.7",
"store": "^2.0.12"
},
+3 -3
View File
@@ -3,7 +3,7 @@
"version": "0.62.2-3",
"description": "Shared logic that is usable accross all frameworks-specific areas",
"main": "index.js",
"module": "esnext/index.js",
"module": "index.mjs",
"sideEffects": false,
"author": "Jaco Greeff <jacogr@gmail.com>",
"maintainers": [
@@ -19,8 +19,8 @@
"@polkadot/util-crypto": "*"
},
"devDependencies": {
"@polkadot/util": "^4.0.2-7",
"@polkadot/util-crypto": "^4.0.2-7",
"@polkadot/util": "^4.0.2-8",
"@polkadot/util-crypto": "^4.0.2-8",
"@types/color": "^3.0.1",
"@types/xmlserializer": "^0.6.1"
}
+3 -3
View File
@@ -7,14 +7,14 @@
"Jaco Greeff <jacogr@gmail.com>"
],
"main": "index.js",
"module": "esnext/index.js",
"module": "index.mjs",
"sideEffects": false,
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.12.5",
"@polkadot/ui-shared": "0.62.2-3",
"@polkadot/util": "^4.0.2-7",
"@polkadot/util-crypto": "^4.0.2-7",
"@polkadot/util": "^4.0.2-8",
"@polkadot/util-crypto": "^4.0.2-8",
"jdenticon": "2.2.0"
},
"peerDependencies": {