fix(theme): upgrade prism-react-renderer, fix html script and style tag highlighting (#9567)

This commit is contained in:
Sébastien Lorber 2023-11-21 12:40:28 +01:00 committed by GitHub
parent 424ffd2e29
commit 58f59e7f89
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 28 additions and 8 deletions

View file

@ -42,7 +42,7 @@
"@types/react-router-config": "*",
"clsx": "^1.2.1",
"parse-numeric-range": "^1.3.0",
"prism-react-renderer": "^2.1.0",
"prism-react-renderer": "^2.2.0",
"tslib": "^2.6.0",
"utility-types": "^3.10.0"
},