Skip to content

Commit 2968342

Browse files
committed
update dependencies
1 parent ce27633 commit 2968342

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jsonscript-test",
3-
"version": "0.4.0",
3+
"version": "0.6.0",
44
"description": "Testing JSONScript scripts using test suites",
55
"main": "index.js",
66
"scripts": {
@@ -21,9 +21,9 @@
2121
},
2222
"homepage": "https://github.com/JSONScript/jsonscript-test#readme",
2323
"dependencies": {
24-
"ajv": "^4.0.5",
24+
"ajv": "^4.7.0",
2525
"glob": "^7.0.0",
26-
"jsonscript": "^0.4.0",
27-
"jsonscript-test-suite": "^0.4.0"
26+
"jsonscript": "^0.6.0",
27+
"jsonscript-test-suite": "^0.6.0"
2828
}
2929
}

0 commit comments

Comments
 (0)