Skip to content

Commit

Permalink
test canary version of sb testing-library
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbf committed Jun 19, 2023
1 parent 71f73b4 commit 5763841
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 23 deletions.
2 changes: 1 addition & 1 deletion code/addons/interactions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"devDependencies": {
"@devtools-ds/object-inspector": "^1.1.2",
"@storybook/jest": "future",
"@storybook/testing-library": "0.1.1--canary.958fe40.0",
"@storybook/testing-library": "0.2.0--canary.43.6cfe2cc.0",
"@types/node": "^16.0.0",
"formik": "^2.2.9",
"typescript": "~4.9.3"
Expand Down
2 changes: 1 addition & 1 deletion code/lib/cli/src/generators/baseGenerator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ export async function baseGenerator(
addons.push('@storybook/addon-interactions');
addonPackages.push(
'@storybook/addon-interactions',
'@storybook/testing-library@0.1.1--canary.958fe40.0'
'@storybook/testing-library@0.2.0-future.1'
);
}

Expand Down
2 changes: 1 addition & 1 deletion code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@
"@storybook/svelte": "workspace:*",
"@storybook/svelte-webpack5": "workspace:*",
"@storybook/telemetry": "workspace:*",
"@storybook/testing-library": "0.1.1--canary.958fe40.0",
"@storybook/testing-library": "0.2.0--canary.43.6cfe2cc.0",
"@storybook/theming": "workspace:*",
"@storybook/types": "workspace:*",
"@storybook/vue": "workspace:*",
Expand Down
16 changes: 7 additions & 9 deletions code/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5321,7 +5321,7 @@ __metadata:
"@storybook/jest": future
"@storybook/manager-api": 7.1.0-alpha.36
"@storybook/preview-api": 7.1.0-alpha.36
"@storybook/testing-library": 0.1.1--canary.958fe40.0
"@storybook/testing-library": 0.2.0--canary.43.6cfe2cc.0
"@storybook/theming": 7.1.0-alpha.36
"@storybook/types": 7.1.0-alpha.36
"@types/node": ^16.0.0
Expand Down Expand Up @@ -6077,7 +6077,7 @@ __metadata:
languageName: unknown
linkType: soft

"@storybook/client-logger@npm:7.1.0-alpha.29, @storybook/client-logger@npm:future":
"@storybook/client-logger@npm:7.1.0-alpha.29":
version: 7.1.0-alpha.29
resolution: "@storybook/client-logger@npm:7.1.0-alpha.29"
dependencies:
Expand Down Expand Up @@ -7216,7 +7216,7 @@ __metadata:
"@storybook/svelte": "workspace:*"
"@storybook/svelte-webpack5": "workspace:*"
"@storybook/telemetry": "workspace:*"
"@storybook/testing-library": 0.1.1--canary.958fe40.0
"@storybook/testing-library": 0.2.0--canary.43.6cfe2cc.0
"@storybook/theming": "workspace:*"
"@storybook/types": "workspace:*"
"@storybook/vue": "workspace:*"
Expand Down Expand Up @@ -7485,16 +7485,14 @@ __metadata:
languageName: unknown
linkType: soft

"@storybook/testing-library@npm:0.1.1--canary.958fe40.0":
version: 0.1.1--canary.958fe40.0
resolution: "@storybook/testing-library@npm:0.1.1--canary.958fe40.0"
"@storybook/testing-library@npm:0.2.0--canary.43.6cfe2cc.0":
version: 0.2.0--canary.43.6cfe2cc.0
resolution: "@storybook/testing-library@npm:0.2.0--canary.43.6cfe2cc.0"
dependencies:
"@storybook/client-logger": future
"@storybook/instrumenter": future
"@testing-library/dom": ^9.3.1
"@testing-library/user-event": ^14.4.3
ts-dedent: ^2.2.0
checksum: 49daf6346c0372b0daed589547558153ec43fe26b440c98bb3f987cd178a0771b84596ef4357dfe3f270f54f8f540d31bdcd145cc485a6d5293508b61b462875
checksum: da91b04fc75dba53e76f4443f398baf70d6e66a144d9005a8220c22dba3fae1370f335ff3a60f531791b6afa03fbe9bca2ed935224aa7d0997ae83a7fc6b4e6a
languageName: node
linkType: hard

Expand Down
2 changes: 1 addition & 1 deletion scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"@storybook/eslint-config-storybook": "^3.1.2",
"@storybook/jest": "future",
"@storybook/linter-config": "^3.1.2",
"@storybook/testing-library": "0.1.1--canary.958fe40.0",
"@storybook/testing-library": "0.2.0--canary.43.6cfe2cc.0",
"@swc/core": "^1.3.23",
"@testing-library/dom": "^9.3.0",
"@testing-library/jest-dom": "^5.11.9",
Expand Down
4 changes: 2 additions & 2 deletions scripts/tasks/sandbox-parts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -353,8 +353,8 @@ async function addExtraDependencies({
// web-components doesn't install '@storybook/testing-library' by default
const extraDeps = [
'@storybook/jest@future',
'@storybook/testing-library@0.1.1--canary.958fe40.0',
'@storybook/test-runner@future',
'@storybook/testing-library@0.2.0--canary.43.6cfe2cc.0',
'@storybook/test-runner@next',
];
if (debug) logger.log('🎁 Adding extra deps', extraDeps);
if (!dryRun) {
Expand Down
14 changes: 6 additions & 8 deletions scripts/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2803,7 +2803,7 @@ __metadata:
languageName: node
linkType: hard

"@storybook/client-logger@npm:7.1.0-alpha.29, @storybook/client-logger@npm:future":
"@storybook/client-logger@npm:7.1.0-alpha.29":
version: 7.1.0-alpha.29
resolution: "@storybook/client-logger@npm:7.1.0-alpha.29"
dependencies:
Expand Down Expand Up @@ -2960,7 +2960,7 @@ __metadata:
"@storybook/eslint-config-storybook": ^3.1.2
"@storybook/jest": future
"@storybook/linter-config": ^3.1.2
"@storybook/testing-library": 0.1.1--canary.958fe40.0
"@storybook/testing-library": 0.2.0--canary.43.6cfe2cc.0
"@swc/core": ^1.3.23
"@testing-library/dom": ^9.3.0
"@testing-library/jest-dom": ^5.11.9
Expand Down Expand Up @@ -3080,16 +3080,14 @@ __metadata:
languageName: unknown
linkType: soft

"@storybook/testing-library@npm:0.1.1--canary.958fe40.0":
version: 0.1.1--canary.958fe40.0
resolution: "@storybook/testing-library@npm:0.1.1--canary.958fe40.0"
"@storybook/testing-library@npm:0.2.0--canary.43.6cfe2cc.0":
version: 0.2.0--canary.43.6cfe2cc.0
resolution: "@storybook/testing-library@npm:0.2.0--canary.43.6cfe2cc.0"
dependencies:
"@storybook/client-logger": future
"@storybook/instrumenter": future
"@testing-library/dom": ^9.3.1
"@testing-library/user-event": ^14.4.3
ts-dedent: ^2.2.0
checksum: 49daf6346c0372b0daed589547558153ec43fe26b440c98bb3f987cd178a0771b84596ef4357dfe3f270f54f8f540d31bdcd145cc485a6d5293508b61b462875
checksum: da91b04fc75dba53e76f4443f398baf70d6e66a144d9005a8220c22dba3fae1370f335ff3a60f531791b6afa03fbe9bca2ed935224aa7d0997ae83a7fc6b4e6a
languageName: node
linkType: hard

Expand Down

0 comments on commit 5763841

Please sign in to comment.