mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-21 04:33:56 +00:00
Bump tw-animate-css from 1.2.9 to 1.3.0 in /page (#306)
Bumps [tw-animate-css](https://github.com/Wombosvideo/tw-animate-css) from 1.2.9 to 1.3.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Wombosvideo/tw-animate-css/releases">tw-animate-css's releases</a>.</em></p> <blockquote> <h2>v1.3.0</h2> <h2>Changelog</h2> <ul> <li>6dba4b0: fix: align syntax with Tailwind CSS syntax</li> <li>c82b41c: docs: add tree-shaking note</li> <li>33b4e50: feat: add animation-duration-* utility</li> <li>a6fcd13: chore: bump version to 1.3.0 and update dependencies</li> </ul> <h3>New features</h3> <p>I've decided to add a <code>animation-duration-*</code> utility which should be used to define animation durations in the future. For now, <code>duration-*</code> is still supported to remain compatible with <code>tailwindcss-animate</code>.</p> <p>This utility was added so you can define different durations for transitions and animations. Probably not something many people have a use case for, but I didn't want to define an own <code>duration-*</code> utility to <em>actually</em> set <code>animation-duration</code>. Please open an issue if you prefer to keep using <code>duration-*</code> instead of <code>animation-duration-*</code>.</p> <h3>Breaking Change</h3> <p><code>zoom-in-*</code> and <code>zoom-out-*</code> utilities now require ratios to be specified differently:</p> <pre lang="diff"><code>- zoom-in-[1/2] + zoom-in-1/2 </code></pre> <p>I don't expect this to affect many people, which is why this is not a major release. If you are affected by this, let me know.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="a6fcd13bca"><code>a6fcd13</code></a> chore: bump version to 1.3.0 and update dependencies</li> <li><a href="33b4e50ed8"><code>33b4e50</code></a> feat: add animation-duration-* utility</li> <li><a href="c82b41cd7b"><code>c82b41c</code></a> docs: add tree-shaking note</li> <li><a href="6dba4b0f51"><code>6dba4b0</code></a> fix: align syntax with Tailwind CSS syntax</li> <li>See full diff in <a href="https://github.com/Wombosvideo/tw-animate-css/compare/v1.2.9...v1.3.0">compare view</a></li> </ul> </details> <br /> [](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>
This commit is contained in:
8
page/package-lock.json
generated
8
page/package-lock.json
generated
@@ -39,7 +39,7 @@
|
||||
"react-window": "^1.8.11",
|
||||
"tailwind-merge": "^3.3.0",
|
||||
"tailwindcss": "^4.1.5",
|
||||
"tw-animate-css": "^1.2.9",
|
||||
"tw-animate-css": "^1.3.0",
|
||||
"vaul": "^1.1.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
@@ -6483,9 +6483,9 @@
|
||||
"license": "0BSD"
|
||||
},
|
||||
"node_modules/tw-animate-css": {
|
||||
"version": "1.2.9",
|
||||
"resolved": "https://registry.npmjs.org/tw-animate-css/-/tw-animate-css-1.2.9.tgz",
|
||||
"integrity": "sha512-9O4k1at9pMQff9EAcCEuy1UNO43JmaPQvq+0lwza9Y0BQ6LB38NiMj+qHqjoQf40355MX+gs6wtlR6H9WsSXFg==",
|
||||
"version": "1.3.0",
|
||||
"resolved": "https://registry.npmjs.org/tw-animate-css/-/tw-animate-css-1.3.0.tgz",
|
||||
"integrity": "sha512-jrJ0XenzS9KVuDThJDvnhalbl4IYiMQ/XvpA0a2FL8KmlK+6CSMviO7ROY/I7z1NnUs5NnDhlM6fXmF40xPxzw==",
|
||||
"license": "MIT",
|
||||
"funding": {
|
||||
"url": "https://github.com/sponsors/Wombosvideo"
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
"react-window": "^1.8.11",
|
||||
"tailwind-merge": "^3.3.0",
|
||||
"tailwindcss": "^4.1.5",
|
||||
"tw-animate-css": "^1.2.9",
|
||||
"tw-animate-css": "^1.3.0",
|
||||
"vaul": "^1.1.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user