Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
flipvh committed Dec 28, 2024
1 parent 7b6ff3e commit 360330d
Show file tree
Hide file tree
Showing 4 changed files with 1,038 additions and 513 deletions.
2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"drizzle-orm": "^0.38.2",
"drizzle-zod": "0.5.1",
"enforce-unique": "^1.3.0",
"hono": "4.6.13",
"hono": "4.6.15",
"i18next": "^23.16.8",
"isbot": "^5.1.18",
"jsdom": "^25.0.1",
Expand Down
30 changes: 15 additions & 15 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
"@atlaskit/pragmatic-drag-and-drop": "^1.4.0",
"@atlaskit/pragmatic-drag-and-drop-auto-scroll": "^2.1.0",
"@atlaskit/pragmatic-drag-and-drop-hitbox": "^1.0.3",
"@blocknote/core": "^0.21.0",
"@blocknote/react": "^0.21.0",
"@blocknote/shadcn": "^0.21.0",
"@electric-sql/client": "1.0.0-beta.1",
"@blocknote/core": "^0.22.0",
"@blocknote/react": "^0.22.0",
"@blocknote/shadcn": "^0.22.0",
"@electric-sql/client": "1.0.0-beta.2",
"@emotion/react": "^11.14.0",
"@github/mini-throttle": "^2.1.1",
"@hookform/resolvers": "^3.9.1",
Expand Down Expand Up @@ -57,8 +57,8 @@
"@tanstack/react-query": "5.62.7",
"@tanstack/react-query-devtools": "5.62.7",
"@tanstack/react-query-persist-client": "5.62.7",
"@tanstack/react-router": "^1.91.3",
"@tanstack/router-devtools": "^1.91.3",
"@tanstack/react-router": "^1.92.6",
"@tanstack/router-devtools": "^1.92.6",
"@types/lodash": "^4.17.13",
"@uppy/audio": "^2.0.2",
"@uppy/core": "^4.3.1",
Expand All @@ -84,8 +84,8 @@
"embla-carousel-react": "^8.5.1",
"emblor": "^1.4.7",
"framer-motion": "^11.15.0",
"gleap": "^14.1.0",
"hono": "4.6.13",
"gleap": "^14.1.2",
"hono": "4.6.15",
"i18next": "^23.16.8",
"i18next-browser-languagedetector": "^8.0.2",
"i18next-http-backend": "^2.7.1",
Expand All @@ -98,22 +98,22 @@
"lucide-react": "^0.468.0",
"nanoid": "^5.0.9",
"pdfjs-dist": "^4.9.155",
"player.style": "^0.1.0",
"player.style": "^0.1.1",
"react": "^19.0.0",
"react-data-grid": "7.0.0-beta.47",
"react-day-picker": "^9.4.4",
"react-dom": "^19.0.0",
"react-error-boundary": "^4.1.2",
"react-hook-form": "^7.54.1",
"react-hook-form": "^7.54.2",
"react-i18next": "^15.2.0",
"react-intersection-observer": "^9.14.0",
"react-lazy-with-preload": "^2.2.1",
"react-pdf": "^9.1.1",
"react-pdf": "^9.2.1",
"react-resizable-panels": "^2.1.7",
"recharts": "^2.15.0",
"slugify": "1.6.6",
"sonner": "^1.7.1",
"tailwind-merge": "^2.5.5",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7",
"use-count-up": "^3.0.1",
"vaul": "^1.1.2",
Expand All @@ -139,13 +139,13 @@
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"postcss-import": "^16.1.0",
"postcss-preset-env": "^10.1.2",
"postcss-preset-env": "^10.1.3",
"postgres": "^3.4.5",
"rollup-plugin-visualizer": "^5.12.0",
"rollup-plugin-visualizer": "^5.13.1",
"tailwindcss": "^3.4.17",
"tsx": "^4.19.2",
"typescript": "^5.7.2",
"vite": "^6.0.3",
"vite": "^6.0.6",
"vite-plugin-html": "^3.2.2",
"vite-plugin-pwa": "^0.21.1",
"vite-plugin-static-copy": "^2.2.0"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@evilmartians/lefthook": "^1.9.3",
"@evilmartians/lefthook": "^1.10.1",
"cross-env": "^7.0.3",
"rimraf": "^6.0.1",
"tsx": "^4.19.2",
Expand Down
Loading

0 comments on commit 360330d

Please sign in to comment.