chore: update 11ty

This commit is contained in:
Cory Dransfeldt 2024-01-02 18:16:12 -08:00
parent 64de6d3896
commit e0a4c288a2
No known key found for this signature in database
2 changed files with 9 additions and 9 deletions

14
package-lock.json generated
View file

@ -1,15 +1,15 @@
{
"name": "coryd.dev",
"version": "4.2.0",
"version": "4.3.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "coryd.dev",
"version": "4.2.0",
"version": "4.3.0",
"license": "ISC",
"devDependencies": {
"@11ty/eleventy": "3.0.0-alpha.3",
"@11ty/eleventy": "3.0.0-alpha.4",
"@11ty/eleventy-activity-feed": "^1.0.9",
"@11ty/eleventy-fetch": "^4.0.0",
"@11ty/eleventy-img": "^3.1.8",
@ -60,9 +60,9 @@
}
},
"node_modules/@11ty/eleventy": {
"version": "3.0.0-alpha.3",
"resolved": "https://registry.npmjs.org/@11ty/eleventy/-/eleventy-3.0.0-alpha.3.tgz",
"integrity": "sha512-T1qm5RaarL+C5DPIDwxvw0oJCgPkPRsx97XFUJFXcltlczwF4JGtebV1e0JvqJVt9lhNkBJLRRb9Csvgvi3hlg==",
"version": "3.0.0-alpha.4",
"resolved": "https://registry.npmjs.org/@11ty/eleventy/-/eleventy-3.0.0-alpha.4.tgz",
"integrity": "sha512-2PIEQ9HfLu6Yx8aCNixzkWXAS1z39ZNXRg+IY4jbZC7uTVo7R70vieS6hzR3uQ879dRoq+VSj0T+rG62tkuD5g==",
"dev": true,
"dependencies": {
"@11ty/dependency-tree": "^3.0.0",
@ -82,7 +82,7 @@
"is-glob": "^4.0.3",
"iso-639-1": "^3.1.0",
"kleur": "^4.1.5",
"liquidjs": "^10.9.4",
"liquidjs": "^10.10.0",
"luxon": "^3.4.4",
"markdown-it": "^14.0.0",
"micromatch": "^4.0.5",

View file

@ -1,6 +1,6 @@
{
"name": "coryd.dev",
"version": "4.3.0",
"version": "4.3.1",
"description": "The source for my personal site, blog and portfolio. Built using 11ty and hosted on Netlify.",
"type": "module",
"scripts": {
@ -15,7 +15,7 @@
"author": "Cory Dransfeldt",
"license": "ISC",
"devDependencies": {
"@11ty/eleventy": "3.0.0-alpha.3",
"@11ty/eleventy": "3.0.0-alpha.4",
"@11ty/eleventy-activity-feed": "^1.0.9",
"@11ty/eleventy-fetch": "^4.0.0",
"@11ty/eleventy-img": "^3.1.8",