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",
|
"name": "coryd.dev",
|
||||||
"version": "22.4.5",
|
"version": "22.4.6",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "coryd.dev",
|
"name": "coryd.dev",
|
||||||
"version": "22.4.5",
|
"version": "22.4.6",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@cdransf/api-text": "^1.5.0",
|
"@cdransf/api-text": "^1.5.0",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "coryd.dev",
|
"name": "coryd.dev",
|
||||||
"version": "22.4.5",
|
"version": "22.4.6",
|
||||||
"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",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
@ -516,6 +516,6 @@ ul, ol {
|
||||||
h6 { font-size: var(--font-size-md); }
|
h6 { font-size: var(--font-size-md); }
|
||||||
|
|
||||||
main {
|
main {
|
||||||
max-width: 1024px;
|
max-width: 768px;
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -313,7 +313,7 @@
|
||||||
h3 { font-size: var(--font-size-xl); }
|
h3 { font-size: var(--font-size-xl); }
|
||||||
|
|
||||||
main {
|
main {
|
||||||
max-width: 1024px;
|
max-width: 768px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Reference in a new issue