Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nichenqin committed Jun 5, 2024
1 parent 5fd9e40 commit abd1c04
Show file tree
Hide file tree
Showing 12 changed files with 24 additions and 25 deletions.
4 changes: 2 additions & 2 deletions apps/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
"@elysiajs/stream": "^1.0.2",
"@elysiajs/trpc": "^1.0.2",
"@lucia-auth/adapter-drizzle": "^1.0.7",
"@undb/audit": "workspace:*",
"@undb/command-handlers": "workspace:*",
"@undb/context": "workspace:*",
"@undb/cqrs": "workspace:*",
"@undb/graphql": "workspace:*",
"@undb/logger": "workspace:*",
"@undb/openapi": "workspace:*",
"@undb/audit": "workspace:*",
"@undb/persistence": "workspace:*",
"@undb/query-handlers": "workspace:*",
"@undb/realtime": "workspace:*",
Expand All @@ -30,7 +30,7 @@
"core-js": "^3.37.1",
"elysia": "^1.0.22",
"elysia-requestid": "^1.0.9",
"got": "^14.3.0",
"got": "^14.4.0",
"lucia": "^3.2.0",
"radash": "^12.1.0",
"reflect-metadata": "^0.2.2"
Expand Down
14 changes: 7 additions & 7 deletions apps/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"@types/eslint": "^8.56.10",
"@types/papaparse": "^5.3.14",
"@types/sortablejs": "latest",
"@typescript-eslint/eslint-plugin": "^7.11.0",
"@typescript-eslint/parser": "^7.11.0",
"@typescript-eslint/eslint-plugin": "^7.12.0",
"@typescript-eslint/parser": "^7.12.0",
"@undb/commands": "workspace:*",
"@undb/domain": "workspace:*",
"@undb/queries": "workspace:*",
Expand All @@ -38,8 +38,8 @@
"houdini-svelte": "^1.2.47",
"papaparse": "^5.4.1",
"postcss": "^8.4.38",
"postcss-load-config": "^6.0.0",
"prettier": "^3.3.0",
"postcss-load-config": "^6.0.1",
"prettier": "^3.3.1",
"prettier-plugin-svelte": "^3.2.3",
"prettier-plugin-tailwindcss": "^0.6.1",
"radash": "^12.1.0",
Expand All @@ -51,7 +51,7 @@
"sveltekit-search-params": "^2.1.2",
"tailwindcss": "^3.4.3",
"timeago.js": "^4.0.2",
"tslib": "^2.6.2",
"tslib": "^2.6.3",
"typescript": "^5.4.5",
"vite": "^5.2.12",
"vitest": "^1.6.0"
Expand All @@ -61,15 +61,15 @@
"@formkit/auto-animate": "^0.8.2",
"@internationalized/date": "^3.5.4",
"@svelte-put/clickoutside": "^3.0.2",
"@tanstack/svelte-query": "^5.40.0",
"@tanstack/svelte-query": "^5.40.1",
"@trpc/client": "^10.45.2",
"@undb/zod": "workspace:*",
"bits-ui": "^0.21.10",
"clsx": "^2.1.1",
"cmdk-sv": "^0.0.17",
"embla-carousel-svelte": "^8.1.3",
"formsnap": "^1.0.0",
"lucide-svelte": "^0.381.0",
"lucide-svelte": "^0.383.0",
"mode-watcher": "^0.3.0",
"paneforge": "^0.0.4",
"svelte-radix": "^1.1.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
$setViewFieldsMutation.mutate({
tableId: $table.id.value,
viewId: $table.views.getViewById().id.value,
fields: viewFields,
fields: [...viewFields],
})
}
Expand All @@ -60,7 +60,6 @@
class=""
animation={200}
onEnd={(event) => {
console.log(event.oldIndex, event.newIndex)
if (isNumber(event.oldIndex) && isNumber(event.newIndex)) {
swapFields(event.oldIndex, event.newIndex)
}
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 @@ -19,12 +19,12 @@
},
"devDependencies": {
"better-sqlite3": "^11.0.0",
"drizzle-kit": "^0.22.1",
"drizzle-kit": "^0.22.2",
"husky": "^9.0.11",
"lint-staged": "^15.2.5",
"npm-run-all2": "^6.2.0",
"prettier": "^3.3.0",
"turbo": "^1.13.3"
"prettier": "^3.3.1",
"turbo": "^2.0.1"
},
"lint-staged": {
"**/*": "bunx --bun prettier --write --ignore-unknown"
Expand Down
2 changes: 1 addition & 1 deletion packages/audit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"types": "src/index.d.ts",
"type": "module",
"dependencies": {
"@undb/context": "workspace:*",
"@undb/di": "workspace:*",
"@undb/domain": "workspace:*",
"@undb/table": "workspace:*",
"@undb/context": "workspace:*",
"@undb/zod": "workspace:*",
"date-fns": "^3.6.0",
"radash": "^12.1.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/cqrs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"devDependencies": {
"@types/bun": "latest",
"@types/uuid": "^9.0.8",
"type-fest": "^4.18.3"
"type-fest": "^4.19.0"
},
"peerDependencies": {
"typescript": "^5.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/persistence/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "module",
"devDependencies": {
"@types/bun": "latest",
"drizzle-kit": "^0.22.1"
"drizzle-kit": "^0.22.2"
},
"peerDependencies": {
"typescript": "^5.0.0"
Expand All @@ -19,7 +19,7 @@
"@undb/table": "workspace:*",
"@undb/webhook": "workspace:*",
"date-fns": "^3.6.0",
"drizzle-orm": "^0.31.0",
"drizzle-orm": "^0.31.1",
"kysely": "^0.27.3",
"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.31.0",
"drizzle-orm": "^0.31.1",
"ts-pattern": "^5.1.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "module",
"devDependencies": {
"@types/bun": "latest",
"type-fest": "^4.18.3"
"type-fest": "^4.19.0"
},
"peerDependencies": {
"typescript": "^5.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/trpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
"dependencies": {
"@trpc/server": "^10.45.2",
"@undb/commands": "workspace:*",
"@undb/context": "workspace:*",
"@undb/cqrs": "workspace:*",
"@undb/di": "workspace:*",
"@undb/persistence": "workspace:*",
"@undb/context": "workspace:*",
"@undb/queries": "workspace:*",
"@undb/table": "workspace:*",
"@undb/zod": "workspace:*",
Expand Down
8 changes: 4 additions & 4 deletions turbo.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"$schema": "https://turbo.build/schema.json",
"globalDependencies": ["**/.env.*local", ".env"],
"experimentalUI": true,
"pipeline": {
"tasks": {
"build": {
"cache": false,
"dependsOn": ["^build"],
"dotEnv": [".env"],
"outputs": [".next/**", "!.next/cache/**"]
"outputs": [".next/**", "!.next/cache/**"],
"inputs": ["$TURBO_DEFAULT$", ".env"]
},
"lint": {
"dependsOn": ["^lint"]
},
"dev": {
"cache": false,
"inputs": ["$TURBO_DEFAULT$", ".env"],
"persistent": true
}
}
Expand Down

0 comments on commit abd1c04

Please sign in to comment.