Skip to content

Commit ff9a7aa

Browse files
authored
Update latest dependencies (#104)
1 parent ca9fc87 commit ff9a7aa

File tree

3 files changed

+81
-39
lines changed

3 files changed

+81
-39
lines changed

doc/changelogs/CHANGELOG_V5.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
</tr>
77
<tr>
88
<td>
9+
<a href="#5.1.4">5.1.4</a><br/>
910
<a href="#5.1.3">5.1.3</a><br/>
1011
<a href="#5.1.2">5.1.2</a><br/>
1112
<a href="#5.1.1">5.1.1</a><br/>
@@ -16,6 +17,20 @@
1617
</tr>
1718
</table>
1819

20+
<a id="5.1.4"></a>
21+
## Version 5.1.4
22+
23+
### Notable Changes
24+
25+
* **easygraphql-parser**:
26+
- Bump version of easygraphql-parser.
27+
* **easygraphql-mock**:
28+
- Bump version of easygraphql-mock.
29+
* **husky**:
30+
- Bump version of husky.
31+
32+
### Commits
33+
1934
<a id="5.1.3"></a>
2035
## Version 5.1.3
2136

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
},
3535
"license": "MIT",
3636
"dependencies": {
37-
"easygraphql-mock": "^0.1.12",
37+
"easygraphql-mock": "^0.1.13",
3838
"easygraphql-parser": "^0.0.10",
3939
"graphql": "^14.1.1",
4040
"graphql-tools": "^4.0.4",
@@ -46,7 +46,7 @@
4646
"chai": "^4.1.2",
4747
"coveralls": "^3.0.2",
4848
"graphql-tag": "^2.9.2",
49-
"husky": "^2.0.0",
49+
"husky": "^2.2.0",
5050
"mocha": "^6.1.4",
5151
"nyc": "^14.0.1",
5252
"standard": "^12.0.0"

0 commit comments

Comments
 (0)