mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-05-04 12:43:24 +00:00
Merge branch 'main' of https://github.com/ahmadk953/tasko into caching-improvements
Update branch to latest version
This commit is contained in:
commit
8900584267
2 changed files with 35 additions and 35 deletions
|
@ -19,7 +19,7 @@
|
|||
"dependencies": {
|
||||
"@arcjet/next": "^1.0.0-beta.1",
|
||||
"@clerk/nextjs": "^6.10.1",
|
||||
"@clerk/themes": "^2.2.10",
|
||||
"@clerk/themes": "^2.2.12",
|
||||
"@hello-pangea/dnd": "^17.0.0",
|
||||
"@liveblocks/client": "^2.16.1",
|
||||
"@liveblocks/node": "^2.16.1",
|
||||
|
@ -38,7 +38,7 @@
|
|||
"@radix-ui/react-popover": "^1.1.3",
|
||||
"@radix-ui/react-separator": "^1.0.3",
|
||||
"@radix-ui/react-slot": "^1.1.0",
|
||||
"@radix-ui/react-tooltip": "^1.1.6",
|
||||
"@radix-ui/react-tooltip": "^1.1.7",
|
||||
"@radix-ui/react-visually-hidden": "^1.1.0",
|
||||
"@sentry/nextjs": "8",
|
||||
"@tanstack/react-query": "^5.64.2",
|
||||
|
@ -86,7 +86,7 @@
|
|||
"@types/lodash": "^4.17.14",
|
||||
"@types/mdx": "^2.0.13",
|
||||
"@types/node": "^22.10.7",
|
||||
"@types/react": "^19.0.7",
|
||||
"@types/react": "^19.0.8",
|
||||
"@types/react-dom": "^19.0.3",
|
||||
"@typescript-eslint/eslint-plugin": "^8.21.0",
|
||||
"@typescript-eslint/parser": "^8.21.0",
|
||||
|
@ -102,7 +102,7 @@
|
|||
"jest-junit": "^16.0.0",
|
||||
"postcss": "^8.5.1",
|
||||
"prettier": "^3.4.2",
|
||||
"prettier-plugin-tailwindcss": "^0.6.10",
|
||||
"prettier-plugin-tailwindcss": "^0.6.11",
|
||||
"prisma": "^6.2.1",
|
||||
"tailwindcss": "^3.4.16",
|
||||
"ts-node": "^10.9.2",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue