Skip to content

Commit 4064804

Browse files
Bump @mantine/dates from 7.17.8 to 8.2.2 (#237)
Bumps [@mantine/dates](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/dates) from 7.17.8 to 8.2.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mantinedev/mantine/releases"><code>@​mantine/dates</code>'s releases</a>.</em></p> <blockquote> <h2>8.2.2</h2> <h2>What's Changed</h2> <ul> <li><code>[@mantine/core]</code> Menu: Fix incorrect overflow handling of submenu (<a href="https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/dates/issues/8123">#8123</a>)</li> <li><code>[@mantine/hooks]</code> use-merged-ref: Fix incorrect handling of React 19 cleanup ref callback (<a href="https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/dates/issues/8118">#8118</a>)</li> <li><code>[@mantine/dates]</code> TimePicker: Fix incorrect leading zero handling in 12h format (<a href="https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/dates/issues/8120">#8120</a>)</li> <li><code>[@mantine/dates]</code> TimePicker: Fix min/max values not being enforced for 12h time format (<a href="https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/dates/issues/8107">#8107</a>)</li> <li><code>[@mantine/core]</code> HoverCard: Improve outside clicks handling (<a href="https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/dates/issues/8097">#8097</a>)</li> <li><code>[@mantine/dates]</code> Add month and year switching with keyboard to Calendar-based components (<a href="https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/dates/issues/7959">#7959</a>)</li> <li><code>[@mantine/core]</code> ScrollArea: Add <code>onOverflowChange</code> prop support to <code>ScrollArea.Autosize</code> (<a href="https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/dates/issues/7972">#7972</a>)</li> <li><code>[@mantine/core]</code> MultiSelect: Add <code>clearSearchOnChange</code> prop support (<a href="https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/dates/issues/8068">#8068</a>)</li> <li><code>[@mantine/core]</code> Select: Fix caret being visible in Firefox when the component is read only (<a href="https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/dates/issues/8063">#8063</a>)</li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/pradip-v2"><code>@​pradip-v2</code></a> made their first contribution in <a href="https://redirect.github.com/mantinedev/mantine/pull/8083">mantinedev/mantine#8083</a></li> <li><a href="https://github.com/MidnightDesign"><code>@​MidnightDesign</code></a> made their first contribution in <a href="https://redirect.github.com/mantinedev/mantine/pull/8071">mantinedev/mantine#8071</a></li> <li><a href="https://github.com/jobrk"><code>@​jobrk</code></a> made their first contribution in <a href="https://redirect.github.com/mantinedev/mantine/pull/8068">mantinedev/mantine#8068</a></li> <li><a href="https://github.com/amansachdev"><code>@​amansachdev</code></a> made their first contribution in <a href="https://redirect.github.com/mantinedev/mantine/pull/7959">mantinedev/mantine#7959</a></li> <li><a href="https://github.com/idealconceptz"><code>@​idealconceptz</code></a> made their first contribution in <a href="https://redirect.github.com/mantinedev/mantine/pull/8107">mantinedev/mantine#8107</a></li> <li><a href="https://github.com/seansps"><code>@​seansps</code></a> made their first contribution in <a href="https://redirect.github.com/mantinedev/mantine/pull/8118">mantinedev/mantine#8118</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/mantinedev/mantine/compare/8.2.0...8.2.2">https://github.com/mantinedev/mantine/compare/8.2.0...8.2.2</a></p> <h2>8.2.0 🔥</h2> <p><a href="https://mantine.dev/changelog/8-2-0">View changelog with demos on mantine.dev website</a></p> <h2>Styles API attributes</h2> <p>You now can pass attributes to inner elements of all components that support Styles API with <code>attributes</code> prop. For example, it can be used to add data attributes for testing purposes:</p> <pre lang="tsx"><code>import { Button } from '@mantine/core'; <p>function Demo() { return ( &lt;Button attributes={{ root: { 'data-test-id': 'root' }, label: { 'data-test-id': 'label' }, inner: { 'data-test-id': 'inner' }, }} &gt; Button &lt;/Button&gt; ); } </code></pre></p> <h2>Container grid strategy</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mantinedev/mantine/commit/da0fbca571e99312340140e39ed6421fdc9e7437"><code>da0fbca</code></a> [release] Version: 8.2.2</li> <li><a href="https://github.com/mantinedev/mantine/commit/754e99a3211519d62127ac92143fef7fe6e34195"><code>754e99a</code></a> [<code>@​mantine/dates</code>] TimePicker: Fix incorrect leading zero handling in 12h forma...</li> <li><a href="https://github.com/mantinedev/mantine/commit/f71a80f323e9f4a3e2be410b077be45a1957e218"><code>f71a80f</code></a> [<code>@​mantine/dates</code>] TimePicker: Fix min/max values not being enforced for 12h ti...</li> <li><a href="https://github.com/mantinedev/mantine/commit/af4122839802c329a6e445d5b3dcacbf9316bedb"><code>af41228</code></a> [<code>@​mantine/dates</code>] Add month and year switching with keyboard to Calendar-based...</li> <li><a href="https://github.com/mantinedev/mantine/commit/8a27807f6a24549c64882b1df67951f4f2c0ed9c"><code>8a27807</code></a> [release] Version: 8.2.1</li> <li><a href="https://github.com/mantinedev/mantine/commit/6545583387c422e76168aa3bdc0b6cda238dcab6"><code>6545583</code></a> [release] Version: 8.2.0</li> <li><a href="https://github.com/mantinedev/mantine/commit/755cf1458d487fb10f883731d4a2a47ffec4fbb2"><code>755cf14</code></a> Merge branch master into 8.2</li> <li><a href="https://github.com/mantinedev/mantine/commit/c2a603d46302713dac1bc6f1668043c077ea38ac"><code>c2a603d</code></a> [release] Version: 8.1.3</li> <li><a href="https://github.com/mantinedev/mantine/commit/657f3564604adbe67585d1df50c4bd3d5a2f6c7b"><code>657f356</code></a> [refactor] Improve types of internal dates functions (<a href="https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/dates/issues/7893">#7893</a>)</li> <li><a href="https://github.com/mantinedev/mantine/commit/29930adfa5af4bcf1b7a36da35ae8617ff04efcb"><code>29930ad</code></a> Merge branch 'master' of github.com:mantinedev/mantine into 8.2</li> <li>Additional commits viewable in <a href="https://github.com/mantinedev/mantine/commits/8.2.2/packages/@mantine/dates">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@mantine/dates&package-manager=npm_and_yarn&previous-version=7.17.8&new-version=8.2.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 06ead7c commit 4064804

File tree

2 files changed

+67
-67
lines changed

2 files changed

+67
-67
lines changed

src/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@azure/msal-browser": "^4.11.0",
2323
"@azure/msal-react": "^3.0.10",
2424
"@mantine/core": "^7.17.5",
25-
"@mantine/dates": "^7.17.5",
25+
"@mantine/dates": "^8.2.2",
2626
"@mantine/form": "^7.17.5",
2727
"@mantine/hooks": "^7.17.5",
2828
"@mantine/notifications": "^7.17.5",

yarn.lock

Lines changed: 66 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -1959,10 +1959,10 @@
19591959
react-textarea-autosize "8.5.9"
19601960
type-fest "^4.27.0"
19611961

1962-
"@mantine/dates@^7.17.5":
1963-
version "7.17.8"
1964-
resolved "https://registry.yarnpkg.com/@mantine/dates/-/dates-7.17.8.tgz#81c966aff5c0171594e990ac40eb781e9837a969"
1965-
integrity sha512-KYog/YL83PnsMef7EZagpOFq9I2gfnK0eYSzC8YvV9Mb6t/x9InqRssGWVb0GIr+TNILpEkhKoGaSKZNy10Q1g==
1962+
"@mantine/dates@^8.2.2":
1963+
version "8.2.2"
1964+
resolved "https://registry.yarnpkg.com/@mantine/dates/-/dates-8.2.2.tgz#da2e1c11ec433445749944e346fbb0f32c59e65b"
1965+
integrity sha512-ZDY6/OBgz8827Tu+sOxPNYXrsgLxWwF7pXDEL7vQN1XAm3pQdq2ljPn7Ykh/H9d7QEXQAFO6q5knwnyAXjn06g==
19661966
dependencies:
19671967
clsx "^2.1.1"
19681968

@@ -2021,71 +2021,71 @@
20212021
resolved "https://registry.yarnpkg.com/@middy/util/-/util-6.3.2.tgz#6b8f9e1b649d1abf65fa524cc2acc2a4f4530251"
20222022
integrity sha512-wM5/zjI6PNKkNxj0GcRyr1DNWNlt4rzBwAT7OmP36f/vDjpD5a0VOaqjmyOQbRcnSsa+jtfbekKHyEav6bOGSQ==
20232023

2024-
"@napi-rs/[email protected].73":
2025-
version "0.1.73"
2026-
resolved "https://registry.yarnpkg.com/@napi-rs/canvas-android-arm64/-/canvas-android-arm64-0.1.73.tgz#b16bea8531c865db7e5f5747070183487eedeaf6"
2027-
integrity sha512-s8dMhfYIHVv7gz8BXg3Nb6cFi950Y0xH5R/sotNZzUVvU9EVqHfkqiGJ4UIqu+15UhqguT6mI3Bv1mhpRkmMQw==
2028-
2029-
"@napi-rs/[email protected].73":
2030-
version "0.1.73"
2031-
resolved "https://registry.yarnpkg.com/@napi-rs/canvas-darwin-arm64/-/canvas-darwin-arm64-0.1.73.tgz#a172be5ab9a1547d6ecd04768cc2aaa4eb8e0edc"
2032-
integrity sha512-bLPCq8Yyq1vMdVdIpQAqmgf6VGUknk8e7NdSZXJJFOA9gxkJ1RGcHOwoXo7h0gzhHxSorg71hIxyxtwXpq10Rw==
2033-
2034-
"@napi-rs/[email protected].73":
2035-
version "0.1.73"
2036-
resolved "https://registry.yarnpkg.com/@napi-rs/canvas-darwin-x64/-/canvas-darwin-x64-0.1.73.tgz#62a8d8ebd317b6a8834983de10139674ac8f853b"
2037-
integrity sha512-GR1CcehDjdNYXN3bj8PIXcXfYLUUOQANjQpM+KNnmpRo7ojsuqPjT7ZVH+6zoG/aqRJWhiSo+ChQMRazZlRU9g==
2038-
2039-
"@napi-rs/[email protected].73":
2040-
version "0.1.73"
2041-
resolved "https://registry.yarnpkg.com/@napi-rs/canvas-linux-arm-gnueabihf/-/canvas-linux-arm-gnueabihf-0.1.73.tgz#cbf60df2a70ba6c387a9e0fd7bd732234fc84720"
2042-
integrity sha512-cM7F0kBJVFio0+U2iKSW4fWSfYQ8CPg4/DRZodSum/GcIyfB8+UPJSRM1BvvlcWinKLfX1zUYOwonZX9IFRRcw==
2043-
2044-
"@napi-rs/[email protected].73":
2045-
version "0.1.73"
2046-
resolved "https://registry.yarnpkg.com/@napi-rs/canvas-linux-arm64-gnu/-/canvas-linux-arm64-gnu-0.1.73.tgz#4777c2b29026c48421e4964da711391a7904eded"
2047-
integrity sha512-PMWNrMON9uz9klz1B8ZY/RXepQSC5dxxHQTowfw93Tb3fLtWO5oNX2k9utw7OM4ypT9BUZUWJnDQ5bfuXc/EUQ==
2048-
2049-
"@napi-rs/[email protected].73":
2050-
version "0.1.73"
2051-
resolved "https://registry.yarnpkg.com/@napi-rs/canvas-linux-arm64-musl/-/canvas-linux-arm64-musl-0.1.73.tgz#9bac2473b132f47c8be274db71764d5b41f7467a"
2052-
integrity sha512-lX0z2bNmnk1PGZ+0a9OZwI2lPPvWjRYzPqvEitXX7lspyLFrOzh2kcQiLL7bhyODN23QvfriqwYqp5GreSzVvA==
2053-
2054-
"@napi-rs/[email protected].73":
2055-
version "0.1.73"
2056-
resolved "https://registry.yarnpkg.com/@napi-rs/canvas-linux-riscv64-gnu/-/canvas-linux-riscv64-gnu-0.1.73.tgz#aa1906b26fb68578511da81aa4c42d73e91c1882"
2057-
integrity sha512-QDQgMElwxAoADsSR3UYvdTTQk5XOyD9J5kq15Z8XpGwpZOZsSE0zZ/X1JaOtS2x+HEZL6z1S6MF/1uhZFZb5ig==
2058-
2059-
"@napi-rs/[email protected].73":
2060-
version "0.1.73"
2061-
resolved "https://registry.yarnpkg.com/@napi-rs/canvas-linux-x64-gnu/-/canvas-linux-x64-gnu-0.1.73.tgz#bc8081fe3b1c04514ee96a6179784dc64fc6222e"
2062-
integrity sha512-wbzLJrTalQrpyrU1YRrO6w6pdr5vcebbJa+Aut5QfTaW9eEmMb1WFG6l1V+cCa5LdHmRr8bsvl0nJDU/IYDsmw==
2063-
2064-
"@napi-rs/[email protected].73":
2065-
version "0.1.73"
2066-
resolved "https://registry.yarnpkg.com/@napi-rs/canvas-linux-x64-musl/-/canvas-linux-x64-musl-0.1.73.tgz#e86dd8277cfae0eb0d577a9c579f365bee3d1cc8"
2067-
integrity sha512-xbfhYrUufoTAKvsEx2ZUN4jvACabIF0h1F5Ik1Rk4e/kQq6c+Dwa5QF0bGrfLhceLpzHT0pCMGMDeQKQrcUIyA==
2068-
2069-
"@napi-rs/[email protected].73":
2070-
version "0.1.73"
2071-
resolved "https://registry.yarnpkg.com/@napi-rs/canvas-win32-x64-msvc/-/canvas-win32-x64-msvc-0.1.73.tgz#6e4bc501dca4e409d11c19e78be922d9645a8c70"
2072-
integrity sha512-YQmHXBufFBdWqhx+ympeTPkMfs3RNxaOgWm59vyjpsub7Us07BwCcmu1N5kildhO8Fm0syoI2kHnzGkJBLSvsg==
2024+
"@napi-rs/[email protected].76":
2025+
version "0.1.76"
2026+
resolved "https://registry.yarnpkg.com/@napi-rs/canvas-android-arm64/-/canvas-android-arm64-0.1.76.tgz#83f91a0e4e0286d9dab654954b3883d6f84392c3"
2027+
integrity sha512-7EAfkLBQo2QoEzpHdInFbfEUYTXsiO2hvtFo1D9zfTzcQM8n5piZdOpJ3EIkmpe8yLoSV8HLyUQtq4bv11x6Tg==
2028+
2029+
"@napi-rs/[email protected].76":
2030+
version "0.1.76"
2031+
resolved "https://registry.yarnpkg.com/@napi-rs/canvas-darwin-arm64/-/canvas-darwin-arm64-0.1.76.tgz#5fc3d5bb09a4ea749cae9effcf933d9670267ad3"
2032+
integrity sha512-Cs8WRMzaWSJWeWY8tvnCe+TuduHUbB0xFhZ0FmOrNy2prPxT4A6aU3FQu8hR9XJw8kKZ7v902wzaDmy9SdhG8A==
2033+
2034+
"@napi-rs/[email protected].76":
2035+
version "0.1.76"
2036+
resolved "https://registry.yarnpkg.com/@napi-rs/canvas-darwin-x64/-/canvas-darwin-x64-0.1.76.tgz#612ba29d09787134e767538184555615c6684ed1"
2037+
integrity sha512-ya+T6gV9XAq7YAnMa2fKhWXAuRR5cpRny2IoHacoMxgtOARnUkJO/k3hIb52FtMoq7UxLi5+IFGVHU6ZiMu4Ag==
2038+
2039+
"@napi-rs/[email protected].76":
2040+
version "0.1.76"
2041+
resolved "https://registry.yarnpkg.com/@napi-rs/canvas-linux-arm-gnueabihf/-/canvas-linux-arm-gnueabihf-0.1.76.tgz#f7ad2afe29768c8b605fafe22d819f0a0d210f82"
2042+
integrity sha512-fgnPb+FKVuixACvkHGldJqYXExORBwvqGgL0K80uE6SGH2t0UKD2auHw2CtBy14DUzfg82PkupO2ix2w7kB+Xw==
2043+
2044+
"@napi-rs/[email protected].76":
2045+
version "0.1.76"
2046+
resolved "https://registry.yarnpkg.com/@napi-rs/canvas-linux-arm64-gnu/-/canvas-linux-arm64-gnu-0.1.76.tgz#3f816b8792520a6969a9a21664df3359a430f43a"
2047+
integrity sha512-r8OxIenvBPOa4I014k1ZWTCz2dB0ZTsxMP7+ovMOKO7jkl1Z+YZo2OTAqxArpMhN0wdEeI3Lw9zUcn2HgwEgDA==
2048+
2049+
"@napi-rs/[email protected].76":
2050+
version "0.1.76"
2051+
resolved "https://registry.yarnpkg.com/@napi-rs/canvas-linux-arm64-musl/-/canvas-linux-arm64-musl-0.1.76.tgz#81213c22769e42a69dda0a1f56ea0a184b0abcd8"
2052+
integrity sha512-smxwzKfHYaOYG7QXUuDPrFEC7WqjL3Lx4AM6mk8/FxDAS+8o0eoZJwSu+zXsaBLimEQUozEYgEGtJ2JJ0RdL4A==
2053+
2054+
"@napi-rs/[email protected].76":
2055+
version "0.1.76"
2056+
resolved "https://registry.yarnpkg.com/@napi-rs/canvas-linux-riscv64-gnu/-/canvas-linux-riscv64-gnu-0.1.76.tgz#72982152184ff95391397d8dc1a94cf142207ad1"
2057+
integrity sha512-G2PsFwsP+r4syEoNLStV3n1wtNAClwf8s/qB57bexG08R4f4WaiBd+x+d4iYS0Y5o90YIEm8/ewZn4bLIa0wNQ==
2058+
2059+
"@napi-rs/[email protected].76":
2060+
version "0.1.76"
2061+
resolved "https://registry.yarnpkg.com/@napi-rs/canvas-linux-x64-gnu/-/canvas-linux-x64-gnu-0.1.76.tgz#64fc046b875be2a4ff122496fa8fea41bff25c7b"
2062+
integrity sha512-SNK+vgge4DnuONYdYE3Y09LivGgUiUPQDU+PdGNZJIzIi0hRDLcA59eag8LGeQfPmJW84c1aZD04voihybKFog==
2063+
2064+
"@napi-rs/[email protected].76":
2065+
version "0.1.76"
2066+
resolved "https://registry.yarnpkg.com/@napi-rs/canvas-linux-x64-musl/-/canvas-linux-x64-musl-0.1.76.tgz#f5c2ef0108fea010380d207cff9091e41b4f60d2"
2067+
integrity sha512-tWHLBI9iVoR1NsfpHz1MGERTkqcca8akbH/CzX6JQUNC+lJOeYYXeRuK8hKqMIg1LI+4QOMAtHNVeZu8NvjEug==
2068+
2069+
"@napi-rs/[email protected].76":
2070+
version "0.1.76"
2071+
resolved "https://registry.yarnpkg.com/@napi-rs/canvas-win32-x64-msvc/-/canvas-win32-x64-msvc-0.1.76.tgz#51dddcf3c0211d24eb0400b67cc8e9b595f3d906"
2072+
integrity sha512-ifM5HOGw2hP5QLQzCB41Riw3Pq5yKAAjZpn+lJC0sYBmyS2s/Kq6KpTOKxf0CuptkI1wMcRcYQfhLRdeWiYvIg==
20732073

20742074
"@napi-rs/canvas@^0.1.65":
2075-
version "0.1.73"
2076-
resolved "https://registry.yarnpkg.com/@napi-rs/canvas/-/canvas-0.1.73.tgz#4cb1093f2674b122088dfc6d5f0b2f5bdde3c71a"
2077-
integrity sha512-9iwPZrNlCK4rG+vWyDvyvGeYjck9MoP0NVQP6N60gqJNFA1GsN0imG05pzNsqfCvFxUxgiTYlR8ff0HC1HXJiw==
2075+
version "0.1.76"
2076+
resolved "https://registry.yarnpkg.com/@napi-rs/canvas/-/canvas-0.1.76.tgz#ba432362618af1856ece07b40c8e2c7726be5528"
2077+
integrity sha512-YIk5okeNN53GzjvWmAyCQFE9xrLeQXzYpudX4TiLvqaz9SqXgIgxIuKPe4DKyB5nccsQMIev7JGKTzZaN5rFdw==
20782078
optionalDependencies:
2079-
"@napi-rs/canvas-android-arm64" "0.1.73"
2080-
"@napi-rs/canvas-darwin-arm64" "0.1.73"
2081-
"@napi-rs/canvas-darwin-x64" "0.1.73"
2082-
"@napi-rs/canvas-linux-arm-gnueabihf" "0.1.73"
2083-
"@napi-rs/canvas-linux-arm64-gnu" "0.1.73"
2084-
"@napi-rs/canvas-linux-arm64-musl" "0.1.73"
2085-
"@napi-rs/canvas-linux-riscv64-gnu" "0.1.73"
2086-
"@napi-rs/canvas-linux-x64-gnu" "0.1.73"
2087-
"@napi-rs/canvas-linux-x64-musl" "0.1.73"
2088-
"@napi-rs/canvas-win32-x64-msvc" "0.1.73"
2079+
"@napi-rs/canvas-android-arm64" "0.1.76"
2080+
"@napi-rs/canvas-darwin-arm64" "0.1.76"
2081+
"@napi-rs/canvas-darwin-x64" "0.1.76"
2082+
"@napi-rs/canvas-linux-arm-gnueabihf" "0.1.76"
2083+
"@napi-rs/canvas-linux-arm64-gnu" "0.1.76"
2084+
"@napi-rs/canvas-linux-arm64-musl" "0.1.76"
2085+
"@napi-rs/canvas-linux-riscv64-gnu" "0.1.76"
2086+
"@napi-rs/canvas-linux-x64-gnu" "0.1.76"
2087+
"@napi-rs/canvas-linux-x64-musl" "0.1.76"
2088+
"@napi-rs/canvas-win32-x64-msvc" "0.1.76"
20892089

20902090
"@napi-rs/wasm-runtime@^0.2.11":
20912091
version "0.2.11"

0 commit comments

Comments
 (0)