mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-05 03:08:40 +00:00
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:
committed by
Kevin Barabash
parent
e71c7d4b81
commit
feef4107df
@@ -1,6 +1,5 @@
|
|||||||
[ignore]
|
[ignore]
|
||||||
<PROJECT_ROOT>/build
|
<PROJECT_ROOT>/build
|
||||||
<PROJECT_ROOT>/node_modules/match-at
|
|
||||||
|
|
||||||
[include]
|
[include]
|
||||||
|
|
||||||
|
@@ -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": [
|
||||||
|
Reference in New Issue
Block a user