This commit is contained in:
Lars Jung
2020-03-07 13:57:56 +01:00
parent 059b2e16ed
commit 673ee7ccc7
2 changed files with 4 additions and 4 deletions

View File

@@ -4,8 +4,8 @@
* 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.8.4 * add `@babel/core` 7.8.7
* add `@babel/preset-env` 7.8.4 * add `@babel/preset-env` 7.8.7
* remove `babel-loader` * remove `babel-loader`
* update `eslint` to 6.8.0 * update `eslint` to 6.8.0
* update `ghu` to 0.23.0 * update `ghu` to 0.23.0

View File

@@ -17,8 +17,8 @@
"precommit": "npm run -s lint && npm run -s test" "precommit": "npm run -s lint && npm run -s test"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "7.8.4", "@babel/core": "7.8.7",
"@babel/preset-env": "7.8.4", "@babel/preset-env": "7.8.7",
"eslint": "6.8.0", "eslint": "6.8.0",
"ghu": "0.25.0", "ghu": "0.25.0",
"jsdom": "16.2.0", "jsdom": "16.2.0",