Skip to content

Commit

Permalink
Upgrade astro version (#29)
Browse files Browse the repository at this point in the history
This pull request enhances the hero section of the home component in the `timsexperiments` app by adding a Rubik's cube animation. It includes changes to the `package.json` to update versions of `astro` dependencies and introduces new dependencies such as `three` and `@timsexperiments/three-rubiks-cube`. Images used in the hero component have been replaced with a Rubik's cube animation, along with the addition of new components and scripts to support this animation.

---
  • Loading branch information
timsexperiments authored Jun 12, 2024
2 parents 55ce04c + 0680fde commit 0f7f351
Show file tree
Hide file tree
Showing 2 changed files with 757 additions and 658 deletions.
14 changes: 7 additions & 7 deletions apps/timsexperiments/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.4.1",
"@astrojs/cloudflare": "^9.0.1",
"@astrojs/db": "^0.10.1",
"@astrojs/check": "^0.7.0",
"@astrojs/cloudflare": "^10.4.0",
"@astrojs/db": "^0.11.5",
"@astrojs/markdown-remark": "^5.1.0",
"@astrojs/mdx": "^2.0.4",
"@astrojs/react": "^3.0.9",
"@astrojs/rss": "^4.0.2",
"@astrojs/mdx": "^3.1.0",
"@astrojs/react": "^3.5.0",
"@astrojs/rss": "^4.0.6",
"@astrojs/sitemap": "^3.1.5",
"@astrojs/tailwind": "^5.1.0",
"@hookform/resolvers": "^3.3.4",
Expand All @@ -32,7 +32,7 @@
"@types/hast": "^3.0.4",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"astro": "4.5.16",
"astro": "4.10.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"embla-carousel-react": "^8.0.0-rc23",
Expand Down
Loading

0 comments on commit 0f7f351

Please sign in to comment.