Skip to content

Commit c4516b7

Browse files
build: bump react-syntax-highlighter and @types/react-syntax-highlighter
Bumps [react-syntax-highlighter](https://github.com/react-syntax-highlighter/react-syntax-highlighter) and [@types/react-syntax-highlighter](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-syntax-highlighter). These dependencies needed to be updated together. Updates `react-syntax-highlighter` from 15.5.0 to 15.6.1 - [Release notes](https://github.com/react-syntax-highlighter/react-syntax-highlighter/releases) - [Changelog](https://github.com/react-syntax-highlighter/react-syntax-highlighter/blob/master/CHANGELOG.MD) - [Commits](react-syntax-highlighter/react-syntax-highlighter@15.5.0...v15.6.1) Updates `@types/react-syntax-highlighter` from 15.5.11 to 15.5.13 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-syntax-highlighter) --- updated-dependencies: - dependency-name: react-syntax-highlighter dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: "@types/react-syntax-highlighter" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d52da41 commit c4516b7

File tree

2 files changed

+28
-16
lines changed

2 files changed

+28
-16
lines changed

frontend/package-lock.json

Lines changed: 26 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"react-markdown": "^9.0.1",
3131
"react-plotly.js": "^2.6.0",
3232
"react-router-dom": "^6.8.1",
33-
"react-syntax-highlighter": "^15.5.0",
33+
"react-syntax-highlighter": "^15.6.1",
3434
"react-uuid": "^2.0.0",
3535
"rehype-raw": "^7.0.0",
3636
"remark-gfm": "^3.0.1",
@@ -49,7 +49,7 @@
4949
"@types/react": "^18.0.27",
5050
"@types/react-dom": "^18.0.10",
5151
"@types/react-plotly.js": "^2.6.3",
52-
"@types/react-syntax-highlighter": "^15.5.11",
52+
"@types/react-syntax-highlighter": "^15.5.13",
5353
"@typescript-eslint/eslint-plugin": "^8.18.2",
5454
"@typescript-eslint/parser": "^8.18.2",
5555
"@vitejs/plugin-react": "^4.3.4",

0 commit comments

Comments
 (0)