mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-06-15 00:11:02 +00:00
Default to type: module (#447)
This commit is contained in:
@@ -7,6 +7,6 @@
|
||||
"maintainers": [],
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.13.8"
|
||||
"@babel/runtime": "^7.13.9"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,6 +7,6 @@
|
||||
"maintainers": [],
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.13.8"
|
||||
"@babel/runtime": "^7.13.9"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,12 +12,12 @@
|
||||
"test": "jest"
|
||||
},
|
||||
"dependencies": {
|
||||
"@polkadot/keyring": "^5.9.3-0",
|
||||
"@polkadot/keyring": "^6.0.1-4",
|
||||
"@polkadot/reactnative-identicon": "0.70.2-0",
|
||||
"@polkadot/ui-keyring": "0.70.2-0",
|
||||
"@polkadot/ui-settings": "0.70.2-0",
|
||||
"@polkadot/util": "^5.9.3-0",
|
||||
"@polkadot/util-crypto": "^5.9.3-0",
|
||||
"@polkadot/util": "^6.0.1-4",
|
||||
"@polkadot/util-crypto": "^6.0.1-4",
|
||||
"@react-native-community/async-storage": "^1.12.1",
|
||||
"fast-text-encoding": "^1.0.3",
|
||||
"get-yarn-workspaces": "^1.0.2",
|
||||
@@ -31,7 +31,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.13.8",
|
||||
"@babel/runtime": "^7.13.8",
|
||||
"@babel/runtime": "^7.13.9",
|
||||
"@react-native-community/cli-platform-ios": "^4.13.0",
|
||||
"@types/react-test-renderer": "17.0.1",
|
||||
"babel-jest": "^26.6.3",
|
||||
|
||||
@@ -1,22 +1,23 @@
|
||||
{
|
||||
"name": "@polkadot/react-identicon",
|
||||
"version": "0.70.2-0",
|
||||
"type": "module",
|
||||
"description": "Renders an SVG picture representing an address",
|
||||
"main": "index.js",
|
||||
"sideEffects": [
|
||||
"./detectPackage.js",
|
||||
"./detectPackage.mjs"
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"author": "Jaco Greeff <jacogr@gmail.com>",
|
||||
"maintainers": [],
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.13.8",
|
||||
"@polkadot/keyring": "^5.9.3-0",
|
||||
"@babel/runtime": "^7.13.9",
|
||||
"@polkadot/keyring": "^6.0.1-4",
|
||||
"@polkadot/ui-settings": "0.70.2-0",
|
||||
"@polkadot/ui-shared": "0.70.2-0",
|
||||
"@polkadot/util": "^5.9.3-0",
|
||||
"@polkadot/util-crypto": "^5.9.3-0",
|
||||
"@polkadot/util": "^6.0.1-4",
|
||||
"@polkadot/util-crypto": "^6.0.1-4",
|
||||
"color": "^3.1.3",
|
||||
"ethereum-blockies-base64": "^1.0.2",
|
||||
"jdenticon": "3.1.0",
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "@polkadot/react-qr",
|
||||
"version": "0.70.2-0",
|
||||
"type": "module",
|
||||
"description": "Generates and reads QR codes",
|
||||
"main": "index.js",
|
||||
"sideEffects": false,
|
||||
@@ -8,9 +9,9 @@
|
||||
"maintainers": [],
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.13.8",
|
||||
"@polkadot/util": "^5.9.3-0",
|
||||
"@polkadot/util-crypto": "^5.9.3-0",
|
||||
"@babel/runtime": "^7.13.9",
|
||||
"@polkadot/util": "^6.0.1-4",
|
||||
"@polkadot/util-crypto": "^6.0.1-4",
|
||||
"qrcode-generator": "^1.4.4",
|
||||
"react-qr-reader": "^2.2.1",
|
||||
"styled-components": "^5.2.1"
|
||||
|
||||
@@ -1,20 +1,21 @@
|
||||
{
|
||||
"name": "@polkadot/reactnative-identicon",
|
||||
"version": "0.70.2-0",
|
||||
"type": "module",
|
||||
"description": "Renders an SVG picture representing an address",
|
||||
"main": "index.js",
|
||||
"sideEffects": [
|
||||
"./detectPackage.js",
|
||||
"./detectPackage.mjs"
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"author": "Jaco Greeff <jacogr@gmail.com>",
|
||||
"maintainers": [],
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.13.8",
|
||||
"@babel/runtime": "^7.13.9",
|
||||
"@polkadot/ui-shared": "0.70.2-0",
|
||||
"@polkadot/util": "^5.9.3-0",
|
||||
"@polkadot/util-crypto": "^5.9.3-0",
|
||||
"@polkadot/util": "^6.0.1-4",
|
||||
"@polkadot/util-crypto": "^6.0.1-4",
|
||||
"react-native-svg": "^12.1.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
||||
@@ -7,6 +7,6 @@
|
||||
"maintainers": [],
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.13.8"
|
||||
"@babel/runtime": "^7.13.9"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,10 +1,11 @@
|
||||
{
|
||||
"name": "@polkadot/ui-keyring",
|
||||
"version": "0.70.2-0",
|
||||
"type": "module",
|
||||
"main": "index.js",
|
||||
"sideEffects": [
|
||||
"./detectPackage.js",
|
||||
"./detectPackage.mjs"
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"repository": "github:polkadot-js/apps",
|
||||
"author": "Jaco Greeff <jacogr@gmail.com>",
|
||||
@@ -12,12 +13,12 @@
|
||||
"contributors": [],
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.13.8",
|
||||
"@polkadot/hw-ledger": "^5.9.3-0",
|
||||
"@polkadot/keyring": "^5.9.3-0",
|
||||
"@babel/runtime": "^7.13.9",
|
||||
"@polkadot/hw-ledger": "^6.0.1-4",
|
||||
"@polkadot/keyring": "^6.0.1-4",
|
||||
"@polkadot/ui-settings": "0.70.2-0",
|
||||
"@polkadot/util": "^5.9.3-0",
|
||||
"@polkadot/x-rxjs": "^5.9.3-0",
|
||||
"@polkadot/util": "^6.0.1-4",
|
||||
"@polkadot/x-rxjs": "^6.0.1-4",
|
||||
"mkdirp": "^1.0.4",
|
||||
"store": "^2.0.12"
|
||||
},
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "@polkadot/ui-settings",
|
||||
"version": "0.70.2-0",
|
||||
"type": "module",
|
||||
"description": "Manages app settings",
|
||||
"main": "index.js",
|
||||
"sideEffects": false,
|
||||
@@ -8,9 +9,9 @@
|
||||
"maintainers": [],
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.13.8",
|
||||
"@polkadot/networks": "^5.9.3-0",
|
||||
"@polkadot/util": "^5.9.3-0",
|
||||
"@babel/runtime": "^7.13.9",
|
||||
"@polkadot/networks": "^6.0.1-4",
|
||||
"@polkadot/util": "^6.0.1-4",
|
||||
"eventemitter3": "^4.0.7",
|
||||
"store": "^2.0.12"
|
||||
},
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "@polkadot/ui-shared",
|
||||
"version": "0.70.2-0",
|
||||
"type": "module",
|
||||
"description": "Shared logic that is usable accross all frameworks-specific areas",
|
||||
"main": "index.js",
|
||||
"sideEffects": false,
|
||||
@@ -8,7 +9,7 @@
|
||||
"maintainers": [],
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.13.8",
|
||||
"@babel/runtime": "^7.13.9",
|
||||
"color": "^3.1.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
@@ -16,8 +17,8 @@
|
||||
"@polkadot/util-crypto": "*"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/util": "^5.9.3-0",
|
||||
"@polkadot/util-crypto": "^5.9.3-0",
|
||||
"@polkadot/util": "^6.0.1-4",
|
||||
"@polkadot/util-crypto": "^6.0.1-4",
|
||||
"@types/color": "^3.0.1",
|
||||
"@types/xmlserializer": "^0.6.2"
|
||||
}
|
||||
|
||||
@@ -1,20 +1,21 @@
|
||||
{
|
||||
"name": "@polkadot/vue-identicon",
|
||||
"version": "0.70.2-0",
|
||||
"type": "module",
|
||||
"description": "Renders an SVG picture representing an address",
|
||||
"author": "Jaco Greeff <jacogr@gmail.com>",
|
||||
"maintainers": [],
|
||||
"main": "index.js",
|
||||
"sideEffects": [
|
||||
"./detectPackage.js",
|
||||
"./detectPackage.mjs"
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.13.8",
|
||||
"@babel/runtime": "^7.13.9",
|
||||
"@polkadot/ui-shared": "0.70.2-0",
|
||||
"@polkadot/util": "^5.9.3-0",
|
||||
"@polkadot/util-crypto": "^5.9.3-0",
|
||||
"@polkadot/util": "^6.0.1-4",
|
||||
"@polkadot/util-crypto": "^6.0.1-4",
|
||||
"jdenticon": "3.1.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user