Skip to content

Commit

Permalink
Merge pull request #246 from oddbird/dependabot/npm_and_yarn/dev-mino…
Browse files Browse the repository at this point in the history
…r-848f9936e8

Bump the dev-minor group with 15 updates
  • Loading branch information
jgerigmeyer authored Mar 3, 2025
2 parents 3b5e5c4 + 5ec62e7 commit 4d10b48
Show file tree
Hide file tree
Showing 4 changed files with 536 additions and 576 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,45 +40,45 @@
"devDependencies": {
"@eslint/js": "^9.21.0",
"@sveltejs/adapter-auto": "^4.0.0",
"@sveltejs/kit": "^2.17.2",
"@sveltejs/kit": "^2.17.3",
"@sveltejs/vite-plugin-svelte": "^5.0.3",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/svelte": "^5.2.7",
"@types/eslint-config-prettier": "^6.11.3",
"@types/lodash": "^4.17.15",
"@types/lodash": "^4.17.16",
"@types/node": "^22",
"@typescript-eslint/utils": "^8.24.1",
"@vitest/coverage-v8": "^3.0.6",
"@vitest/eslint-plugin": "^1.1.31",
"@typescript-eslint/utils": "^8.25.0",
"@vitest/coverage-v8": "^3.0.7",
"@vitest/eslint-plugin": "^1.1.36",
"chokidar-cli": "^3.0.0",
"eslint": "^9.21.0",
"eslint-config-prettier": "^10.0.1",
"eslint-config-prettier": "^10.0.2",
"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",
"npm-run-all": "^4.1.5",
"postcss": "^8.5.3",
"prettier": "^3.5.2",
"prettier": "^3.5.3",
"prettier-plugin-svelte": "^3.3.3",
"sass-embedded": "^1.85.0",
"sass-embedded": "^1.85.1",
"sassdoc": "^2.7.4",
"sassdoc-theme-herman": "^6.0.2",
"stylelint": "^16.14.1",
"stylelint": "^16.15.0",
"stylelint-config-standard-scss": "^14.0.0",
"svelte": "^5.20.4",
"svelte": "^5.20.5",
"svelte-check": "^4.1.4",
"svelte-eslint-parser": "^0.43.0",
"typescript": "^5.7.3",
"typescript-eslint": "^8.24.1",
"vite": "^6.1.1",
"vitest": "^3.0.6"
"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 4d10b48

Please sign in to comment.