Updated dependencies, most notably React 19 (#90)

* Updated dependencies, most notably React 19
This commit is contained in:
Giancarlo Buomprisco
2024-12-06 09:38:49 +01:00
committed by GitHub
parent 7fb24f606c
commit 90f25a5ed5
25 changed files with 2065 additions and 2098 deletions

View File

@@ -37,18 +37,14 @@
"packageManager": "pnpm@9.12.0",
"pnpm": {
"overrides": {
"react-is": "rc",
"react": "19.0.0-rc-45804af1-20241021",
"react-dom": "19.0.0-rc-45804af1-20241021",
"@types/react": "npm:types-react@19.0.0-rc.1",
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1"
"react-is": "rc"
}
},
"devDependencies": {
"@manypkg/cli": "^0.23.0",
"@turbo/gen": "^2.3.3",
"cross-env": "^7.0.3",
"prettier": "^3.4.1",
"prettier": "^3.4.2",
"turbo": "2.3.3",
"typescript": "^5.7.2"
}