mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-20 11:48:31 -06:00
This time, properly fix Alertify version requirement which inadvertently got bumped.
This commit is contained in:
parent
dea7491df6
commit
71620dc26e
@ -39,7 +39,7 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"acitree": "git+https://github.com/imsurinder90/jquery-aciTree.git#rc.7",
|
"acitree": "git+https://github.com/imsurinder90/jquery-aciTree.git#rc.7",
|
||||||
"alertifyjs": "^1.7.1",
|
"alertifyjs": "1.7.1",
|
||||||
"axios": "^0.18.0",
|
"axios": "^0.18.0",
|
||||||
"babel-plugin-transform-es2015-modules-amd": "^6.24.1",
|
"babel-plugin-transform-es2015-modules-amd": "^6.24.1",
|
||||||
"babel-polyfill": "^6.23.0",
|
"babel-polyfill": "^6.23.0",
|
||||||
|
@ -101,9 +101,9 @@ ajv@^5.0.0, ajv@^5.1.0, ajv@^5.1.5:
|
|||||||
json-schema-traverse "^0.3.0"
|
json-schema-traverse "^0.3.0"
|
||||||
json-stable-stringify "^1.0.1"
|
json-stable-stringify "^1.0.1"
|
||||||
|
|
||||||
alertifyjs@^1.7.1:
|
alertifyjs@1.7.1:
|
||||||
version "1.11.1"
|
version "1.7.1"
|
||||||
resolved "https://registry.yarnpkg.com/alertifyjs/-/alertifyjs-1.11.1.tgz#e40e45c4fde4234467cc481b936fe6337e6a4828"
|
resolved "https://registry.yarnpkg.com/alertifyjs/-/alertifyjs-1.7.1.tgz#3c7b8ac67609aea737fe8e06d7fac885ce18ba8f"
|
||||||
|
|
||||||
align-text@^0.1.1, align-text@^0.1.3:
|
align-text@^0.1.1, align-text@^0.1.3:
|
||||||
version "0.1.4"
|
version "0.1.4"
|
||||||
|
Loading…
Reference in New Issue
Block a user