mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-06-14 09:01:03 +00:00
Rebrand: polkadot → pezkuwi
- Updated all package references - Fixed react-identicon and related packages - Version 3.16.8
This commit is contained in:
@@ -1,28 +1,28 @@
|
||||
{
|
||||
"author": "Jaco Greeff <jacogr@gmail.com>",
|
||||
"bugs": "https://github.com/polkadot-js/ui/issues",
|
||||
"bugs": "https://github.com/pezkuwichain/ui/issues",
|
||||
"description": "Manages app settings",
|
||||
"engines": {
|
||||
"node": ">=18"
|
||||
},
|
||||
"homepage": "https://github.com/polkadot-js/ui/tree/master/packages/ui-settings#readme",
|
||||
"homepage": "https://github.com/pezkuwichain/ui/tree/master/packages/ui-settings#readme",
|
||||
"license": "Apache-2.0",
|
||||
"name": "@polkadot/ui-settings",
|
||||
"name": "@pezkuwi/ui-settings",
|
||||
"repository": {
|
||||
"directory": "packages/ui-settings",
|
||||
"type": "git",
|
||||
"url": "https://github.com/polkadot-js/ui.git"
|
||||
"url": "https://github.com/pezkuwichain/ui.git"
|
||||
},
|
||||
"sideEffects": [
|
||||
"./packageDetect.js",
|
||||
"./packageDetect.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "3.16.6",
|
||||
"version": "3.16.8",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@polkadot/networks": "^14.0.1",
|
||||
"@polkadot/util": "^14.0.1",
|
||||
"@pezkuwi/networks": "^14.0.5",
|
||||
"@pezkuwi/util": "^14.0.5",
|
||||
"eventemitter3": "^5.0.1",
|
||||
"store": "^2.0.12",
|
||||
"tslib": "^2.8.1"
|
||||
@@ -31,7 +31,7 @@
|
||||
"@types/store": "^2.0.5"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@polkadot/networks": "*",
|
||||
"@polkadot/util": "*"
|
||||
"@pezkuwi/networks": "*",
|
||||
"@pezkuwi/util": "*"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user