@codemirror/lang-html
Advanced tools
Comparing version 0.20.0 to 6.0.0
@@ -0,1 +1,7 @@ | ||
## 6.0.0 (2022-06-08) | ||
### Breaking changes | ||
Update dependencies to 6.0.0 | ||
## 0.20.0 (2022-04-20) | ||
@@ -2,0 +8,0 @@ |
{ | ||
"name": "@codemirror/lang-html", | ||
"version": "0.20.0", | ||
"version": "6.0.0", | ||
"description": "HTML language support for the CodeMirror code editor", | ||
@@ -29,9 +29,9 @@ "scripts": { | ||
"dependencies": { | ||
"@codemirror/autocomplete": "^0.20.0", | ||
"@codemirror/lang-css": "^0.20.0", | ||
"@codemirror/lang-javascript": "^0.20.0", | ||
"@codemirror/language": "^0.20.0", | ||
"@codemirror/state": "^0.20.0", | ||
"@lezer/html": "^0.16.0", | ||
"@lezer/common": "^0.16.0" | ||
"@codemirror/autocomplete": "^6.0.0", | ||
"@codemirror/lang-css": "^6.0.0", | ||
"@codemirror/lang-javascript": "^6.0.0", | ||
"@codemirror/language": "^6.0.0", | ||
"@codemirror/state": "^6.0.0", | ||
"@lezer/html": "^1.0.0", | ||
"@lezer/common": "^1.0.0" | ||
}, | ||
@@ -38,0 +38,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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
54597
1
+ Added@codemirror/autocomplete@6.18.3(transitive)
+ Added@codemirror/lang-css@6.3.0(transitive)
+ Added@codemirror/lang-javascript@6.2.2(transitive)
+ Added@codemirror/language@6.10.3(transitive)
+ Added@codemirror/lint@6.8.3(transitive)
+ Added@codemirror/state@6.4.1(transitive)
+ Added@codemirror/view@6.35.0(transitive)
+ Added@lezer/common@1.2.3(transitive)
+ Added@lezer/css@1.1.9(transitive)
+ Added@lezer/highlight@1.2.1(transitive)
+ Added@lezer/html@1.3.10(transitive)
+ Added@lezer/javascript@1.4.19(transitive)
+ Added@lezer/lr@1.4.2(transitive)
- Removed@codemirror/autocomplete@0.20.3(transitive)
- Removed@codemirror/lang-css@0.20.0(transitive)
- Removed@codemirror/lang-javascript@0.20.1(transitive)
- Removed@codemirror/language@0.20.2(transitive)
- Removed@codemirror/lint@0.20.3(transitive)
- Removed@codemirror/state@0.20.1(transitive)
- Removed@codemirror/view@0.20.7(transitive)
- Removed@lezer/common@0.16.1(transitive)
- Removed@lezer/css@0.16.0(transitive)
- Removed@lezer/highlight@0.16.0(transitive)
- Removed@lezer/html@0.16.1(transitive)
- Removed@lezer/javascript@0.16.0(transitive)
- Removed@lezer/lr@0.16.3(transitive)
Updated@codemirror/lang-css@^6.0.0
Updated@codemirror/language@^6.0.0
Updated@codemirror/state@^6.0.0
Updated@lezer/common@^1.0.0
Updated@lezer/html@^1.0.0