Skip to content

Commit

Permalink
chore: add peer deps for packages (#2067)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebald authored May 9, 2022
1 parent 371a0d6 commit b75388b
Show file tree
Hide file tree
Showing 3 changed files with 432 additions and 349 deletions.
6 changes: 4 additions & 2 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,13 @@
"react-is": "^17.0.2"
},
"peerDependencies": {
"react": "^16.x || ^17.0.0",
"react-dom": "^16.x || ^17.0.0"
"react": "^17.x",
"react-dom": "^17.x"
},
"devDependencies": {
"@marigold/tsconfig": "workspace:*",
"react": "^17.x",
"react-dom": "^17.x",
"tsup": "5.12.6"
},
"scripts": {
Expand Down
2 changes: 2 additions & 0 deletions packages/system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@
"react-dom": "^16.x || ^17.0.0"
},
"devDependencies": {
"@babel/core": "7.17.10",
"@marigold/tsconfig": "workspace:*",
"react": "17.x",
"tsup": "5.12.6"
},
"scripts": {
Expand Down
Loading

0 comments on commit b75388b

Please sign in to comment.