Updating dependencies

This commit is contained in:
Lucas Hinderberger 2023-07-21 14:15:58 +02:00
parent 836ce8e83b
commit 51ea0f2bf1
2 changed files with 707 additions and 4340 deletions

5037
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -9,12 +9,12 @@
"serve": "eleventy --serve"
},
"devDependencies": {
"@11ty/eleventy": "^1.0.2",
"@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-navigation": "^0.3.5",
"@11ty/eleventy-plugin-syntaxhighlight": "^4.1.0",
"@fortawesome/fontawesome-svg-core": "^6.2.0",
"@fortawesome/free-solid-svg-icons": "^6.2.0",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@toycode/markdown-it-class": "^1.2.4",
"markdown-it-anchor": "^8.6.4"
"markdown-it-anchor": "^8.6.7"
}
}