switch to bun text-based lockfile
This commit is contained in:
parent
a5209b618d
commit
56eb0a2e41
4 changed files with 1282 additions and 8 deletions
BIN
bun.lockb
BIN
bun.lockb
Binary file not shown.
11
package.json
11
package.json
|
@ -15,22 +15,21 @@
|
|||
"@astrojs/mdx": "^4.0.8",
|
||||
"@astrojs/rss": "^4.0.11",
|
||||
"@astrojs/sitemap": "3.2.1",
|
||||
"@astrojs/tailwind": "^6.0.0",
|
||||
"@fontsource-variable/outfit": "^5.1.1",
|
||||
"@fontsource-variable/red-hat-mono": "^5.1.1",
|
||||
"@fontsource/borel": "^5.1.1",
|
||||
"@tailwindcss/vite": "^4.0.1",
|
||||
"astro": "^5.2.1",
|
||||
"@tailwindcss/vite": "^4.0.3",
|
||||
"astro": "^5.2.3",
|
||||
"astro-icon": "^1.1.5",
|
||||
"rehype-external-links": "^3.0.0",
|
||||
"tailwindcss": "^4.0.1",
|
||||
"tailwindcss": "^4.0.3",
|
||||
"typescript": "^5.7.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@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",
|
||||
"@types/node": "^22.12.0",
|
||||
"@types/bun": "^1.2.2",
|
||||
"prettier": "^3.4.2",
|
||||
"prettier-plugin-astro": "^0.14.1",
|
||||
"prettier-plugin-tailwindcss": "^0.6.11"
|
||||
|
|
|
@ -75,9 +75,9 @@ import Link from "@components/Link.astro";
|
|||
focusing on 3D environments within software such as Blender and Unreal
|
||||
Engine. Using either real-time or offline rendering techniques. In
|
||||
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"
|
||||
href="https://github.com/troylusty/troylusty.com">source code</a
|
||||
href="https://github.com/troylusty/troylusty.com">source code</Link
|
||||
> being public.
|
||||
</p>
|
||||
<Skills />
|
||||
|
|
Loading…
Add table
Reference in a new issue