chore: bump deps
This commit is contained in:
parent
cd7e657fff
commit
9c56d99601
4 changed files with 5 additions and 5 deletions
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -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",
|
||||
|
|
|
@ -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": {
|
||||
|
|
|
@ -516,6 +516,6 @@ ul, ol {
|
|||
h6 { font-size: var(--font-size-md); }
|
||||
|
||||
main {
|
||||
max-width: 1024px;
|
||||
max-width: 768px;
|
||||
}
|
||||
}
|
|
@ -313,7 +313,7 @@
|
|||
h3 { font-size: var(--font-size-xl); }
|
||||
|
||||
main {
|
||||
max-width: 1024px;
|
||||
max-width: 768px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
Reference in a new issue