Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ZaneFerns360 committed Jun 11, 2024
1 parent 2b8565f commit dbdeafa
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 37 deletions.
Binary file added bun.lockb
Binary file not shown.
52 changes: 26 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,36 +9,36 @@
"lint": "next lint"
},
"dependencies": {
"@fortawesome/react-fontawesome": "^0.2.0",
"@material-tailwind/react": "^2.1.0",
"@opentelemetry/api": "^1.4.1",
"@opentelemetry/instrumentation": "^0.41.2",
"@opentelemetry/resources": "^1.15.2",
"@opentelemetry/sdk-trace-node": "^1.15.2",
"@opentelemetry/semantic-conventions": "^1.15.2",
"@vercel/analytics": "^1.0.1",
"autoprefixer": "10.4.14",
"@fortawesome/react-fontawesome": "^0.2.2",
"@material-tailwind/react": "^2.1.9",
"@opentelemetry/api": "^1.9.0",
"@opentelemetry/instrumentation": "^0.52.0",
"@opentelemetry/resources": "^1.25.0",
"@opentelemetry/sdk-trace-node": "^1.25.0",
"@opentelemetry/semantic-conventions": "^1.25.0",
"@vercel/analytics": "^1.3.1",
"autoprefixer": "10.4.19",
"encoding": "^0.1.13",
"eslint": "8.45.0",
"eslint-config-next": "^13.5.2",
"firebase": "^10.2.0",
"flowbite": "^1.8.1",
"eslint": "9.4.0",
"eslint-config-next": "^14.2.3",
"firebase": "^10.12.2",
"flowbite": "^2.3.0",
"font-awesome": "^4.7.0",
"framer-motion": "^10.16.1",
"lucide-react": "^0.268.0",
"next": "^13.5.2",
"postcss": "8.4.27",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"framer-motion": "^11.2.10",
"lucide-react": "^0.394.0",
"next": "^14.2.3",
"postcss": "8.4.38",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-firebase-hooks": "^5.1.1",
"react-icons": "^4.11.0",
"react-intersection-observer": "^9.5.2",
"sharp": "^0.32.5",
"tailwindcss": "3.3.3"
"react-icons": "^5.2.1",
"react-intersection-observer": "^9.10.3",
"sharp": "^0.33.4",
"tailwindcss": "3.4.4"
},
"devDependencies": {
"daisyui": "^3.5.0",
"prettier": "^3.0.2",
"prettier-plugin-tailwindcss": "^0.5.3"
"daisyui": "^4.12.2",
"prettier": "^3.3.2",
"prettier-plugin-tailwindcss": "^0.6.2"
}
}
11 changes: 0 additions & 11 deletions src/app/page.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,17 +54,6 @@ export default function Home() {
ref={refx}
>
{' '}
<Projects />
</motion.div>
{/* <UpcomingEvents /> */}
<WeeklyThon />
<motion.div
animate={inView1 ? 'visible' : 'hidden'}
variants={variants}
exit="hidden"
transition={{ duration: 0.5 }}
ref={ref1}
>
<AboutUs />
</motion.div>

Expand Down

0 comments on commit dbdeafa

Please sign in to comment.