Skip to content

Commit eb468cb

Browse files
chore: update dependencies
1 parent 5163871 commit eb468cb

File tree

3 files changed

+905
-911
lines changed

3 files changed

+905
-911
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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,21 +22,21 @@
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",
27-
"bulma-css-vars": "0.7.0",
27+
"bulma-css-vars": "0.8.0",
2828
"fuse.js": "6.6.2",
2929
"js-datepicker": "5.18.2",
3030
"lozad": "1.16.0",
3131
"moment": "2.29.4",
3232
"notyf": "3.10.0",
33-
"plyr": "3.7.7",
34-
"sass": "1.59.3",
35-
"simplebar": "6.2.2"
33+
"plyr": "3.7.8",
34+
"sass": "1.62.1",
35+
"simplebar": "6.2.5"
3636
},
3737
"devDependencies": {
3838
"autoprefixer": "10.4.14",
3939
"npm-run-all": "4.1.5",
40-
"unplugin-fonts": "^1.0.0"
40+
"unplugin-fonts": "^1.0.3"
4141
}
4242
}

0 commit comments

Comments
 (0)