This commit is contained in:
Lars Jung
2020-02-16 02:37:00 +01:00
parent 3930e8c204
commit bc4f964b24
3 changed files with 1378 additions and 1352 deletions

View File

@@ -4,15 +4,15 @@
* fix archive-single-item problem * fix archive-single-item problem
* add header/footer search stop condition * add header/footer search stop condition
* update languages (`id`, `it`, `pt-br`, `pt-pt`) * update languages (`id`, `it`, `pt-br`, `pt-pt`)
* add `@babel/core` 7.5.5 * add `@babel/core` 7.8.4
* add `@babel/preset-env` 7.5.5 * add `@babel/preset-env` 7.8.4
* remove `babel-loader` * remove `babel-loader`
* update `eslint` to 6.1.0 * update `eslint` to 6.8.0
* update `ghu` to 0.22.0 * update `ghu` to 0.23.0
* update `jsdom` to 15.1.1 * update `jsdom` to 16.1.0
* update `kjua` to 0.6.0 * update `kjua` to 0.6.0
* update `lolight` to 1.3.0 * update `lolight` to 1.3.0
* update `marked` to 0.7.0 * update `marked` to 0.8.0
* update `null-loader` to 3.0.0 * update `null-loader` to 3.0.0
* update `scar` to 2.2.0 * update `scar` to 2.2.0

2708
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -17,14 +17,14 @@
"precommit": "npm run -s lint && npm run -s test" "precommit": "npm run -s lint && npm run -s test"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "7.5.5", "@babel/core": "7.8.4",
"@babel/preset-env": "7.5.5", "@babel/preset-env": "7.8.4",
"eslint": "6.1.0", "eslint": "6.8.0",
"ghu": "0.22.0", "ghu": "0.23.0",
"jsdom": "15.1.1", "jsdom": "16.1.0",
"kjua": "0.6.0", "kjua": "0.6.0",
"lolight": "1.3.0", "lolight": "1.3.0",
"marked": "0.7.0", "marked": "0.8.0",
"normalize.css": "8.0.1", "normalize.css": "8.0.1",
"null-loader": "3.0.0", "null-loader": "3.0.0",
"scar": "2.2.0" "scar": "2.2.0"