Skip to content

Commit

Permalink
Downgrade React to 17 because deprecation warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
chr15m committed Sep 17, 2024
1 parent d3c44ec commit 6c4da4e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sitefox",
"version": "0.0.20",
"version": "0.0.21",
"description": "Backend web framework for Node + ClojureScript",
"author": "Chris McCormick <[email protected]>",
"homepage": "https://github.com/chr15m/sitefox",
Expand All @@ -19,8 +19,8 @@
"nodemailer": "6.9.9",
"passport": "0.6.0",
"passport-local": "1.0.0",
"react": "18.1.0",
"react-dom": "18.1.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"rotating-file-stream": "3.0.4",
"source-map-support": "0.5.21",
"tmp": "0.2.1"
Expand Down

0 comments on commit 6c4da4e

Please sign in to comment.