mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-05-04 20:53:08 +00:00
Updated Packages
This commit is contained in:
parent
c667889c04
commit
05d3bf7699
2 changed files with 52 additions and 59 deletions
14
package.json
14
package.json
|
@ -12,10 +12,10 @@
|
|||
"format:fix": "prettier --write --ignore-path .prettierignore ."
|
||||
},
|
||||
"dependencies": {
|
||||
"@clerk/nextjs": "^5.1.4",
|
||||
"@clerk/nextjs": "^5.1.5",
|
||||
"@hello-pangea/dnd": "^16.6.0",
|
||||
"@liveblocks/client": "^2.0.0",
|
||||
"@liveblocks/node": "^1.12.0",
|
||||
"@liveblocks/node": "^2.0.0",
|
||||
"@liveblocks/react": "^2.0.0",
|
||||
"@microsoft/eslint-formatter-sarif": "^3.1.0",
|
||||
"@prisma/client": "^5.15.0",
|
||||
|
@ -52,9 +52,9 @@
|
|||
"zustand": "^4.5.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@next/eslint-plugin-next": "^14.2.3",
|
||||
"@next/eslint-plugin-next": "^14.2.4",
|
||||
"@types/lodash": "^4.17.5",
|
||||
"@types/node": "^20",
|
||||
"@types/node": "^20.14.2",
|
||||
"@types/react": "npm:types-react@rc",
|
||||
"@types/react-dom": "npm:types-react-dom@rc",
|
||||
"@typescript-eslint/eslint-plugin": "^7.13.0",
|
||||
|
@ -63,12 +63,12 @@
|
|||
"eslint": "^8.57.0",
|
||||
"eslint-config-next": "^15.0.0-rc.0",
|
||||
"eslint-config-prettier": "^9.1.0",
|
||||
"postcss": "^8",
|
||||
"postcss": "^8.4.38",
|
||||
"prettier": "^3.3.2",
|
||||
"prettier-plugin-tailwindcss": "^0.6.3",
|
||||
"prettier-plugin-tailwindcss": "^0.6.4",
|
||||
"prisma": "^5.15.0",
|
||||
"tailwindcss": "^3.4.4",
|
||||
"typescript": "^5"
|
||||
"typescript": "^5.4.5"
|
||||
},
|
||||
"overrides": {
|
||||
"@types/react": "npm:types-react@rc",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue