Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
azat-io committed Aug 21, 2024
1 parent b5d4c45 commit 69c1d50
Show file tree
Hide file tree
Showing 6 changed files with 1,061 additions and 738 deletions.
3 changes: 2 additions & 1 deletion docs/components/CodeExample.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,9 @@
stagger: 3,
}}
highlighter={$shiki.highlighter}
theme={$shiki.theme}
code={code[selected]}
theme={$shiki.theme}
tabindex={0}
class="code"
{lang}
/>
Expand Down
2 changes: 1 addition & 1 deletion docs/components/CodeTabs.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
''}
highlighter={$shiki.highlighter}
theme={$shiki.theme}
tabindex={0}
class="code"
{lang}
/>
Expand Down Expand Up @@ -141,7 +142,6 @@
.code-wrapper {
position: relative;
margin-block-end: var(--space-m);
overflow: hidden;
}
.code-wrapper :global(.code) {
Expand Down
2 changes: 1 addition & 1 deletion docs/components/Sidebar/Sidebar.astro
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ let { isMobileOnly = false } = Astro.props
padding: var(--space-s);
padding-block-end: calc(var(--space-xl) + var(--space-m));
overflow: scroll;
scrollbar-width: thin;
background: var(--color-background-secondary);
border-inline-end: 1px solid var(--color-border-primary);
scrollbar-width: thin;

@media (width >= 800px) {
position: sticky;
Expand Down
4 changes: 3 additions & 1 deletion docs/styles/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
}

html {
scroll-padding-block-start: var(--header-block-size);
background: var(--color-background-primary);
scroll-behavior: smooth;
scroll-padding-block-start: var(--header-block-size);
}

body {
Expand Down Expand Up @@ -119,6 +119,7 @@ code {
}

pre {
position: relative;
padding: var(--space-m);
margin-block: 0;
/* stylelint-disable-next-line plugin/use-logical-properties-and-values */
Expand All @@ -128,6 +129,7 @@ pre {
outline: none;

&:focus-visible {
z-index: 1;
box-shadow: 0 0 0 3px var(--color-border-brand);
transition: box-shadow 200ms;
}
Expand Down
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,14 @@
"vue-eslint-parser": ">=9.0.0"
},
"dependencies": {
"@typescript-eslint/types": "^8.1.0",
"@typescript-eslint/utils": "^8.1.0",
"@typescript-eslint/types": "^8.2.0",
"@typescript-eslint/utils": "^8.2.0",
"minimatch": "^10.0.1",
"natural-compare-lite": "^1.4.0"
},
"devDependencies": {
"@astrojs/check": "^0.9.2",
"@astrojs/mdx": "^3.1.3",
"@astrojs/check": "^0.9.3",
"@astrojs/mdx": "^3.1.4",
"@astrojs/sitemap": "^3.1.6",
"@astrojs/svelte": "^5.7.0",
"@azat-io/eslint-config-astro": "^1.10.0",
Expand All @@ -89,39 +89,39 @@
"@nanostores/vue": "^0.10.0",
"@playform/compress": "^0.1.1",
"@poppanator/sveltekit-svg": "5.0.0-svelte5.3",
"@shikijs/transformers": "^1.12.1",
"@shikijs/transformers": "^1.14.1",
"@types/eslint": "^9.6.0",
"@types/mdast": "^4.0.4",
"@types/natural-compare-lite": "^1.4.2",
"@types/node": "^22.3.0",
"@types/unist": "^3.0.2",
"@typescript-eslint/eslint-plugin": "^8.1.0",
"@typescript-eslint/parser": "^8.1.0",
"@typescript-eslint/rule-tester": "^8.1.0",
"@types/node": "^22.5.0",
"@types/unist": "^3.0.3",
"@typescript-eslint/eslint-plugin": "^8.2.0",
"@typescript-eslint/parser": "^8.2.0",
"@typescript-eslint/rule-tester": "^8.2.0",
"@typescript-eslint/types": "^6.13.0",
"@vercel/og": "^0.6.2",
"@vitest/coverage-v8": "^2.0.5",
"astro": "^4.13.4",
"astro": "^4.14.3",
"astro-eslint-parser": "^1.0.2",
"browserslist": "^4.23.3",
"changelogen": "^0.5.5",
"clean-publish": "^5.0.0",
"cspell": "^8.13.3",
"cspell": "^8.14.2",
"eslint": "^9.9.0",
"eslint-plugin-astro": "^1.2.3",
"eslint-plugin-eslint-plugin": "^6.2.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-n": "^17.10.2",
"eslint-plugin-node-import": "^1.0.4",
"eslint-plugin-perfectionist": "^3.1.3",
"eslint-plugin-perfectionist": "^3.2.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-prefer-let": "^4.0.0",
"eslint-plugin-promise": "^7.1.0",
"eslint-plugin-sonarjs": "1.0.4",
"eslint-plugin-unicorn": "^55.0.0",
"eslint-plugin-vitest": "^0.5.4",
"execa": "^9.3.0",
"execa": "^9.3.1",
"keyux": "^0.8.0",
"lightningcss": "^1.26.0",
"nanostores": "^0.11.2",
Expand All @@ -131,11 +131,11 @@
"prettier-plugin-svelte": "^3.2.6",
"rehype-external-links": "^3.0.0",
"remark-sectionize": "^2.0.0",
"shiki": "^1.12.1",
"shiki-magic-move": "^0.4.3",
"shiki": "^1.14.1",
"shiki-magic-move": "^0.4.4",
"simple-git-hooks": "^2.11.1",
"stylelint": "^16.8.1",
"stylelint-config-recess-order": "^5.0.1",
"stylelint": "^16.8.2",
"stylelint-config-recess-order": "^5.1.0",
"stylelint-gamut": "^1.3.4",
"stylelint-order": "^6.0.4",
"stylelint-plugin-logical-css": "^1.2.1",
Expand All @@ -147,8 +147,8 @@
"typescript": "^5.5.4",
"unified": "^11.0.5",
"unist-util-visit": "^5.0.0",
"vite": "^5.4.0",
"vite-plugin-dts": "4.0.2",
"vite": "^5.4.2",
"vite-plugin-dts": "4.0.3",
"vite-plugin-lightningcss": "^0.0.5",
"vitest": "^2.0.5",
"vue-eslint-parser": "^9.4.3"
Expand Down
Loading

0 comments on commit 69c1d50

Please sign in to comment.