Skip to content

Commit

Permalink
Merge pull request #18425 from storybookjs/tech/rebundle-syntax-highl…
Browse files Browse the repository at this point in the history
…ighter

Components: Re-bundle the syntax highlighter
  • Loading branch information
ndelangen authored and shilman committed Jul 26, 2022
1 parent 5b5c62e commit 49f3fe2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/components/package.json
Expand Up @@ -43,18 +43,17 @@
"@storybook/client-logger": "6.5.9-alpha.2",
"@storybook/csf": "0.0.2--canary.4566f4d.1",
"@storybook/theming": "6.5.9-alpha.2",
"@types/react-syntax-highlighter": "11.0.5",
"core-js": "^3.8.2",
"memoizerific": "^1.11.3",
"qs": "^6.10.0",
"react-syntax-highlighter": "^15.4.5",
"regenerator-runtime": "^0.13.7",
"util-deprecate": "^1.0.2"
},
"devDependencies": {
"@popperjs/core": "^2.6.0",
"@types/color-convert": "^2.0.0",
"@types/overlayscrollbars": "^1.12.0",
"@types/react-syntax-highlighter": "11.0.5",
"color-convert": "^2.0.1",
"css": "^3.0.0",
"fast-deep-equal": "^3.1.3",
Expand All @@ -68,6 +67,7 @@
"prop-types": "^15.7.2",
"react-colorful": "^5.1.2",
"react-popper-tooltip": "^3.1.1",
"react-syntax-highlighter": "^15.4.5",
"react-textarea-autosize": "^8.3.0",
"ts-dedent": "^2.0.0",
"ts-node": "^10.4.0"
Expand Down

0 comments on commit 49f3fe2

Please sign in to comment.