Skip to content

Commit

Permalink
fix: update deps
Browse files Browse the repository at this point in the history
- fix UT
  • Loading branch information
wswebcreation committed Jul 14, 2019
1 parent a241e91 commit d744743
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,17 @@
"chalk": "1.1.3",
"find": "^0.2.9",
"fs-extra": "^5.0.0",
"js-base64": "^2.4.3",
"js-base64": "^2.5.1",
"jsonfile": "^4.0.0",
"lodash": "^4.17.5",
"moment": "^2.21.0",
"opn": "^5.2.0",
"lodash": "^4.17.14",
"moment": "^2.24.0",
"opn": "^5.5.0",
"uuid": "^3.2.1"
},
"devDependencies": {
"coveralls": "^2.13.1",
"coveralls": "^3.0.5",
"istanbul": "0.4.5",
"jasmine": "2.6.0",
"np": "^5.0.2"
"np": "^5.0.3"
}
}
2 changes: 1 addition & 1 deletion test/unit/data/output/merged-output.json
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@
"embeddings": [
{
"data": "[{\"data\":{\"x\":\"1\",\"y\":\"1\",\"url\":\"http://url.com\"},\"event\":\"start\",\"show\":1,\"id\":50},{\"data\":{\"x\":\"2\",\"y\":\"3\",\"url\":\"http://example.com\"},\"event\":\"stop\",\"show\":2,\"id\":51}]",
"mime_type": "text/plain"
"mime_type": "application/json"
}
],
"match": {
Expand Down

0 comments on commit d744743

Please sign in to comment.