mirror of
https://github.com/dbgate/dbgate
synced 2024-11-07 20:26:23 +00:00
added missing dependency
This commit is contained in:
parent
df33b43e90
commit
8a10beef52
@ -31,9 +31,10 @@
|
||||
"typescript": "^4.4.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"lodash": "^4.17.21",
|
||||
"dbgate-query-splitter": "^4.9.0",
|
||||
"dbgate-sqltree": "^5.0.0-alpha.1",
|
||||
"json-stable-stringify": "^1.0.1",
|
||||
"lodash": "^4.17.21",
|
||||
"uuid": "^3.4.0"
|
||||
}
|
||||
}
|
||||
|
@ -6870,7 +6870,7 @@ json-stable-stringify-without-jsonify@^1.0.1:
|
||||
json-stable-stringify@^1.0.1:
|
||||
version "1.0.1"
|
||||
resolved "https://registry.yarnpkg.com/json-stable-stringify/-/json-stable-stringify-1.0.1.tgz#9a759d39c5f2ff503fd5300646ed445f88c4f9af"
|
||||
integrity sha1-mnWdOcXy/1A/1TAGRu1EX4jE+a8=
|
||||
integrity sha512-i/J297TW6xyj7sDFa7AmBPkQvLIxWr2kKPWI26tXydnZrzVAocNqn5DMNT1Mzk0vit1V5UkRM7C1KdVNp7Lmcg==
|
||||
dependencies:
|
||||
jsonify "~0.0.0"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user