mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-26 17:16:11 -05:00
Fix ajv version
Previously I was seeing a warning that ajv@5 was required, so I downgraded. I was mistaken, because now the warning says 6 is required...
This commit is contained in:
parent
cc041c2550
commit
3ff3236b70
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
|||
"raven": "0.10.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"ajv": "5.5.2",
|
||||
"ajv": "6.4.0",
|
||||
"async": "1.5.2",
|
||||
"autoprefixer": "6.3.6",
|
||||
"babel-cli": "6.26.0",
|
||||
|
|
Loading…
Reference in a new issue