This commit is contained in:
Lars Jung 2020-07-24 09:57:30 +02:00
parent 70e112a43a
commit 252ffc5cb9
2 changed files with 627 additions and 416 deletions

1029
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -17,17 +17,17 @@
"precommit": "npm run -s lint && npm run -s test"
},
"devDependencies": {
"@babel/core": "7.8.7",
"@babel/preset-env": "7.8.7",
"eslint": "6.8.0",
"@babel/core": "7.10.5",
"@babel/preset-env": "7.10.4",
"eslint": "7.5.0",
"ghu": "0.25.0",
"jsdom": "16.2.2",
"jsdom": "16.3.0",
"kjua": "0.6.0",
"lolight": "1.3.0",
"marked": "0.8.0",
"marked": "1.1.1",
"normalize.css": "8.0.1",
"null-loader": "3.0.0",
"scar": "2.2.0"
"null-loader": "4.0.0",
"scar": "2.3.0"
},
"engines": {
"node": ">=10.0.0"