Skip to content

Commit

Permalink
fix(deps): update dependency react-markdown to v9.0.3 (#7348)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 9, 2025
1 parent 0b671d4 commit 55148a7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion orm/nextjs-api-routes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"next": "15.1.3",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-markdown": "9.0.1",
"react-markdown": "9.0.3",
"supports-color": "10.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion orm/nextjs-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"next": "15.1.3",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-markdown": "9.0.1"
"react-markdown": "9.0.3"
},
"devDependencies": {
"@types/graphql": "14.5.0",
Expand Down
2 changes: 1 addition & 1 deletion orm/nextjs-trpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"next": "15.1.3",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-markdown": "9.0.1",
"react-markdown": "9.0.3",
"superjson": "2.2.2",
"zod": "3.24.1"
},
Expand Down

0 comments on commit 55148a7

Please sign in to comment.