pnpm update

This commit is contained in:
Noah Swerhun 2024-11-10 15:13:56 -06:00
parent ace6603241
commit 3ed2010a34
3 changed files with 3429 additions and 3576 deletions

View file

@ -11,20 +11,20 @@
}, },
"dependencies": { "dependencies": {
"@astrojs/check": "^0.5.10", "@astrojs/check": "^0.5.10",
"@astrojs/tailwind": "^5.1.0", "@astrojs/tailwind": "^5.1.2",
"@tsparticles/basic": "^3.3.0", "@tsparticles/basic": "^3.5.0",
"@tsparticles/engine": "^3.3.0", "@tsparticles/engine": "^3.5.0",
"@tsparticles/interaction-particles-links": "^3.3.0", "@tsparticles/interaction-particles-links": "^3.5.0",
"@tsparticles/move-parallax": "^3.3.0", "@tsparticles/move-parallax": "^3.5.0",
"astro": "^4.5.12", "astro": "^4.16.10",
"tailwindcss": "^3.4.3", "tailwindcss": "^3.4.14",
"typescript": "^5.4.3" "typescript": "^5.6.3"
}, },
"devDependencies": { "devDependencies": {
"clsx": "^2.1.0", "clsx": "^2.1.1",
"prettier": "^3.2.5", "prettier": "^3.3.3",
"prettier-plugin-astro": "^0.13.0", "prettier-plugin-astro": "^0.13.0",
"sharp": "^0.33.3", "sharp": "^0.33.5",
"tailwind-merge": "^2.2.2" "tailwind-merge": "^2.5.4"
} }
} }

File diff suppressed because it is too large Load diff

1
src/env.d.ts vendored
View file

@ -1 +1,2 @@
/// <reference path="../.astro/types.d.ts" />
/// <reference types="astro/client" /> /// <reference types="astro/client" />