monocart-code-viewer
Advanced tools
Comparing version 1.0.13 to 1.1.0
{ | ||
"name": "monocart-code-viewer", | ||
"version": "1.0.13", | ||
"version": "1.1.0", | ||
"description": "Monocart Code Viewer", | ||
@@ -22,9 +22,9 @@ "main": "dist/monocart-code-viewer.js", | ||
"@codemirror/lang-css": "^6.2.1", | ||
"@codemirror/lang-html": "^6.4.7", | ||
"@codemirror/lang-html": "^6.4.8", | ||
"@codemirror/lang-javascript": "^6.2.1", | ||
"@codemirror/view": "^6.22.3", | ||
"@lezer/common": "^1.1.2", | ||
"@lezer/css": "^1.1.4", | ||
"@lezer/html": "^1.3.7", | ||
"@lezer/javascript": "^1.4.11", | ||
"@codemirror/view": "^6.23.1", | ||
"@lezer/common": "^1.2.1", | ||
"@lezer/css": "^1.1.7", | ||
"@lezer/html": "^1.3.8", | ||
"@lezer/javascript": "^1.4.13", | ||
"@uiw/codemirror-theme-xcode": "^4.21.21", | ||
@@ -35,3 +35,3 @@ "codemirror": "^6.0.1", | ||
"eslint-plugin-html": "^7.1.0", | ||
"lz-utils": "^2.0.1", | ||
"lz-utils": "^2.0.2", | ||
"stylelint": "^15.11.0", | ||
@@ -38,0 +38,0 @@ "stylelint-config-plus": "^1.0.4" |
@@ -15,3 +15,4 @@ # monocart-code-viewer | ||
uncoveredPieces: {}, | ||
executionCounts: {} | ||
executionCounts: {}, | ||
decorations: {} | ||
} | ||
@@ -18,0 +19,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
468786
26