@readme/better-ajv-errors
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "@readme/better-ajv-errors", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "JSON Schema validation for Human", | ||
@@ -42,7 +42,7 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@babel/code-frame": "^7.15.8", | ||
"@babel/runtime": "^7.15.4", | ||
"@babel/code-frame": "^7.16.0", | ||
"@babel/runtime": "^7.16.0", | ||
"chalk": "^4.1.2", | ||
"json-to-ast": "^2.0.3", | ||
"jsonpointer": "^4.1.0", | ||
"jsonpointer": "^5.0.0", | ||
"leven": "^3.1.0" | ||
@@ -52,13 +52,13 @@ }, | ||
"@apidevtools/openapi-schemas": "^2.1.0", | ||
"@babel/cli": "^7.15.7", | ||
"@babel/core": "^7.15.8", | ||
"@babel/plugin-transform-runtime": "^7.15.8", | ||
"@babel/preset-env": "^7.15.8", | ||
"@babel/cli": "^7.16.0", | ||
"@babel/core": "^7.16.0", | ||
"@babel/plugin-transform-runtime": "^7.16.0", | ||
"@babel/preset-env": "^7.16.0", | ||
"@readme/eslint-config": "^7.2.2", | ||
"ajv": "^8.6.3", | ||
"babel-jest": "^27.2.5", | ||
"babel-jest": "^27.3.1", | ||
"babel-plugin-add-module-exports": "^1.0.4", | ||
"eslint": "^7.32.0", | ||
"husky": "^7.0.2", | ||
"jest": "^27.2.5", | ||
"husky": "^7.0.4", | ||
"jest": "^27.3.1", | ||
"jest-fixtures": "^0.6.0", | ||
@@ -65,0 +65,0 @@ "prettier": "^2.4.1", |
+ Addedjsonpointer@5.0.1(transitive)
- Removedjsonpointer@4.1.0(transitive)
Updated@babel/code-frame@^7.16.0
Updated@babel/runtime@^7.16.0
Updatedjsonpointer@^5.0.0