Upgrade dependencies and remove yarn check (#1851)

* Remove Yarn check

Yarn check is buggy and will be removed in the future

* Upgrade dependencies

* Add --frozen-lockfile to CI
This commit is contained in:
ylemkimon
2019-02-21 04:56:06 +09:00
committed by Erik Demaine
parent 23958337a2
commit 9c05e208ea
4 changed files with 2205 additions and 3068 deletions

View File

@@ -77,6 +77,11 @@
"node": true,
"browser": true
},
"settings": {
"react": {
"version": "16.8"
}
},
"overrides": [{
"files": ["katex.js", "src/**/*.js", "contrib/**/*.js"],
"excludedFiles": ["*-spec.js", "unicodeMake.js"],