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 182530c commit df97d32
Show file tree
Hide file tree
Showing 8 changed files with 686 additions and 1,046 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
"server:preview": "json-server -q --read-only --routes routes.json --host 0.0.0.0 --port 8090 db.json"
},
"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",
"astro": "1.7.1",
"@alpinejs/collapse": "3.11.1",
"@alpinejs/intersect": "3.11.1",
"@alpinejs/persist": "3.11.1",
"@iconify/iconify": "3.1.0",
"alpinejs": "3.11.1",
"astro": "2.0.10",
"axios": "0.21.1",
"bulma": "0.9.4",
"fuse.js": "6.5.3",
Expand All @@ -36,7 +36,7 @@
"notyf": "3.10.0",
"plyr": "3.7.3",
"sass": "1.57.0",
"simplebar": "5.3.9"
"simplebar": "6.2.0"
},
"devDependencies": {
"@cssninja/bulma-css-vars": "0.9.2",
Expand Down
Loading

0 comments on commit df97d32

Please sign in to comment.