Skip to content

Commit

Permalink
some more updates to deps
Browse files Browse the repository at this point in the history
  • Loading branch information
dinmukhamedm committed Dec 21, 2024
1 parent 877b35c commit 45c82bc
Show file tree
Hide file tree
Showing 2 changed files with 402 additions and 418 deletions.
18 changes: 9 additions & 9 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
"format:check": "prettier --check \"{app,lib,components}**/*.{ts,tsx,mdx}\" --cache"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.715.0",
"@aws-sdk/client-s3": "^3.717.0",
"@clickhouse/client": "^1.10.0",
"@codemirror/lang-json": "^6.0.1",
"@codemirror/lang-python": "^6.1.6",
"@codemirror/lang-yaml": "^6.1.2",
"@codemirror/language": "^6.10.7",
"@codemirror/view": "^6.36.0",
"@codemirror/view": "^6.36.1",
"@headlessui/react": "^2.2.0",
"@lezer/highlight": "^1.2.1",
"@monaco-editor/react": "^4.6.0",
Expand Down Expand Up @@ -49,12 +49,12 @@
"@radix-ui/react-tooltip": "^1.1.6",
"@react-email/components": "^0.0.31",
"@react-email/tailwind": "^0.1.0",
"@supabase/supabase-js": "^2.47.9",
"@supabase/supabase-js": "^2.47.10",
"@tanstack/react-table": "^8.20.6",
"@uiw/codemirror-theme-github": "^4.23.7",
"@uiw/codemirror-themes": "^4.23.7",
"@uiw/react-codemirror": "^4.23.7",
"ace-builds": "^1.37.0",
"ace-builds": "^1.37.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.0.4",
Expand All @@ -67,16 +67,16 @@
"gray-matter": "^4.0.3",
"i": "^0.3.7",
"js-base64": "^3.7.7",
"js-tiktoken": "^1.0.15",
"js-tiktoken": "^1.0.16",
"json-2-csv": "^5.5.7",
"jsonwebtoken": "^9.0.2",
"lucide-react": "^0.468.0",
"next": "^15.1.1",
"next": "^15.1.2",
"next-auth": "^4.24.11",
"next-mdx-remote": "^5.0.0",
"next-themes": "^0.2.1",
"postgres": "^3.4.5",
"posthog-js": "^1.202.2",
"posthog-js": "^1.203.1",
"posthog-node": "^4.3.2",
"re-resizable": "^6.10.3",
"react": "^19.0.0",
Expand All @@ -103,7 +103,7 @@
"swr": "^2.2.5",
"uuid": "^9.0.1",
"yaml": "^2.6.1",
"yjs": "^13.6.20",
"yjs": "^13.6.21",
"zod": "^3.24.1",
"zod-to-json-schema": "^3.24.1",
"zustand": "^4.5.5"
Expand All @@ -122,7 +122,7 @@
"drizzle-kit": "^0.30.1",
"eslint": "^9.17.0",
"eslint-config-love": "^112.0.0",
"eslint-config-next": "^15.1.1",
"eslint-config-next": "^15.1.2",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-node": "^11.1.0",
Expand Down
Loading

0 comments on commit 45c82bc

Please sign in to comment.