Skip to content

Commit

Permalink
chore: bump react-markdown from 8.0.7 to 9.0.1 (#1784)
Browse files Browse the repository at this point in the history
* chore: bump react-markdown from 8.0.7 to 9.0.1

Bumps [react-markdown](https://github.com/remarkjs/react-markdown) from 8.0.7 to 9.0.1.
- [Release notes](https://github.com/remarkjs/react-markdown/releases)
- [Changelog](https://github.com/remarkjs/react-markdown/blob/main/changelog.md)
- [Commits](remarkjs/react-markdown@8.0.7...9.0.1)

---
updated-dependencies:
- dependency-name: react-markdown
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore(dependencies): bumping necessary dependencies for remark []

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: aodhagan-cf <[email protected]>
Co-authored-by: Aodhagan Murphy <[email protected]>
  • Loading branch information
3 people authored Oct 25, 2024
1 parent 54ec675 commit 549e155
Show file tree
Hide file tree
Showing 4 changed files with 461 additions and 194 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
"process": "0.11.10",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-markdown": "8.0.7",
"react-markdown": "9.0.1",
"remark-cli": "12.0.0",
"remark-gfm": "3.0.1",
"remark-lint-no-dead-urls": "1.1.0",
Expand Down
1 change: 0 additions & 1 deletion packages/default-field-editors/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,5 @@ module.exports = {
transformIgnorePatterns: [`<rootDir>/../../node_modules/(?!nanoid|rehype-raw)`],
moduleNameMapper: {
'^.+\\.css$': '<rootDir>/src/__mocks__/styles.ts',
'react-markdown': '<rootDir>/../../node_modules/react-markdown/react-markdown.min.js',
},
};
6 changes: 3 additions & 3 deletions packages/markdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@
"constate": "^3.3.2",
"emotion": "^10.0.17",
"lodash": "^4.17.15",
"react-markdown": "^8.0.7",
"rehype-raw": "^6.1.1",
"react-markdown": "^9.0.1",
"rehype-raw": "^7.0.0",
"rehype-sanitize": "^6.0.0",
"remark-gfm": "^3.0.1"
"remark-gfm": "^4.0.0"
},
"devDependencies": {
"@babel/core": "^7.5.5",
Expand Down
Loading

0 comments on commit 549e155

Please sign in to comment.