fix: lock liquidjs version
This commit is contained in:
parent
de015bf37e
commit
e2aef32729
2 changed files with 38 additions and 214 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "coryd.dev",
|
||||
"version": "24.1.2",
|
||||
"version": "24.1.3",
|
||||
"description": "The source for my personal site. Built using 11ty (and other tools).",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
@ -38,7 +38,7 @@
|
|||
"@supabase/supabase-js": "^2.45.2",
|
||||
"dotenv-flow": "^4.1.0",
|
||||
"ics": "^3.7.6",
|
||||
"liquidjs": "^10.16.5",
|
||||
"liquidjs": "10.16.4",
|
||||
"luxon": "^3.5.0",
|
||||
"markdown-it": "^14.1.0",
|
||||
"markdown-it-anchor": "^9.1.0",
|
||||
|
|
Reference in a new issue