Skip to content

Commit 817cf5a

Browse files
chore: update dependencies
1 parent e510fc2 commit 817cf5a

File tree

3 files changed

+1138
-1233
lines changed

3 files changed

+1138
-1233
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: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,23 +26,23 @@
2626
"@alpinejs/persist": "3.12.0",
2727
"@iconify/iconify": "3.1.0",
2828
"alpinejs": "3.12.0",
29-
"astro": "2.1.3",
30-
"axios": "1.3.4",
29+
"astro": "2.3.1",
30+
"axios": "1.3.6",
3131
"bulma": "0.9.4",
3232
"fuse.js": "6.6.2",
3333
"js-datepicker": "5.18.2",
3434
"lozad": "1.16.0",
3535
"moment": "2.29.4",
3636
"notyf": "3.10.0",
37-
"plyr": "3.7.7",
38-
"sass": "1.59.3",
39-
"simplebar": "6.2.2"
37+
"plyr": "3.7.8",
38+
"sass": "1.62.1",
39+
"simplebar": "6.2.5"
4040
},
4141
"devDependencies": {
4242
"@cssninja/bulma-css-vars": "0.9.2",
4343
"autoprefixer": "10.4.14",
44-
"json-server": "0.17.2",
44+
"json-server": "0.17.3",
4545
"npm-run-all": "4.1.5",
46-
"unplugin-fonts": "1.0.0"
46+
"unplugin-fonts": "1.0.3"
4747
}
4848
}

0 commit comments

Comments
 (0)