Skip to content

Commit 2daf6a9

Browse files
authored
Bump dependencies
1 parent b1e54b1 commit 2daf6a9

File tree

3 files changed

+102
-56
lines changed

3 files changed

+102
-56
lines changed

docs/recipes/typescript.md

Lines changed: 1 addition & 1 deletion
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.4.5.
7+
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.
88

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

package-lock.json

Lines changed: 97 additions & 51 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"@babel/plugin-syntax-optional-catch-binding": "^7.2.0",
6767
"@concordance/react": "^2.0.0",
6868
"ansi-escapes": "^4.1.0",
69-
"ansi-styles": "^3.2.1",
69+
"ansi-styles": "^4.0.0",
7070
"arr-flatten": "^1.1.0",
7171
"array-union": "^2.1.0",
7272
"array-uniq": "^2.1.0",
@@ -102,7 +102,7 @@
102102
"indent-string": "^4.0.0",
103103
"is-ci": "^2.0.0",
104104
"is-error": "^2.2.2",
105-
"is-observable": "^1.1.0",
105+
"is-observable": "^2.0.0",
106106
"is-plain-object": "^3.0.0",
107107
"is-promise": "^2.1.0",
108108
"lodash": "^4.17.11",
@@ -113,7 +113,7 @@
113113
"meow": "^5.0.0",
114114
"micromatch": "^4.0.2",
115115
"ms": "^2.1.1",
116-
"observable-to-promise": "^0.5.0",
116+
"observable-to-promise": "^1.0.0",
117117
"ora": "^3.4.0",
118118
"package-hash": "^4.0.0",
119119
"pkg-conf": "^3.1.0",
@@ -155,7 +155,7 @@
155155
"temp-write": "^4.0.0",
156156
"touch": "^3.1.0",
157157
"ts-node": "^8.2.0",
158-
"typescript": "^3.4.5",
158+
"typescript": "^3.5.1",
159159
"xo": "^0.24.0",
160160
"zen-observable": "^0.8.14"
161161
},

0 commit comments

Comments
 (0)