Skip to content

Commit

Permalink
Sync version number for react-syntax-highlighter to 15.5 (#60102)
Browse files Browse the repository at this point in the history
* Sync version number to latest

* don't include patch version

* enable esModuleInterop
  • Loading branch information
simmerer committed Apr 28, 2022
1 parent 226c079 commit 8f8a0c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion types/react-syntax-highlighter/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Type definitions for react-syntax-highlighter 13.5
// Type definitions for react-syntax-highlighter 15.5
// Project: https://github.com/conorhastings/react-syntax-highlighter
// Definitions by: Ivo Stratev <https://github.com/NoHomey>
// Guo Yunhe <https://github.com/guoyunhe>
Expand Down
1 change: 1 addition & 0 deletions types/react-syntax-highlighter/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"compilerOptions": {
"module": "commonjs",
"esModuleInterop": true,
"lib": [
"es6",
"dom"
Expand Down

0 comments on commit 8f8a0c7

Please sign in to comment.