mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-20 11:48:31 -06:00
Fix Alertify version requirement which inadvertently got bumped.
This commit is contained in:
parent
8f90b801bd
commit
dea7491df6
@ -39,7 +39,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"acitree": "git+https://github.com/imsurinder90/jquery-aciTree.git#rc.7",
|
||||
"alertifyjs": "^1.10.0",
|
||||
"alertifyjs": "^1.7.1",
|
||||
"axios": "^0.18.0",
|
||||
"babel-plugin-transform-es2015-modules-amd": "^6.24.1",
|
||||
"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-stable-stringify "^1.0.1"
|
||||
|
||||
alertifyjs@^1.10.0:
|
||||
version "1.11.0"
|
||||
resolved "https://registry.yarnpkg.com/alertifyjs/-/alertifyjs-1.11.0.tgz#646f0bbd62edac5bb03cce2d03f4379c84ffde19"
|
||||
alertifyjs@^1.7.1:
|
||||
version "1.11.1"
|
||||
resolved "https://registry.yarnpkg.com/alertifyjs/-/alertifyjs-1.11.1.tgz#e40e45c4fde4234467cc481b936fe6337e6a4828"
|
||||
|
||||
align-text@^0.1.1, align-text@^0.1.3:
|
||||
version "0.1.4"
|
||||
|
Loading…
Reference in New Issue
Block a user