Skip to content

Commit

Permalink
fix missing dependency react-element-to-jsx-string for docs-utils (#1310
Browse files Browse the repository at this point in the history
)
  • Loading branch information
sdalonzo committed Jun 16, 2023
1 parent 0ae73fb commit 98dbd45
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"comment": "Fix dependency issues with react-element-to-jsx-string and @storybook/addon-links introduced by moving docs-utils to core",
"type": "patch",
"packageName": "pcln-design-system"
}
],
"packageName": "pcln-design-system",
"email": "steven.dalonzo@priceline.com"
}
5 changes: 1 addition & 4 deletions common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
"pcln-icons": "workspace:*",
"prop-types": "^15.8.1",
"react-intersection-observer": "^9.4.4",
"react-element-to-jsx-string": "^15.0.0",
"styled-system": "^5.1.5"
},
"devDependencies": {
Expand Down Expand Up @@ -116,7 +117,6 @@
"prettier": "^2.8.8",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-element-to-jsx-string": "^15.0.0",
"react-is": "^17.0.2",
"react-live": "^3.2.0",
"react-test-renderer": "^17.0.2",
Expand All @@ -128,6 +128,7 @@
"typescript": "^5.1.3"
},
"peerDependencies": {
"@storybook/addon-links": "^7.0.0",
"react": ">=16.10.0",
"react-dom": ">=16.10.0",
"styled-components": ">=4 <5 || >=5 <5.3.4 || >=5.3.7 <6",
Expand Down

0 comments on commit 98dbd45

Please sign in to comment.