This commit is contained in:
Lars Jung
2021-01-24 16:05:44 +01:00
parent 7d914d45fb
commit d99a14eaa9
2 changed files with 1373 additions and 876 deletions

2237
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -16,16 +16,16 @@
"precommit": "npm run -s lint && npm run -s test" "precommit": "npm run -s lint && npm run -s test"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "7.10.5", "@babel/core": "7.12.10",
"@babel/preset-env": "7.10.4", "@babel/preset-env": "7.12.11",
"eslint": "7.5.0", "eslint": "7.18.0",
"ghu": "0.26.0", "ghu": "0.26.0",
"jsdom": "16.3.0", "jsdom": "16.4.0",
"kjua": "0.9.0", "kjua": "0.9.0",
"lolight": "1.4.0", "lolight": "1.4.0",
"marked": "1.1.1", "marked": "1.2.7",
"normalize.css": "8.0.1", "normalize.css": "8.0.1",
"null-loader": "4.0.0", "null-loader": "4.0.1",
"scar": "2.3.0" "scar": "2.3.0"
} }
} }