chore: cleanup and upgrade deps
This commit is contained in:
parent
f3e27808ee
commit
96083ada02
2 changed files with 16 additions and 17587 deletions
17594
package-lock.json
generated
17594
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "coryd.dev",
|
"name": "coryd.dev",
|
||||||
"version": "12.9.8",
|
"version": "12.9.9",
|
||||||
"description": "The source for my personal site. Built using 11ty.",
|
"description": "The source for my personal site. Built using 11ty.",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -14,7 +14,8 @@
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"11ty",
|
"11ty",
|
||||||
"Eleventy",
|
"Eleventy",
|
||||||
"Web components"
|
"Web components",
|
||||||
|
"Blog"
|
||||||
],
|
],
|
||||||
"author": "Cory Dransfeldt",
|
"author": "Cory Dransfeldt",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
@ -26,7 +27,6 @@
|
||||||
"@daviddarnes/mastodon-post": "^1.2.0",
|
"@daviddarnes/mastodon-post": "^1.2.0",
|
||||||
"@zachleat/webcare-webshare": "^1.0.3",
|
"@zachleat/webcare-webshare": "^1.0.3",
|
||||||
"minisearch": "^6.3.0",
|
"minisearch": "^6.3.0",
|
||||||
"netlify-cli": "^17.23.1",
|
|
||||||
"youtube-video-element": "^1.0.0"
|
"youtube-video-element": "^1.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
@ -37,16 +37,13 @@
|
||||||
"@11ty/eleventy-plugin-rss": "^1.2.0",
|
"@11ty/eleventy-plugin-rss": "^1.2.0",
|
||||||
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
|
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
|
||||||
"@11tyrocks/eleventy-plugin-lightningcss": "^1.4.0",
|
"@11tyrocks/eleventy-plugin-lightningcss": "^1.4.0",
|
||||||
"@aws-sdk/client-s3": "^3.564.0",
|
|
||||||
"@cdransf/eleventy-plugin-tabler-icons": "^1.2.0",
|
"@cdransf/eleventy-plugin-tabler-icons": "^1.2.0",
|
||||||
"@netlify/blobs": "^7.2.0",
|
"@netlify/blobs": "^7.2.0",
|
||||||
"@remy/webmention": "^1.5.0",
|
"@remy/webmention": "^1.5.0",
|
||||||
"@rknightuk/eleventy-plugin-post-graph": "^1.0.6",
|
"@rknightuk/eleventy-plugin-post-graph": "^1.0.6",
|
||||||
"child_process": "^1.0.2",
|
|
||||||
"dotenv-flow": "^4.1.0",
|
"dotenv-flow": "^4.1.0",
|
||||||
"html-minifier-terser": "^7.2.0",
|
"html-minifier-terser": "^7.2.0",
|
||||||
"ics-to-json-extended": "^1.1.4",
|
"ics-to-json-extended": "^1.1.4",
|
||||||
"jsdom": "^24.0.0",
|
|
||||||
"liquidjs": "^10.10.0",
|
"liquidjs": "^10.10.0",
|
||||||
"luxon": "^3.4.4",
|
"luxon": "^3.4.4",
|
||||||
"markdown-it": "^14.0.0",
|
"markdown-it": "^14.0.0",
|
||||||
|
|
Reference in a new issue