update liquidjs
This commit is contained in:
parent
f8b749339c
commit
c13b25675e
3 changed files with 14 additions and 5 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -3,7 +3,10 @@ _site
|
|||
node_modules
|
||||
.env.local
|
||||
.cache
|
||||
.vercel
|
||||
|
||||
# logs
|
||||
*-error.log
|
||||
|
||||
# system files
|
||||
.DS_Store
|
||||
.vercel
|
||||
|
|
|
@ -8,8 +8,7 @@
|
|||
"debug": "DEBUG=Eleventy* npx @11ty/eleventy --serve & npx tailwindcss -i ./tailwind.css -o _site/assets/styles/tailwind.css --watch",
|
||||
"lint": "eslint .",
|
||||
"lint:fix": "eslint . --fix",
|
||||
"build": "rm -rf .cache && ELEVENTY_PRODUCTION=true eleventy && NODE_ENV=production npx tailwindcss -i ./tailwind.css -c ./tailwind.config.js -o _site/assets/styles/tailwind.css",
|
||||
"postbuild": "webmention _site/feed.xml --limit 1 --send"
|
||||
"build": "rm -rf .cache && ELEVENTY_PRODUCTION=true eleventy && NODE_ENV=production npx tailwindcss -i ./tailwind.css -c ./tailwind.config.js -o _site/assets/styles/tailwind.css"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "Cory Dransfeldt",
|
||||
|
@ -37,7 +36,7 @@
|
|||
"autoprefixer": "^10.4.2",
|
||||
"dotenv-flow": "^3.2.0",
|
||||
"eleventy-plugin-unfurl": "^1.0.0",
|
||||
"liquidjs": "^10.6.1",
|
||||
"liquidjs": "^10.7.0",
|
||||
"markdown-it": "^13.0.1",
|
||||
"markdown-it-anchor": "^8.4.1",
|
||||
"markdown-it-footnote": "^3.0.3",
|
||||
|
|
|
@ -2106,13 +2106,20 @@ linkify-it@^4.0.1:
|
|||
dependencies:
|
||||
uc.micro "^1.0.1"
|
||||
|
||||
liquidjs@^10.4.0, liquidjs@^10.6.1:
|
||||
liquidjs@^10.4.0:
|
||||
version "10.6.1"
|
||||
resolved "https://registry.yarnpkg.com/liquidjs/-/liquidjs-10.6.1.tgz#b401662cb8f0cca59b42f79fc08e411c86d92dab"
|
||||
integrity sha512-6yUDD8i6QRgVppB8dD73Z672lNa2pxHMsMNEZvbVQyj937wMk/kbKfhSnN9Sess/k8eRdgKeQHsTGIiCGkWrGw==
|
||||
dependencies:
|
||||
commander "^10.0.0"
|
||||
|
||||
liquidjs@^10.7.0:
|
||||
version "10.7.0"
|
||||
resolved "https://registry.yarnpkg.com/liquidjs/-/liquidjs-10.7.0.tgz#bf801aac4fba4131d1f8f4e72a076645f390b529"
|
||||
integrity sha512-AEgEgbybxc17h2WBl5DTzj1tNy18ANpM/KJ2LigkNBwd/8sBc0uDaJH/MnvUbv1t2Md5RArTTZj5Wq1MGncIbg==
|
||||
dependencies:
|
||||
commander "^10.0.0"
|
||||
|
||||
liquidjs@^9.40.0:
|
||||
version "9.43.0"
|
||||
resolved "https://registry.yarnpkg.com/liquidjs/-/liquidjs-9.43.0.tgz#69924ed3bbe143c17c13ea675cc70390d72eb307"
|
||||
|
|
Reference in a new issue