Skip to content

Commit

Permalink
fix: older react version breaking build
Browse files Browse the repository at this point in the history
  • Loading branch information
dutchcelt authored and Robbert committed Sep 29, 2022
1 parent bf22f93 commit 673d148
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/web-components-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
"devDependencies": {
"@nl-rvo/web-components-stencil": "file:../web-components-stencil",
"@types/node": "18.0.0",
"@types/react": "16.14.28",
"@types/react-dom": "16.9.16",
"react": "16.14.0",
"react-dom": "16.14.0",
"@types/react": "18.0.20",
"@types/react-dom": "18.0.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"rimraf": "3.0.2",
"typescript": "4.6.4"
}
Expand Down

0 comments on commit 673d148

Please sign in to comment.