Files
firezone/website/package.json
dependabot[bot] ae6c6ed05f build(deps): Bump asciinema-player from 3.7.0 to 3.7.1 in /website (#4849)
Bumps [asciinema-player](https://github.com/asciinema/asciinema-player)
from 3.7.0 to 3.7.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/asciinema/asciinema-player/releases">asciinema-player's
releases</a>.</em></p>
<blockquote>
<h2>3.7.1</h2>
<p>Notable changes:</p>
<ul>
<li>greatly improved rendering (position, alignment, accuracy) of ascii
drawing, block elements, braille patterns and Powerline triangle
symbols</li>
<li>fixed alignment of double-width chars (such as CJK, emoji)</li>
<li>new adaptive algorithm for buffering in live (websocket) driver,
ensuring smooth playback on high-latency or high-jitter network
connections</li>
<li>minor rendering performance improvement via UI updates batching</li>
<li>improved visibility of play button's drop shadow for themes with
light background</li>
<li>code refactorings and cleanup</li>
</ul>
<p><a
href="https://www.npmjs.com/package/asciinema-player/v/3.7.1">https://www.npmjs.com/package/asciinema-player/v/3.7.1</a></p>
<p>Demo showing the improved rendering in general:</p>
<p><a href="https://asciinema.org/a/19202"><img
src="https://asciinema.org/a/19202.svg" alt="asciicast" /></a></p>
<p>Screenshots showing the fixes to the character alignment and
positioning:</p>
<p><img
src="https://github.com/asciinema/asciinema-player/assets/17589/7916f750-c8d6-4799-816d-4fa407f7372a"
alt="image" /></p>
<p><img
src="https://github.com/asciinema/asciinema-player/assets/17589/ed854909-fc27-4a10-81dc-82863ec6c053"
alt="image" /></p>
<p><img
src="https://github.com/asciinema/asciinema-player/assets/17589/2b5f1292-eb71-4dd5-8301-dc7f6ceee8ca"
alt="image" /></p>
<p><img
src="https://github.com/asciinema/asciinema-player/assets/17589/544f0add-7a4f-4ea5-8ec7-7025adfedd05"
alt="image" /></p>
<h2>3.7.1-rc.2</h2>
<p>No release notes provided.</p>
<h2>3.7.1-rc.1</h2>
<p>No release notes provided.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="666743e2a2"><code>666743e</code></a>
Bump version</li>
<li><a
href="6728b14aa7"><code>6728b14</code></a>
Bump version</li>
<li><a
href="3eb73306e9"><code>3eb7330</code></a>
Batch related UI updates</li>
<li><a
href="f853dffe62"><code>f853dff</code></a>
Improve rendering for codepoints 0x2596-0x259f</li>
<li><a
href="39f939f097"><code>39f939f</code></a>
Bump version</li>
<li><a
href="c614accc70"><code>c614acc</code></a>
Improve rendering of block elements and powerline triangles</li>
<li><a
href="2533af4e5b"><code>2533af4</code></a>
Fix 256 color table CSS classes</li>
<li><a
href="6289a67993"><code>6289a67</code></a>
Fix RGB color rendering</li>
<li><a
href="02fbfa2de2"><code>02fbfa2</code></a>
Move implementation of inverse color attr from JS to CSS</li>
<li><a
href="210570f34f"><code>210570f</code></a>
Fix text blinking - don't blink the background</li>
<li>Additional commits viewable in <a
href="https://github.com/asciinema/asciinema-player/compare/v3.7.0...v3.7.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=asciinema-player&package-manager=npm_and_yarn&previous-version=3.7.0&new-version=3.7.1)](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-05-01 14:02:59 +00:00

57 lines
1.5 KiB
JSON

{
"name": "website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"prebuild": "bash ./timestamps.sh",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@docsearch/react": "^3.6.0",
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@next/mdx": "~14.1.4",
"@types/mdx": "^2.0.11",
"@types/mixpanel-browser": "^2.49.0",
"@types/node": "20.12.7",
"@types/react": "18.2.73",
"@types/react-dom": "18.2.23",
"@types/react-syntax-highlighter": "^15.5.11",
"asciinema-player": "^3.7.1",
"autoprefixer": "10.4.18",
"fast-xml-parser": "^4.3.5",
"flowbite": "^2.3.0",
"flowbite-react": "^0.7.8",
"highlight.js": "^11.9.0",
"md5": "^2.3.0",
"mixpanel-browser": "^2.50.0",
"next": "^14.1.3",
"next-hubspot": "^1.3.0",
"next-sitemap": "^4.2.3",
"postcss": "8.4.35",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-fast-marquee": "^1.6.4",
"react-icons": "^5.2.0",
"react-markdown": "^9.0.1",
"react-mixpanel-browser": "^4.1.0",
"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.3"
},
"devDependencies": {
"flowbite-typography": "^1.0.3",
"hastscript": "^9.0.0",
"typescript": "5.4.2"
}
}