@codemirror/lang-html
Advanced tools
Comparing version 6.1.0 to 6.1.1
@@ -0,1 +1,7 @@ | ||
## 6.1.1 (2022-09-05) | ||
### Bug fixes | ||
Properly list the dependency on @codemirror/view in package.json. | ||
## 6.1.0 (2022-06-22) | ||
@@ -2,0 +8,0 @@ |
{ | ||
"name": "@codemirror/lang-html", | ||
"version": "6.1.0", | ||
"version": "6.1.1", | ||
"description": "HTML language support for the CodeMirror code editor", | ||
@@ -34,4 +34,5 @@ "scripts": { | ||
"@codemirror/state": "^6.0.0", | ||
"@lezer/html": "^1.0.0", | ||
"@lezer/common": "^1.0.0" | ||
"@lezer/html": "^1.0.1", | ||
"@lezer/common": "^1.0.0", | ||
"@codemirror/view": "^6.2.2" | ||
}, | ||
@@ -38,0 +39,0 @@ "devDependencies": { |
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
57941
8
+ Added@codemirror/view@^6.2.2
Updated@lezer/html@^1.0.1