-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enhanced package dependencies and adjusted TypeScript version
Applied a patch to the @storybook/manager-api package for issue resolution, and upgraded TypeScript from 4.9.5 to 5.0.4 across various sections of the code. This update ensures compatibility and leverages the latest TypeScript enhancements.
- Loading branch information
1 parent
1132228
commit 90ec7aa
Showing
5 changed files
with
76 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,5 +44,10 @@ | |
"packageManager": "[email protected]", | ||
"dependencies": { | ||
"@changesets/changelog-git": "^0.1.14" | ||
}, | ||
"pnpm": { | ||
"patchedDependencies": { | ||
"@storybook/[email protected]": "patches/@[email protected]" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
diff --git a/dist/index.mjs b/dist/index.mjs | ||
index 27e13b13cd76ea3cbd4bcee15aaeb1e3a36590ed..72eecca9e2fb470f7009bac8f69facde1c314ea9 100644 | ||
--- a/dist/index.mjs | ||
+++ b/dist/index.mjs | ||
@@ -6,7 +6,6 @@ import store from 'store2'; | ||
import { stringify, parse } from 'telejson'; | ||
import isEqual from 'lodash/isEqual.js'; | ||
import { Addon_TypesEnum } from '@storybook/types'; | ||
-export { Addon_TypesEnum as types } from '@storybook/types'; | ||
import { global } from '@storybook/global'; | ||
import { toId, sanitize } from '@storybook/csf'; | ||
import { dedent } from 'ts-dedent'; | ||
diff --git a/package.json b/package.json | ||
index 4ac7876a4d40884cd18682d55cb223d77b22a586..15f81469815ce6cbeb983b201d275415af08341b 100644 | ||
--- a/package.json | ||
+++ b/package.json | ||
@@ -79,5 +79,10 @@ | ||
"./src/index.tsx" | ||
] | ||
}, | ||
- "gitHead": "e6a7fd8a655c69780bc20b9749c2699e44beae17" | ||
+ "gitHead": "e6a7fd8a655c69780bc20b9749c2699e44beae17", | ||
+ "pnpm": { | ||
+ "patchedDependencies": { | ||
+ "@storybook/[email protected]": "patches/@[email protected]" | ||
+ } | ||
+ } | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.