Skip to content

Commit

Permalink
chore(deps): update devDeps
Browse files Browse the repository at this point in the history
  • Loading branch information
STRML committed Feb 25, 2020
1 parent 91ebd58 commit 5e9affa
Show file tree
Hide file tree
Showing 3 changed files with 1,129 additions and 1,025 deletions.
13 changes: 12 additions & 1 deletion .flowconfig
Original file line number Diff line number Diff line change
@@ -1,11 +1,22 @@
[version]
0.115.0
^0.119.0

[ignore]
<PROJECT_ROOT>/build/.*
<PROJECT_ROOT>/dist/.*
# Speeds parsing:
.*/node_modules/@babel.*
.*/node_modules/babel.*

[include]

[libs]
interfaces/

[options]
emoji=true
module.use_strict=true
suppress_comment=\\(.\\|\n\\)*\\s*\\$FlowFixMe.*
suppress_comment=\\(.\\|\n\\)*\\s*\\$FlowBug.*
suppress_comment=\\(.\\|\n\\)*\\s*\\$FlowIgnore.*
suppress_comment=\\(.\\|\n\\)*\\s*\\$FlowNative.*
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@babel/preset-react": "^7.8.0",
"@babel/register": "^7.8.0",
"babel-eslint": "^10.0.3",
"babel-jest": "^24.9.0",
"babel-jest": "^25.1.0",
"babel-loader": "^8.0.6",
"babel-plugin-preval": "^4.0.0",
"css-loader": "^3.4.2",
Expand All @@ -61,7 +61,7 @@
"eslint-plugin-mocha": "^6.2.2",
"eslint-plugin-react": "^7.17.0",
"exports-loader": "^0.7.0",
"flow-bin": "^0.115.0",
"flow-bin": "^0.119.0",
"husky": "^3.0.9",
"imports-loader": "^0.8.0",
"jest-cli": "^24.9.0",
Expand Down Expand Up @@ -98,4 +98,4 @@
"pre-commit": "lint-staged && make lint && make test"
}
}
}
}

0 comments on commit 5e9affa

Please sign in to comment.