Skip to content

Commit

Permalink
chore: fix semantic-release package problem (#47)
Browse files Browse the repository at this point in the history
Having `react-test-renderer` as a dev dependency in root cause problems
with `react` peer dependencies when releasing. Moved it into `demo` as a
work around.

part of #38
  • Loading branch information
raae committed Sep 27, 2022
1 parent 47d113a commit b6453cb
Show file tree
Hide file tree
Showing 3 changed files with 1,643 additions and 1,641 deletions.
3 changes: 3 additions & 0 deletions demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
"devDependencies": {
"react-test-renderer": "18.2.0"
},
"keywords": [
"gatsby"
],
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"identity-obj-proxy": "3.0.0",
"jest": "29.0.3",
"prettier": "^2.6.2",
"react-test-renderer": "18.2.0",
"semantic-release": "19.0.5"
}
}
Loading

0 comments on commit b6453cb

Please sign in to comment.