fix(core): update

This commit is contained in:
2020-09-09 02:50:27 +00:00
parent f799d3efa5
commit 635256f2f6
3 changed files with 48 additions and 120 deletions

View File

@@ -22,14 +22,14 @@
"homepage": "https://gitlab.com/pushrocks/smartdata#README",
"dependencies": {
"@pushrocks/lik": "^4.0.17",
"@pushrocks/smartlog": "^2.0.36",
"@pushrocks/smartlog": "^2.0.39",
"@pushrocks/smartpromise": "^3.0.6",
"@pushrocks/smartstring": "^3.0.18",
"@tsclass/tsclass": "^3.0.24",
"@types/lodash": "^4.14.159",
"@types/mongodb": "^3.5.26",
"@tsclass/tsclass": "^3.0.25",
"@types/lodash": "^4.14.161",
"@types/mongodb": "^3.5.27",
"lodash": "^4.17.20",
"mongodb": "^3.6.0",
"mongodb": "^3.6.1",
"runtime-type-checks": "0.0.4"
},
"devDependencies": {
@@ -39,9 +39,9 @@
"@pushrocks/smartunique": "^3.0.3",
"@pushrocks/tapbundle": "^3.2.9",
"@types/mongodb-memory-server": "^2.3.0",
"@types/node": "^14.6.0",
"@types/node": "^14.6.4",
"@types/shortid": "0.0.29",
"mongodb-memory-server": "^6.6.4",
"mongodb-memory-server": "^6.7.0",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0"
},