Skip to content

Commit 232ec47

Browse files
feat: migrate to iconify-icon, update dependencies
1 parent af40ed3 commit 232ec47

24 files changed

+1642
-1866
lines changed

.astro/settings.json

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"_variables": {
3+
"lastUpdateCheck": 1714120368460
4+
},
5+
"devToolbar": {
6+
"enabled": false
7+
}
8+
}

README.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,9 @@ Dokto is built with [Astro](https://astro.build), [TailwindCSS](https://tailwind
1212

1313
## 👍 Features
1414

15-
* Astro v3.x
16-
* Nodejs v18.x
17-
* Bulma v0.9.x
18-
* ES6 support
15+
* Astro v4.x
1916
* Alpine v3.x
17+
* Tailwind CSS
2018

2119
## 👌 Usage
2220

package.json

+12-13
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,20 @@
1818
"astro": "astro"
1919
},
2020
"dependencies": {
21-
"@alpinejs/collapse": "3.13.0",
22-
"@alpinejs/intersect": "3.13.0",
23-
"@alpinejs/persist": "3.13.0",
24-
"@astrojs/tailwind": "5.0.0",
25-
"@iconify/iconify": "3.1.1",
26-
"@iconify/json": "2.2.116",
21+
"@alpinejs/collapse": "3.13.10",
22+
"@alpinejs/intersect": "3.13.10",
23+
"@alpinejs/persist": "3.13.10",
24+
"@astrojs/tailwind": "5.1.0",
25+
"iconify-icon": "^2.0.0",
2726
"@tailwindcss/aspect-ratio": "0.4.2",
28-
"@tailwindcss/typography": "0.5.10",
29-
"alpinejs": "3.13.0",
30-
"astro": "3.1.0",
31-
"swiper": "10.2.0",
32-
"tailwindcss": "3.3.3"
27+
"@tailwindcss/typography": "0.5.12",
28+
"alpinejs": "3.13.10",
29+
"astro": "4.7.0",
30+
"swiper": "11.1.1",
31+
"tailwindcss": "3.4.3"
3332
},
3433
"devDependencies": {
35-
"@fontsource-variable/inter": "^5.0.8",
36-
"autoprefixer": "10.4.15"
34+
"@fontsource-variable/inter": "^5.0.18",
35+
"autoprefixer": "10.4.19"
3736
}
3837
}

0 commit comments

Comments
 (0)