master
Evgeny Poberezkin 2018-05-08 21:18:06 +01:00
parent 40bd2daf51
commit b41f940f55
1 changed files with 10 additions and 10 deletions

View File

@ -1,6 +1,6 @@
{
"name": "ajv",
"version": "6.4.0",
"version": "6.5.0",
"description": "Another JSON Schema Validator",
"main": "lib/ajv.js",
"typings": "lib/ajv.d.ts",
@ -68,31 +68,31 @@
"devDependencies": {
"ajv-async": "^1.0.0",
"bluebird": "^3.1.5",
"brfs": "^1.4.3",
"browserify": "^16.0.0",
"brfs": "^1.6.1",
"browserify": "^16.2.0",
"chai": "^4.0.1",
"coveralls": "^3.0.0",
"coveralls": "^3.0.1",
"del-cli": "^1.1.0",
"dot": "^1.0.3",
"eslint": "^4.14.0",
"gh-pages-generator": "^0.2.0",
"gh-pages-generator": "^0.2.3",
"glob": "^7.0.0",
"if-node-version": "^1.0.0",
"js-beautify": "^1.7.3",
"jshint": "^2.9.4",
"json-schema-test": "^2.0.0",
"karma": "^2.0.0",
"karma": "^2.0.2",
"karma-chrome-launcher": "^2.0.0",
"karma-mocha": "^1.1.1",
"karma-phantomjs-launcher": "^1.0.0",
"karma-sauce-launcher": "^1.1.0",
"mocha": "^5.0.0",
"nyc": "^11.0.2",
"mocha": "^5.1.1",
"nyc": "^11.7.1",
"phantomjs-prebuilt": "^2.1.4",
"pre-commit": "^1.1.1",
"require-globify": "^1.3.0",
"typescript": "^2.6.2",
"uglify-js": "^3.3.1",
"typescript": "^2.8.3",
"uglify-js": "^3.3.24",
"watch": "^1.0.0"
}
}