Skip to content

Commit

Permalink
Added support for react 18
Browse files Browse the repository at this point in the history
  • Loading branch information
MakakWasTaken committed Sep 30, 2023
1 parent c169956 commit 2d667b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-sitemap-generator",
"version": "1.1.5",
"version": "1.1.6",
"author": {
"name": "Markus Nyborg Moltke",
"email": "markus@unknown-studios.com"
Expand Down Expand Up @@ -34,7 +34,7 @@
"xmlbuilder2": "^3.1.1"
},
"peerDependencies": {
"react": "^17.0.2",
"react": "^17.0.0 || ^18.0.0",
"react-router": "^6.0.2"
},
"devDependencies": {
Expand Down

0 comments on commit 2d667b9

Please sign in to comment.