Skip to content

Commit e49469f

Browse files
authored
Fix broken Storybook build by upgrading Storybook Jest-related deps (#1393)
1 parent 20ac801 commit e49469f

31 files changed

+366
-137
lines changed

apps/storybook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@storybook/addon-essentials": "^7.0.27",
2828
"@storybook/addon-interactions": "^7.0.27",
2929
"@storybook/addon-viewport": "^7.0.27",
30-
"@storybook/jest": "^0.1.0",
30+
"@storybook/jest": "^0.2.2",
3131
"@storybook/react": "^7.0.27",
3232
"@storybook/react-vite": "^7.0.27",
3333
"@storybook/testing-library": "^0.2.0",
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "pcln-autocomplete",
5+
"comment": "",
6+
"type": "none"
7+
}
8+
],
9+
"packageName": "pcln-autocomplete"
10+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "pcln-carousel",
5+
"comment": "",
6+
"type": "none"
7+
}
8+
],
9+
"packageName": "pcln-carousel"
10+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "pcln-design-system",
5+
"comment": "",
6+
"type": "none"
7+
}
8+
],
9+
"packageName": "pcln-design-system"
10+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "pcln-icons",
5+
"comment": "",
6+
"type": "none"
7+
}
8+
],
9+
"packageName": "pcln-icons"
10+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "pcln-menu",
5+
"comment": "",
6+
"type": "none"
7+
}
8+
],
9+
"packageName": "pcln-menu"
10+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "pcln-modal",
5+
"comment": "",
6+
"type": "none"
7+
}
8+
],
9+
"packageName": "pcln-modal"
10+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "pcln-popover",
5+
"comment": "",
6+
"type": "none"
7+
}
8+
],
9+
"packageName": "pcln-popover"
10+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "pcln-slider",
5+
"comment": "",
6+
"type": "none"
7+
}
8+
],
9+
"packageName": "pcln-slider"
10+
}

0 commit comments

Comments
 (0)