Skip to content

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Tbaut committed Feb 17, 2025
1 parent f8fd637 commit c47e026
Show file tree
Hide file tree
Showing 5 changed files with 2,040 additions and 2,782 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@
"ui:start-with-chopsticks": "yarn workspace multix-ui start-with-chopsticks"
},
"devDependencies": {
"concurrently": "^9.1.0",
"concurrently": "^9.1.2",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"prettier": "^3.4.2"
"eslint-plugin-prettier": "^5.2.3",
"prettier": "^3.5.1"
},
"resolutions": {
"graphql": "^16.0.0",
Expand Down
Empty file.
4 changes: 2 additions & 2 deletions packages/ui/cypress/tests/hydration-extrinsic-display.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ describe('Verify extrinsics display', () => {
})

it('The Router.sell extrinsic is displayed in plank', () => {
multisigPage.accountHeader().within(() => {
multisigPage.accountHeader(10000).within(() => {
accountDisplay.addressLabel().should('contain.text', expectedMultisigAddress.slice(0, 6))
})

Expand Down Expand Up @@ -81,7 +81,7 @@ describe('Verify extrinsics display', () => {
const sendingAmount = '123 HDX'
const expectedRecipient = '7NPoMQ..kZpiba'

multisigPage.accountHeader().within(() => {
multisigPage.accountHeader(10000).within(() => {
accountDisplay.addressLabel().should('contain.text', expectedMultisigAddress.slice(0, 6))
})

Expand Down
70 changes: 35 additions & 35 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,58 +3,58 @@
"version": "0.1.0",
"license": "Apache-2.0",
"dependencies": {
"@emotion/react": "^11.13.5",
"@emotion/styled": "^11.13.5",
"@fontsource/jost": "^5.1.1",
"@mui/base": "^5.0.0-beta.64",
"@mui/material": "^6.1.10",
"@mui/styled-engine": "^6.1.10",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@fontsource/jost": "^5.1.2",
"@mui/base": "^5.0.0-beta.69",
"@mui/material": "^6.4.4",
"@mui/styled-engine": "^6.4.3",
"@polkadot-api/descriptors": "portal:.papi/descriptors",
"@polkadot-api/tx-utils": "^0.0.8",
"@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.27.1",
"@reactive-dot/react": "^0.28.0",
"@tanstack/react-query": "^5.62.2",
"@polkadot-api/tx-utils": "^0.0.9",
"@polkadot-labs/hdkd": "^0.0.11",
"@polkadot-labs/hdkd-helpers": "^0.0.11",
"@polkadot/react-identicon": "^3.12.1",
"@polkadot/util-crypto": "^13.4.2",
"@reactive-dot/core": "^0.32.0",
"@reactive-dot/react": "^0.32.0",
"@tanstack/react-query": "^5.66.5",
"@walletconnect/web3wallet": "^1.16.1",
"dayjs": "^1.11.13",
"dot-connect": "^0.13.2",
"graphql": "^16.9.0",
"dot-connect": "^0.14.1",
"graphql": "^16.10.0",
"graphql-request": "^7.1.2",
"graphql-ws": "^5.16.0",
"graphql-ws": "^6.0.4",
"json5": "^2.2.3",
"polkadot-api": "^1.8.2",
"react": "18.3.1",
"react-dom": "18.3.1",
"polkadot-api": "^1.9.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-icons": "^5.4.0",
"react-router": "^7.0.2",
"react-router": "^7.1.5",
"reactflow": "^11.11.4",
"typescript": "5.7.2",
"vite": "^6.0.9"
"typescript": "5.7.3",
"vite": "^6.1.0"
},
"devDependencies": {
"@chainsafe/cypress-polkadot-wallet": "^2.3.0",
"@eslint/js": "^9.16.0",
"@graphql-codegen/cli": "5.0.3",
"@graphql-codegen/client-preset": "4.5.1",
"@eslint/js": "^9.20.0",
"@graphql-codegen/cli": "5.0.5",
"@graphql-codegen/client-preset": "4.6.2",
"@graphql-codegen/typescript-react-query": "^6.1.0",
"@graphql-eslint/eslint-plugin": "^4.2.1",
"@types/node": "^22.10.1",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^8.17.0",
"@typescript-eslint/parser": "^8.17.0",
"@graphql-eslint/eslint-plugin": "^4.3.0",
"@types/node": "^22.13.4",
"@types/react-dom": "^19.0.4",
"@typescript-eslint/eslint-plugin": "^8.24.0",
"@typescript-eslint/parser": "^8.24.0",
"@vitejs/plugin-react": "^4.3.4",
"cypress": "^13.17.0",
"cypress": "^14.0.3",
"cypress-wait-until": "^3.0.2",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-cypress": "^4.1.0",
"eslint-plugin-no-only-tests": "^3.3.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"globals": "^15.13.0",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^5.1.0",
"globals": "^15.15.0",
"ts-node": "^10.9.2",
"vite-plugin-svgr": "^4.3.0"
},
Expand Down
Loading

0 comments on commit c47e026

Please sign in to comment.