monocart-code-viewer
Advanced tools
Comparing version 1.0.8 to 1.0.9
{ | ||
"name": "monocart-code-viewer", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "Monocart Code Viewer", | ||
"main": "dist/monocart-code-viewer.js", | ||
"scripts": { | ||
"build": "sf lint && sf b -p", | ||
"dev": "sf d", | ||
"build": "sf lint && sf b -p patch", | ||
"patch": "npm run build && sf publish patch" | ||
@@ -23,7 +24,7 @@ }, | ||
"@codemirror/lang-javascript": "^6.2.1", | ||
"@codemirror/view": "^6.22.1", | ||
"@lezer/common": "^1.1.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.9", | ||
"@lezer/javascript": "^1.4.10", | ||
"@uiw/codemirror-theme-xcode": "^4.21.21", | ||
@@ -30,0 +31,0 @@ "codemirror": "^6.0.1", |
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
466221