Skip to content

Commit

Permalink
Fix react-syntax-highlighter CJS types
Browse files Browse the repository at this point in the history
  • Loading branch information
shilman committed Mar 14, 2020
1 parent 8cd6918 commit 6558cd5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
@@ -1,8 +1,12 @@
## 5.3.16 (March 14, 2020)
## 5.3.17 (March 14, 2020)

### Bug Fixes

- Components: Import react-syntax-highlighter/create-element from cjs ([#9795](https://github.com/storybookjs/storybook/pull/9795))
- Components: Change react-syntax-highlighter from esm to cjs ([#9780](https://github.com/storybookjs/storybook/pull/9780))

## 5.3.16 (March 14, 2020)

Failed NPM publish

## 5.3.15 (March 14, 2020)

Expand Down
2 changes: 1 addition & 1 deletion lib/components/package.json
Expand Up @@ -30,7 +30,7 @@
"dependencies": {
"@storybook/client-logger": "5.3.16",
"@storybook/theming": "5.3.16",
"@types/react-syntax-highlighter": "11.0.2",
"@types/react-syntax-highlighter": "11.0.4",
"@types/react-textarea-autosize": "^4.3.3",
"core-js": "^3.0.1",
"global": "^4.3.2",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -4746,10 +4746,10 @@
"@types/react-dom" "*"
"@types/react-transition-group" "*"

"@types/react-syntax-highlighter@11.0.2":
version "11.0.2"
resolved "https://registry.yarnpkg.com/@types/react-syntax-highlighter/-/react-syntax-highlighter-11.0.2.tgz#a2e3ff657d7c47813f80ca930f3d959c31ec51e3"
integrity sha512-iMNcixH8330f2dq0RY+VOXCP8JFehgmOhLOtnO85Ty+qu0fHXJNEqWx5VuFv8v0aEq0U/N9d/k1yvA+c6PEmPw==
"@types/react-syntax-highlighter@11.0.4":
version "11.0.4"
resolved "https://registry.yarnpkg.com/@types/react-syntax-highlighter/-/react-syntax-highlighter-11.0.4.tgz#d86d17697db62f98046874f62fdb3e53a0bbc4cd"
integrity sha512-9GfTo3a0PHwQeTVoqs0g5bS28KkSY48pp5659wA+Dp4MqceDEa8EHBqrllJvvtyusszyJhViUEap0FDvlk/9Zg==
dependencies:
"@types/react" "*"

Expand Down

0 comments on commit 6558cd5

Please sign in to comment.