mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-08 12:38:39 +00:00
build(deps-dev): bump flow-bin from 0.131.0 to 0.132.0 (#2453)
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
[version]
|
[version]
|
||||||
0.131.0
|
0.132.0
|
||||||
|
|
||||||
[ignore]
|
[ignore]
|
||||||
<PROJECT_ROOT>/dist
|
<PROJECT_ROOT>/dist
|
||||||
|
2
.yarn/sdks/flow-bin/package.json
vendored
2
.yarn/sdks/flow-bin/package.json
vendored
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "flow-bin",
|
"name": "flow-bin",
|
||||||
"version": "0.131.0-pnpify",
|
"version": "0.132.0-pnpify",
|
||||||
"type": "commonjs"
|
"type": "commonjs"
|
||||||
}
|
}
|
||||||
|
@@ -43,7 +43,7 @@
|
|||||||
"eslint-plugin-flowtype": "^5.2.0",
|
"eslint-plugin-flowtype": "^5.2.0",
|
||||||
"eslint-plugin-react": "^7.20.3",
|
"eslint-plugin-react": "^7.20.3",
|
||||||
"file-loader": "^6.0.0",
|
"file-loader": "^6.0.0",
|
||||||
"flow-bin": "^0.131.0",
|
"flow-bin": "^0.132.0",
|
||||||
"fs-extra": "^9.0.1",
|
"fs-extra": "^9.0.1",
|
||||||
"husky": "^4.2.5",
|
"husky": "^4.2.5",
|
||||||
"istanbul-lib-coverage": "^3.0.0",
|
"istanbul-lib-coverage": "^3.0.0",
|
||||||
|
@@ -13,7 +13,6 @@ defineFunction({
|
|||||||
numArgs: 1,
|
numArgs: 1,
|
||||||
argTypes: ["text"],
|
argTypes: ["text"],
|
||||||
},
|
},
|
||||||
// $FlowFixMe, "environment" handler returns an environment ParseNode
|
|
||||||
handler({parser, funcName}, args) {
|
handler({parser, funcName}, args) {
|
||||||
const nameGroup = args[0];
|
const nameGroup = args[0];
|
||||||
if (nameGroup.type !== "ordgroup") {
|
if (nameGroup.type !== "ordgroup") {
|
||||||
@@ -49,6 +48,7 @@ defineFunction({
|
|||||||
`Mismatch: \\begin{${envName}} matched by \\end{${end.name}}`,
|
`Mismatch: \\begin{${envName}} matched by \\end{${end.name}}`,
|
||||||
endNameToken);
|
endNameToken);
|
||||||
}
|
}
|
||||||
|
// $FlowFixMe, "environment" handler returns an environment ParseNode
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
10
yarn.lock
10
yarn.lock
@@ -5291,12 +5291,12 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"flow-bin@npm:^0.131.0":
|
"flow-bin@npm:^0.132.0":
|
||||||
version: 0.131.0
|
version: 0.132.0
|
||||||
resolution: "flow-bin@npm:0.131.0"
|
resolution: "flow-bin@npm:0.132.0"
|
||||||
bin:
|
bin:
|
||||||
flow: cli.js
|
flow: cli.js
|
||||||
checksum: 7d0d157a6a6372772c08d8d7425d8dd8b115ad25abf0cbc2b72b2ea6b4edb3c727b32141d1d3e310697cc3ce2a5390ee08269bf9d63c3d8ed1f8d761f4cc09af
|
checksum: ecaa7ff45608831e4a7634d3232dcb4114733036a58a4cc41403b37cfa073af55d8b7cedc11c308c41527c0728440d35628a62c2dc05d27a2d3f3d4d134132c6
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
@@ -7612,7 +7612,7 @@ fsevents@^1.2.7:
|
|||||||
eslint-plugin-flowtype: ^5.2.0
|
eslint-plugin-flowtype: ^5.2.0
|
||||||
eslint-plugin-react: ^7.20.3
|
eslint-plugin-react: ^7.20.3
|
||||||
file-loader: ^6.0.0
|
file-loader: ^6.0.0
|
||||||
flow-bin: ^0.131.0
|
flow-bin: ^0.132.0
|
||||||
fs-extra: ^9.0.1
|
fs-extra: ^9.0.1
|
||||||
husky: ^4.2.5
|
husky: ^4.2.5
|
||||||
istanbul-lib-coverage: ^3.0.0
|
istanbul-lib-coverage: ^3.0.0
|
||||||
|
Reference in New Issue
Block a user