@codemirror/lang-javascript
Advanced tools
Comparing version 0.19.0 to 0.19.1
@@ -0,1 +1,7 @@ | ||
## 0.19.1 (2021-08-11) | ||
### Bug fixes | ||
Fix incorrect versions for @lezer dependencies. | ||
## 0.19.0 (2021-08-11) | ||
@@ -2,0 +8,0 @@ |
{ | ||
"name": "@codemirror/lang-javascript", | ||
"version": "0.19.0", | ||
"version": "0.19.1", | ||
"description": "JavaScript language support for the CodeMirror code editor", | ||
@@ -35,7 +35,7 @@ "scripts": { | ||
"@codemirror/view": "^0.19.0", | ||
"@lezer/javascript": "^0.14.0" | ||
"@lezer/javascript": "^0.15.0" | ||
}, | ||
"devDependencies": { | ||
"@codemirror/buildhelper": "^0.1.5", | ||
"@lezer/lr": "^0.14.0" | ||
"@lezer/lr": "^0.15.0" | ||
}, | ||
@@ -42,0 +42,0 @@ "repository": { |
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
31193
+ Added@lezer/javascript@0.15.3(transitive)
Updated@lezer/javascript@^0.15.0