Skip to content

Commit

Permalink
Pin new csf version
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperpeulen committed Nov 22, 2023
1 parent 8d612f3 commit 0130a0a
Show file tree
Hide file tree
Showing 15 changed files with 31 additions and 31 deletions.
2 changes: 1 addition & 1 deletion code/addons/links/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"prep": "node --loader ../../../scripts/node_modules/esbuild-register/loader.js -r ../../../scripts/node_modules/esbuild-register/register.js ../../../scripts/prepare/addon-bundle.ts"
},
"dependencies": {
"@storybook/csf": "0.1.2--canary.71.cad875c.0",
"@storybook/csf": "0.1.2-next.0",
"@storybook/global": "^5.0.0",
"ts-dedent": "^2.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion code/addons/storyshots-puppeteer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"dependencies": {
"@axe-core/puppeteer": "^4.2.0",
"@storybook/csf": "0.1.2--canary.71.cad875c.0",
"@storybook/csf": "0.1.2-next.0",
"@storybook/node-logger": "workspace:*",
"@storybook/types": "workspace:*",
"@types/jest-image-snapshot": "^6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion code/lib/codemod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@babel/core": "^7.23.2",
"@babel/preset-env": "^7.23.2",
"@babel/types": "^7.23.0",
"@storybook/csf": "0.1.2--canary.71.cad875c.0",
"@storybook/csf": "0.1.2-next.0",
"@storybook/csf-tools": "workspace:*",
"@storybook/node-logger": "workspace:*",
"@storybook/types": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion code/lib/core-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"@storybook/channels": "workspace:*",
"@storybook/core-common": "workspace:*",
"@storybook/core-events": "workspace:*",
"@storybook/csf": "0.1.2--canary.71.cad875c.0",
"@storybook/csf": "0.1.2-next.0",
"@storybook/csf-tools": "workspace:*",
"@storybook/docs-mdx": "^0.1.0",
"@storybook/global": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion code/lib/csf-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@babel/parser": "^7.23.0",
"@babel/traverse": "^7.23.2",
"@babel/types": "^7.23.0",
"@storybook/csf": "0.1.2--canary.71.cad875c.0",
"@storybook/csf": "0.1.2-next.0",
"@storybook/types": "workspace:*",
"fs-extra": "^11.1.0",
"recast": "^0.23.1",
Expand Down
2 changes: 1 addition & 1 deletion code/lib/manager-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@storybook/channels": "workspace:*",
"@storybook/client-logger": "workspace:*",
"@storybook/core-events": "workspace:*",
"@storybook/csf": "0.1.2--canary.71.cad875c.0",
"@storybook/csf": "0.1.2-next.0",
"@storybook/global": "^5.0.0",
"@storybook/router": "workspace:*",
"@storybook/theming": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion code/lib/preview-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"@storybook/channels": "workspace:*",
"@storybook/client-logger": "workspace:*",
"@storybook/core-events": "workspace:*",
"@storybook/csf": "0.1.2--canary.71.cad875c.0",
"@storybook/csf": "0.1.2-next.0",
"@storybook/global": "^5.0.0",
"@storybook/types": "workspace:*",
"@types/qs": "^6.9.5",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export function composeStory<TRenderer extends Renderer = Renderer, TArgs extend
args: { ...story.initialArgs, ...extraArgs },
};

