Skip to content

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Tbaut committed Dec 4, 2024
1 parent b67c5ac commit 6a87504
Show file tree
Hide file tree
Showing 3 changed files with 546 additions and 995 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"concurrently": "^9.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"prettier": "^3.3.3"
"prettier": "^3.4.2"
},
"resolutions": {
"graphql": "^16.0.0",
Expand Down
38 changes: 19 additions & 19 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@
"@emotion/react": "^11.13.5",
"@emotion/styled": "^11.13.5",
"@fontsource/jost": "^5.1.1",
"@mui/base": "^5.0.0-beta.58",
"@mui/material": "^6.1.8",
"@mui/styled-engine": "^6.1.8",
"@mui/base": "^5.0.0-beta.64",
"@mui/material": "^6.1.10",
"@mui/styled-engine": "^6.1.10",
"@polkadot-api/descriptors": "portal:.papi/descriptors",
"@polkadot-api/tx-utils": "^0.0.6",
"@polkadot-labs/hdkd": "^0.0.9",
"@polkadot-labs/hdkd-helpers": "^0.0.9",
"@polkadot-labs/hdkd": "^0.0.10",
"@polkadot-labs/hdkd-helpers": "^0.0.10",
"@polkadot/react-identicon": "^3.11.3",
"@polkadot/util-crypto": "^13.2.3",
"@reactive-dot/core": "^0.26.2",
"@reactive-dot/react": "^0.26.2",
"@tanstack/react-query": "^5.61.0",
"@reactive-dot/core": "^0.27.1",
"@reactive-dot/react": "^0.27.1",
"@tanstack/react-query": "^5.62.2",
"@walletconnect/web3wallet": "^1.16.1",
"dayjs": "^1.11.13",
"dot-connect": "^0.13.2",
Expand All @@ -28,32 +28,32 @@
"polkadot-api": "^1.7.7",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-icons": "^5.3.0",
"react-icons": "^5.4.0",
"react-router": "^7.0.2",
"reactflow": "^11.11.4",
"typescript": "5.7.2",
"vite": "^5.4.11"
"vite": "^6.0.2"
},
"devDependencies": {
"@chainsafe/cypress-polkadot-wallet": "^2.3.0",
"@eslint/js": "^9.0.0",
"@graphql-codegen/cli": "5.0.2",
"@graphql-codegen/client-preset": "4.2.5",
"@eslint/js": "^9.16.0",
"@graphql-codegen/cli": "5.0.3",
"@graphql-codegen/client-preset": "4.5.1",
"@graphql-codegen/typescript-react-query": "^6.1.0",
"@graphql-eslint/eslint-plugin": "^3.20.1",
"@types/node": "^22.9.1",
"@graphql-eslint/eslint-plugin": "^4.2.1",
"@types/node": "^22.10.1",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^8.15.0",
"@typescript-eslint/parser": "^8.15.0",
"@vitejs/plugin-react": "^4.3.3",
"@typescript-eslint/eslint-plugin": "^8.17.0",
"@typescript-eslint/parser": "^8.17.0",
"@vitejs/plugin-react": "^4.3.4",
"cypress": "^13.16.0",
"cypress-wait-until": "^3.0.2",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-cypress": "^4.1.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"globals": "^15.12.0",
"globals": "^15.13.0",
"ts-node": "^10.9.2",
"vite-plugin-svgr": "^4.3.0"
},
Expand Down
Loading

0 comments on commit 6a87504

Please sign in to comment.