Skip to content

Commit

Permalink
Merge pull request #1876 from dusk-network/feature-1874
Browse files Browse the repository at this point in the history
web-wallet: Update web-wallet's dependencies
  • Loading branch information
ascartabelli authored Jun 25, 2024
2 parents 915fda8 + 3e30368 commit 39317a5
Show file tree
Hide file tree
Showing 42 changed files with 2,245 additions and 2,588 deletions.
2,766 changes: 1,742 additions & 1,024 deletions web-wallet/package-lock.json

Large diffs are not rendered by default.

46 changes: 23 additions & 23 deletions web-wallet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,45 +36,45 @@
"version": "0.5.0",
"dependencies": {
"@dusk-network/dusk-wallet-js": "0.4.2",
"@floating-ui/dom": "1.6.3",
"@floating-ui/dom": "1.6.5",
"@mdi/js": "7.4.47",
"bip39": "3.1.0",
"css-doodle": "0.38.4",
"css-doodle": "0.39.2",
"lamb": "0.61.1",
"qr-scanner": "1.4.2",
"qrcode": "1.5.3",
"svelte-persisted-store": "0.9.1"
"svelte-persisted-store": "0.11.0"
},
"devDependencies": {
"@dusk-network/eslint-config": "3.1.0",
"@dusk-network/prettier-config": "1.1.0",
"@sveltejs/adapter-static": "3.0.1",
"@sveltejs/kit": "2.5.2",
"@testing-library/jest-dom": "6.4.2",
"@sveltejs/adapter-static": "3.0.2",
"@sveltejs/kit": "2.5.17",
"@testing-library/jest-dom": "6.4.6",
"@testing-library/svelte": "4.1.0",
"@types/node": "20.11.24",
"@types/node": "20.14.8",
"@vitejs/plugin-basic-ssl": "1.1.0",
"@vitest/browser": "1.3.1",
"@vitest/coverage-istanbul": "1.3.1",
"autoprefixer": "10.4.18",
"@vitest/browser": "1.6.0",
"@vitest/coverage-istanbul": "1.6.0",
"autoprefixer": "10.4.19",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-custom-alias": "1.3.2",
"eslint-plugin-svelte": "2.35.1",
"jsdom": "24.0.0",
"eslint-plugin-svelte": "2.41.0",
"jsdom": "24.1.0",
"jsdom-worker": "0.3.0",
"lamb-types": "0.61.0",
"lamb-types": "0.61.7",
"postcss-nested": "6.0.1",
"prettier": "3.2.5",
"prettier-plugin-svelte": "3.2.2",
"svelte": "4.2.12",
"svelte-check": "3.6.6",
"svelte-preprocess": "5.1.3",
"typescript": "5.3.3",
"vite": "5.1.5",
"vite-plugin-node-polyfills": "0.21.0",
"vite-tsconfig-paths": "4.3.1",
"vitest": "1.3.1",
"prettier": "3.3.2",
"prettier-plugin-svelte": "3.2.5",
"svelte": "4.2.18",
"svelte-check": "3.8.1",
"svelte-preprocess": "6.0.1",
"typescript": "5.5.2",
"vite": "5.3.1",
"vite-plugin-node-polyfills": "0.22.0",
"vite-tsconfig-paths": "4.3.2",
"vitest": "1.6.0",
"vitest-canvas-mock": "0.3.3"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,9 @@ exports[`AddressPicker > renders the AddressPicker component 1`] = `
/>
</svg>
<!--&lt;Icon&gt;-->
</button>
<!--&lt;Button&gt;-->
<p
class="address-picker__current-address"
Expand All @@ -55,14 +53,11 @@ exports[`AddressPicker > renders the AddressPicker component 1`] = `
/>
</svg>
<!--&lt;Icon&gt;-->
</button>
<!--&lt;Button&gt;-->
</div>
</div>
<!--&lt;AddressPicker&gt;-->
</div>
`;
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,5 @@ exports[`AppAnchorButton > should render an \`AnchorButton\` with the base path
>
</a>
<!--&lt;Anchor&gt;-->
<!--&lt;AnchorButton&gt;-->
<!--&lt;AppAnchorButton&gt;-->
</div>
`;
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@ exports[`AppImage > should render an HTML image forwarding all attributes but wi
src="/some-base-path/images/some-image.jpg"
width="800"
/>
<!--&lt;AppImage&gt;-->
</div>
`;
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ exports[`Balance > renders the Balance component 1`] = `
/>
</svg>
<!--&lt;Icon&gt;-->
</p>
<p
Expand All @@ -55,7 +54,6 @@ exports[`Balance > renders the Balance component 1`] = `
>
</div>
<!--&lt;Tooltip&gt;-->
</article>
`;

Expand Down Expand Up @@ -91,7 +89,6 @@ exports[`Balance > should not display the fiat value if the fiat price is \`unde
/>
</svg>
<!--&lt;Icon&gt;-->
</p>
<p
Expand All @@ -114,7 +111,6 @@ exports[`Balance > should not display the fiat value if the fiat price is \`unde
>
</div>
<!--&lt;Tooltip&gt;-->
</article>
`;

Expand Down Expand Up @@ -150,7 +146,6 @@ exports[`Balance > should not display the fiat value if there are no tokens 1`]
/>
</svg>
<!--&lt;Icon&gt;-->
</p>
<p
Expand All @@ -173,7 +168,6 @@ exports[`Balance > should not display the fiat value if there are no tokens 1`]
>
</div>
<!--&lt;Tooltip&gt;-->
</article>
`;

Expand Down Expand Up @@ -209,7 +203,6 @@ exports[`Balance > should update the Balance component when the props change 1`]
/>
</svg>
<!--&lt;Icon&gt;-->
</p>
<p
Expand All @@ -232,7 +225,6 @@ exports[`Balance > should update the Balance component when the props change 1`]
>
</div>
<!--&lt;Tooltip&gt;-->
</article>
`;

Expand Down Expand Up @@ -268,7 +260,6 @@ exports[`Balance > should update the Balance component when the props change 2`]
/>
</svg>
<!--&lt;Icon&gt;-->
</p>
<p
Expand All @@ -291,6 +282,5 @@ exports[`Balance > should update the Balance component when the props change 2`]
>
</div>
<!--&lt;Tooltip&gt;-->
</article>
`;
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

exports[`ContractOperations > should be able to render the component without items 1`] = `
<menu
class="contract-operations s-MYVJhCZxEBFW"
class="contract-operations svelte-1v0rjcd"
/>
`;

exports[`ContractOperations > should render the \`ContractOperations\` component 1`] = `
<menu
class="contract-operations s-MYVJhCZxEBFW"
class="contract-operations svelte-1v0rjcd"
>
<li
class="contract-operations__operation s-MYVJhCZxEBFW"
class="contract-operations__operation svelte-1v0rjcd"
>
<button
class="dusk-button dusk-button--type--button dusk-button--variant--primary dusk-button--size--normal dusk-icon-button--labeled contract-operations__operation-button"
Expand All @@ -27,7 +27,6 @@ exports[`ContractOperations > should render the \`ContractOperations\` component
/>
</svg>
<!--&lt;Icon&gt;-->
<span
class="dusk-button__text"
Expand All @@ -36,11 +35,10 @@ exports[`ContractOperations > should render the \`ContractOperations\` component
</span>
</button>
<!--&lt;Button&gt;-->
</li>
<li
class="contract-operations__operation s-MYVJhCZxEBFW"
class="contract-operations__operation svelte-1v0rjcd"
>
<button
class="dusk-button dusk-button--type--button dusk-button--variant--tertiary dusk-button--size--normal dusk-icon-button--labeled contract-operations__operation-button"
Expand All @@ -56,7 +54,6 @@ exports[`ContractOperations > should render the \`ContractOperations\` component
/>
</svg>
<!--&lt;Icon&gt;-->
<span
class="dusk-button__text"
Expand All @@ -65,11 +62,10 @@ exports[`ContractOperations > should render the \`ContractOperations\` component
</span>
</button>
<!--&lt;Button&gt;-->
</li>
<li
class="contract-operations__operation s-MYVJhCZxEBFW"
class="contract-operations__operation svelte-1v0rjcd"
>
<button
class="dusk-button dusk-button--type--button dusk-button--variant--primary dusk-button--size--normal dusk-icon-button--labeled contract-operations__operation-button"
Expand All @@ -86,7 +82,6 @@ exports[`ContractOperations > should render the \`ContractOperations\` component
/>
</svg>
<!--&lt;Icon&gt;-->
<span
class="dusk-button__text"
Expand All @@ -95,11 +90,10 @@ exports[`ContractOperations > should render the \`ContractOperations\` component
</span>
</button>
<!--&lt;Button&gt;-->
</li>
<li
class="contract-operations__operation s-MYVJhCZxEBFW"
class="contract-operations__operation svelte-1v0rjcd"
>
<button
class="dusk-button dusk-button--type--button dusk-button--variant--tertiary dusk-button--size--normal dusk-icon-button--labeled contract-operations__operation-button"
Expand All @@ -115,7 +109,6 @@ exports[`ContractOperations > should render the \`ContractOperations\` component
/>
</svg>
<!--&lt;Icon&gt;-->
<span
class="dusk-button__text"
Expand All @@ -124,11 +117,10 @@ exports[`ContractOperations > should render the \`ContractOperations\` component
</span>
</button>
<!--&lt;Button&gt;-->
</li>
<li
class="contract-operations__operation s-MYVJhCZxEBFW"
class="contract-operations__operation svelte-1v0rjcd"
>
<button
class="dusk-button dusk-button--type--button dusk-button--variant--tertiary dusk-button--size--normal dusk-icon-button--labeled contract-operations__operation-button"
Expand All @@ -144,7 +136,6 @@ exports[`ContractOperations > should render the \`ContractOperations\` component
/>
</svg>
<!--&lt;Icon&gt;-->
<span
class="dusk-button__text"
Expand All @@ -153,18 +144,17 @@ exports[`ContractOperations > should render the \`ContractOperations\` component
</span>
</button>
<!--&lt;Button&gt;-->
</li>
</menu>
`;

exports[`ContractOperations > should use a default icon if the operation is not on the known list 1`] = `
<menu
class="contract-operations s-MYVJhCZxEBFW"
class="contract-operations svelte-1v0rjcd"
>
<li
class="contract-operations__operation s-MYVJhCZxEBFW"
class="contract-operations__operation svelte-1v0rjcd"
>
<button
class="dusk-button dusk-button--type--button dusk-button--variant--primary dusk-button--size--normal dusk-icon-button--labeled contract-operations__operation-button"
Expand All @@ -180,7 +170,6 @@ exports[`ContractOperations > should use a default icon if the operation is not
/>
</svg>
<!--&lt;Icon&gt;-->
<span
class="dusk-button__text"
Expand All @@ -189,7 +178,6 @@ exports[`ContractOperations > should use a default icon if the operation is not
</span>
</button>
<!--&lt;Button&gt;-->
</li>
</menu>
Expand Down
Loading

0 comments on commit 39317a5

Please sign in to comment.