🐛(app-desk) fix fetchPriority warning
The upgrade to react@18.3.1 has a compatibility issue with next@14.2.3. It creates a error warning about the fetchPriority prop. This commit fixes the issue by downgrading react to 18.2.0 as it was before the last upgrade.
This commit is contained in:
@@ -21,9 +21,9 @@
|
|||||||
"lodash": "4.17.21",
|
"lodash": "4.17.21",
|
||||||
"luxon": "3.4.4",
|
"luxon": "3.4.4",
|
||||||
"next": "14.2.3",
|
"next": "14.2.3",
|
||||||
"react": "18.3.1",
|
"react": "*",
|
||||||
"react-aria-components": "1.2.0",
|
"react-aria-components": "1.2.0",
|
||||||
"react-dom": "18.3.1",
|
"react-dom": "*",
|
||||||
"react-i18next": "14.1.1",
|
"react-i18next": "14.1.1",
|
||||||
"react-select": "5.8.0",
|
"react-select": "5.8.0",
|
||||||
"styled-components": "6.1.9",
|
"styled-components": "6.1.9",
|
||||||
|
|||||||
@@ -26,6 +26,8 @@
|
|||||||
"resolutions": {
|
"resolutions": {
|
||||||
"@types/node": "20.12.8",
|
"@types/node": "20.12.8",
|
||||||
"@types/react-dom": "18.3.0",
|
"@types/react-dom": "18.3.0",
|
||||||
|
"react": "18.2.0",
|
||||||
|
"react-dom": "18.2.0",
|
||||||
"typescript": "5.4.5"
|
"typescript": "5.4.5"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user