Skip to content

Commit 7b7c746

Browse files
authored
Update 11ty and unpin liquid dependency (#6081)
1 parent 20db668 commit 7b7c746

File tree

2 files changed

+150
-113
lines changed

2 files changed

+150
-113
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"node": ">=20.12.0",
1818
"pnpm": ">=9.1.0"
1919
},
20-
"packageManager": "pnpm@9.9.0",
20+
"packageManager": "pnpm@9.10.0",
2121
"dependencies": {
2222
"bootstrap-scss": "^4.6.2"
2323
},
@@ -29,13 +29,13 @@
2929
"hast-util-to-text": "^4.0.2",
3030
"html-minifier-terser": "^7.2.0",
3131
"js-yaml": "^4.1.0",
32-
"liquidjs": "10.16.7",
32+
"liquidjs": "^10.16.7",
3333
"markdown-it": "^14.1.0",
3434
"markdown-it-anchor": "^9.2.0",
3535
"markdown-it-attrs": "^4.2.0",
3636
"markdown-it-container": "^4.0.0",
3737
"markdown-it-deflist": "^3.0.0",
3838
"sass": "^1.78.0",
39-
"shiki": "^1.16.2"
39+
"shiki": "^1.16.3"
4040
}
4141
}

0 commit comments

Comments
 (0)