@uiw/react-codemirror
Advanced tools
Comparing version 1.0.17 to 1.0.18
{ | ||
"name": "@uiw/react-codemirror", | ||
"version": "1.0.17", | ||
"version": "1.0.18", | ||
"description": "CodeMirror component for React.", | ||
@@ -28,15 +28,19 @@ "homepage": "https://uiw-react.github.io/react-codemirror/", | ||
"license": "MIT", | ||
"peerDependencies": { | ||
"react": ">=16.0.0", | ||
"react-dom": ">=16.0.0" | ||
}, | ||
"dependencies": { | ||
"codemirror": "^5.40.2", | ||
"codemirror": "^5.41.0", | ||
"prop-types": "^15.6.2", | ||
"react": "^16.4.0", | ||
"react-dom": "^16.4.0" | ||
"react": "^16.6.0", | ||
"react-dom": "^16.6.0" | ||
}, | ||
"devDependencies": { | ||
"classnames": "^2.2.6", | ||
"code-example": "^1.0.5", | ||
"code-example": "^1.0.7", | ||
"highlight.js": "^9.12.0", | ||
"kkt": "^1.9.29", | ||
"kkt": "^2.1.2", | ||
"react-markdown": "^3.3.4" | ||
} | ||
} |
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
104329
6
Updatedcodemirror@^5.41.0
Updatedreact@^16.6.0
Updatedreact-dom@^16.6.0