Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nichenqin committed Nov 7, 2024
1 parent 89b4c56 commit d620749
Show file tree
Hide file tree
Showing 11 changed files with 47 additions and 48 deletions.
22 changes: 11 additions & 11 deletions apps/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
"build:docker": "bun build --compile src/index.ts --target=bun --packages=external --sourcemap --outfile undb"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.674.0",
"@aws-sdk/s3-request-presigner": "^3.674.0",
"@aws-sdk/client-s3": "^3.686.0",
"@aws-sdk/s3-request-presigner": "^3.686.0",
"@elysiajs/cors": "1.1.0",
"@elysiajs/cron": "1.1.0",
"@elysiajs/html": "1.1.0",
"@elysiajs/opentelemetry": "^1.1.6",
"@elysiajs/opentelemetry": "^1.1.7",
"@elysiajs/static": "1.1.0",
"@elysiajs/stream": "1.1.0",
"@elysiajs/swagger": "^1.1.5",
Expand All @@ -25,11 +25,11 @@
"@undb/authz": "workspace:*",
"@undb/base": "workspace:*",
"@undb/command-handlers": "workspace:*",
"@undb/event-handlers": "workspace:*",
"@undb/context": "workspace:*",
"@undb/cqrs": "workspace:*",
"@undb/dashboard": "workspace:*",
"@undb/di": "workspace:*",
"@undb/event-handlers": "workspace:*",
"@undb/graphql": "workspace:*",
"@undb/logger": "workspace:*",
"@undb/openapi": "workspace:*",
Expand All @@ -42,16 +42,16 @@
"@undb/trpc": "workspace:*",
"@undb/webhook": "workspace:*",
"arctic": "^1.9.2",
"bun": "^1.1.31",
"core-js": "^3.38.1",
"bun": "^1.1.34",
"core-js": "^3.39.0",
"elysia": "1.1.7",
"got": "^14.4.3",
"got": "^14.4.4",
"handlebars": "^4.7.8",
"lucia": "^3.2.1",
"lucia": "^3.2.2",
"mailgun-nodemailer-transport": "^3.0.2",
"minio": "^8.0.1",
"nanoid": "^5.0.7",
"nodemailer": "^6.9.15",
"minio": "^8.0.2",
"nanoid": "^5.0.8",
"nodemailer": "^6.9.16",
"oslo": "^1.2.1",
"radash": "^12.1.0",
"reflect-metadata": "^0.2.2",
Expand Down
4 changes: 2 additions & 2 deletions apps/desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
"tauri": "tauri"
},
"dependencies": {
"@tauri-apps/api": "^2.0.2"
"@tauri-apps/api": "^2.0.3"
},
"devDependencies": {
"@tauri-apps/cli": "^1.6.3",
"typescript": "^5.6.3",
"vite": "^5.4.9"
"vite": "^5.4.10"
}
}
47 changes: 23 additions & 24 deletions apps/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@
"@neoconfetti/svelte": "^2.2.1",
"@svelte-put/copy": "^3.0.2",
"@svelte-put/shortcut": "^3.1.1",
"@sveltejs/adapter-static": "^3.0.5",
"@sveltejs/kit": "^2.7.1",
"@sveltejs/adapter-static": "^3.0.6",
"@sveltejs/kit": "^2.8.0",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@tailwindcss/typography": "^0.5.15",
"@tanstack/eslint-plugin-query": "^5.59.7",
"@tanstack/eslint-plugin-query": "^5.59.20",
"@types/eslint": "^8.56.12",
"@types/lodash.unzip": "^3.4.9",
"@types/papaparse": "^5.3.14",
"@types/papaparse": "^5.3.15",
"@types/sortablejs": "latest",
"@typescript-eslint/eslint-plugin": "^8.10.0",
"@typescript-eslint/parser": "^8.10.0",
"@typescript-eslint/eslint-plugin": "^8.13.0",
"@typescript-eslint/parser": "^8.13.0",
"@undb/commands": "workspace:*",
"@undb/domain": "workspace:*",
"@undb/formula": "workspace:*",
Expand All @@ -44,10 +44,10 @@
"array-move": "^4.0.0",
"autoprefixer": "^10.4.20",
"date-fns": "^4.1.0",
"eslint": "^9.12.0",
"eslint": "^9.14.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.45.1",
"houdini": "^1.2.64",
"eslint-plugin-svelte": "^2.46.0",
"houdini": "^1.3.0",
"houdini-svelte": "^1.2.64",
"lodash.unzip": "^3.4.0",
"papaparse": "^5.4.1",
Expand All @@ -62,21 +62,20 @@
"sortablejs": "^1.15.3",
"svelte": "^4.2.19",
"svelte-check": "^4.0.5",
"svelte-dnd-action": "^0.9.51",
"svelte-headless-table": "^0.18.2",
"svelte-headless-table": "^0.18.3",
"svelte-inview": "^4.0.4",
"svelte-jsoneditor": "^1.0.8",
"svelte-jsoneditor": "^1.1.2",
"svelte-persisted-store": "^0.11.0",
"sveltekit-search-params": "^3.0.0",
"svelvet": "^10.0.2",
"tailwindcss": "^3.4.14",
"timeago.js": "^4.0.2",
"tslib": "^2.8.0",
"tslib": "^2.8.1",
"type-fest": "^4.26.1",
"typescript": "^5.6.3",
"vite": "^5.4.9",
"vite": "^5.4.10",
"vite-plugin-node-polyfills": "^0.22.0",
"vitest": "^2.1.3",
"vitest": "^2.1.4",
"xlsx": "^0.18.5"
},
"type": "module",
Expand All @@ -85,32 +84,32 @@
"@codemirror/commands": "^6.7.1",
"@codemirror/language": "^6.10.3",
"@codemirror/state": "^6.4.1",
"@codemirror/view": "^6.34.1",
"@codemirror/view": "^6.34.2",
"@floating-ui/dom": "^1.6.12",
"@formkit/auto-animate": "^0.8.2",
"@internationalized/date": "^3.5.6",
"@svelte-put/clickoutside": "^3.0.2",
"@tanstack/svelte-query": "^5.59.13",
"@tanstack/svelte-virtual": "^3.10.8",
"@tiptap/core": "^2.8.0",
"@tiptap/pm": "^2.8.0",
"@tiptap/starter-kit": "^2.8.0",
"@tanstack/svelte-query": "^5.59.20",
"@tanstack/svelte-virtual": "^3.10.9",
"@tiptap/core": "^2.9.1",
"@tiptap/pm": "^2.9.1",
"@tiptap/starter-kit": "^2.9.1",
"@trpc/client": "^10.45.2",
"@undb/zod": "workspace:*",
"bits-ui": "^0.21.16",
"clsx": "^2.1.1",
"cmdk-sv": "^0.0.18",
"embla-carousel-svelte": "^8.3.0",
"embla-carousel-svelte": "^8.3.1",
"formsnap": "^1.0.1",
"fuse.js": "^7.0.0",
"lucide-svelte": "^0.453.0",
"mode-watcher": "^0.4.1",
"paneforge": "^0.0.6",
"svelte-grid": "^5.1.2",
"svelte-qrcode": "^1.0.0",
"svelte-qrcode": "^1.0.1",
"svelte-radix": "^1.1.1",
"svelte-sonner": "^0.3.28",
"sveltekit-superforms": "^2.19.1",
"sveltekit-superforms": "^2.20.0",
"tailwind-merge": "^2.5.4",
"tailwind-variants": "^0.2.1",
"trpc-svelte-query-adapter": "^2.3.14",
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 @@ -23,17 +23,17 @@
"drizzle-kit": "^0.26.2",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"npm-run-all2": "^6.2.4",
"npm-run-all2": "^7.0.1",
"prettier": "^3.3.3",
"turbo": "^2.1.3"
"turbo": "^2.2.3"
},
"lint-staged": {
"**/*": "bunx --bun prettier --write --ignore-unknown"
},
"engines": {
"node": ">=18"
},
"packageManager": "bun@1.1.31",
"packageManager": "bun@1.1.34",
"workspaces": [
"apps/*",
"packages/*"
Expand Down
2 changes: 1 addition & 1 deletion packages/domain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"array-move": "^4.0.0",
"date-fns": "^4.1.0",
"dequal": "^2.0.3",
"nanoid": "^5.0.7",
"nanoid": "^5.0.8",
"oxide.ts": "^1.1.0",
"uuid": "^10.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"@envelop/opentelemetry": "^6.3.1",
"@opentelemetry/api": "^1.9.0",
"graphql": "16.8.1",
"graphql-yoga": "^5.7.0"
"graphql-yoga": "^5.8.0"
}
}
6 changes: 3 additions & 3 deletions packages/persistence/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
"@libsql/client": "^0.14.0",
"@libsql/kysely-libsql": "^0.4.1",
"@undb/audit": "workspace:*",
"@undb/cqrs": "workspace:*",
"@undb/authz": "workspace:*",
"@undb/base": "workspace:*",
"@undb/context": "workspace:*",
"@undb/cqrs": "workspace:*",
"@undb/di": "workspace:*",
"@undb/domain": "workspace:*",
"@undb/formula": "workspace:*",
Expand All @@ -28,8 +28,8 @@
"@undb/user": "workspace:*",
"@undb/webhook": "workspace:*",
"date-fns": "^4.1.0",
"drizzle-orm": "^0.35.1",
"es-toolkit": "^1.25.2",
"drizzle-orm": "^0.36.1",
"es-toolkit": "^1.26.1",
"kysely": "^0.27.4",
"kysely-bun-sqlite": "^0.3.2",
"radash": "^12.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/realtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@undb/di": "workspace:*",
"@undb/persistence": "workspace:*",
"@undb/table": "workspace:*",
"drizzle-orm": "^0.35.1",
"drizzle-orm": "^0.36.1",
"ts-pattern": "^5.5.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@undb/logger": "workspace:*",
"@undb/table": "workspace:*",
"@undb/zod": "workspace:*",
"zod-to-json-schema": "^3.23.3"
"zod-to-json-schema": "^3.23.5"
},
"devDependencies": {
"@types/bun": "latest"
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.16.0",
"i18next": "^23.16.4",
"zod": "^3.23.8",
"zod-i18n-map": "^2.27.0",
"zod-validation-error": "^3.4.0"
Expand Down

0 comments on commit d620749

Please sign in to comment.