Skip to content

Commit

Permalink
chore(deps): update dependencies to latest
Browse files Browse the repository at this point in the history
Signed-off-by: Jordan Shatford <[email protected]>
  • Loading branch information
jordanshatford committed Oct 26, 2024
1 parent 22a9c83 commit 4240de1
Show file tree
Hide file tree
Showing 9 changed files with 497 additions and 948 deletions.
4 changes: 2 additions & 2 deletions apps/api/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ repos:
hooks:
- id: add-trailing-comma
- repo: https://github.com/asottile/pyupgrade
rev: v3.18.0
rev: v3.19.0
hooks:
- id: pyupgrade
args: [--py311-plus]
Expand All @@ -32,6 +32,6 @@ repos:
hooks:
- id: flake8
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.11.2
rev: v1.13.0
hooks:
- id: mypy
10 changes: 5 additions & 5 deletions apps/extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,17 @@
"@yd/ui": "workspace:*"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@sveltejs/vite-plugin-svelte": "^4.0.0",
"@tsconfig/svelte": "^5.0.4",
"@types/webextension-polyfill": "^0.12.1",
"@yd/config": "workspace:*",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"svelte": "^4.2.19",
"svelte": "^5.1.3",
"svelte-check": "^4.0.5",
"tailwindcss": "^3.4.13",
"tslib": "^2.7.0",
"tailwindcss": "^3.4.14",
"tslib": "^2.8.0",
"typescript": "^5.6.3",
"wxt": "^0.19.11"
"wxt": "^0.19.13"
}
}
14 changes: 7 additions & 7 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@
"@yd/ui": "workspace:*"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.2.5",
"@sveltejs/kit": "^2.7.0",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@sveltejs/adapter-auto": "^3.3.1",
"@sveltejs/kit": "^2.7.3",
"@sveltejs/vite-plugin-svelte": "^4.0.0",
"@yd/config": "workspace:*",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"svelte": "^4.2.19",
"svelte": "^5.1.3",
"svelte-check": "^4.0.5",
"tailwindcss": "^3.4.13",
"tslib": "^2.7.0",
"tailwindcss": "^3.4.14",
"tslib": "^2.8.0",
"typescript": "^5.6.3",
"vite": "^5.4.9"
"vite": "^5.4.10"
}
}
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"format": "prettier --write ."
},
"devDependencies": {
"@hey-api/openapi-ts": "^0.53.11",
"@hey-api/openapi-ts": "^0.53.12",
"@yd/api": "workspace:*",
"@yd/config": "workspace:*",
"prettier": "^3.3.3",
Expand Down
10 changes: 5 additions & 5 deletions packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.3.1",
"@tailwindcss/forms": "^0.5.9",
"eslint": "^9.12.0",
"eslint": "^9.13.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.44.1",
"eslint-plugin-svelte": "^2.46.0",
"globals": "^15.11.0",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.7",
"prettier-plugin-tailwindcss": "^0.6.8",
"svelte-eslint-parser": "^0.41.1",
"tailwindcss": "^3.4.13",
"typescript-eslint": "^8.8.1"
"svelte-eslint-parser": "^0.43.0",
"tailwindcss": "^3.4.14",
"typescript-eslint": "^8.11.0"
}
}
18 changes: 9 additions & 9 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,19 +34,19 @@
"svelte": "^4.0.0"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.2.5",
"@sveltejs/kit": "^2.7.0",
"@sveltejs/package": "^2.3.5",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@sveltejs/adapter-auto": "^3.3.1",
"@sveltejs/kit": "^2.7.3",
"@sveltejs/package": "^2.3.7",
"@sveltejs/vite-plugin-svelte": "^4.0.0",
"@yd/config": "workspace:*",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"publint": "^0.2.11",
"svelte": "^4.2.19",
"publint": "^0.2.12",
"svelte": "^5.1.3",
"svelte-check": "^4.0.5",
"tailwindcss": "^3.4.13",
"tslib": "^2.7.0",
"tailwindcss": "^3.4.14",
"tslib": "^2.8.0",
"typescript": "^5.6.3",
"vite": "^5.4.9"
"vite": "^5.4.10"
}
}
2 changes: 1 addition & 1 deletion packages/ui/src/lib/components/Modal.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
on:click={() => (show = false)}
in:fade={{ duration: 300 }}
out:fade={{ delay: 200, duration: 200 }}
/>
></div>
<!-- This element is to trick the browser into centering the modal contents. -->
<span class={trickCenteringSpanClass()} aria-hidden="true">&#8203;</span>
<div
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/src/lib/components/Table.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
{#if $$slots.cell}
<slot name="cell" {row} {column} />
{:else}
<span />
<span></span>
{/if}
</td>
{/each}
Expand Down
Loading

0 comments on commit 4240de1

Please sign in to comment.