Skip to content

Commit

Permalink
feat: migrate to iconify-icon, update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
driss-chelouati committed Apr 27, 2024
1 parent af40ed3 commit 232ec47
Show file tree
Hide file tree
Showing 24 changed files with 1,642 additions and 1,866 deletions.
8 changes: 8 additions & 0 deletions .astro/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"_variables": {
"lastUpdateCheck": 1714120368460
},
"devToolbar": {
"enabled": false
}
}
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,9 @@ Dokto is built with [Astro](https://astro.build), [TailwindCSS](https://tailwind

## 👍 Features

* Astro v3.x
* Nodejs v18.x
* Bulma v0.9.x
* ES6 support
* Astro v4.x
* Alpine v3.x
* Tailwind CSS

## 👌 Usage

Expand Down
25 changes: 12 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,20 @@
"astro": "astro"
},
"dependencies": {
"@alpinejs/collapse": "3.13.0",
"@alpinejs/intersect": "3.13.0",
"@alpinejs/persist": "3.13.0",
"@astrojs/tailwind": "5.0.0",
"@iconify/iconify": "3.1.1",
"@iconify/json": "2.2.116",
"@alpinejs/collapse": "3.13.10",
"@alpinejs/intersect": "3.13.10",
"@alpinejs/persist": "3.13.10",
"@astrojs/tailwind": "5.1.0",
"iconify-icon": "^2.0.0",
"@tailwindcss/aspect-ratio": "0.4.2",
"@tailwindcss/typography": "0.5.10",
"alpinejs": "3.13.0",
"astro": "3.1.0",
"swiper": "10.2.0",
"tailwindcss": "3.3.3"
"@tailwindcss/typography": "0.5.12",
"alpinejs": "3.13.10",
"astro": "4.7.0",
"swiper": "11.1.1",
"tailwindcss": "3.4.3"
},
"devDependencies": {
"@fontsource-variable/inter": "^5.0.8",
"autoprefixer": "10.4.15"
"@fontsource-variable/inter": "^5.0.18",
"autoprefixer": "10.4.19"
}
}
Loading

0 comments on commit 232ec47

Please sign in to comment.