mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-07 04:51:06 +08:00
fix
This commit is contained in:
parent
4f174f2c59
commit
11a73d4c10
@ -1,5 +1,7 @@
|
||||
# Storybook Router
|
||||
# Storybook Types
|
||||
|
||||
Storybook Router is a wrapper library for react-router.
|
||||
It ensures a single version of the router is used everywhere.
|
||||
It also includes some ready to use utils to read the path, query, viewMode and storyId from location.
|
||||
Storybook types exports only typescript types for storybook usage.
|
||||
|
||||
It has no runtime implementations.
|
||||
|
||||
It also has no dependencies, all the types it exports are bundled in.
|
||||
|
@ -40,6 +40,7 @@
|
||||
"prep": "../../../scripts/prepare/bundle.ts"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@storybook/csf": "0.0.2--canary.49.258942b.0",
|
||||
"typescript": "~4.6.3"
|
||||
},
|
||||
"publishConfig": {
|
||||
|
@ -1 +1,2 @@
|
||||
//
|
||||
/* eslint-disable import/no-extraneous-dependencies */
|
||||
export * from '@storybook/csf';
|
||||
|
@ -1,12 +1,4 @@
|
||||
{
|
||||
"extends": "../../tsconfig.json",
|
||||
"include": ["src/**/*"],
|
||||
"exclude": [
|
||||
"src/**/*.test.*",
|
||||
"src/**/tests/**/*",
|
||||
"src/**/__tests__/**/*",
|
||||
"src/**/*.stories.*",
|
||||
"src/**/*.mockdata.*",
|
||||
"src/**/__testfixtures__/**"
|
||||
]
|
||||
"include": ["src/**/*"]
|
||||
}
|
||||
|
@ -8688,6 +8688,7 @@ __metadata:
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@storybook/types@workspace:lib/types"
|
||||
dependencies:
|
||||
"@storybook/csf": 0.0.2--canary.49.258942b.0
|
||||
typescript: ~4.6.3
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
Loading…
x
Reference in New Issue
Block a user