Skip to content

Commit

Permalink
Update (#38)
Browse files Browse the repository at this point in the history
update deps
  • Loading branch information
ryanwiemer authored Jan 22, 2024
1 parent 55ebaa1 commit d3e8b86
Show file tree
Hide file tree
Showing 3 changed files with 840 additions and 381 deletions.
2 changes: 1 addition & 1 deletion components/intro-promo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export default function IntroPromo({

return (
<motion.section
className="relative container min-h-[100svh] grid grid-cols-12 gap-6 place-content-between md:items-end md:place-content-end pt-[25vh] pb-10"
className="relative container min-h-[100svh] grid grid-cols-12 gap-6 place-content-between md:items-end md:place-content-end pt-[25vh] pb-10 overflow-hidden"
style={{ opacity: fade }}
>
<div className="grid col-span-12 md:col-span-8">
Expand Down
41 changes: 20 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "rw",
"description": "Ryan Wiemer's online portfolio",
"license": "UNLICENSED",
"version": "3.0.2",
"version": "3.0.3",
"author": "Ryan Wiemer <ryan@ryanwiemer.com>",
"keywords": [
"rw"
Expand All @@ -23,39 +23,38 @@
"@plaiceholder/next": "^3.0.0",
"@radix-ui/react-aspect-ratio": "^1.0.3",
"@tailwindcss/typography": "0.5.10",
"@types/node": "^20.10.3",
"@types/react": "^18.2.42",
"@types/react-dom": "^18.2.17",
"@types/node": "^20.11.5",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@uidotdev/usehooks": "^2.4.1",
"@vercel/analytics": "^1.1.1",
"@vercel/speed-insights": "^1.0.0",
"autoprefixer": "10.4.16",
"@vercel/analytics": "^1.1.2",
"@vercel/speed-insights": "^1.0.5",
"autoprefixer": "10.4.17",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"date-fns": "2.30.0",
"framer-motion": "^10.16.15",
"lucide-react": "^0.294.0",
"next": "14.0.4",
"clsx": "^2.1.0",
"date-fns": "3.3.0",
"framer-motion": "^10.18.0",
"lucide-react": "^0.314.0",
"next": "14.1.0",
"next-sitemap": "^4.2.3",
"next-themes": "^0.2.1",
"plaiceholder": "^3.0.0",
"postcss": "8.4.32",
"postcss": "8.4.33",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-wrap-balancer": "^1.1.0",
"sharp": "^0.32.6",
"sharp": "0.32.6",
"tailwind-gradient-mask-image": "^1.1.0",
"tailwind-merge": "^2.1.0",
"tailwindcss": "^3.3.6",
"tailwind-merge": "^2.2.0",
"tailwindcss": "^3.4.1",
"tailwindcss-animate": "^1.0.7",
"tailwindcss-inner-border": "^0.2.0",
"typescript": "^5.3.3"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.13.2",
"eslint": "^8.55.0",
"eslint-config-next": "^14.0.4",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"eslint": "^8.56.0",
"eslint-config-next": "^14.1.0",
"eslint-config-prettier": "^9.1.0",
"prettier": "^3.1.0"
"prettier": "^3.2.4"
}
}
Loading

0 comments on commit d3e8b86

Please sign in to comment.