Skip to content

Commit

Permalink
Fix broken Storybook build by upgrading Storybook Jest-related deps (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
craigpalermo authored Sep 5, 2023
1 parent 20ac801 commit e49469f
Show file tree
Hide file tree
Showing 31 changed files with 366 additions and 137 deletions.
2 changes: 1 addition & 1 deletion apps/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@storybook/addon-essentials": "^7.0.27",
"@storybook/addon-interactions": "^7.0.27",
"@storybook/addon-viewport": "^7.0.27",
"@storybook/jest": "^0.1.0",
"@storybook/jest": "^0.2.2",
"@storybook/react": "^7.0.27",
"@storybook/react-vite": "^7.0.27",
"@storybook/testing-library": "^0.2.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "pcln-autocomplete",
"comment": "",
"type": "none"
}
],
"packageName": "pcln-autocomplete"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "pcln-carousel",
"comment": "",
"type": "none"
}
],
"packageName": "pcln-carousel"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "pcln-design-system",
"comment": "",
"type": "none"
}
],
"packageName": "pcln-design-system"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "pcln-icons",
"comment": "",
"type": "none"
}
],
"packageName": "pcln-icons"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "pcln-menu",
"comment": "",
"type": "none"
}
],
"packageName": "pcln-menu"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "pcln-modal",
"comment": "",
"type": "none"
}
],
"packageName": "pcln-modal"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "pcln-popover",
"comment": "",
"type": "none"
}
],
"packageName": "pcln-popover"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "pcln-slider",
"comment": "",
"type": "none"
}
],
"packageName": "pcln-slider"
}
Loading

0 comments on commit e49469f

Please sign in to comment.