chore: deprecate old react versions

Signed-off-by: Paul Schultz <pschultz@pobox.com>
This commit is contained in:
Paul Schultz
2025-01-21 14:02:19 -06:00
parent 84b3450850
commit 58ec9e7d4b
60 changed files with 509 additions and 458 deletions
+2 -2
View File
@@ -30,8 +30,8 @@
"docusaurus-pushfeedback": "^1.0.0",
"luxon": "^3.0.0",
"prism-react-renderer": "^2.1.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react": "^18.0.2",
"react-dom": "^18.0.2",
"sass": "^1.57.1",
"swc-loader": "^0.2.3"
},