Skip to content

Commit

Permalink
Bump dev (w/ some node:test adjustments) (#743)
Browse files Browse the repository at this point in the history
* Bump dev (w/ some node:test adjustments)

* Adjust EventEmitter import

* 3.1.3
  • Loading branch information
jacogr authored Mar 25, 2023
1 parent bbf77d7 commit 2c5db36
Show file tree
Hide file tree
Showing 11 changed files with 56 additions and 42 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CHANGELOG

## 3.1.3 Mar 25, 2023

Changes:

- Align `eventemitter` version with `@polkadot/api`


## 3.1.2 Mar 25, 2023

Changes:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"sideEffects": false,
"type": "module",
"version": "3.1.2",
"version": "3.1.3",
"versions": {
"git": "3.1.2",
"npm": "3.1.2"
Expand All @@ -33,7 +33,7 @@
"test:one": "polkadot-dev-run-test --env browser"
},
"devDependencies": {
"@polkadot/dev": "^0.72.22",
"@polkadot/dev": "^0.72.24",
"@polkadot/x-bundle": "^11.1.2",
"@types/node": "^18.15.9",
"react": "^18.2.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/react-identicon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-qr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/reactnative-identicon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/ui-keyring/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/ui-settings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-settings/src/Settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "3.1.2",
"version": "3.1.3",
"main": "index.js",
"dependencies": {
"colord": "^2.9.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/vue-identicon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
57 changes: 32 additions & 25 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1415,34 +1415,34 @@ __metadata:
languageName: node
linkType: hard

"@polkadot/dev-test@npm:^0.72.22":
version: 0.72.22
resolution: "@polkadot/dev-test@npm:0.72.22"
"@polkadot/dev-test@npm:^0.72.24":
version: 0.72.24
resolution: "@polkadot/dev-test@npm:0.72.24"
dependencies:
jsdom: ^21.1.1
tslib: ^2.5.0
checksum: c7be66ff77796083ae984410b8e5127f55017ed2bccb35a41fe1aba3662c2e14215f65c0cdcc7030c7596f6d8f7ff266ab97c68f67514fbaa179de0f365b36c6
checksum: cf45cd2e9d6352d2c6f82fe3b52cb6b24435f9e693b570d71333cfe942584c41b634ac0fafd72a24c131269a253b6c2b8d075e28fc0f544cc5dc8131e2f7ab2a
languageName: node
linkType: hard

"@polkadot/dev-ts@npm:^0.72.22":
version: 0.72.22
resolution: "@polkadot/dev-ts@npm:0.72.22"
"@polkadot/dev-ts@npm:^0.72.24":
version: 0.72.24
resolution: "@polkadot/dev-ts@npm:0.72.24"
dependencies:
json5: ^2.2.3
tslib: ^2.5.0
typescript: ^5.0.2
checksum: 2cdaf00cf35b7ee01cfa7ccccd67699a1885475e6e16242995d92385ad626236a68809f5f7c555ff8477acb431c8ca9675ab28be10beddcca3befa8c023fdbd2
checksum: acc084e8e38881b3f49fe05b1a8dff59575cbda5ddc19e7cc6791e03e822815d17ee0bb7753dc78570cb2c365aaf216d2b520d228923d7c9af09a467af557629
languageName: node
linkType: hard

"@polkadot/dev@npm:^0.72.22":
version: 0.72.22
resolution: "@polkadot/dev@npm:0.72.22"
"@polkadot/dev@npm:^0.72.24":
version: 0.72.24
resolution: "@polkadot/dev@npm:0.72.24"
dependencies:
"@eslint/js": ^8.36.0
"@polkadot/dev-test": ^0.72.22
"@polkadot/dev-ts": ^0.72.22
"@polkadot/dev-test": ^0.72.24
"@polkadot/dev-ts": ^0.72.24
"@rollup/plugin-alias": ^4.0.3
"@rollup/plugin-commonjs": ^24.0.1
"@rollup/plugin-dynamic-import-vars": ^2.0.3
Expand Down Expand Up @@ -1503,7 +1503,7 @@ __metadata:
polkadot-exec-rollup: scripts/polkadot-exec-rollup.mjs
polkadot-exec-tsc: scripts/polkadot-exec-tsc.mjs
polkadot-exec-webpack: scripts/polkadot-exec-webpack.mjs
checksum: 0bb16caeb3a41969ea7971e3f6e2fbe3af228488fa28da9d7406292124f1a0d162068b060c80d890b3e91d75f8426a2b701bdfa9da07b404d81f7c64e64d12e9
checksum: fad1958dc40ae0cdc1dbaa29f97c4b9ef90aade92bb27e05725803c72855f0aa9669d4e5cebde627aebf9f08c2d03e45b2d235168cf3535afa8261b38c7aab8e
languageName: node
linkType: hard

Expand Down Expand Up @@ -1537,8 +1537,8 @@ __metadata:
resolution: "@polkadot/react-identicon@workspace:packages/react-identicon"
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
"@types/react-copy-to-clipboard": ^5.0.4
Expand All @@ -1565,7 +1565,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@polkadot/react-qr@workspace:packages/react-qr"
dependencies:
"@polkadot/ui-settings": 3.1.2
"@polkadot/ui-settings": 3.1.3
"@polkadot/util": ^11.1.2
"@polkadot/util-crypto": ^11.1.2
"@types/react-qr-reader": ^2.1.4
Expand All @@ -1587,7 +1587,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@polkadot/reactnative-identicon@workspace:packages/reactnative-identicon"
dependencies:
"@polkadot/ui-shared": 3.1.2
"@polkadot/ui-shared": 3.1.3
"@polkadot/util": ^11.1.2
"@polkadot/util-crypto": ^11.1.2
"@types/react-native": ^0.71.5
Expand All @@ -1606,7 +1606,7 @@ __metadata:
resolution: "@polkadot/ui-keyring@workspace:packages/ui-keyring"
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
"@types/mkdirp": ^2.0.0
Expand All @@ -1622,14 +1622,14 @@ __metadata:
languageName: unknown
linkType: soft

"@polkadot/[email protected].2, @polkadot/ui-settings@workspace:packages/ui-settings":
"@polkadot/[email protected].3, @polkadot/ui-settings@workspace:packages/ui-settings":
version: 0.0.0-use.local
resolution: "@polkadot/ui-settings@workspace:packages/ui-settings"
dependencies:
"@polkadot/networks": ^11.1.2
"@polkadot/util": ^11.1.2
"@types/store": ^2.0.2
eventemitter3: ^4.0.7
eventemitter3: ^5.0.0
store: ^2.0.12
tslib: ^2.5.0
peerDependencies:
Expand All @@ -1638,7 +1638,7 @@ __metadata:
languageName: unknown
linkType: soft

"@polkadot/[email protected].2, @polkadot/ui-shared@workspace:packages/ui-shared":
"@polkadot/[email protected].3, @polkadot/ui-shared@workspace:packages/ui-shared":
version: 0.0.0-use.local
resolution: "@polkadot/ui-shared@workspace:packages/ui-shared"
dependencies:
Expand Down Expand Up @@ -1693,7 +1693,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@polkadot/vue-identicon@workspace:packages/vue-identicon"
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
Expand Down Expand Up @@ -5947,13 +5947,20 @@ __metadata:
languageName: node
linkType: hard

"eventemitter3@npm:^4.0.0, eventemitter3@npm:^4.0.7":
"eventemitter3@npm:^4.0.0":
version: 4.0.7
resolution: "eventemitter3@npm:4.0.7"
checksum: 1875311c42fcfe9c707b2712c32664a245629b42bb0a5a84439762dd0fd637fc54d078155ea83c2af9e0323c9ac13687e03cfba79b03af9f40c89b4960099374
languageName: node
linkType: hard

"eventemitter3@npm:^5.0.0":
version: 5.0.0
resolution: "eventemitter3@npm:5.0.0"
checksum: b974bafbab860e0a5bbb21add4c4e82f9d5691c583c03f2e4c5d44a2d6c4556d79223621bdcfc6c8e14366a4af9df6b5ea9d6caf65fbffc80b66f3e1dceacbc9
languageName: node
linkType: hard

"events@npm:^3.2.0":
version: 3.3.0
resolution: "events@npm:3.3.0"
Expand Down Expand Up @@ -11109,7 +11116,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "root-workspace-0b6124@workspace:."
dependencies:
"@polkadot/dev": ^0.72.22
"@polkadot/dev": ^0.72.24
"@polkadot/x-bundle": ^11.1.2
"@types/node": ^18.15.9
react: ^18.2.0
Expand Down

0 comments on commit 2c5db36

Please sign in to comment.