This commit is contained in:
Lars Jung 2021-01-24 16:10:29 +01:00
parent d99a14eaa9
commit aa94de4945
3 changed files with 15 additions and 11 deletions

View File

@ -5,16 +5,20 @@
* 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.10.5 * add EXIF-based image rotation
* add `@babel/preset-env` 7.10.4 * add `where` to command detection command list
* fix #758
* fix #760
* add `@babel/core` 7.12.10
* add `@babel/preset-env` 7.12.11
* remove `babel-loader` * remove `babel-loader`
* update `eslint` to 7.5.0 * update `eslint` to 7.18.0
* update `ghu` to 0.25.0 * update `ghu` to 0.26.0
* update `jsdom` to 16.3.0 * update `jsdom` to 16.4.0
* update `kjua` to 0.6.0 * update `kjua` to 0.9.0
* update `lolight` to 1.3.0 * update `lolight` to 1.4.0
* update `marked` to 1.1.1 * update `marked` to 1.2.7
* update `null-loader` to 4.0.0 * update `null-loader` to 4.0.1
* update `scar` to 2.3.0 * update `scar` to 2.3.0

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "h5ai", "name": "h5ai",
"version": "0.29.2", "version": "0.30.0",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "h5ai", "name": "h5ai",
"version": "0.29.2", "version": "0.30.0",
"description": "Modern HTTP web server index.", "description": "Modern HTTP web server index.",
"homepage": "https://larsjung.de/h5ai/", "homepage": "https://larsjung.de/h5ai/",
"author": "Lars Jung <lrsjng@gmail.com> (https://larsjung.de)", "author": "Lars Jung <lrsjng@gmail.com> (https://larsjung.de)",