markdown-to-jsx 7.7.14 → 7.7.15

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 (1) hide show
  1. package/package.json +6 -1
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Convert markdown to JSX with ease for React and React-like projects. Super lightweight and highly configurable.",
4
4
  "homepage": "https://markdown-to-jsx.quantizor.dev",
5
5
  "license": "MIT",
6
- "version": "7.7.14",
6
+ "version": "7.7.15",
7
7
  "publishConfig": {
8
8
  "access": "public",
9
9
  "mangle": {
@@ -97,6 +97,11 @@
97
97
  "peerDependencies": {
98
98
  "react": ">= 0.14.0"
99
99
  },
100
+ "peerDependenciesMeta": {
101
+ "react": {
102
+ "optional": true
103
+ }
104
+ },
100
105
  "scripts": {
101
106
  "prepublish": "in-publish && npm run build && npm run release || not-in-publish",
102
107
  "prebuild": "rimraf dist && mkdirp dist",