Skip to content

Commit e9745d7

Browse files
chore: update dependencies
1 parent c6647a9 commit e9745d7

File tree

6 files changed

+914
-919
lines changed

6 files changed

+914
-919
lines changed

.npmrc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@
22
strict-peer-dependencies=false
33
legacy-peer-deps=true
44
# Force pnpm to install all deep dependencies in node_modules
5-
shamefully-hoist=true
5+
shamefully-hoist=true
6+
# Use v6 lockfile format
7+
use-lockfile-v6=true

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@alpinejs/persist": "3.12.0",
2323
"@iconify/iconify": "3.1.0",
2424
"alpinejs": "3.12.0",
25-
"astro": "2.1.3",
25+
"astro": "2.3.1",
2626
"bulma": "0.9.4",
2727
"bulma-css-vars": "0.8.0",
2828
"fuse.js": "6.6.2",
@@ -31,13 +31,13 @@
3131
"moment": "2.29.4",
3232
"notyf": "3.10.0",
3333
"particles.js": "2.0.0",
34-
"plyr": "3.7.7",
35-
"sass": "1.59.3",
36-
"simplebar": "6.2.2"
34+
"plyr": "3.7.8",
35+
"sass": "1.62.1",
36+
"simplebar": "6.2.5"
3737
},
3838
"devDependencies": {
3939
"autoprefixer": "10.4.14",
4040
"npm-run-all": "4.1.5",
41-
"unplugin-fonts": "^1.0.0"
41+
"unplugin-fonts": "^1.0.3"
4242
}
4343
}

0 commit comments

Comments
 (0)