Skip to content

Commit

Permalink
feat: migrate to Astro 3
Browse files Browse the repository at this point in the history
  • Loading branch information
stafyniaksacha committed Sep 17, 2023
1 parent c6647a9 commit c8172e0
Show file tree
Hide file tree
Showing 5 changed files with 1,881 additions and 1,449 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
"astro": "astro"
},
"dependencies": {
"@alpinejs/collapse": "3.12.0",
"@alpinejs/intersect": "3.12.0",
"@alpinejs/persist": "3.12.0",
"@iconify/iconify": "3.1.0",
"alpinejs": "3.12.0",
"astro": "2.1.3",
"@alpinejs/collapse": "3.13.0",
"@alpinejs/intersect": "3.13.0",
"@alpinejs/persist": "3.13.0",
"@iconify/iconify": "3.1.1",
"alpinejs": "3.13.0",
"astro": "3.1.0",
"bulma": "0.9.4",
"bulma-css-vars": "0.8.0",
"fuse.js": "6.6.2",
Expand All @@ -31,13 +31,13 @@
"moment": "2.29.4",
"notyf": "3.10.0",
"particles.js": "2.0.0",
"plyr": "3.7.7",
"sass": "1.59.3",
"simplebar": "6.2.2"
"plyr": "3.7.8",
"sass": "1.67.0",
"simplebar": "6.2.5"
},
"devDependencies": {
"autoprefixer": "10.4.14",
"autoprefixer": "10.4.15",
"npm-run-all": "4.1.5",
"unplugin-fonts": "^1.0.0"
"unplugin-fonts": "^1.0.3"
}
}
Loading

0 comments on commit c8172e0

Please sign in to comment.