Updated to latest Next.js RC - Part 1

This commit is contained in:
Ahmad 2024-10-15 17:23:57 -04:00
parent a050779523
commit e771e77609
No known key found for this signature in database
GPG key ID: 8FD8A93530D182BF
2 changed files with 109 additions and 111 deletions

View file

@ -29,6 +29,7 @@
"@radix-ui/react-tooltip": "^1.1.3",
"@tanstack/react-query": "^5.59.9",
"@vercel/analytics": "^1.3.1",
"@vercel/functions": "^1.4.2",
"@vercel/speed-insights": "^1.0.12",
"babel-plugin-react-compiler": "0.0.0-experimental-7449567-20240905",
"class-variance-authority": "^0.7.0",
@ -38,10 +39,10 @@
"eslint-plugin-react-compiler": "0.0.0-experimental-7670337-20240918",
"lodash": "^4.17.21",
"lucide-react": "^0.451.0",
"next": "15.0.0-rc.0",
"react": "^19.0.0-rc.0",
"next": "15.0.0-rc.1",
"react": "19.0.0-rc-cd22717c-20241013",
"react-day-picker": "^9.1.3",
"react-dom": "^19.0.0-rc.0",
"react-dom": "19.0.0-rc-cd22717c-20241013",
"sharp": "^0.33.5",
"sonner": "^1.5.0",
"stripe": "^17.2.0",
@ -58,8 +59,8 @@
"@types/dompurify": "^3",
"@types/lodash": "^4.17.10",
"@types/node": "^22.7.5",
"@types/react": "npm:types-react@rc",
"@types/react-dom": "npm:types-react-dom@rc",
"@types/react": "npm:types-react@19.0.0-rc.1",
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1",
"@typescript-eslint/eslint-plugin": "^8.8.1",
"@typescript-eslint/parser": "^8.8.1",
"autoprefixer": "^10.4.20",
@ -77,5 +78,9 @@
"@types/react": "npm:types-react@rc",
"@types/react-dom": "npm:types-react-dom@rc"
},
"packageManager": "yarn@4.5.0"
"packageManager": "yarn@4.5.0",
"resolutions": {
"@types/react": "npm:types-react@19.0.0-rc.1",
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1"
}
}