Bump dependencies

This commit is contained in:
David Evans 2020-12-27 22:56:07 +00:00
parent 9ec7c5f5ab
commit 5604740b13
6 changed files with 6449 additions and 1673 deletions

8106
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -21,7 +21,7 @@
"main": "lib/sequence-diagram.js",
"module": "scripts/standalone.mjs",
"bin": {
"sequence-diagram-svg": "./bin/sequence-diagram-svg.js"
"sequence-diagram-svg": "bin/sequence-diagram-svg.js"
},
"eslintIgnore": [
"lib",
@ -46,17 +46,17 @@
"devDependencies": {
"@rollup/plugin-multi-entry": "4.x",
"buffer-to-stream": "1.x",
"codemirror": "5.58.x",
"codemirror": "5.59.x",
"eslint": "7.x",
"eslint-plugin-jasmine": "4.x",
"jasmine": "3.x",
"karma": "5.x",
"karma-chrome-launcher": "3.x",
"karma-detect-browsers": "2.x",
"karma-firefox-launcher": "1.x",
"karma-firefox-launcher": "2.x",
"karma-jasmine": "4.x",
"karma-safari-launcher": "1.x",
"pngcrush": "2.x",
"pngcrush": "3.x",
"requirejs": "2.x",
"rollup": "2.x",
"rollup-plugin-hypothetical": "2.x",

File diff suppressed because one or more lines are too long

View File

@ -19,7 +19,7 @@
}
.CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
background-color: white; /* The little square between H and V scrollbars */
background-color: transparent; /* The little square between H and V scrollbars */
}
/* GUTTER */

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long