Fix match-at flow errors (#847)

Upgrade match-at and flow versions to resolve the match-at flow
errors, allowing us to remove match-at from the .flowconfig ignore

Test plan:

run `jest` and get the following output:

    PASS  test/unicode-spec.js
    PASS  test/errors-spec.js
    PASS  test/mathml-spec.js
    PASS  test/katex-spec.js (5.104s)

run `flow` and get:

    No errors!
This commit is contained in:
Aria Buckles
2017-09-05 19:37:17 -07:00
committed by Kevin Barabash
parent e71c7d4b81
commit feef4107df
2 changed files with 2 additions and 3 deletions

View File

@@ -1,6 +1,5 @@
[ignore] [ignore]
<PROJECT_ROOT>/build <PROJECT_ROOT>/build
<PROJECT_ROOT>/node_modules/match-at
[include] [include]

View File

@@ -28,7 +28,7 @@
"clean-css": "^3.4.23", "clean-css": "^3.4.23",
"eslint": "^3.13.0", "eslint": "^3.13.0",
"express": "^4.14.0", "express": "^4.14.0",
"flow-bin": "^0.53.1", "flow-bin": "^0.54.0",
"glob": "^7.1.1", "glob": "^7.1.1",
"jest": "^20.0.4", "jest": "^20.0.4",
"jest-serializer-html": "^4.0.0", "jest-serializer-html": "^4.0.0",
@@ -54,7 +54,7 @@
"lint" "lint"
], ],
"dependencies": { "dependencies": {
"match-at": "^0.1.0" "match-at": "^0.1.1"
}, },
"jest": { "jest": {
"snapshotSerializers": [ "snapshotSerializers": [