Skip to content

Commit

Permalink
Update peer dependencies to correct format (#106)
Browse files Browse the repository at this point in the history
* Update peer dependencies to correct format

* Update dependencies so build will run

---------

Co-authored-by: maxmoeschinger <max@birdsview.no>
  • Loading branch information
maxmoeschinger and maxmoeschinger authored Feb 16, 2023
1 parent 614bcfb commit add4c58
Show file tree
Hide file tree
Showing 2 changed files with 304 additions and 72 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"devDependencies": {
"@testing-library/react": "^13.3.0",
"@types/jest": "^27.0.3",
"@types/node": "^18.13.0",
"@types/react-router-dom": "^5.3.2",
"@types/resize-observer-browser": "^0.1.6",
"jest": "^27.3.1",
Expand All @@ -52,10 +53,10 @@
"typescript": "^4.5.2"
},
"dependencies": {
"query-string": "^7.0.0"
"query-string": "^8.1.0"
},
"peerDependencies": {
"react": "^16.8.0|17.x|18.x",
"react-dom": "^16.8.0|17.x|18.x"
"react": "^16.8.0 || 17.x || 18.x",
"react-dom": "^16.8.0 || 17.x || 18.x"
}
}
Loading

0 comments on commit add4c58

Please sign in to comment.