-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## Version 6.27.3-next.2 ### 🛠 Fixes & Updates * **deps-dev:** bump @commitlint/config-angular from 11.0.0 to 12.1.4 ([#162](#162)) ([227c5ed](227c5ed)) * **deps-dev:** bump codemirror from 5.59.2 to 5.62.0 ([#177](#177)) ([35eb916](35eb916)) * **deps:** bump rehype-react from 5.0.1 to 6.2.1 ([#175](#175)) ([101218f](101218f)) * **deps:** bump rehype-sanitize from 3.0.1 to 4.0.0 ([#176](#176)) ([bb3956d](bb3956d)) * **deps:** bump remark-disable-tokenizers from 1.0.24 to 1.1.0 ([#179](#179)) ([53ae45f](53ae45f)) * **deps-dev:** bump webpack-merge from 5.7.3 to 5.8.0 ([#174](#174)) ([ea0aefa](ea0aefa)) <!--SKIP CI-->
- Loading branch information
1 parent
0ce09fa
commit bb09a76
Showing
3 changed files
with
13 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "@readme/markdown", | ||
"description": "ReadMe's React-based Markdown parser", | ||
"author": "Rafe Goldberg <[email protected]>", | ||
"version": "6.27.3-next.1", | ||
"version": "6.27.3-next.2", | ||
"main": "dist/main.node.js", | ||
"browser": "dist/main.js", | ||
"files": [ | ||
|