chore: update deps, use diff datHere logo

This commit is contained in:
rzmk 2024-04-03 12:33:00 -04:00
parent a48a309383
commit 4b03a9eaa3
No known key found for this signature in database
3 changed files with 5305 additions and 6 deletions

View file

@ -11,15 +11,15 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/tailwind": "^3.1.1",
"@astrojs/tailwind": "^3.1.3",
"@fontsource/inter": "^4.5.15",
"astro": "^2.2.0",
"framer-motion": "^10.11.2",
"npm-check-updates": "^16.10.7",
"tailwindcss": "^3.3.1"
"astro": "^2.10.15",
"framer-motion": "^10.18.0",
"npm-check-updates": "^16.14.18",
"tailwindcss": "^3.4.3"
},
"devDependencies": {
"@astrojs/react": "^2.1.1",
"@astrojs/react": "^2.3.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}