Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
rossbulat committed Jan 16, 2025
2 parents 5366921 + dd20fdd commit d4b8efc
Show file tree
Hide file tree
Showing 3 changed files with 305 additions and 81 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@
"@types/react": "^18.3.3",
"@types/react-dom": "^18.2.25",
"@types/react-helmet": "^6.1.11",
"@typescript-eslint/parser": "^8.19.0",
"@typescript-eslint/parser": "^8.20.0",
"@vitejs/plugin-react-swc": "^3.7.0",
"@w3ux/types": "^1.0.0",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint": "^9.18.0",
"eslint-config-prettier": "^10.0.1",
"eslint-import-resolver-typescript": "^3.7.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prefer-arrow-functions": "^3.4.1",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-prefer-arrow-functions": "^3.6.2",
"eslint-plugin-prettier": "^5.2.2",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-unused-imports": "^4.1.4",
"globals": "^15.13.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@polkadot-api/merkleize-metadata": "^1.1.12",
"@polkadot-api/signers-common": "^0.1.4",
"@polkadot-api/substrate-bindings": "^0.11.0",
"@polkadot/util": "^13.2.3",
"@polkadot/util": "^13.3.1",
"@polkawatch/ddp-client": "^2.0.20",
"@w3ux/extension-assets": "^1.0.0",
"@w3ux/factories": "^1.0.0",
Expand All @@ -42,7 +42,7 @@
"i18next-browser-languagedetector": "^8.0.2",
"locales": "workspace:*",
"plugin-staking-api": "workspace:*",
"polkadot-api": "^1.8.0",
"polkadot-api": "^1.8.2",
"qrcode-generator": "1.4.4",
"rc-slider": "^11.1.6",
"react-chartjs-2": "^5.2.0",
Expand Down
Loading

0 comments on commit d4b8efc

Please sign in to comment.