Skip to content

Commit 6b63ecd

Browse files
feat: migrate to iconify-icon, update dependencies
1 parent 5dd4248 commit 6b63ecd

20 files changed

+2131
-3076
lines changed

.astro/settings.json

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

README.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,12 @@
99
## ✌️ preview
1010

1111
Check out the live demo by clicking [here](https://krypton.cssninja.io).
12-
Fresh is built with [Bulma](https://bulma.io) and [Alpine JS](https://github.com/alpinejs/alpine).
12+
Krypton is built with [Astro](https://astro.build), [Bulma](https://bulma.io) and [Alpine JS](https://github.com/alpinejs/alpine).
1313

1414
## 👍 Features
1515

16-
* Astro v3.x
17-
* Node v18.x
18-
* Bulma v0.9.x
19-
* ES6 support
16+
* Astro v4.x
17+
* Bulma 0.9.x
2018
* Alpine v3.x
2119

2220
## 👌 Usage

package.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "krypton",
33
"version": "5.2.0",
4-
"description": "Krypton - Bulma + Alpine JS ICO/Crypto Starter",
4+
"description": "Krypton - Astro + Bulma + Alpine JS ICO/Crypto Starter",
55
"type": "module",
66
"private": true,
77
"author": {
@@ -21,28 +21,28 @@
2121
"astro": "astro"
2222
},
2323
"dependencies": {
24-
"@alpinejs/collapse": "3.13.0",
25-
"@alpinejs/intersect": "3.13.0",
26-
"@alpinejs/persist": "3.13.0",
27-
"@iconify/iconify": "3.1.1",
28-
"alpinejs": "3.13.0",
29-
"astro": "3.1.0",
24+
"@alpinejs/collapse": "3.13.10",
25+
"@alpinejs/intersect": "3.13.10",
26+
"@alpinejs/persist": "3.13.10",
27+
"alpinejs": "3.13.10",
28+
"astro": "4.7.0",
3029
"bulma": "0.9.4",
3130
"bulma-css-vars": "0.8.0",
32-
"fuse.js": "6.6.2",
31+
"fuse.js": "7.0.0",
32+
"iconify-icon": "^2.0.0",
3333
"js-datepicker": "5.18.2",
3434
"lozad": "1.16.0",
35-
"moment": "2.29.4",
35+
"moment": "2.30.1",
3636
"notyf": "3.10.0",
3737
"particles.js": "2.0.0",
3838
"plyr": "3.7.8",
39-
"sass": "1.67.0",
39+
"sass": "1.75.0",
4040
"simplebar": "6.2.5"
4141
},
4242
"devDependencies": {
43-
"@fontsource-variable/cabin": "^5.0.9",
44-
"@fontsource-variable/open-sans": "^5.0.13",
45-
"autoprefixer": "10.4.15",
43+
"@fontsource-variable/cabin": "^5.0.19",
44+
"@fontsource-variable/open-sans": "^5.0.29",
45+
"autoprefixer": "10.4.19",
4646
"npm-run-all": "4.1.5"
4747
}
4848
}

0 commit comments

Comments
 (0)