Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Tbaut committed Nov 22, 2024
1 parent 53d6634 commit 5cef6a0
Show file tree
Hide file tree
Showing 3 changed files with 1,713 additions and 1,216 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"devDependencies": {
"concurrently": "^8.2.2",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"prettier": "^3.2.5"
"eslint-plugin-prettier": "^5.2.1",
"prettier": "^3.3.3"
},
"resolutions": {
"graphql": "^16.0.0",
Expand Down
82 changes: 41 additions & 41 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,60 +3,60 @@
"version": "0.1.0",
"license": "Apache-2.0",
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@fontsource/jost": "^5.0.17",
"@mui/base": "^5.0.0-beta.58",
"@mui/material": "^5.15.15",
"@mui/styled-engine": "^5.15.14",
"@emotion/react": "^11.13.5",
"@emotion/styled": "^11.13.5",
"@fontsource/jost": "^5.1.1",
"@mui/base": "^5.0.0-beta.62",
"@mui/material": "^6.1.8",
"@mui/styled-engine": "^6.1.8",
"@polkadot-api/descriptors": "portal:.papi/descriptors",
"@polkadot-api/tx-utils": "^0.0.4",
"@polkadot-api/tx-utils": "^0.0.6",
"@polkadot-labs/hdkd": "^0.0.8",
"@polkadot-labs/hdkd-helpers": "^0.0.8",
"@polkadot/react-identicon": "^3.10.1",
"@polkadot/util-crypto": "^13.1.1",
"@reactive-dot/core": "^0.19.0",
"@reactive-dot/react": "^0.19.0",
"@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.29.2",
"@types/react-router-dom": "^5.3.3",
"@walletconnect/web3wallet": "^1.11.2",
"dayjs": "^1.11.10",
"dot-connect": "^0.12.0",
"graphql": "^16.8.1",
"graphql-request": "^6.1.0",
"@walletconnect/web3wallet": "^1.16.1",
"dayjs": "^1.11.13",
"dot-connect": "^0.13.2",
"graphql": "^16.9.0",
"graphql-request": "^7.1.2",
"graphql-ws": "^5.16.0",
"polkadot-api": "^1.6.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^5.1.0",
"react-router-dom": "^6.22.3",
"reactflow": "^11.11.1",
"typescript": "5.4.5",
"vite": "^5.4.7"
"polkadot-api": "^1.7.7",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-icons": "^5.3.0",
"react-router-dom": "^7.0.1",
"reactflow": "^11.11.4",
"typescript": "5.6.3",
"vite": "^5.4.11"
},
"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.15.0",
"@graphql-codegen/cli": "5.0.3",
"@graphql-codegen/client-preset": "4.5.0",
"@graphql-codegen/typescript-react-query": "^6.1.0",
"@graphql-eslint/eslint-plugin": "^3.20.1",
"@polkadot/typegen": "^13.1.1",
"@types/node": "^20.12.7",
"@types/react-dom": "^18.2.25",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
"@vitejs/plugin-react": "^4.2.1",
"cypress": "^13.12.0",
"cypress-wait-until": "^3.0.1",
"eslint": "^8.57.0",
"@polkadot/typegen": "^14.3.1",
"@types/node": "^22.9.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",
"cypress": "^13.16.0",
"cypress-wait-until": "^3.0.2",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-cypress": "^2.15.2",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"globals": "^15.0.0",
"eslint-plugin-cypress": "^4.1.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"globals": "^15.12.0",
"ts-node": "^10.9.2",
"vite-plugin-svgr": "^4.2.0"
"vite-plugin-svgr": "^4.3.0"
},
"scripts": {
"start": "vite --port 3333",
Expand Down
Loading

0 comments on commit 5cef6a0

Please sign in to comment.