react-markdown
Advanced tools
Comparing version 8.0.1 to 8.0.2
@@ -47,3 +47,3 @@ /** | ||
rehypePlugins?: import('unified').PluggableList | undefined | ||
remarkRehypeOptions?: import('mdast-util-to-hast/lib').Options | undefined | ||
remarkRehypeOptions?: import('remark-rehype').Options | undefined | ||
} | ||
@@ -50,0 +50,0 @@ export type LayoutOptions = { |
@@ -15,3 +15,3 @@ /** | ||
* @property {PluggableList} [rehypePlugins=[]] | ||
* @property {import('remark-rehype').Options} [remarkRehypeOptions={}] | ||
* @property {import('remark-rehype').Options | undefined} [remarkRehypeOptions={}] | ||
* | ||
@@ -18,0 +18,0 @@ * @typedef LayoutOptions |
{ | ||
"name": "react-markdown", | ||
"version": "8.0.1", | ||
"version": "8.0.2", | ||
"description": "React component to render markdown", | ||
@@ -89,3 +89,3 @@ "license": "MIT", | ||
"property-information": "^6.0.0", | ||
"react-is": "^17.0.0", | ||
"react-is": "^18.0.0", | ||
"remark-parse": "^10.0.0", | ||
@@ -109,3 +109,3 @@ "remark-rehype": "^10.0.0", | ||
"esbuild": "^0.14.0", | ||
"eslint-config-xo-react": "^0.26.0", | ||
"eslint-config-xo-react": "^0.27.0", | ||
"eslint-plugin-es": "^4.0.0", | ||
@@ -116,4 +116,4 @@ "eslint-plugin-react": "^7.0.0", | ||
"prettier": "^2.0.0", | ||
"react": "^17.0.0", | ||
"react-dom": "^17.0.0", | ||
"react": "^18.0.0", | ||
"react-dom": "^18.0.0", | ||
"rehype-raw": "^6.0.0", | ||
@@ -120,0 +120,0 @@ "remark-cli": "^10.0.0", |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
180807
1423
+ Addedreact-is@18.3.1(transitive)
- Removedreact-is@17.0.2(transitive)
Updatedreact-is@^18.0.0