Fixed Compileation Errors

This commit is contained in:
Ahmad 2024-06-25 22:32:55 -04:00
parent 7544b9b302
commit 47280da469
No known key found for this signature in database
GPG key ID: 8FD8A93530D182BF
3 changed files with 683 additions and 72 deletions

View file

@ -1,6 +1,6 @@
{ {
"extends": ["next/core-web-vitals", "prettier"], "extends": ["next/core-web-vitals", "prettier"],
"plugins": ["@typescript-eslint"], "plugins": ["@typescript-eslint", "eslint-plugin-react-compiler"],
"parser": "@typescript-eslint/parser", "parser": "@typescript-eslint/parser",
"overrides": [ "overrides": [
{ {
@ -9,5 +9,8 @@
"project": "./tsconfig.json" "project": "./tsconfig.json"
} }
} }
] ],
"rules": {
"react-compiler/react-compiler": "warn"
}
} }

View file

@ -3,7 +3,7 @@
"version": "0.1.0", "version": "0.1.0",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "next dev", "dev": "next dev --turbo",
"build": "next build", "build": "next build",
"start": "next start", "start": "next start",
"lint": "next lint", "lint": "next lint",
@ -31,13 +31,14 @@
"@tanstack/react-query": "^5.45.1", "@tanstack/react-query": "^5.45.1",
"@vercel/analytics": "^1.3.1", "@vercel/analytics": "^1.3.1",
"@vercel/speed-insights": "^1.0.12", "@vercel/speed-insights": "^1.0.12",
"babel-plugin-react-compiler": "^0.0.0-experimental-938cd9a-20240601", "babel-plugin-react-compiler": "0.0.0-experimental-696af53-20240625",
"class-variance-authority": "^0.7.0", "class-variance-authority": "^0.7.0",
"clsx": "^2.1.1", "clsx": "^2.1.1",
"date-fns": "^3.6.0", "date-fns": "^3.6.0",
"eslint-plugin-react-compiler": "0.0.0-experimental-0998c1e-20240625",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"lucide-react": "^0.396.0", "lucide-react": "^0.396.0",
"next": "^15.0.0-rc.0", "next": "15.0.0-canary.44",
"react": "^19.0.0-rc.0", "react": "^19.0.0-rc.0",
"react-day-picker": "^8.10.1", "react-day-picker": "^8.10.1",
"react-dom": "^19.0.0-rc.0", "react-dom": "^19.0.0-rc.0",

741
yarn.lock

File diff suppressed because it is too large Load diff