mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-06 11:48:41 +00:00
Update flow-bin to the latest version 🚀 (#1754)
* chore(package): update flow-bin to version 0.84.0 * chore(package): update lockfile yarn.lock * Update config.yml * Update config.yml * Update lockfile
This commit is contained in:
committed by
ylemkimon
parent
bf98931e2d
commit
ca38cbf8b2
@@ -43,7 +43,12 @@ commands:
|
||||
- run:
|
||||
name: Install dependencies
|
||||
# upgrade Yarn before installing dependencies, if needed
|
||||
command: yarn check || { curl -o- -L https://yarnpkg.com/install.sh | bash && yarn; }
|
||||
command: |
|
||||
if ! yarn check; then
|
||||
curl -o- -L https://yarnpkg.com/install.sh | PROFILE=$BASH_ENV bash
|
||||
source $BASH_ENV
|
||||
yarn
|
||||
fi
|
||||
- save_cache:
|
||||
key: yarn-deps-v3-{{ checksum "yarn.lock" }}
|
||||
paths:
|
||||
|
@@ -38,7 +38,7 @@
|
||||
"eslint-plugin-react": "^7.10.0",
|
||||
"eslint-plugin-transform-runtime-aliasing": "^2.0.0",
|
||||
"file-loader": "^2.0.0",
|
||||
"flow-bin": "^0.83.0",
|
||||
"flow-bin": "^0.84.0",
|
||||
"fs-extra": "^7.0.0",
|
||||
"husky": "^1.0.0-rc.8",
|
||||
"istanbul-api": "^2.0.5",
|
||||
|
Reference in New Issue
Block a user