Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
novemberborn committed Aug 27, 2018
1 parent 28fe4e8 commit 8f54022
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 57 deletions.
2 changes: 1 addition & 1 deletion docs/recipes/flow.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Translations: [Français](https://github.com/avajs/ava-docs/blob/master/fr_FR/do

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

This guide assumes you've already set up Flow for your project. Note that AVA's definition as been tested with version 0.78.0.
This guide assumes you've already set up Flow for your project. Note that AVA's definition as been tested with version 0.79.1.

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:

Expand Down
97 changes: 50 additions & 47 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,14 +93,14 @@
"empower-core": "^1.2.0",
"equal-length": "^1.0.0",
"escape-string-regexp": "^1.0.5",
"esm": "^3.0.74",
"esm": "^3.0.80",
"figures": "^2.0.0",
"get-port": "^4.0.0",
"globby": "^7.1.1",
"ignore-by-default": "^1.0.0",
"import-local": "^1.0.0",
"indent-string": "^3.2.0",
"is-ci": "^1.1.0",
"is-ci": "^1.2.0",
"is-error": "^2.2.1",
"is-observable": "^1.1.0",
"is-plain-object": "^2.0.4",
Expand All @@ -127,12 +127,12 @@
"require-precompiled": "^0.1.0",
"resolve-cwd": "^2.0.0",
"slash": "^2.0.0",
"source-map-support": "^0.5.8",
"source-map-support": "^0.5.9",
"stack-utils": "^1.0.1",
"strip-ansi": "^4.0.0",
"strip-bom-buf": "^1.0.0",
"supertap": "^1.0.0",
"supports-color": "^5.4.0",
"supports-color": "^5.5.0",
"trim-off-newlines": "^1.0.1",
"trim-right": "^1.0.1",
"unique-temp-dir": "^1.0.0",
Expand All @@ -141,15 +141,15 @@
"devDependencies": {
"cli-table2": "^0.2.0",
"codecov": "^3.0.4",
"delay": "^3.0.0",
"execa": "^0.10.0",
"flow-bin": "^0.78.0",
"delay": "^3.1.0",
"execa": "^1.0.0",
"flow-bin": "^0.79.1",
"get-stream": "^4.0.0",
"git-branch": "^2.0.1",
"has-ansi": "^3.0.0",
"lolex": "^2.7.1",
"nyc": "^12.0.2",
"proxyquire": "^2.0.1",
"proxyquire": "^2.1.0",
"react": "^16.4.2",
"react-test-renderer": "^16.4.2",
"replace-string": "^1.1.0",
Expand All @@ -159,7 +159,7 @@
"tap": "^12.0.1",
"temp-write": "^3.4.0",
"touch": "^3.1.0",
"ts-node": "^7.0.0",
"ts-node": "^7.0.1",
"typescript": "^3.0.1",
"xo": "^0.22.0",
"zen-observable": "^0.8.9"
Expand Down

0 comments on commit 8f54022

Please sign in to comment.