Skip to content

Commit

Permalink
Correct peerDeps for v6 packages (#1444)
Browse files Browse the repository at this point in the history
  • Loading branch information
craigpalermo committed Jan 30, 2024
1 parent 595f346 commit f8cb97c
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"comment": "Correct peerDeps for DSv6",
"type": "patch",
"packageName": "pcln-design-system"
}
],
"packageName": "pcln-design-system",
"email": "craig.palermo@priceline.com"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"comment": "Correct peerDeps for DSv6",
"type": "patch",
"packageName": "pcln-icons"
}
],
"packageName": "pcln-icons",
"email": "craig.palermo@priceline.com"
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
},
"peerDependencies": {
"framer-motion": ">=6.5.1",
"pcln-icons": "^5.12.1",
"pcln-icons": "^6",
"react": "^17.0.2 || ^18.2.0",
"react-dom": "^17.0.2 || ^18.2.0",
"styled-components": ">=5.3.7 <6"
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"styled-components": "^5.3.11"
},
"peerDependencies": {
"pcln-design-system": "^5.7.0",
"pcln-design-system": "^6.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"styled-components": ">=5.3.7 <6"
Expand Down

0 comments on commit f8cb97c

Please sign in to comment.