return story.unboundStoryFn(prepareContext(context as StoryContext));
return story.unboundStoryFn(prepareContext(context as StoryContext<TRenderer>));
},
{
storyName,
Expand Down
2 changes: 1 addition & 1 deletion code/lib/source-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"prep": "node --loader ../../../scripts/node_modules/esbuild-register/loader.js -r ../../../scripts/node_modules/esbuild-register/register.js ../../../scripts/prepare/bundle.ts"
},
"dependencies": {
"@storybook/csf": "0.1.2--canary.71.cad875c.0",
"@storybook/csf": "0.1.2-next.0",
"@storybook/types": "workspace:*",
"estraverse": "^5.2.0",
"lodash": "^4.17.21",
Expand Down
2 changes: 1 addition & 1 deletion code/lib/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"file-system-cache": "2.3.0"
},
"devDependencies": {
"@storybook/csf": "0.1.2--canary.71.cad875c.0",
"@storybook/csf": "0.1.2-next.0",
"@types/fs-extra": "^11.0.1",
"@types/node": "^18.0.0",
"typescript": "~4.9.3"
Expand Down
2 changes: 1 addition & 1 deletion code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
"@storybook/core-events": "workspace:*",
"@storybook/core-server": "workspace:*",
"@storybook/core-webpack": "workspace:*",
"@storybook/csf": "0.1.2--canary.71.cad875c.0",
"@storybook/csf": "0.1.2-next.0",
"@storybook/csf-plugin": "workspace:*",
"@storybook/csf-tools": "workspace:*",
"@storybook/docs-tools": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion code/renderers/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
},
"dependencies": {
"@storybook/core-client": "workspace:*",
"@storybook/csf": "0.1.2--canary.71.cad875c.0",
"@storybook/csf": "0.1.2-next.0",
"@storybook/csf-tools": "workspace:*",
"@storybook/global": "^5.0.0",
"@storybook/preview-api": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion code/ui/blocks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@storybook/client-logger": "workspace:*",
"@storybook/components": "workspace:*",
"@storybook/core-events": "workspace:*",
"@storybook/csf": "0.1.2--canary.71.cad875c.0",
"@storybook/csf": "0.1.2-next.0",
"@storybook/docs-tools": "workspace:*",
"@storybook/global": "^5.0.0",
"@storybook/manager-api": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion code/ui/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"@radix-ui/react-select": "^1.2.2",
"@radix-ui/react-toolbar": "^1.0.4",
"@storybook/client-logger": "workspace:*",
"@storybook/csf": "0.1.2--canary.71.cad875c.0",
"@storybook/csf": "0.1.2-next.0",
"@storybook/global": "^5.0.0",
"@storybook/theming": "workspace:*",
"@storybook/types": "workspace:*",
Expand Down
34 changes: 17 additions & 17 deletions code/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5655,7 +5655,7 @@ __metadata:
dependencies:
"@storybook/client-logger": "workspace:*"
"@storybook/core-events": "workspace:*"
"@storybook/csf": "npm:0.1.2--canary.71.cad875c.0"
"@storybook/csf": "npm:0.1.2-next.0"
"@storybook/global": "npm:^5.0.0"
"@storybook/manager-api": "workspace:*"
"@storybook/preview-api": "workspace:*"
Expand Down Expand Up @@ -5724,7 +5724,7 @@ __metadata:
resolution: "@storybook/addon-storyshots-puppeteer@workspace:addons/storyshots-puppeteer"
dependencies:
"@axe-core/puppeteer": "npm:^4.2.0"
"@storybook/csf": "npm:0.1.2--canary.71.cad875c.0"
"@storybook/csf": "npm:0.1.2-next.0"
"@storybook/node-logger": "workspace:*"
"@storybook/types": "workspace:*"
"@types/jest-image-snapshot": "npm:^6.0.0"
Expand Down Expand Up @@ -6033,7 +6033,7 @@ __metadata:
"@storybook/client-logger": "workspace:*"
"@storybook/components": "workspace:*"
"@storybook/core-events": "workspace:*"
"@storybook/csf": "npm:0.1.2--canary.71.cad875c.0"
"@storybook/csf": "npm:0.1.2-next.0"
"@storybook/docs-tools": "workspace:*"
"@storybook/global": "npm:^5.0.0"
"@storybook/manager-api": "workspace:*"
Expand Down Expand Up @@ -6306,7 +6306,7 @@ __metadata:
"@babel/core": "npm:^7.23.2"
"@babel/preset-env": "npm:^7.23.2"
"@babel/types": "npm:^7.23.0"
"@storybook/csf": "npm:0.1.2--canary.71.cad875c.0"
"@storybook/csf": "npm:0.1.2-next.0"
"@storybook/csf-tools": "workspace:*"
"@storybook/node-logger": "workspace:*"
"@storybook/types": "workspace:*"
Expand Down Expand Up @@ -6344,7 +6344,7 @@ __metadata:
"@radix-ui/react-select": "npm:^1.2.2"
"@radix-ui/react-toolbar": "npm:^1.0.4"
"@storybook/client-logger": "workspace:*"
"@storybook/csf": "npm:0.1.2--canary.71.cad875c.0"
"@storybook/csf": "npm:0.1.2-next.0"
"@storybook/global": "npm:^5.0.0"
"@storybook/icons": "npm:^1.1.6"
"@storybook/theming": "workspace:*"
Expand Down Expand Up @@ -6434,7 +6434,7 @@ __metadata:
"@storybook/channels": "workspace:*"
"@storybook/core-common": "workspace:*"
"@storybook/core-events": "workspace:*"
"@storybook/csf": "npm:0.1.2--canary.71.cad875c.0"
"@storybook/csf": "npm:0.1.2-next.0"
"@storybook/csf-tools": "workspace:*"
"@storybook/docs-mdx": "npm:^0.1.0"
"@storybook/global": "npm:^5.0.0"
Expand Down Expand Up @@ -6515,7 +6515,7 @@ __metadata:
"@babel/parser": "npm:^7.23.0"
"@babel/traverse": "npm:^7.23.2"
"@babel/types": "npm:^7.23.0"
"@storybook/csf": "npm:0.1.2--canary.71.cad875c.0"
"@storybook/csf": "npm:0.1.2-next.0"
"@storybook/types": "workspace:*"
"@types/fs-extra": "npm:^11.0.1"
"@types/js-yaml": "npm:^4.0.5"
Expand All @@ -6527,12 +6527,12 @@ __metadata:
languageName: unknown
linkType: soft

"@storybook/csf@npm:0.1.2--canary.71.cad875c.0":
version: 0.1.2--canary.71.cad875c.0
resolution: "@storybook/csf@npm:0.1.2--canary.71.cad875c.0"
"@storybook/csf@npm:0.1.2-next.0":
version: 0.1.2-next.0
resolution: "@storybook/csf@npm:0.1.2-next.0"
dependencies:
type-fest: "npm:^2.19.0"
checksum: 6a26cbcc41a5a73374fff6329b47479dacf1af46112c4d1e11bce2e3f6e9992c61765dcd99cf0de18a209d4a21a824c2162cec0758f83d0a977b0cd90c5191eb
checksum: 9f9fd8ef2b15d06252d3d6e0abad642093ab09ded51391d426d0671ed8b9584acbd464ed8ba5c68a94a245f005af117afe74e20af0dd475b9f704b9a5c806648
languageName: node
linkType: hard

Expand Down Expand Up @@ -6765,7 +6765,7 @@ __metadata:
"@storybook/channels": "workspace:*"
"@storybook/client-logger": "workspace:*"
"@storybook/core-events": "workspace:*"
"@storybook/csf": "npm:0.1.2--canary.71.cad875c.0"
"@storybook/csf": "npm:0.1.2-next.0"
"@storybook/global": "npm:^5.0.0"
"@storybook/router": "workspace:*"
"@storybook/theming": "workspace:*"
Expand Down Expand Up @@ -7174,7 +7174,7 @@ __metadata:
"@storybook/client-logger": "workspace:*"
"@storybook/core-common": "workspace:*"
"@storybook/core-events": "workspace:*"
"@storybook/csf": "npm:0.1.2--canary.71.cad875c.0"
"@storybook/csf": "npm:0.1.2-next.0"
"@storybook/global": "npm:^5.0.0"
"@storybook/types": "workspace:*"
"@types/qs": "npm:^6.9.5"
Expand Down Expand Up @@ -7383,7 +7383,7 @@ __metadata:
"@storybook/core-events": "workspace:*"
"@storybook/core-server": "workspace:*"
"@storybook/core-webpack": "workspace:*"
"@storybook/csf": "npm:0.1.2--canary.71.cad875c.0"
"@storybook/csf": "npm:0.1.2-next.0"
"@storybook/csf-plugin": "workspace:*"
"@storybook/csf-tools": "workspace:*"
"@storybook/docs-tools": "workspace:*"
Expand Down Expand Up @@ -7556,7 +7556,7 @@ __metadata:
resolution: "@storybook/server@workspace:renderers/server"
dependencies:
"@storybook/core-client": "workspace:*"
"@storybook/csf": "npm:0.1.2--canary.71.cad875c.0"
"@storybook/csf": "npm:0.1.2-next.0"
"@storybook/csf-tools": "workspace:*"
"@storybook/global": "npm:^5.0.0"
"@storybook/preview-api": "workspace:*"
Expand All @@ -7573,7 +7573,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@storybook/source-loader@workspace:lib/source-loader"
dependencies:
"@storybook/csf": "npm:0.1.2--canary.71.cad875c.0"
"@storybook/csf": "npm:0.1.2-next.0"
"@storybook/types": "workspace:*"
estraverse: "npm:^5.2.0"
jest-specific-snapshot: "npm:^8.0.0"
Expand Down Expand Up @@ -7767,7 +7767,7 @@ __metadata:
resolution: "@storybook/types@workspace:lib/types"
dependencies:
"@storybook/channels": "workspace:*"
"@storybook/csf": "npm:0.1.2--canary.71.cad875c.0"
"@storybook/csf": "npm:0.1.2-next.0"
"@types/babel__core": "npm:^7.0.0"
"@types/express": "npm:^4.7.0"
"@types/fs-extra": "npm:^11.0.1"
Expand Down

0 comments on commit 0130a0a

Please sign in to comment.