chore: bump deps

This commit is contained in:
Cory Dransfeldt 2024-08-20 09:04:37 -07:00
parent 98ca3dcada
commit cd7e657fff
No known key found for this signature in database
4 changed files with 8 additions and 8 deletions

10
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "coryd.dev",
"version": "22.4.4",
"version": "22.4.5",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "coryd.dev",
"version": "22.4.4",
"version": "22.4.5",
"license": "MIT",
"dependencies": {
"@cdransf/api-text": "^1.5.0",
@ -1147,9 +1147,9 @@
"license": "MIT"
},
"node_modules/electron-to-chromium": {
"version": "1.5.11",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.11.tgz",
"integrity": "sha512-R1CccCDYqndR25CaXFd6hp/u9RaaMcftMkphmvuepXr5b1vfLkRml6aWVeBhXJ7rbevHkKEMJtz8XqPf7ffmew==",
"version": "1.5.12",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.12.tgz",
"integrity": "sha512-tIhPkdlEoCL1Y+PToq3zRNehUaKp3wBX/sr7aclAWdIWjvqAe/Im/H0SiCM4c1Q8BLPHCdoJTol+ZblflydehA==",
"dev": true,
"license": "ISC"
},

View file

@ -1,6 +1,6 @@
{
"name": "coryd.dev",
"version": "22.4.4",
"version": "22.4.5",
"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: 768px;
max-width: 1024px;
}
}

View file

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