mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-27 22:49:56 -05:00
Fixing yarn command failure
no issue - By bumping the version of adapter-base-cache I'm expecting `yarn` command to pick up this package. I suspect the failures on CI are due to some caching issue.
This commit is contained in:
parent
ff5919e86c
commit
ab0661c746
2 changed files with 5 additions and 5 deletions
|
@ -53,7 +53,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@sentry/node": "7.12.1",
|
||||
"@tryghost/adapter-base-cache": "0.1.0",
|
||||
"@tryghost/adapter-base-cache": "0.1.1",
|
||||
"@tryghost/adapter-manager": "0.0.0",
|
||||
"@tryghost/admin-api-schema": "4.1.1",
|
||||
"@tryghost/api-framework": "0.0.0",
|
||||
|
|
|
@ -3173,10 +3173,10 @@
|
|||
resolved "https://registry.yarnpkg.com/@tootallnate/once/-/once-2.0.0.tgz#f544a148d3ab35801c1f633a7441fd87c2e484bf"
|
||||
integrity sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==
|
||||
|
||||
"@tryghost/adapter-base-cache@0.1.0":
|
||||
version "0.1.0"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/adapter-base-cache/-/adapter-base-cache-0.1.0.tgz#b0bce0dc45b1fe4a3e93950ffadaa833148f4994"
|
||||
integrity sha512-jKCJ4E3yu2BZ8H/FGhIUYyd2p3NchJOXTazyuXSrZT3fKbJTC8rbaYmJNmE0u6JiojLZpEHhGJnlU8VlLUWaFw==
|
||||
"@tryghost/adapter-base-cache@0.1.1":
|
||||
version "0.1.1"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/adapter-base-cache/-/adapter-base-cache-0.1.1.tgz#e787093c5eabca6727378ff56f07a2843b7bef3d"
|
||||
integrity sha512-DAcAwOeZxLXvaR/7VXEXwRQe+jpcxHVvDHe1ZBYhERcnhOXDIYU6qXcFg1M5MRGmyPddsLx9UEDQGZu7oJ3cUw==
|
||||
|
||||
"@tryghost/admin-api-schema@4.1.1":
|
||||
version "4.1.1"
|
||||
|
|
Loading…
Add table
Reference in a new issue