Skip to content

Commit f97e277

Browse files
authored
Bump dependencies
1 parent 6f54db8 commit f97e277

File tree

4 files changed

+181
-93
lines changed

4 files changed

+181
-93
lines changed

docs/recipes/flow.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Translations: [Français](https://github.com/avajs/ava-docs/blob/master/fr_FR/do
44

55
AVA comes bundled with a Flow definition file. This allows developers to leverage Flow for writing tests.
66

7-
This guide assumes you've already set up Flow for your project. Note that AVA's definition as been tested with version 0.83.0.
7+
This guide assumes you've already set up Flow for your project. Note that AVA's definition as been tested with version 0.86.0.
88

99
We recommend you use AVA's built-in Babel pipeline to strip Flow type annotations and declarations. AVA automatically applies your project's Babel configuration, so everything may just work without changes. Alternatively install [`@babel/plugin-transform-flow-strip-types`](https://www.npmjs.com/package/@babel/plugin-transform-flow-strip-types) and customize AVA's configuration in the `package.json` file (or the `ava.config.js` file) as follows.
1010

docs/recipes/typescript.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Translations: [Español](https://github.com/avajs/ava-docs/blob/master/es_ES/doc
44

55
AVA comes bundled with a TypeScript definition file. This allows developers to leverage TypeScript for writing tests.
66

7-
This guide assumes you've already set up TypeScript for your project. Note that AVA's definition has been tested with version 3.1.3.
7+
This guide assumes you've already set up TypeScript for your project. Note that AVA's definition has been tested with version 3.1.6.
88

99
## Configuring AVA to compile TypeScript files on the fly
1010

0 commit comments

Comments
 (0)