chore: bump deps

This commit is contained in:
Cory Dransfeldt 2024-08-20 16:39:10 -07:00
parent cd7e657fff
commit 9c56d99601
No known key found for this signature in database
4 changed files with 5 additions and 5 deletions

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "coryd.dev",
"version": "22.4.5",
"version": "22.4.6",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "coryd.dev",
"version": "22.4.5",
"version": "22.4.6",
"license": "MIT",
"dependencies": {
"@cdransf/api-text": "^1.5.0",

View file

@ -1,6 +1,6 @@
{
"name": "coryd.dev",
"version": "22.4.5",
"version": "22.4.6",
"description": "The source for my personal site. Built using 11ty (and other tools).",
"type": "module",
"scripts": {

View file

@ -516,6 +516,6 @@ ul, ol {
h6 { font-size: var(--font-size-md); }
main {
max-width: 1024px;
max-width: 768px;
}
}

View file

@ -313,7 +313,7 @@
h3 { font-size: var(--font-size-xl); }
main {
max-width: 1024px;
max-width: 768px;
}
}
</style>