Skip to content

Commit

Permalink
Merge pull request #18009 from curtvict/17784-upgrade-react-syntax-hi…
Browse files Browse the repository at this point in the history
…ghlighter

Upgrade react-syntax-highlighter to v15.5.0
  • Loading branch information
ndelangen authored Jun 30, 2022
2 parents 56bd91f + 5665ac3 commit f6e17dc
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 3 deletions.
2 changes: 1 addition & 1 deletion addons/storysource/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"estraverse": "^5.2.0",
"loader-utils": "^2.0.0",
"prop-types": "^15.7.2",
"react-syntax-highlighter": "^15.4.5",
"react-syntax-highlighter": "^15.5.0",
"regenerator-runtime": "^0.13.7"
},
"devDependencies": {
Expand Down
26 changes: 24 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6947,7 +6947,7 @@ __metadata:
estraverse: ^5.2.0
loader-utils: ^2.0.0
prop-types: ^15.7.2
react-syntax-highlighter: ^15.4.5
react-syntax-highlighter: ^15.5.0
regenerator-runtime: ^0.13.7
peerDependencies:
react: ^16.8.0 || ^17.0.0 || ^18.0.0
Expand Down Expand Up @@ -37087,6 +37087,13 @@ __metadata:
languageName: node
linkType: hard

"prismjs@npm:^1.27.0":
version: 1.28.0
resolution: "prismjs@npm:1.28.0"
checksum: bf879309e74188b424cf8bb3962f9df9e7004a71f44f82a3cfbd26f884c9a0bb91f529db79503c1bc0b570ed7b94a10c3303153642da533c1e10f51779c0617f
languageName: node
linkType: hard

"private@npm:^0.1.6, private@npm:^0.1.8, private@npm:~0.1.5":
version: 0.1.8
resolution: "private@npm:0.1.8"
Expand Down Expand Up @@ -38581,6 +38588,21 @@ __metadata:
languageName: node
linkType: hard

"react-syntax-highlighter@npm:^15.5.0":
version: 15.5.0
resolution: "react-syntax-highlighter@npm:15.5.0"
dependencies:
"@babel/runtime": ^7.3.1
highlight.js: ^10.4.1
lowlight: ^1.17.0
prismjs: ^1.27.0
refractor: ^3.6.0
peerDependencies:
react: ">= 0.14.0"
checksum: 2bf57a1ea151f688efc7eba355677577c9bb55f05f9df7ef86627aae42f63f505486cddf3f4a628aecc51ec75e89beb9533201570d03201c4bf7d69d61d2545d
languageName: node
linkType: hard

"react-test-renderer@npm:^16.0.0-0, react-test-renderer@npm:^16.2.0":
version: 16.14.0
resolution: "react-test-renderer@npm:16.14.0"
Expand Down Expand Up @@ -39090,7 +39112,7 @@ __metadata:
languageName: node
linkType: hard

"refractor@npm:^3.2.0":
"refractor@npm:^3.2.0, refractor@npm:^3.6.0":
version: 3.6.0
resolution: "refractor@npm:3.6.0"
dependencies:
Expand Down

0 comments on commit f6e17dc

Please sign in to comment.