@storybook/test
Advanced tools
Comparing version 0.0.0-pr-30070-sha-11e0729d to 0.0.0-pr-30071-sha-26d114f9
@@ -176,3 +176,3 @@ import { TestingLibraryMatchers } from '@testing-library/jest-dom/matchers'; | ||
type Queries = BoundFunctions<typeof queries>; | ||
declare module '@storybook/csf' { | ||
declare module '@storybook/core/csf' { | ||
interface Canvas extends Queries { | ||
@@ -179,0 +179,0 @@ } |
{ | ||
"name": "@storybook/test", | ||
"version": "0.0.0-pr-30070-sha-11e0729d", | ||
"version": "0.0.0-pr-30071-sha-26d114f9", | ||
"description": "", | ||
@@ -46,5 +46,4 @@ "keywords": [ | ||
"dependencies": { | ||
"@storybook/csf": "0.1.12", | ||
"@storybook/global": "^5.0.0", | ||
"@storybook/instrumenter": "0.0.0-pr-30070-sha-11e0729d", | ||
"@storybook/instrumenter": "0.0.0-pr-30071-sha-26d114f9", | ||
"@testing-library/dom": "10.4.0", | ||
@@ -61,6 +60,6 @@ "@testing-library/jest-dom": "6.5.0", | ||
"type-fest": "~2.19", | ||
"typescript": "^5.3.2" | ||
"typescript": "^5.7.3" | ||
}, | ||
"peerDependencies": { | ||
"storybook": "^0.0.0-pr-30070-sha-11e0729d" | ||
"storybook": "^0.0.0-pr-30071-sha-26d114f9" | ||
}, | ||
@@ -67,0 +66,0 @@ "publishConfig": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
1819527
8
7341
17
+ Added@storybook/instrumenter@0.0.0-pr-30071-sha-26d114f9(transitive)
- Removed@storybook/csf@0.1.12
- Removed@storybook/csf@0.1.12(transitive)
- Removed@storybook/instrumenter@0.0.0-pr-30070-sha-11e0729d(transitive)
- Removedtype-fest@2.19.0(transitive)