Skip to content

Commit

Permalink
feat: fix warnings (#25)
Browse files Browse the repository at this point in the history
* feat: fix warnings

* 4.0.0-rc1

* v4.0.0

---------

Co-authored-by: matjazonline <matjazonline@gmail.com>
  • Loading branch information
anukulpandey and matjazonline authored Oct 7, 2024
1 parent 9497b68 commit 2260ed4
Show file tree
Hide file tree
Showing 2 changed files with 2,444 additions and 2,229 deletions.
37 changes: 34 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reef-chain/ui-kit",
"version": "3.0.2",
"version": "4.0.0",
"private": false,
"files": [
"dist",
Expand Down Expand Up @@ -30,8 +30,8 @@
"@fortawesome/free-regular-svg-icons": "^6.1.0",
"@fortawesome/free-solid-svg-icons": "^6.1.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@polkadot/react-identicon": "^2.0.1",
"@reef-chain/util-lib": "^2.5.7",
"@polkadot/react-identicon": "^3.10.1",
"@reef-chain/util-lib": "3.0.0",
"@types/jest": "^27.4.1",
"@types/node": "^17.0.21",
"@types/react": "^18.2.55",
Expand All @@ -46,6 +46,37 @@
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"resolutions": {
"@polkadot/util": "13.1.1",
"@polkadot/extension-inject": "0.53.1",
"@polkadot/api-augment": "^13.2.1",
"@polkadot/rpc-core": "^13.2.1",
"@polkadot/types-create": "^13.2.1",
"@polkadot/api": "^13.2.1",
"@polkadot/api-base": "^13.2.1",
"@polkadot/api-contract": "^13.2.1",
"@polkadot/api-derive": "^13.2.1",
"@polkadot/hw-ledger": "^13.1.1",
"@polkadot/keyring": "^13.1.1",
"@polkadot/networks": "^13.1.1",
"@polkadot/phishing": "^0.23.6",
"@polkadot/rpc-augment": "^13.2.1",
"@polkadot/rpc-provider": "^13.2.1",
"@polkadot/types": "^13.2.1",
"@polkadot/types-augment": "^13.2.1",
"@polkadot/types-codec": "^13.2.1",
"@polkadot/types-known": "^13.2.1",
"@polkadot/types-support": "^13.2.1",
"@polkadot/util-crypto": "^13.1.1",
"@polkadot/wasm-crypto": "^7.3.2",
"@polkadot/x-bigint": "^13.1.1",
"@polkadot/x-fetch": "^13.1.1",
"@polkadot/x-global": "^13.1.1",
"@polkadot/x-randomvalues": "^13.1.1",
"@polkadot/x-textdecoder": "^13.1.1",
"@polkadot/x-textencoder": "^13.1.1",
"@polkadot/x-ws": "^13.1.1"
},
"devDependencies": {
"@types/eslint": "^8.4.2",
"@vitejs/plugin-react": "^4.2.1",
Expand Down
Loading

0 comments on commit 2260ed4

Please sign in to comment.