Skip to content

Commit

Permalink
chore: Downgrade to React 17 (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrderyk authored Feb 23, 2024
1 parent ffd71e2 commit 5329303
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 35 deletions.
83 changes: 53 additions & 30 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"devDependencies": {
"@testing-library/jest-dom": "^6.2.0",
"@testing-library/react": "^14.1.2",
"@testing-library/react": "^12.1.5",
"@types/jest": "^29.5.11",
"@types/lodash": "^4.14.202",
"@types/prismjs": "^1.26.3",
Expand All @@ -62,8 +62,8 @@
"live-server": "^1.2.2",
"markdown-to-jsx": "^7.3.2",
"prettier": "2.8.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": ">= 17.0.2",
"react-dom": ">= 17.0.2",
"react-icons": "^5.0.1",
"react-jsx-parser": "^1.29.0",
"react-router-dom": "^6.8.2",
Expand All @@ -73,7 +73,7 @@
},
"peerDependencies": {
"axios": "^1.6.7",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react": ">= 17.0.2",
"react-dom": ">= 17.0.2"
}
}

0 comments on commit 5329303

Please sign in to comment.