Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen committed Jun 8, 2024
1 parent 3d84f45 commit a897f58
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@storybook/ember": "file:../../../code/frameworks/ember",
"@storybook/html": "file:../../../code/renderers/html",
"@storybook/html-webpack5": "file:../../../code/frameworks/html-webpack5",
"@storybook/instrumenter": "link:../../code/lib/instrumenter",
"@storybook/instrumenter": "file:../../../code/lib/instrumenter",
"@storybook/nextjs": "file:../../../code/frameworks/nextjs",
"@storybook/preact": "file:../../../code/renderers/preact",
"@storybook/preact-vite": "file:../../../code/frameworks/preact-vite",
Expand Down Expand Up @@ -87,6 +87,7 @@
"@storybook/addon-essentials": "^8.0.0",
"@storybook/addon-interactions": "^8.0.0",
"@storybook/core": "^8.0.0",
"@storybook/instrumenter": "^8.0.0",
"@storybook/nextjs": "^8.0.0",
"@storybook/react": "^8.0.0",
"@storybook/test": "^8.0.0",
Expand Down
18 changes: 13 additions & 5 deletions test-storybooks/portable-stories-kitchen-sink/nextjs/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2869,11 +2869,18 @@ __metadata:
languageName: node
linkType: hard

"@storybook/instrumenter@link:../../code/lib/instrumenter::locator=portable-stories-nextjs%40workspace%3A.":
version: 0.0.0-use.local
resolution: "@storybook/instrumenter@link:../../code/lib/instrumenter::locator=portable-stories-nextjs%40workspace%3A."
"@storybook/instrumenter@file:../../../code/lib/instrumenter::locator=portable-stories-nextjs%40workspace%3A.":
version: 8.2.0-alpha.6
resolution: "@storybook/instrumenter@file:../../../code/lib/instrumenter#../../../code/lib/instrumenter::hash=7fa0c2&locator=portable-stories-nextjs%40workspace%3A."
dependencies:
"@storybook/global": "npm:^5.0.0"
"@vitest/utils": "npm:^1.3.1"
util: "npm:^0.12.4"
peerDependencies:
"@storybook/core": "workspace:*"
checksum: 10/033a30e20902f170d5fe8b36301a32d3151cec31c094abf061edaf64fa3cd49c6e0072b7309e08a90ab099fb46eeec2b22601fd71b4bea919c018ffcbbb47d59
languageName: node
linkType: soft
linkType: hard

"@storybook/nextjs@file:../../../code/frameworks/nextjs::locator=portable-stories-nextjs%40workspace%3A.":
version: 8.2.0-alpha.6
Expand Down Expand Up @@ -3779,7 +3786,7 @@ __metadata:
languageName: node
linkType: hard

"@vitest/utils@npm:1.6.0":
"@vitest/utils@npm:1.6.0, @vitest/utils@npm:^1.3.1":
version: 1.6.0
resolution: "@vitest/utils@npm:1.6.0"
dependencies:
Expand Down Expand Up @@ -9914,6 +9921,7 @@ __metadata:
"@storybook/addon-essentials": "npm:^8.0.0"
"@storybook/addon-interactions": "npm:^8.0.0"
"@storybook/core": "npm:^8.0.0"
"@storybook/instrumenter": "npm:^8.0.0"
"@storybook/nextjs": "npm:^8.0.0"
"@storybook/react": "npm:^8.0.0"
"@storybook/test": "npm:^8.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@storybook/ember": "portal:../../../code/frameworks/ember",
"@storybook/html": "portal:../../../code/renderers/html",
"@storybook/html-webpack5": "portal:../../../code/frameworks/html-webpack5",
"@storybook/instrumenter": "link:../../code/lib/instrumenter",
"@storybook/instrumenter": "portal:../../code/lib/instrumenter",
"@storybook/nextjs": "portal:../../../code/frameworks/nextjs",
"@storybook/preact": "portal:../../../code/renderers/preact",
"@storybook/preact-vite": "portal:../../../code/frameworks/preact-vite",
Expand Down Expand Up @@ -112,4 +112,4 @@
"typescript": "^5.2.2",
"vite": "^5.1.1"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@storybook/ember": "portal:../../../code/frameworks/ember",
"@storybook/html": "portal:../../../code/renderers/html",
"@storybook/html-webpack5": "portal:../../../code/frameworks/html-webpack5",
"@storybook/instrumenter": "link:../../code/lib/instrumenter",
"@storybook/instrumenter": "portal:../../code/lib/instrumenter",
"@storybook/nextjs": "portal:../../../code/frameworks/nextjs",
"@storybook/preact": "portal:../../../code/renderers/preact",
"@storybook/preact-vite": "portal:../../../code/frameworks/preact-vite",
Expand Down Expand Up @@ -98,4 +98,4 @@
"vite": "^5.1.4",
"vitest": "^1.3.1"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@storybook/ember": "portal:../../../code/frameworks/ember",
"@storybook/html": "portal:../../../code/renderers/html",
"@storybook/html-webpack5": "portal:../../../code/frameworks/html-webpack5",
"@storybook/instrumenter": "link:../../code/lib/instrumenter",
"@storybook/instrumenter": "portal:../../code/lib/instrumenter",
"@storybook/nextjs": "portal:../../../code/frameworks/nextjs",
"@storybook/preact": "portal:../../../code/renderers/preact",
"@storybook/preact-vite": "portal:../../../code/frameworks/preact-vite",
Expand Down Expand Up @@ -99,4 +99,4 @@
"typescript": "^5.2.2",
"vite": "^5.1.1"
}
}
}

0 comments on commit a897f58

Please sign in to comment.