@uiw/codemirror-theme-vscode
Advanced tools
Comparing version 4.21.18 to 4.21.19
@@ -17,3 +17,3 @@ "use strict"; | ||
var defaultSettingsVscodeDark = { | ||
var defaultSettingsVscodeDark = exports.defaultSettingsVscodeDark = { | ||
background: '#1e1e1e', | ||
@@ -30,3 +30,2 @@ foreground: '#9cdcfe', | ||
}; | ||
exports.defaultSettingsVscodeDark = defaultSettingsVscodeDark; | ||
function vscodeDarkInit(options) { | ||
@@ -99,3 +98,2 @@ var _ref = options || {}, | ||
} | ||
var vscodeDark = vscodeDarkInit(); | ||
exports.vscodeDark = vscodeDark; | ||
var vscodeDark = exports.vscodeDark = vscodeDarkInit(); |
{ | ||
"name": "@uiw/codemirror-theme-vscode", | ||
"version": "4.21.18", | ||
"version": "4.21.19", | ||
"description": "Theme vscode for CodeMirror.", | ||
@@ -24,3 +24,3 @@ "homepage": "https://uiwjs.github.io/react-codemirror/#/theme/data/vscode", | ||
"dependencies": { | ||
"@uiw/codemirror-themes": "4.21.18" | ||
"@uiw/codemirror-themes": "4.21.19" | ||
}, | ||
@@ -27,0 +27,0 @@ "keywords": [ |
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
13201
278
+ Added@uiw/codemirror-themes@4.21.19(transitive)
- Removed@uiw/codemirror-themes@4.21.18(transitive)