Skip to content

Commit

Permalink
fix: expand react peerDependencies range
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewLeedham committed Aug 21, 2023
1 parent 2bf0a20 commit 5b3deac
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
Expand Up @@ -117,8 +117,8 @@
"pug": "^3.0.0",
"qejs": "^3.0.5",
"ractive": "^1.3.12",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react": ">=16.13.1",
"react-dom": ">=16.13.1",
"slm": "^2.0.0",
"swig": "^1.4.2",
"swig-templates": "^2.0.3",
Expand Down

0 comments on commit 5b3deac

Please sign in to comment.