mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Update dependency @tryghost/adapter-manager to v0.2.0
This commit is contained in:
parent
55081d7d5a
commit
3da083a36d
2 changed files with 7 additions and 7 deletions
|
@ -42,7 +42,7 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@nexes/nql": "0.5.0",
|
"@nexes/nql": "0.5.0",
|
||||||
"@sentry/node": "5.27.3",
|
"@sentry/node": "5.27.3",
|
||||||
"@tryghost/adapter-manager": "0.1.11",
|
"@tryghost/adapter-manager": "0.2.0",
|
||||||
"@tryghost/admin-api-schema": "1.3.0",
|
"@tryghost/admin-api-schema": "1.3.0",
|
||||||
"@tryghost/bootstrap-socket": "0.2.3",
|
"@tryghost/bootstrap-socket": "0.2.3",
|
||||||
"@tryghost/constants": "0.1.1",
|
"@tryghost/constants": "0.1.1",
|
||||||
|
|
12
yarn.lock
12
yarn.lock
|
@ -372,12 +372,12 @@
|
||||||
resolved "https://registry.yarnpkg.com/@tootallnate/once/-/once-1.1.2.tgz#ccb91445360179a04e7fe6aff78c00ffc1eeaf82"
|
resolved "https://registry.yarnpkg.com/@tootallnate/once/-/once-1.1.2.tgz#ccb91445360179a04e7fe6aff78c00ffc1eeaf82"
|
||||||
integrity sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==
|
integrity sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==
|
||||||
|
|
||||||
"@tryghost/adapter-manager@0.1.11":
|
"@tryghost/adapter-manager@0.2.0":
|
||||||
version "0.1.11"
|
version "0.2.0"
|
||||||
resolved "https://registry.yarnpkg.com/@tryghost/adapter-manager/-/adapter-manager-0.1.11.tgz#105c90ea155cc7677899aa3790fc760ba7eb6cd0"
|
resolved "https://registry.yarnpkg.com/@tryghost/adapter-manager/-/adapter-manager-0.2.0.tgz#799eb52cd3413716e2c8de6b4e7eaf1fc49a28e1"
|
||||||
integrity sha512-pB2MKyi9MMFJWqPtLOmJUxo9ZXet5VZBNxOGo/r6kACU/YqeGaNiJz7E8yOJZog+8e5LdxQOeIlpUr/eT+usrA==
|
integrity sha512-AsgZnZSaolx4B/9Fxry2+hue+ArWgew/RKrtVpmSvT8A4Nh+XD3rvBn29XmrdQzxvtqyEEYmYsQwMR8hwMOK/g==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@tryghost/errors" "^0.2.4"
|
"@tryghost/errors" "^0.2.5"
|
||||||
|
|
||||||
"@tryghost/admin-api-schema@1.3.0":
|
"@tryghost/admin-api-schema@1.3.0":
|
||||||
version "1.3.0"
|
version "1.3.0"
|
||||||
|
@ -399,7 +399,7 @@
|
||||||
resolved "https://registry.yarnpkg.com/@tryghost/constants/-/constants-0.1.1.tgz#f92f9e5938c3bc1839fbc16353009a106bbd19ee"
|
resolved "https://registry.yarnpkg.com/@tryghost/constants/-/constants-0.1.1.tgz#f92f9e5938c3bc1839fbc16353009a106bbd19ee"
|
||||||
integrity sha512-CTLFnSz0XREKZqDUn7yoBWnsVoUa4dWOJrz/3Dk55IVSIaPAG/qcgKCOmroZ9f1IyJZFIrqCRfPOO9k0mUaWoA==
|
integrity sha512-CTLFnSz0XREKZqDUn7yoBWnsVoUa4dWOJrz/3Dk55IVSIaPAG/qcgKCOmroZ9f1IyJZFIrqCRfPOO9k0mUaWoA==
|
||||||
|
|
||||||
"@tryghost/errors@0.2.4", "@tryghost/errors@^0.2.3", "@tryghost/errors@^0.2.4":
|
"@tryghost/errors@0.2.4", "@tryghost/errors@^0.2.3":
|
||||||
version "0.2.4"
|
version "0.2.4"
|
||||||
resolved "https://registry.yarnpkg.com/@tryghost/errors/-/errors-0.2.4.tgz#873107f0915667852f86e616a8698eddf7b1f59e"
|
resolved "https://registry.yarnpkg.com/@tryghost/errors/-/errors-0.2.4.tgz#873107f0915667852f86e616a8698eddf7b1f59e"
|
||||||
integrity sha512-U0S/oeRCvYDe2Uuzx+D7dKQDW91D24wGm0cP90wf3EOzJH82imYFYgRXT4FZ6ypnraSSC74IFPT/+2Kyp9CnFQ==
|
integrity sha512-U0S/oeRCvYDe2Uuzx+D7dKQDW91D24wGm0cP90wf3EOzJH82imYFYgRXT4FZ6ypnraSSC74IFPT/+2Kyp9CnFQ==
|
||||||
|
|
Loading…
Reference in a new issue