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:
parent
8c77f4531d
commit
6d70c0451c
2 changed files with 0 additions and 11 deletions
|
@ -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",
|
||||
|
|
10
yarn.lock
10
yarn.lock
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue