Skip to content

Commit

Permalink
fix(deps): move resolutions to main package
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiVandivier committed Apr 4, 2024
1 parent 4f72dd1 commit cf688dc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@
}
},
"resolutions": {
"@ls-lint/ls-lint": "2.0.1",
"react": "16.14.0",
"react-dom": "16.14.0"
"@ls-lint/ls-lint": "2.0.1"
}
}
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

0 comments on commit cf688dc

Please sign in to comment.