mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-19 03:33:56 +00:00
Bump tw-animate-css from 1.3.3 to 1.3.4 in /page (#371)
Bumps [tw-animate-css](https://github.com/Wombosvideo/tw-animate-css) from 1.3.3 to 1.3.4. <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.4</h2> <h2>Changelog</h2> <ul> <li>5012a6b: feat: add logical slide translate utilities (<a href="https://redirect.github.com/Wombosvideo/tw-animate-css/issues/39">#39</a>)</li> <li>041f32f: fix: use default fill-mode <code>none</code> instead of <code>forwards</code></li> <li>7f6ad32: chore: bump version to 1.3.4 and update package manager version</li> </ul> <h2>Issues fixed</h2> <ul> <li><a href="https://redirect.github.com/Wombosvideo/tw-animate-css/issues/42">#42</a>: bug: incorrect default value for fill-mode breaking some animations (thanks for your help, <a href="https://github.com/ollema"><code>@ollema</code></a>)</li> </ul> <h2>New features</h2> <p>This release adds logical <code>start</code>, <code>end</code> slide utilities. Compared to <code>left</code> and <code>right</code>, these take the text direction into consideration, allowing you remove some redundancy:</p> <pre lang="diff"><code>- ltr:slide-in-from-left-4 ltr:slide-out-to-left-4 rtl:slide-in-from-right-4 rtl:slide-out-to-right-4 + slide-in-from-start-4 slide-out-to-start-4 </code></pre> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="7f6ad320c1"><code>7f6ad32</code></a> chore: bump version to 1.3.4 and update package manager version</li> <li><a href="041f32f283"><code>041f32f</code></a> fix: use default fill-mode <code>none</code> instead of <code>forwards</code></li> <li><a href="5012a6baae"><code>5012a6b</code></a> feat: add logical slide translate utilities (<a href="https://redirect.github.com/Wombosvideo/tw-animate-css/issues/39">#39</a>)</li> <li>See full diff in <a href="https://github.com/Wombosvideo/tw-animate-css/compare/v1.3.3...v1.3.4">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.1",
|
||||
"tailwindcss": "^4.1.5",
|
||||
"tw-animate-css": "^1.3.3",
|
||||
"tw-animate-css": "^1.3.4",
|
||||
"vaul": "^1.1.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
@@ -5757,9 +5757,9 @@
|
||||
"license": "0BSD"
|
||||
},
|
||||
"node_modules/tw-animate-css": {
|
||||
"version": "1.3.3",
|
||||
"resolved": "https://registry.npmjs.org/tw-animate-css/-/tw-animate-css-1.3.3.tgz",
|
||||
"integrity": "sha512-tXE2TRWrskc4TU3RDd7T8n8Np/wCfoeH9gz22c7PzYqNPQ9FBGFbWWzwL0JyHcFp+jHozmF76tbHfPAx22ua2Q==",
|
||||
"version": "1.3.4",
|
||||
"resolved": "https://registry.npmjs.org/tw-animate-css/-/tw-animate-css-1.3.4.tgz",
|
||||
"integrity": "sha512-dd1Ht6/YQHcNbq0znIT6dG8uhO7Ce+VIIhZUhjsryXsMPJQz3bZg7Q2eNzLwipb25bRZslGb2myio5mScd1TFg==",
|
||||
"license": "MIT",
|
||||
"funding": {
|
||||
"url": "https://github.com/sponsors/Wombosvideo"
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
"react-window": "^1.8.11",
|
||||
"tailwind-merge": "^3.3.1",
|
||||
"tailwindcss": "^4.1.5",
|
||||
"tw-animate-css": "^1.3.3",
|
||||
"tw-animate-css": "^1.3.4",
|
||||
"vaul": "^1.1.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user