added missing dependency

This commit is contained in:
Jan Prochazka
2022-07-21 09:31:02 +02:00
parent df33b43e90
commit 8a10beef52
2 changed files with 3 additions and 2 deletions

View File

@@ -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"
}
}