Skip to content

Commit

Permalink
fix(deps): set react resolution (#620)
Browse files Browse the repository at this point in the history
* fix(deps): set react resolution

* fix(deps): move resolutions to main package

* fix(deps): update yarn.lock
  • Loading branch information
KaiVandivier committed Apr 4, 2024
1 parent 442497f commit 90e4ea4
Show file tree
Hide file tree
Showing 2 changed files with 15,149 additions and 15,902 deletions.
4 changes: 4 additions & 0 deletions packages/main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
"envinfo": "^7.5.0",
"inquirer": "^7.1.0"
},
"resolutions": {
"react": "16.14.0",
"react-dom": "16.14.0"
},
"bin": {
"d2": "bin/d2"
},
Expand Down
Loading

0 comments on commit 90e4ea4

Please sign in to comment.