Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nichenqin committed Aug 15, 2024
1 parent 0dc8699 commit 7fb50f1
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
10 changes: 5 additions & 5 deletions apps/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
"build:docker": "bun build --compile src/index.ts --target=bun --packages=external --sourcemap --outfile undb"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.627.0",
"@aws-sdk/s3-request-presigner": "^3.627.0",
"@aws-sdk/client-s3": "^3.631.0",
"@aws-sdk/s3-request-presigner": "^3.631.0",
"@elysiajs/cors": "^1.1.0",
"@elysiajs/cron": "^1.1.0",
"@elysiajs/html": "^1.1.0",
"@elysiajs/opentelemetry": "^1.1.2",
"@elysiajs/static": "^1.1.0",
"@elysiajs/stream": "^1.1.0",
"@elysiajs/swagger": "^1.1.0",
"@elysiajs/swagger": "^1.1.1",
"@elysiajs/trpc": "^1.1.0",
"@json2csv/plainjs": "^7.0.6",
"@kitajs/ts-html-plugin": "latest",
Expand All @@ -39,9 +39,9 @@
"@undb/trpc": "workspace:*",
"@undb/webhook": "workspace:*",
"arctic": "^1.9.2",
"bun": "^1.1.22",
"bun": "^1.1.24",
"core-js": "^3.38.0",
"elysia": "^1.1.5",
"elysia": "^1.1.6",
"got": "^14.4.2",
"handlebars": "^4.7.8",
"lucia": "^3.2.0",
Expand Down
14 changes: 7 additions & 7 deletions apps/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@
"@neoconfetti/svelte": "^2.2.1",
"@svelte-put/copy": "^3.0.2",
"@svelte-put/shortcut": "^3.1.1",
"@sveltejs/adapter-static": "^3.0.3",
"@sveltejs/kit": "^2.5.21",
"@sveltejs/adapter-static": "^3.0.4",
"@sveltejs/kit": "^2.5.22",
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"@tanstack/eslint-plugin-query": "^5.51.15",
"@types/eslint": "^8.56.11",
"@types/lodash.unzip": "^3.4.9",
"@types/papaparse": "^5.3.14",
"@types/sortablejs": "latest",
"@typescript-eslint/eslint-plugin": "^8.0.1",
"@typescript-eslint/parser": "^8.0.1",
"@typescript-eslint/eslint-plugin": "^8.1.0",
"@typescript-eslint/parser": "^8.1.0",
"@undb/commands": "workspace:*",
"@undb/domain": "workspace:*",
"@undb/i18n": "workspace:*",
Expand Down Expand Up @@ -61,7 +61,7 @@
"svelte-persisted-store": "^0.11.0",
"sveltekit-search-params": "^3.0.0",
"svelvet": "^10.0.2",
"tailwindcss": "^3.4.9",
"tailwindcss": "^3.4.10",
"timeago.js": "^4.0.2",
"tslib": "^2.6.3",
"type-fest": "^4.24.0",
Expand All @@ -88,8 +88,8 @@
"paneforge": "^0.0.5",
"svelte-radix": "^1.1.0",
"svelte-sonner": "^0.3.27",
"sveltekit-superforms": "^2.16.1",
"tailwind-merge": "^2.5.0",
"sveltekit-superforms": "^2.17.0",
"tailwind-merge": "^2.5.2",
"tailwind-variants": "^0.2.1",
"trpc-svelte-query-adapter": "^2.3.14",
"ts-pattern": "^5.3.1",
Expand Down
Binary file modified bun.lockb
Binary file not shown.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,18 @@
"devDependencies": {
"drizzle-kit": "^0.24.0",
"husky": "^9.1.4",
"lint-staged": "^15.2.8",
"lint-staged": "^15.2.9",
"npm-run-all2": "^6.2.2",
"prettier": "^3.3.3",
"turbo": "^2.0.12"
"turbo": "^2.0.13"
},
"lint-staged": {
"**/*": "bunx --bun prettier --write --ignore-unknown"
},
"engines": {
"node": ">=18"
},
"packageManager": "[email protected].22",
"packageManager": "[email protected].24",
"workspaces": [
"apps/*",
"packages/*"
Expand Down
2 changes: 1 addition & 1 deletion packages/zod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"typescript": "^5.0.0"
},
"dependencies": {
"i18next": "^23.12.2",
"i18next": "^23.12.3",
"zod": "^3.23.8",
"zod-i18n-map": "^2.27.0",
"zod-validation-error": "^3.3.1"
Expand Down

0 comments on commit 7fb50f1

Please sign in to comment.