mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-06-22 19:31:08 +00:00
Bump dev (w/ some node:test adjustments) (#743)
* Bump dev (w/ some node:test adjustments) * Adjust EventEmitter import * 3.1.3
This commit is contained in:
@@ -18,12 +18,12 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "3.1.2",
|
||||
"version": "3.1.3",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@polkadot/keyring": "^11.1.2",
|
||||
"@polkadot/ui-settings": "3.1.2",
|
||||
"@polkadot/ui-shared": "3.1.2",
|
||||
"@polkadot/ui-settings": "3.1.3",
|
||||
"@polkadot/ui-shared": "3.1.3",
|
||||
"@polkadot/util": "^11.1.2",
|
||||
"@polkadot/util-crypto": "^11.1.2",
|
||||
"ethereum-blockies-base64": "^1.0.2",
|
||||
|
||||
@@ -18,10 +18,10 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "3.1.2",
|
||||
"version": "3.1.3",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@polkadot/ui-settings": "3.1.2",
|
||||
"@polkadot/ui-settings": "3.1.3",
|
||||
"@polkadot/util": "^11.1.2",
|
||||
"@polkadot/util-crypto": "^11.1.2",
|
||||
"qrcode-generator": "^1.4.4",
|
||||
|
||||
@@ -18,10 +18,10 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "3.1.2",
|
||||
"version": "3.1.3",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@polkadot/ui-shared": "3.1.2",
|
||||
"@polkadot/ui-shared": "3.1.3",
|
||||
"@polkadot/util": "^11.1.2",
|
||||
"@polkadot/util-crypto": "^11.1.2",
|
||||
"react-native-svg": "^12.5.1",
|
||||
|
||||
@@ -17,11 +17,11 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "3.1.2",
|
||||
"version": "3.1.3",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@polkadot/keyring": "^11.1.2",
|
||||
"@polkadot/ui-settings": "3.1.2",
|
||||
"@polkadot/ui-settings": "3.1.3",
|
||||
"@polkadot/util": "^11.1.2",
|
||||
"@polkadot/util-crypto": "^11.1.2",
|
||||
"mkdirp": "^2.1.6",
|
||||
|
||||
@@ -18,12 +18,12 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "3.1.2",
|
||||
"version": "3.1.3",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@polkadot/networks": "^11.1.2",
|
||||
"@polkadot/util": "^11.1.2",
|
||||
"eventemitter3": "^4.0.7",
|
||||
"eventemitter3": "^5.0.0",
|
||||
"store": "^2.0.12",
|
||||
"tslib": "^2.5.0"
|
||||
},
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
import type { Endpoint, EndpointType, Option, SettingsStruct } from './types.js';
|
||||
|
||||
import EventEmitter from 'eventemitter3';
|
||||
import { EventEmitter } from 'eventemitter3';
|
||||
import store from 'store';
|
||||
|
||||
import { hasProcess, isUndefined } from '@polkadot/util';
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "3.1.2",
|
||||
"version": "3.1.3",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"colord": "^2.9.3",
|
||||
|
||||
@@ -18,10 +18,10 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "3.1.2",
|
||||
"version": "3.1.3",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@polkadot/ui-shared": "3.1.2",
|
||||
"@polkadot/ui-shared": "3.1.3",
|
||||
"@polkadot/util": "^11.1.2",
|
||||
"@polkadot/util-crypto": "^11.1.2",
|
||||
"jdenticon": "3.2.0",
|
||||
|
||||
Reference in New Issue
Block a user