Use blog-post-cli 1.0.3
All checks were successful
Trigger deploy / trigger-deploy (push) Successful in 2s

This commit is contained in:
Lewis Dale 2024-10-20 16:53:34 +01:00
parent 637f8e98d3
commit 29c4d4b70f
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -13,7 +13,7 @@
"@11ty/eleventy-fetch": "^3.0.0", "@11ty/eleventy-fetch": "^3.0.0",
"@11ty/eleventy-img": "^5.0.0", "@11ty/eleventy-img": "^5.0.0",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0", "@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"@lewisdale/blog-post-cli": "^1.0.2", "@lewisdale/blog-post-cli": "^1.0.3",
"@toycode/markdown-it-class": "^1.2.4", "@toycode/markdown-it-class": "^1.2.4",
"autoprefixer": "^10.4.13", "autoprefixer": "^10.4.13",
"cssnano": "^6.0.1", "cssnano": "^6.0.1",
@ -986,9 +986,9 @@
} }
}, },
"node_modules/@lewisdale/blog-post-cli": { "node_modules/@lewisdale/blog-post-cli": {
"version": "1.0.2", "version": "1.0.3",
"resolved": "https://git.lewisdale.dev/api/packages/lewis/npm/%40lewisdale%2Fblog-post-cli/-/1.0.2/blog-post-cli-1.0.2.tgz", "resolved": "https://git.lewisdale.dev/api/packages/lewis/npm/%40lewisdale%2Fblog-post-cli/-/1.0.3/blog-post-cli-1.0.3.tgz",
"integrity": "sha512-G9/N2BfnxGVHpON6JHEY3j5GRnv90g6f/geezQZ27nAu0Jjr1aPtsEfNddAW0ab4XLMSYcDJLHv/cIfU+FLn7A==", "integrity": "sha512-ZSgp2SD/QUXz3z4SacSxR56cbMmz2x5LrnOwv+AU23UhS3YagPwwVCW7DOdioJtpDeDqo7svdzOokSncAoQneQ==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"prompts": "^2.4.2" "prompts": "^2.4.2"
@ -6804,9 +6804,9 @@
} }
}, },
"@lewisdale/blog-post-cli": { "@lewisdale/blog-post-cli": {
"version": "1.0.2", "version": "1.0.3",
"resolved": "https://git.lewisdale.dev/api/packages/lewis/npm/%40lewisdale%2Fblog-post-cli/-/1.0.2/blog-post-cli-1.0.2.tgz", "resolved": "https://git.lewisdale.dev/api/packages/lewis/npm/%40lewisdale%2Fblog-post-cli/-/1.0.3/blog-post-cli-1.0.3.tgz",
"integrity": "sha512-G9/N2BfnxGVHpON6JHEY3j5GRnv90g6f/geezQZ27nAu0Jjr1aPtsEfNddAW0ab4XLMSYcDJLHv/cIfU+FLn7A==", "integrity": "sha512-ZSgp2SD/QUXz3z4SacSxR56cbMmz2x5LrnOwv+AU23UhS3YagPwwVCW7DOdioJtpDeDqo7svdzOokSncAoQneQ==",
"requires": { "requires": {
"prompts": "^2.4.2" "prompts": "^2.4.2"
} }

View File

@ -24,7 +24,7 @@
"@11ty/eleventy-fetch": "^3.0.0", "@11ty/eleventy-fetch": "^3.0.0",
"@11ty/eleventy-img": "^5.0.0", "@11ty/eleventy-img": "^5.0.0",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0", "@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"@lewisdale/blog-post-cli": "^1.0.2", "@lewisdale/blog-post-cli": "^1.0.3",
"@toycode/markdown-it-class": "^1.2.4", "@toycode/markdown-it-class": "^1.2.4",
"autoprefixer": "^10.4.13", "autoprefixer": "^10.4.13",
"cssnano": "^6.0.1", "cssnano": "^6.0.1",