Skip to content

Commit 4247a96

Browse files
Evgeny Poberezkingajus
Evgeny Poberezkin
authored andcommittedApr 17, 2017
feat: update ajv to 5.0.0 (#34)
1 parent b787484 commit 4247a96

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed
 

‎package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55
"url": "http://gajus.com"
66
},
77
"dependencies": {
8-
"ajv": "^4.7.0",
9-
"ajv-keywords": "^1.0.0",
8+
"ajv": "^5.0.0",
9+
"ajv-keywords": "^2.0.0",
1010
"chalk": "^1.1.1",
1111
"lodash": "^4.0.0",
1212
"slice-ansi": "0.0.4",
1313
"string-width": "^2.0.0"
1414
},
1515
"description": "Formats data into a string table.",
1616
"devDependencies": {
17-
"ajv-cli": "^1.1.0",
17+
"ajv-cli": "^2.0.0",
1818
"babel": "^6.5.2",
1919
"babel-cli": "^6.14.0",
2020
"babel-core": "^6.14.0",

‎src/schemas/config.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"id": "config.json",
3-
"$schema": "http://json-schema.org/draft-04/schema#",
2+
"$id": "config.json",
3+
"$schema": "http://json-schema.org/draft-06/schema#",
44
"type": "object",
55
"properties": {
66
"border": {

‎src/schemas/streamConfig.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"id": "streamConfig.json",
3-
"$schema": "http://json-schema.org/draft-04/schema#",
2+
"$id": "streamConfig.json",
3+
"$schema": "http://json-schema.org/draft-06/schema#",
44
"type": "object",
55
"properties": {
66
"border": {

0 commit comments

Comments
 (0)
Please sign in to comment.