mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-11 16:46:16 +00:00
Bump tw-animate-css from 1.2.8 to 1.2.9 in /page (#261)
Bumps [tw-animate-css](https://github.com/Wombosvideo/tw-animate-css) from 1.2.8 to 1.2.9. <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.2.9</h2> <h2>Changelog</h2> <ul> <li>d8c3cf6: fix(ci): remove unnecessary CI commands</li> <li>df3ebb6: chore: update dependencies</li> <li>47c17d7: feat: add support for Reka UI in accordion and collapsible animations. Closes <a href="https://redirect.github.com/Wombosvideo/tw-animate-css/issues/30">#30</a></li> <li>289d30d: docs: update transform documentation to include animate-in and animate-out notes</li> <li>30b0542: chore: bump version to 1.2.9 and update package manager version</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="30b0542f5d"><code>30b0542</code></a> chore: bump version to 1.2.9 and update package manager version</li> <li><a href="289d30dd12"><code>289d30d</code></a> docs: update transform documentation to include animate-in and animate-out notes</li> <li><a href="47c17d77a0"><code>47c17d7</code></a> feat: add support for Reka UI in accordion and collapsible animations</li> <li><a href="df3ebb64ad"><code>df3ebb6</code></a> chore: update dependencies</li> <li><a href="d8c3cf6317"><code>d8c3cf6</code></a> fix(ci): remove unnecessary CI commands</li> <li>See full diff in <a href="https://github.com/Wombosvideo/tw-animate-css/compare/v1.2.8...v1.2.9">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.2.0",
|
||||
"tailwindcss": "^4.1.5",
|
||||
"tw-animate-css": "^1.2.8",
|
||||
"tw-animate-css": "^1.2.9",
|
||||
"vaul": "^1.1.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
@@ -5204,9 +5204,9 @@
|
||||
"license": "ISC"
|
||||
},
|
||||
"node_modules/tw-animate-css": {
|
||||
"version": "1.2.8",
|
||||
"resolved": "https://registry.npmjs.org/tw-animate-css/-/tw-animate-css-1.2.8.tgz",
|
||||
"integrity": "sha512-AxSnYRvyFnAiZCUndS3zQZhNfV/B77ZhJ+O7d3K6wfg/jKJY+yv6ahuyXwnyaYA9UdLqnpCwhTRv9pPTBnPR2g==",
|
||||
"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==",
|
||||
"license": "MIT",
|
||||
"funding": {
|
||||
"url": "https://github.com/sponsors/Wombosvideo"
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
"react-window": "^1.8.11",
|
||||
"tailwind-merge": "^3.2.0",
|
||||
"tailwindcss": "^4.1.5",
|
||||
"tw-animate-css": "^1.2.8",
|
||||
"tw-animate-css": "^1.2.9",
|
||||
"vaul": "^1.1.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user