Files
firezone/website/package.json
dependabot[bot] a646d88537 build(deps): Bump framer-motion from 11.3.28 to 11.3.31 in /website (#6533)
Bumps [framer-motion](https://github.com/framer/motion) from 11.3.28 to
11.3.31.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/framer/motion/blob/main/CHANGELOG.md">framer-motion's
changelog</a>.</em></p>
<blockquote>
<h2>[11.3.31] 2024-08-29</h2>
<h3>Fixed</h3>
<ul>
<li>Detects conflicts between optimised animations and rendered
<code>style</code>.</li>
<li>Resumes optimised animations where possible once layout measurements
are complete.</li>
</ul>
<h2>[11.3.30] 2024-08-23</h2>
<h3>Fixed</h3>
<ul>
<li>Removed double <code>&quot;change&quot;</code> handler on
externally-provided <code>MotionValue</code>s.</li>
</ul>
<h2>[11.3.29] 2024-08-21</h2>
<h3>Fixed</h3>
<ul>
<li>Selective cancellation of optimised appear animations.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="2947065346"><code>2947065</code></a>
v11.3.31</li>
<li><a
href="aee687f636"><code>aee687f</code></a>
Updating changelog</li>
<li><a
href="45a1d06d47"><code>45a1d06</code></a>
Resume optimised animations where possible (<a
href="https://redirect.github.com/framer/motion/issues/2774">#2774</a>)</li>
<li><a
href="689b247695"><code>689b247</code></a>
Bump webpack from 5.76.1 to 5.94.0 (<a
href="https://redirect.github.com/framer/motion/issues/2776">#2776</a>)</li>
<li><a
href="d2484a88f1"><code>d2484a8</code></a>
Ensure optimised appear animations are cancelled when styles differ (<a
href="https://redirect.github.com/framer/motion/issues/2772">#2772</a>)</li>
<li><a
href="4c92d2fc9b"><code>4c92d2f</code></a>
Increasing bundlesizes</li>
<li><a
href="9436cce05a"><code>9436cce</code></a>
updating version</li>
<li><a
href="7f7e4305d4"><code>7f7e430</code></a>
v11.3.30</li>
<li><a
href="a0f0573082"><code>a0f0573</code></a>
Updating changelog</li>
<li><a
href="828b8d9e52"><code>828b8d9</code></a>
Removing double update listenrs on externall provided motion values (<a
href="https://redirect.github.com/framer/motion/issues/2773">#2773</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/framer/motion/compare/v11.3.28...v11.3.31">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=framer-motion&package-manager=npm_and_yarn&previous-version=11.3.28&new-version=11.3.31)](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-03 22:29:27 +00:00

59 lines
1.6 KiB
JSON

{
"name": "website",
"version": "0.1.0",
"private": true,
"scripts": {
"setup": "pnpm install && bash ./timestamps.sh",
"dev": "next dev",
"prebuild": "bash ./timestamps.sh",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@docsearch/react": "^3.6.1",
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@next/mdx": "~14.2.5",
"@next/third-parties": "^14.2.7",
"@types/mdx": "^2.0.13",
"@types/mixpanel-browser": "^2.50.0",
"@types/node": "20.14.12",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/react-syntax-highlighter": "^15.5.13",
"@vercel/edge-config": "^1.2.1",
"asciinema-player": "^3.8.0",
"autoprefixer": "10.4.19",
"fast-xml-parser": "^4.4.1",
"flowbite-react": "^0.10.1",
"framer-motion": "^11.3.31",
"highlight.js": "^11.10.0",
"md5": "^2.3.0",
"mixpanel-browser": "^2.55.1",
"next": "^14.2.5",
"next-hubspot": "^1.3.0",
"next-sitemap": "^4.2.3",
"postcss": "8.4.39",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-fast-marquee": "^1.6.5",
"react-icons": "^5.3.0",
"react-markdown": "^9.0.1",
"react-syntax-highlighter": "^15.5.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-highlight": "^7.0.0",
"rehype-slug": "^6.0.0",
"rehype-stringify": "^10.0.0",
"remark-gfm": "^4.0.0",
"remark-parse": "^11.0.0",
"tailwindcss": "3.4.10"
},
"devDependencies": {
"flowbite-typography": "^1.0.3",
"hastscript": "^9.0.0",
"typescript": "5.5.4"
}
}