chore: update deps

This commit is contained in:
Cory Dransfeldt 2024-10-16 15:12:07 -07:00
parent 0c728b1558
commit 98cfb9c6c1
No known key found for this signature in database
5 changed files with 20 additions and 10 deletions

View file

@ -24,6 +24,8 @@ export default async function (eleventyConfig) {
eleventyConfig.addPlugin(tablerIcons) eleventyConfig.addPlugin(tablerIcons)
if (process.env.ELEVENTY_PRODUCTION) eleventyConfig.addPlugin(cssConfig) if (process.env.ELEVENTY_PRODUCTION) eleventyConfig.addPlugin(cssConfig)
eleventyConfig.setServerOptions({ domdiff: false })
eleventyConfig.setWatchThrottleWaitTime(200)
eleventyConfig.setQuietMode(true) eleventyConfig.setQuietMode(true)
eleventyConfig.configureErrorReporting({ allowMissingExtensions: true }) eleventyConfig.configureErrorReporting({ allowMissingExtensions: true })
eleventyConfig.setLiquidOptions({ eleventyConfig.setLiquidOptions({

2
.npmrc Normal file
View file

@ -0,0 +1,2 @@
save-exact=true
cache=~/.npm

21
package-lock.json generated
View file

@ -40,6 +40,9 @@
"slugify": "^1.6.6", "slugify": "^1.6.6",
"terser": "^5.36.0", "terser": "^5.36.0",
"truncate-html": "^1.1.2" "truncate-html": "^1.1.2"
},
"engines": {
"node": "22.x"
} }
}, },
"node_modules/@11ty/dependency-tree": { "node_modules/@11ty/dependency-tree": {
@ -694,9 +697,9 @@
"peer": true "peer": true
}, },
"node_modules/@types/node": { "node_modules/@types/node": {
"version": "22.7.5", "version": "22.7.6",
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.7.5.tgz", "resolved": "https://registry.npmjs.org/@types/node/-/node-22.7.6.tgz",
"integrity": "sha512-jML7s2NAzMWc//QSJ1a3prpk78cOPchGvXJsC3C6R6PSMoooztvRVQEz89gmBTBY1SPMaqo5teB4uNHPdetShQ==", "integrity": "sha512-/d7Rnj0/ExXDMcioS78/kf1lMzYk4BZV8MZGTBKzTGZ6/406ukkbYlIsZmMPhcR5KlkunDHQLrtAVmSq7r+mSw==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
@ -1646,9 +1649,9 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/electron-to-chromium": { "node_modules/electron-to-chromium": {
"version": "1.5.39", "version": "1.5.40",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.39.tgz", "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.40.tgz",
"integrity": "sha512-4xkpSR6CjuiaNyvwiWDI85N9AxsvbPawB8xc7yzLPonYTuP19BVgYweKyUMFtHEZgIcHWMt1ks5Cqx2m+6/Grg==", "integrity": "sha512-LYm78o6if4zTasnYclgQzxEcgMoIcybWOhkATWepN95uwVVWV0/IW10v+2sIeHE+bIYWipLneTftVyQm45UY7g==",
"dev": true, "dev": true,
"license": "ISC" "license": "ISC"
}, },
@ -3139,9 +3142,9 @@
} }
}, },
"node_modules/picocolors": { "node_modules/picocolors": {
"version": "1.1.0", "version": "1.1.1",
"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.0.tgz", "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
"integrity": "sha512-TQ92mBOW0l3LeMeyLV6mzy/kWr8lkd/hp3mTg7wYK7zJhuBStmGMBG0BdeDZS/dZx1IukaX6Bk11zcln25o1Aw==", "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
"dev": true, "dev": true,
"license": "ISC" "license": "ISC"
}, },

View file

@ -3,6 +3,9 @@
"version": "1.1.1", "version": "1.1.1",
"description": "The source for my personal site. Built using 11ty (and other tools).", "description": "The source for my personal site. Built using 11ty (and other tools).",
"type": "module", "type": "module",
"engines": {
"node": "22.x"
},
"scripts": { "scripts": {
"start": "eleventy --serve", "start": "eleventy --serve",
"start:quick": "eleventy --serve --incremental --ignore-initial", "start:quick": "eleventy --serve --incremental --ignore-initial",

View file

@ -10,7 +10,7 @@
{%- endif -%} {%- endif -%}
</span> </span>
{%- else -%} {%- else -%}
<a class="{% if icon %}{{ icon | downcase }} icon {% endif %}{{ class }}" href="{{ categoryUrl }}" {%- if isHttp -%} rel="me" {%- endif -%} aria-label="{{ title }}"> <a class="{% if icon %}{{ icon | downcase }} icon {% endif %}{{ class }}" href="{{ categoryUrl }}" {% if isHttp -%} rel="me" {%- endif %} aria-label="{{ title }}">
{%- if icon -%} {%- if icon -%}
{% tablericon icon %} {% tablericon icon %}
<span>{{ title }}</span> <span>{{ title }}</span>