Skip to content

Commit

Permalink
site: bump site-kit (sveltejs#9157)
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann authored Aug 30, 2023
1 parent d5839ef commit 8e76ef1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
16 changes: 8 additions & 8 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions sites/svelte.dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@resvg/resvg-js": "^2.4.1",
"@sveltejs/adapter-vercel": "^3.0.3",
"@sveltejs/kit": "^1.22.6",
"@sveltejs/site-kit": "6.0.0-next.32",
"@sveltejs/site-kit": "6.0.0-next.36",
"@sveltejs/vite-plugin-svelte": "^2.4.5",
"@types/cookie": "^0.5.1",
"@types/node": "^20.5.3",
Expand All @@ -40,7 +40,7 @@
"jimp": "^0.22.10",
"lightningcss": "^1.21.7",
"magic-string": "^0.30.3",
"marked": "^7.0.4",
"marked": "^7.0.5",
"prettier": "^3.0.2",
"prettier-plugin-svelte": "^3.0.3",
"sass": "^1.66.1",
Expand Down
1 change: 0 additions & 1 deletion sites/svelte.dev/src/routes/_components/Hero.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@
border-radius: var(--sk-border-radius);
box-shadow: 0px 6px 14px rgba(0, 0, 0, 0.08);
color: #fff;
color: color-mix(in hwb, hsl(var(--sk-theme-1-hsl)) 10%, var(--sk-back-1) 95%);
transition: 0.5s var(--quint-out);
transition-property: box-shadow, color;
}
Expand Down

0 comments on commit 8e76ef1

Please sign in to comment.