Update.
This commit is contained in:
parent
3930e8c204
commit
bc4f964b24
3 changed files with 1378 additions and 1352 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -4,15 +4,15 @@
|
|||
* fix archive-single-item problem
|
||||
* add header/footer search stop condition
|
||||
* update languages (`id`, `it`, `pt-br`, `pt-pt`)
|
||||
* add `@babel/core` 7.5.5
|
||||
* add `@babel/preset-env` 7.5.5
|
||||
* add `@babel/core` 7.8.4
|
||||
* add `@babel/preset-env` 7.8.4
|
||||
* remove `babel-loader`
|
||||
* update `eslint` to 6.1.0
|
||||
* update `ghu` to 0.22.0
|
||||
* update `jsdom` to 15.1.1
|
||||
* update `eslint` to 6.8.0
|
||||
* update `ghu` to 0.23.0
|
||||
* update `jsdom` to 16.1.0
|
||||
* update `kjua` to 0.6.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 `scar` to 2.2.0
|
||||
|
||||
|
|
2706
package-lock.json
generated
2706
package-lock.json
generated
File diff suppressed because it is too large
Load diff
12
package.json
12
package.json
|
@ -17,14 +17,14 @@
|
|||
"precommit": "npm run -s lint && npm run -s test"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.5.5",
|
||||
"@babel/preset-env": "7.5.5",
|
||||
"eslint": "6.1.0",
|
||||
"ghu": "0.22.0",
|
||||
"jsdom": "15.1.1",
|
||||
"@babel/core": "7.8.4",
|
||||
"@babel/preset-env": "7.8.4",
|
||||
"eslint": "6.8.0",
|
||||
"ghu": "0.23.0",
|
||||
"jsdom": "16.1.0",
|
||||
"kjua": "0.6.0",
|
||||
"lolight": "1.3.0",
|
||||
"marked": "0.7.0",
|
||||
"marked": "0.8.0",
|
||||
"normalize.css": "8.0.1",
|
||||
"null-loader": "3.0.0",
|
||||
"scar": "2.2.0"
|
||||
|
|
Loading…
Reference in a new issue