@richmd/react 1.1.1 → 1.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +2 -3
package/README.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # @richmd/react
2
2
 
3
+ ![NPM License](https://img.shields.io/npm/l/%40richmd%2Freact)
4
+ ![NPM Version](https://img.shields.io/npm/v/%40richmd%2Freact)
5
+ ![NPM Downloads](https://img.shields.io/npm/dw/%40richmd%2Freact)
6
+
3
7
  React component for [Richmd](https://github.com/richmd/core) - a tool for creating rich content with Markdown.
4
8
 
5
9
  ## Installation
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@richmd/react",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "It is a react package of Richmd.",
5
5
  "exports": {
6
6
  ".": {
@@ -40,8 +40,7 @@
40
40
  "homepage": "https://github.com/richmd/react.git",
41
41
  "license": "MIT",
42
42
  "dependencies": {
43
- "@richmd/core": "^3.1.0",
44
- "@richmd/js": "^1.0.0",
43
+ "@richmd/js": "^1.0.1",
45
44
  "html-react-parser": "^5.2.2",
46
45
  "react": "^19.0.0",
47
46
  "react-dom": "^19.0.0"