Updating dependencies

This commit is contained in:
Fabian Stamm
2020-04-15 19:52:10 +02:00
parent 558ddad800
commit 090aa4629b
2 changed files with 14 additions and 7 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@hibas123/nodelogging",
"version": "2.3.5",
"version": "2.4.0",
"description": "",
"main": "out/index.js",
"types": "out/index.d.ts",
@ -32,7 +32,7 @@
"typescript": "^3.8.3"
},
"dependencies": {
"@hibas123/logging": "^2.3.5",
"@hibas123/logging": "^2.4.0",
"@hibas123/utils": "^2.2.3"
}
}