@podium/schemas
Advanced tools
Comparing version 4.0.0 to 4.0.1
{ | ||
"name": "@podium/schemas", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "Schemas for validating the @podium contract.", | ||
@@ -33,14 +33,12 @@ "license": "MIT", | ||
"dependencies": { | ||
"ajv": "6.10.0" | ||
"ajv": "6.11.0" | ||
}, | ||
"devDependencies": { | ||
"eslint": "^5.12.0", | ||
"eslint-config-airbnb-base": "^13.1.0", | ||
"eslint-config-prettier": "^4.1.0", | ||
"eslint-plugin-import": "^2.14.0", | ||
"eslint-plugin-prettier": "^3.0.1", | ||
"husky": "^2.2.0", | ||
"jest": "^24.8.0", | ||
"lint-staged": "^8.1.0", | ||
"prettier": "^1.15.3" | ||
"eslint": "6.8.0", | ||
"eslint-config-airbnb-base": "14.0.0", | ||
"eslint-config-prettier": "6.9.0", | ||
"eslint-plugin-import": "2.20.0", | ||
"eslint-plugin-prettier": "3.1.2", | ||
"jest": "24.9.0", | ||
"prettier": "1.19.1" | ||
}, | ||
@@ -61,18 +59,3 @@ "jest": { | ||
"clearMocks": true | ||
}, | ||
"lint-staged": { | ||
"*.js": [ | ||
"eslint --fix --config ./.eslintrc", | ||
"git add" | ||
], | ||
"{*.json,*.md,.eslintrc,.prettierrc}": [ | ||
"prettier --write", | ||
"git add" | ||
] | ||
}, | ||
"husky": { | ||
"hooks": { | ||
"pre-commit": "lint-staged" | ||
} | ||
} | ||
} |
@@ -5,4 +5,4 @@ # @podium/schemas | ||
[![Build Status](https://travis-ci.org/podium-lib/schemas.svg?branch=master)](https://travis-ci.org/podium-lib/schemas) | ||
[![Greenkeeper badge](https://badges.greenkeeper.io/podium-lib/schemas.svg)](https://greenkeeper.io/) | ||
[![Dependencies](https://img.shields.io/david/podium-lib/schemas.svg)](https://david-dm.org/podium-lib/schemas) | ||
![GitHub Actions status](https://github.com/podium-lib/schemas/workflows/Run%20Lint%20and%20Tests/badge.svg) | ||
[![Known Vulnerabilities](https://snyk.io/test/github/podium-lib/schemas/badge.svg)](https://snyk.io/test/github/podium-lib/schemas) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7
7174
+ Addedajv@6.11.0(transitive)
+ Addedfast-deep-equal@3.1.3(transitive)
- Removedajv@6.10.0(transitive)
- Removedfast-deep-equal@2.0.1(transitive)
Updatedajv@6.11.0