Skip to content

Commit

Permalink
Add missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinpalkovic committed Apr 2, 2024
1 parent 403fd8e commit 88e5b0e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions code/presets/create-react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
},
"dependencies": {
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.1",
"@storybook/react-docgen-typescript-plugin": "1.0.6--canary.9.0c3f3b7.0",
"@storybook/types": "workspace:*",
"@types/semver": "^7.5.6",
"pnp-webpack-plugin": "^1.7.0",
Expand Down
1 change: 1 addition & 0 deletions code/presets/create-react-app/src/types.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import type { Options } from '@storybook/types';

import type { PluginOptions as RDTSPluginOptions } from '@storybook/react-docgen-typescript-plugin';

export interface PluginOptions extends Options {
Expand Down
1 change: 1 addition & 0 deletions code/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6048,6 +6048,7 @@ __metadata:
dependencies:
"@pmmmwh/react-refresh-webpack-plugin": "npm:^0.5.1"
"@storybook/node-logger": "workspace:*"
"@storybook/react-docgen-typescript-plugin": "npm:1.0.6--canary.9.0c3f3b7.0"
"@storybook/types": "workspace:*"
"@types/node": "npm:^18.0.0"
"@types/semver": "npm:^7.5.6"
Expand Down

0 comments on commit 88e5b0e

Please sign in to comment.