mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-05-04 20:53:08 +00:00
Added fluid-tailwind and updated React to stable
This commit is contained in:
parent
ca7124dfe8
commit
157ba09980
3 changed files with 74 additions and 47 deletions
19
package.json
19
package.json
|
@ -44,9 +44,9 @@
|
|||
"lodash": "^4.17.21",
|
||||
"lucide-react": "^0.462.0",
|
||||
"next": "^15.0.3",
|
||||
"react": "19.0.0-rc.1",
|
||||
"react": "^19.0.0",
|
||||
"react-day-picker": "^9.3.2",
|
||||
"react-dom": "19.0.0-rc.1",
|
||||
"react-dom": "^19.0.0",
|
||||
"sharp": "^0.33.5",
|
||||
"sonner": "^1.7.0",
|
||||
"stripe": "^17.4.0",
|
||||
|
@ -69,8 +69,8 @@
|
|||
"@types/dompurify": "^3",
|
||||
"@types/lodash": "^4.17.13",
|
||||
"@types/node": "^22.10.1",
|
||||
"@types/react": "npm:types-react@19.0.0-rc.1",
|
||||
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1",
|
||||
"@types/react": "^19.0.0",
|
||||
"@types/react-dom": "^19.0.0",
|
||||
"@typescript-eslint/eslint-plugin": "^8.15.0",
|
||||
"@typescript-eslint/parser": "^8.16.0",
|
||||
"autoprefixer": "^10.4.20",
|
||||
|
@ -79,6 +79,7 @@
|
|||
"eslint-config-next": "15.0.3",
|
||||
"eslint-config-prettier": "^9.1.0",
|
||||
"eslint-plugin-react-compiler": "^19.0.0-beta-63b359f-20241101",
|
||||
"fluid-tailwind": "^1.0.4",
|
||||
"mintlify": "^4.0.285",
|
||||
"postcss": "^8.4.49",
|
||||
"prettier": "^3.3.3",
|
||||
|
@ -87,13 +88,5 @@
|
|||
"tailwindcss": "^3.4.13",
|
||||
"typescript": "^5.6.3"
|
||||
},
|
||||
"overrides": {
|
||||
"@types/react": "npm:types-react@rc",
|
||||
"@types/react-dom": "npm:types-react-dom@rc"
|
||||
},
|
||||
"packageManager": "yarn@4.5.3",
|
||||
"resolutions": {
|
||||
"@types/react": "npm:types-react@19.0.0-rc.1",
|
||||
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1"
|
||||
}
|
||||
"packageManager": "yarn@4.5.3"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue