Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
novemberborn committed Jun 1, 2019
1 parent b1e54b1 commit 2daf6a9
Show file tree
Hide file tree
Showing 3 changed files with 102 additions and 56 deletions.
2 changes: 1 addition & 1 deletion docs/recipes/typescript.md
Expand Up @@ -4,7 +4,7 @@ Translations: [Español](https://github.com/avajs/ava-docs/blob/master/es_ES/doc

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

This guide assumes you've already set up TypeScript for your project. Note that AVA's definition has been tested with version 3.4.5.
This guide assumes you've already set up TypeScript for your project. Note that AVA's definition has been tested with version 3.5.1.

## Configuring AVA to compile TypeScript files on the fly

Expand Down
148 changes: 97 additions & 51 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -66,7 +66,7 @@
"@babel/plugin-syntax-optional-catch-binding": "^7.2.0",
"@concordance/react": "^2.0.0",
"ansi-escapes": "^4.1.0",
"ansi-styles": "^3.2.1",
"ansi-styles": "^4.0.0",
"arr-flatten": "^1.1.0",
"array-union": "^2.1.0",
"array-uniq": "^2.1.0",
Expand Down Expand Up @@ -102,7 +102,7 @@
"indent-string": "^4.0.0",
"is-ci": "^2.0.0",
"is-error": "^2.2.2",
"is-observable": "^1.1.0",
"is-observable": "^2.0.0",
"is-plain-object": "^3.0.0",
"is-promise": "^2.1.0",
"lodash": "^4.17.11",
Expand All @@ -113,7 +113,7 @@
"meow": "^5.0.0",
"micromatch": "^4.0.2",
"ms": "^2.1.1",
"observable-to-promise": "^0.5.0",
"observable-to-promise": "^1.0.0",
"ora": "^3.4.0",
"package-hash": "^4.0.0",
"pkg-conf": "^3.1.0",
Expand Down Expand Up @@ -155,7 +155,7 @@
"temp-write": "^4.0.0",
"touch": "^3.1.0",
"ts-node": "^8.2.0",
"typescript": "^3.4.5",
"typescript": "^3.5.1",
"xo": "^0.24.0",
"zen-observable": "^0.8.14"
},
Expand Down

0 comments on commit 2daf6a9

Please sign in to comment.