Skip to content

Commit

Permalink
pin back ts for now
Browse files Browse the repository at this point in the history
  • Loading branch information
jgerigmeyer committed Mar 3, 2025
1 parent 36597d7 commit 5ec62e7
Show file tree
Hide file tree
Showing 4 changed files with 169 additions and 522 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"eslint-import-resolver-typescript": "^3.8.3",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-svelte": "^2.46.1",
"eslint-plugin-svelte": "^3.0.2",
"jsdom": "^26.0.0",
"lodash": "^4.17.21",
"mockdate": "^3.0.5",
Expand All @@ -71,14 +71,14 @@
"stylelint-config-standard-scss": "^14.0.0",
"svelte": "^5.20.5",
"svelte-check": "^4.1.4",
"svelte-eslint-parser": "^0.43.0",
"typescript": "^5.8.2",
"svelte-eslint-parser": "^1.0.0",
"typescript": "5.7.3",
"typescript-eslint": "^8.25.0",
"vite": "^6.2.0",
"vitest": "^3.0.7"
},
"resolutions": {
"@types/node": "^22"
},
"packageManager": "yarn@4.6.0"
"packageManager": "yarn@4.7.0"
}
2 changes: 1 addition & 1 deletion src/lib/components/Footer.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
>.
</span>
<ul data-nav="social" data-list="inline">
{#each SOCIAL_LINKS as { name, icon, href }}
{#each SOCIAL_LINKS as { name, icon, href } (icon)}
<li>
<ExternalLink {href} showNewTabIcon={false} title={name}>
<Icon name={icon} />
Expand Down
2 changes: 1 addition & 1 deletion src/lib/components/colors/Formats.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

<div data-content="formats" data-column="tool">
<h2 class="small-only label">{displayType} Color</h2>
{#each otherFormats as formatGroup}
{#each otherFormats as formatGroup (formatGroup.name)}
<FormatGroup {type} {color} {formatGroup} />
{/each}
</div>
Expand Down
Loading

0 comments on commit 5ec62e7

Please sign in to comment.