Skip to content

Commit

Permalink
chore(deps): update project dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Jordan Shatford <[email protected]>
  • Loading branch information
jordanshatford committed Nov 16, 2024
1 parent 4154919 commit ce1a7c1
Show file tree
Hide file tree
Showing 9 changed files with 423 additions and 479 deletions.
14 changes: 7 additions & 7 deletions apps/extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,23 +22,23 @@
"postinstall": "wxt prepare"
},
"dependencies": {
"@webext-core/messaging": "^2.0.2",
"@webext-core/messaging": "^2.1.0",
"@webext-core/proxy-service": "^1.2.0",
"@yd/client": "workspace:*",
"@yd/ui": "workspace:*"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^4.0.0",
"@sveltejs/vite-plugin-svelte": "^4.0.1",
"@tsconfig/svelte": "^5.0.4",
"@types/webextension-polyfill": "^0.12.1",
"@yd/config": "workspace:*",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.48",
"svelte": "^5.1.14",
"svelte-check": "^4.0.6",
"tailwindcss": "^3.4.14",
"postcss": "^8.4.49",
"svelte": "^5.2.2",
"svelte-check": "^4.0.8",
"tailwindcss": "^3.4.15",
"tslib": "^2.8.1",
"typescript": "^5.6.3",
"wxt": "^0.19.13"
"wxt": "^0.19.16"
}
}
2 changes: 1 addition & 1 deletion apps/extension/src/lib/context-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ client.setConfig({

async function getSessionIdFromStorage() {
const result = await browser.storage.sync.get(SESSION_ID_KEY);
const token = result?.[SESSION_ID_KEY] ?? '';
const token = (result?.[SESSION_ID_KEY] as string) ?? '';
return token;
}

Expand Down
12 changes: 6 additions & 6 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.3.1",
"@sveltejs/kit": "^2.8.0",
"@sveltejs/vite-plugin-svelte": "^4.0.0",
"@sveltejs/kit": "^2.8.1",
"@sveltejs/vite-plugin-svelte": "^4.0.1",
"@yd/config": "workspace:*",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.48",
"svelte": "^5.1.14",
"svelte-check": "^4.0.6",
"tailwindcss": "^3.4.14",
"postcss": "^8.4.49",
"svelte": "^5.2.2",
"svelte-check": "^4.0.8",
"tailwindcss": "^3.4.15",
"tslib": "^2.8.1",
"typescript": "^5.6.3",
"vite": "^5.4.11"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@svitejs/changesets-changelog-github-compact": "^1.2.0",
"husky": "^9.1.6"
},
"packageManager": "pnpm@9.12.1+sha512.e5a7e52a4183a02d5931057f7a0dbff9d5e9ce3161e33fa68ae392125b79282a8a8a470a51dfc8a0ed86221442eb2fb57019b0990ed24fab519bf0e1bc5ccfc4",
"packageManager": "pnpm@9.13.2+sha512.88c9c3864450350e65a33587ab801acf946d7c814ed1134da4a924f6df5a2120fd36b46aab68f7cd1d413149112d53c7db3a4136624cfd00ff1846a0c6cef48a",
"engines": {
"pnpm": ">=8",
"node": ">=20"
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@hey-api/client-fetch": "^0.4.3"
},
"devDependencies": {
"@hey-api/openapi-ts": "^0.55.2",
"@hey-api/openapi-ts": "^0.55.3",
"@yd/api": "workspace:*",
"@yd/config": "workspace:*",
"prettier": "^3.3.3",
Expand Down
8 changes: 4 additions & 4 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.4.0",
"@tailwindcss/forms": "^0.5.9",
"eslint": "^9.14.0",
"eslint": "^9.15.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.46.0",
"globals": "^15.12.0",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.7",
"prettier-plugin-svelte": "^3.2.8",
"prettier-plugin-tailwindcss": "^0.6.8",
"svelte-eslint-parser": "^0.43.0",
"tailwindcss": "^3.4.14",
"typescript-eslint": "^8.13.0"
"tailwindcss": "^3.4.15",
"typescript-eslint": "^8.14.0"
}
}
14 changes: 7 additions & 7 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,23 +28,23 @@
"@steeze-ui/heroicons": "^2.4.0",
"@steeze-ui/simple-icons": "^1.9.0",
"@steeze-ui/svelte-icon": "^1.5.0",
"tailwind-variants": "^0.2.1"
"tailwind-variants": "^0.3.0"
},
"peerDependencies": {
"svelte": "^4.0.0"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.3.1",
"@sveltejs/kit": "^2.8.0",
"@sveltejs/kit": "^2.8.1",
"@sveltejs/package": "^2.3.7",
"@sveltejs/vite-plugin-svelte": "^4.0.0",
"@sveltejs/vite-plugin-svelte": "^4.0.1",
"@yd/config": "workspace:*",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.48",
"postcss": "^8.4.49",
"publint": "^0.2.12",
"svelte": "^5.1.14",
"svelte-check": "^4.0.6",
"tailwindcss": "^3.4.14",
"svelte": "^5.2.2",
"svelte-check": "^4.0.8",
"tailwindcss": "^3.4.15",
"tslib": "^2.8.1",
"typescript": "^5.6.3",
"vite": "^5.4.11"
Expand Down
8 changes: 3 additions & 5 deletions packages/ui/src/lib/components/Table.svelte
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
<script lang="ts" module>
type T = object;
</script>

<script lang="ts" generics="T extends object">
import type { Snippet } from 'svelte';
Expand All @@ -15,7 +11,9 @@
td: 'px-6 py-4 whitespace-nowrap text-zinc-500 dark:text-zinc-300'
};
interface Props<TCol = { key: string; title: string }, TRow = T> {
type TCol = { key: string; title: string };
type TRow = T;
interface Props {
columns?: TCol[];
rows?: TRow[];
head?: Snippet<[{ column: TCol }]>;
Expand Down
Loading

0 comments on commit ce1a7c1

Please sign in to comment.