mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-13 16:22:59 +10:00
fix(types/react): downgrade to <18
This commit is contained in:
@ -20,8 +20,8 @@
|
||||
"@mdx-js/react": "^2.1.1",
|
||||
"clsx": "^1.1.1",
|
||||
"prism-react-renderer": "^1.3.1",
|
||||
"react": "^17.0.0",
|
||||
"react-dom": "^17.0.0"
|
||||
"react": "<18",
|
||||
"react-dom": "<18"
|
||||
},
|
||||
"browserslist": {
|
||||
"production": [
|
||||
@ -36,6 +36,6 @@
|
||||
]
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/react": "^17.0.0"
|
||||
"@types/react": "<18"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user