0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00

Removed unused ajv dependency

no issue

- this doesn't seem to be used and is instead used in the
  @tryghost/admin-api-schema package, so it is not needed here
This commit is contained in:
Daniel Lockyer 2021-02-10 11:30:08 +00:00
parent 8c77f4531d
commit 6d70c0451c
No known key found for this signature in database
GPG key ID: FFBC6FA2A6F6ABC1
2 changed files with 0 additions and 11 deletions

View file

@ -69,7 +69,6 @@
"@tryghost/url-utils": "0.6.26",
"@tryghost/vhost-middleware": "1.0.12",
"@tryghost/zip": "1.1.9",
"ajv": "6.12.6",
"amperize": "0.6.1",
"analytics-node": "3.5.0",
"bluebird": "3.7.2",

View file

@ -844,16 +844,6 @@ agent-base@~4.2.1:
dependencies:
es6-promisify "^5.0.0"
ajv@6.12.6:
version "6.12.6"
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.6.tgz#baf5a62e802b07d977034586f8c3baf5adf26df4"
integrity sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==
dependencies:
fast-deep-equal "^3.1.1"
fast-json-stable-stringify "^2.0.0"
json-schema-traverse "^0.4.1"
uri-js "^4.2.2"
ajv@^6.10.0, ajv@^6.10.2, ajv@^6.5.5:
version "6.12.3"
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.3.tgz#18c5af38a111ddeb4f2697bd78d68abc1cabd706"