switch to bun text-based lockfile

This commit is contained in:
Troy 2025-02-02 12:17:27 +00:00
parent a5209b618d
commit 56eb0a2e41
Signed by: troy
GPG key ID: DFC06C02ED3B4711
4 changed files with 1282 additions and 8 deletions

1275
bun.lock Normal file

File diff suppressed because it is too large Load diff

BIN
bun.lockb

Binary file not shown.

View file

@ -15,22 +15,21 @@
"@astrojs/mdx": "^4.0.8", "@astrojs/mdx": "^4.0.8",
"@astrojs/rss": "^4.0.11", "@astrojs/rss": "^4.0.11",
"@astrojs/sitemap": "3.2.1", "@astrojs/sitemap": "3.2.1",
"@astrojs/tailwind": "^6.0.0",
"@fontsource-variable/outfit": "^5.1.1", "@fontsource-variable/outfit": "^5.1.1",
"@fontsource-variable/red-hat-mono": "^5.1.1", "@fontsource-variable/red-hat-mono": "^5.1.1",
"@fontsource/borel": "^5.1.1", "@fontsource/borel": "^5.1.1",
"@tailwindcss/vite": "^4.0.1", "@tailwindcss/vite": "^4.0.3",
"astro": "^5.2.1", "astro": "^5.2.3",
"astro-icon": "^1.1.5", "astro-icon": "^1.1.5",
"rehype-external-links": "^3.0.0", "rehype-external-links": "^3.0.0",
"tailwindcss": "^4.0.1", "tailwindcss": "^4.0.3",
"typescript": "^5.7.3" "typescript": "^5.7.3"
}, },
"devDependencies": { "devDependencies": {
"@iconify-json/mdi": "^1.2.3", "@iconify-json/mdi": "^1.2.3",
"@iconify-json/simple-icons": "^1.2.22", "@iconify-json/simple-icons": "^1.2.23",
"@tailwindcss/typography": "^0.5.16", "@tailwindcss/typography": "^0.5.16",
"@types/node": "^22.12.0", "@types/bun": "^1.2.2",
"prettier": "^3.4.2", "prettier": "^3.4.2",
"prettier-plugin-astro": "^0.14.1", "prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.11" "prettier-plugin-tailwindcss": "^0.6.11"

View file

@ -75,9 +75,9 @@ import Link from "@components/Link.astro";
focusing on 3D environments within software such as Blender and Unreal focusing on 3D environments within software such as Blender and Unreal
Engine. Using either real-time or offline rendering techniques. In Engine. Using either real-time or offline rendering techniques. In
addition to this I am also very interested in web development, with this addition to this I am also very interested in web development, with this
site's <a site's <Link
class="text-secondary decoration-tertiary underline decoration-wavy" class="text-secondary decoration-tertiary underline decoration-wavy"
href="https://github.com/troylusty/troylusty.com">source code</a href="https://github.com/troylusty/troylusty.com">source code</Link
> being public. > being public.
</p> </p>
<Skills /> <Skills />