Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
driss-chelouati committed Apr 27, 2023
1 parent c6647a9 commit e9745d7
Show file tree
Hide file tree
Showing 6 changed files with 914 additions and 919 deletions.
4 changes: 3 additions & 1 deletion .npmrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@
strict-peer-dependencies=false
legacy-peer-deps=true
# Force pnpm to install all deep dependencies in node_modules
shamefully-hoist=true
shamefully-hoist=true
# Use v6 lockfile format
use-lockfile-v6=true
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@alpinejs/persist": "3.12.0",
"@iconify/iconify": "3.1.0",
"alpinejs": "3.12.0",
"astro": "2.1.3",
"astro": "2.3.1",
"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.62.1",
"simplebar": "6.2.5"
},
"devDependencies": {
"autoprefixer": "10.4.14",
"npm-run-all": "4.1.5",
"unplugin-fonts": "^1.0.0"
"unplugin-fonts": "^1.0.3"
}
}
Loading

0 comments on commit e9745d7

Please sign in to comment.