Skip to content

Commit

Permalink
dependency update
Browse files Browse the repository at this point in the history
  • Loading branch information
MP281X committed Jun 4, 2024
1 parent a91979e commit bbe7688
Show file tree
Hide file tree
Showing 14 changed files with 35 additions and 31 deletions.
2 changes: 1 addition & 1 deletion apps/cron-jobs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"preview": "bun run build && bun ./build/index.js"
},
"dependencies": {
"redis": "^4.6.7",
"redis": "^4.6.14",
"cache": "workspace:*",
"jobs": "workspace:*",
"s3": "workspace:*",
Expand Down
28 changes: 14 additions & 14 deletions apps/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,25 @@
"scripts": {
"dev": "vite dev",
"build": "vite build --logLevel error",
"lint": "svelte-kit sync",
"lint": "svelte-kit sync && svelte-check --output human --tsconfig ./tsconfig.json",
"preview": "bun run build && bun ./build"
},
"devDependencies": {
"@sveltejs/kit": "^1.20.4",
"autoprefixer": "^10.4.15",
"postcss": "^8.4.29",
"svelte": "^4.0.5",
"svelte-adapter-bun": "^0.5.0",
"svelte-check": "^3.4.3",
"tailwindcss": "^3.3.3",
"tslib": "^2.4.1",
"vite": "^4.4.2"
"@sveltejs/kit": "^2.5.10",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"svelte": "^4.2.17",
"svelte-adapter-bun": "^0.5.2",
"svelte-check": "^3.8.0",
"tailwindcss": "^3.4.3",
"tslib": "^2.6.2",
"vite": "^5.2.12"
},
"dependencies": {
"@egoist/tailwindcss-icons": "^1.1.0",
"@iconify-json/ph": "^1.1.6",
"zod": "^3.22.2",
"hls.js": "^1.4.12",
"@egoist/tailwindcss-icons": "^1.8.0",
"@iconify-json/ph": "^1.1.13",
"zod": "^3.23.8",
"hls.js": "^1.5.10",
"db": "workspace:*",
"jobs": "workspace:*",
"s3": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion apps/frontend/src/hooks.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { downloadUrl } from 's3';

export const handle: Handle = async ({ event, resolve }) => {
const unauthorized = () => {
event.cookies.delete('auth_token');
event.cookies.delete('auth_token', { path: '/' });
throw redirect(303, 'auth');
};

Expand Down
2 changes: 1 addition & 1 deletion apps/frontend/svelte.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import adapter from 'svelte-adapter-bun';
import { vitePreprocess } from '@sveltejs/kit/vite';
import { vitePreprocess } from '@sveltejs/vite-plugin-svelte';

/** @type {import('@sveltejs/kit').Config} */
const config = {
Expand Down
2 changes: 1 addition & 1 deletion apps/jobs-handler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"preview": "bun run build && bun ./build/index.js"
},
"dependencies": {
"redis": "^4.6.7",
"redis": "^4.6.14",
"ai": "workspace:*",
"cache": "workspace:*",
"jobs": "workspace:*",
Expand Down
Binary file modified bun.lockb
Binary file not shown.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,8 @@
"prettier-plugin-svelte": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.3",
"typescript": "^5.1.6"
}
},
"trustedDependencies": [
"svelte-preprocess"
]
}
4 changes: 2 additions & 2 deletions packages/ai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"main": "index.ts",
"types": "index.ts",
"dependencies": {
"openai": "^4.11.0",
"redis": "^4.6.7"
"openai": "^4.47.3",
"redis": "^4.6.14"
}
}
2 changes: 1 addition & 1 deletion packages/cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"main": "index.ts",
"types": "index.ts",
"dependencies": {
"redis": "^4.6.7"
"redis": "^4.6.14"
}
}
8 changes: 4 additions & 4 deletions packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"main": "index.ts",
"types": "index.ts",
"dependencies": {
"kysely": "^0.26.3",
"pg": "^8.11.3",
"zod": "^3.22.2"
"kysely": "^0.27.3",
"pg": "^8.11.5",
"zod": "^3.23.8"
},
"devDependencies": {
"kysely-codegen": "^0.10.1"
"kysely-codegen": "^0.15.0"
}
}
2 changes: 1 addition & 1 deletion packages/jobs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"../../apps/jobs-handler/src/*.ts"
],
"dependencies": {
"redis": "^4.6.7"
"redis": "^4.6.14"
}
}
2 changes: 1 addition & 1 deletion packages/realtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"main": "index.ts",
"types": "index.ts",
"dependencies": {
"redis": "^4.6.7"
"redis": "^4.6.14"
}
}
6 changes: 3 additions & 3 deletions packages/s3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"main": "index.ts",
"types": "index.ts",
"dependencies": {
"@aws-sdk/client-s3": "^3.397.0",
"@aws-sdk/s3-presigned-post": "^3.397.0",
"@aws-sdk/s3-request-presigner": "^3.397.0"
"@aws-sdk/client-s3": "^3.588.0",
"@aws-sdk/s3-presigned-post": "^3.588.0",
"@aws-sdk/s3-request-presigner": "^3.588.0"
}
}
1 change: 1 addition & 0 deletions task-runner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ const log = async (title: string, input: string | Uint8Array | ReadableStream<Ui
if (txt.includes('VITE') || txt.includes('use --host to expose') || txt.includes('✨')) return;
if (txt.includes('./.svelte-kit/tsconfig.json') || txt.includes('╵') || txt.includes('tsconfig.json:2:12:')) return;
if (txt.includes('NOTICE:') || txt.includes('DETAIL:') || txt.includes('drop cascade')) return;
if (txt.includes('bun build') || txt.includes('vite build')) return;

if (color === 91 && Bun.argv[2]! !== 'dev') {
console.error(`\x1b[${color}m${title} ➜ \x1b[0m${txt}`);
Expand Down

0 comments on commit bbe7688

Please sign in to comment.