Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcgrtz committed Sep 8, 2020
1 parent c98a0af commit 1806fc6
Show file tree
Hide file tree
Showing 7 changed files with 568 additions and 649 deletions.
11 changes: 9 additions & 2 deletions flow-typed/npm/ava_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// flow-typed signature: 0fe8b3140b451996ef0b94b84d4be830
// flow-typed version: <<STUB>>/ava_v^3.11.1/flow_v0.131.0
// flow-typed signature: 98f3b3481f041c9062e030d60f73a8f2
// flow-typed version: <<STUB>>/ava_v^3.12.1/flow_v0.133.0

/**
* This is an autogenerated libdef stub for:
Expand Down Expand Up @@ -94,6 +94,10 @@ declare module 'ava/lib/load-config' {
declare module.exports: any;
}

declare module 'ava/lib/module-types' {
declare module.exports: any;
}

declare module 'ava/lib/node-arguments' {
declare module.exports: any;
}
Expand Down Expand Up @@ -251,6 +255,9 @@ declare module 'ava/lib/line-numbers.js' {
declare module 'ava/lib/load-config.js' {
declare module.exports: $Exports<'ava/lib/load-config'>;
}
declare module 'ava/lib/module-types.js' {
declare module.exports: $Exports<'ava/lib/module-types'>;
}
declare module 'ava/lib/node-arguments.js' {
declare module.exports: $Exports<'ava/lib/node-arguments'>;
}
Expand Down
4 changes: 2 additions & 2 deletions flow-typed/npm/coveralls_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// flow-typed signature: 1b2ac0a0cc0b387a17ed56ebec6eb465
// flow-typed version: <<STUB>>/coveralls_v^3.1.0/flow_v0.131.0
// flow-typed signature: b220f4e72c4635f23f2fcf22b8b02220
// flow-typed version: <<STUB>>/coveralls_v^3.1.0/flow_v0.133.0

/**
* This is an autogenerated libdef stub for:
Expand Down
4 changes: 2 additions & 2 deletions flow-typed/npm/nyc_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// flow-typed signature: aa59fd53705dfa073d874b018a331856
// flow-typed version: <<STUB>>/nyc_v^15.1.0/flow_v0.131.0
// flow-typed signature: 34ce602d9bcfe889a5257c7d70d3d3b4
// flow-typed version: <<STUB>>/nyc_v^15.1.0/flow_v0.133.0

/**
* This is an autogenerated libdef stub for:
Expand Down
4 changes: 2 additions & 2 deletions flow-typed/npm/pre-commit_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// flow-typed signature: 230b15713e96ba4955e11524719e1001
// flow-typed version: <<STUB>>/pre-commit_v^1.2.2/flow_v0.131.0
// flow-typed signature: c4c1aff1823f3e45feeea801aa4a8b71
// flow-typed version: <<STUB>>/pre-commit_v^1.2.2/flow_v0.133.0

/**
* This is an autogenerated libdef stub for:
Expand Down
4 changes: 2 additions & 2 deletions flow-typed/npm/xo_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// flow-typed signature: 06e7c0223488dff3dc877d550aeba58f
// flow-typed version: <<STUB>>/xo_v^0.32.1/flow_v0.131.0
// flow-typed signature: 1052e5119acadcc373399ac8d61f8961
// flow-typed version: <<STUB>>/xo_v^0.33.1/flow_v0.133.0

/**
* This is an autogenerated libdef stub for:
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@
"format"
],
"devDependencies": {
"ava": "^3.11.1",
"ava": "^3.12.1",
"coveralls": "^3.1.0",
"flow-bin": "^0.131.0",
"flow-bin": "^0.133.0",
"nyc": "^15.1.0",
"pre-commit": "^1.2.2",
"xo": "^0.32.1"
"xo": "^0.33.1"
},
"pre-commit": [
"format",
Expand Down

0 comments on commit 1806fc6

Please sign in to comment.