Skip to content

Commit

Permalink
feat: upgrade to Astro v2
Browse files Browse the repository at this point in the history
  • Loading branch information
driss-chelouati committed Feb 10, 2023
1 parent e509702 commit 69d7ea8
Show file tree
Hide file tree
Showing 2 changed files with 688 additions and 1,027 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,20 @@
"astro": "astro"
},
"dependencies": {
"@alpinejs/collapse": "3.10.5",
"@alpinejs/intersect": "3.10.5",
"@alpinejs/persist": "3.10.5",
"@iconify/iconify": "3.0.1",
"alpinejs": "3.7.1",
"@astrojs/tailwind": "2.1.3",
"astro": "1.7.2",
"tailwindcss": "3.2.2",
"@iconify/json": "2.1.102",
"@tailwindcss/aspect-ratio": "0.4.0",
"@tailwindcss/line-clamp": "0.4.0",
"@tailwindcss/typography": "0.5.2",
"@alpinejs/collapse": "3.11.1",
"@alpinejs/intersect": "3.11.1",
"@alpinejs/persist": "3.11.1",
"@astrojs/tailwind": "3.0.1",
"@iconify/iconify": "3.1.0",
"@iconify/json": "2.2.20",
"@tailwindcss/aspect-ratio": "0.4.2",
"@tailwindcss/line-clamp": "0.4.2",
"@tailwindcss/typography": "0.5.9",
"@vidstack/player": "1.6.3",
"swiper": "8.4.5"
"alpinejs": "3.11.1",
"astro": "2.0.10",
"swiper": "8.4.5",
"tailwindcss": "3.2.6"
},
"devDependencies": {
"autoprefixer": "10.4.13",
Expand Down
Loading

0 comments on commit 69d7ea8

Please sign in to comment.