hipstersmoothie / storybook-addon-react-docgen

A storybook addon to display react docgen info.
MIT License
87 stars 14 forks source link

fix: remove unused deprecated package #140

Closed yucho closed 1 year ago

yucho commented 1 year ago

This PR removes react-addons-create-fragment that was deprecated and contains vulnerable subdependency. This package seems to be added as the initial commit but has been unused, so it should be safe to remove.

📦 Published PR as canary version: 1.2.44-canary.140.2144.0
:sparkles: Test out this PR locally via: ```sh npm install storybook-addon-react-docgen@1.2.44-canary.140.2144.0 # or yarn add storybook-addon-react-docgen@1.2.44-canary.140.2144.0 ```