Skip to content

Commit 19da96d

Browse files
committed
Inversify and typescript ugrades
1 parent d03e8d4 commit 19da96d

File tree

2 files changed

+42
-42
lines changed

2 files changed

+42
-42
lines changed

package-lock.json

Lines changed: 36 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nxplorerjs-microservice",
3-
"version": "1.9.29",
3+
"version": "1.10.0",
44
"description": "Express Microservice Starter Project",
55
"main": "index.js",
66
"scripts": {
@@ -57,12 +57,12 @@
5757
"graphql-import": "^0.7.1",
5858
"graphql-request": "^1.8.2",
5959
"helmet": "^3.13.0",
60-
"inversify": "^4.13.0",
61-
"inversify-express-utils": "^6.1.0",
60+
"inversify": "^5.0.1",
61+
"inversify-express-utils": "^6.2.0",
6262
"jsonwebtoken": "^8.3.0",
6363
"lodash": "^4.17.11",
6464
"node-fetch": "^2.2.0",
65-
"pino": "^5.4.0",
65+
"pino": "^5.8.0",
6666
"progress": "^2.0.0",
6767
"prom-client": "^11.1.1",
6868
"randexp": "^0.5.3",
@@ -102,9 +102,9 @@
102102
"tslint": "^5.11.0",
103103
"tslint-config-prettier": "^1.15.0",
104104
"tslint-config-standard": "^8.0.1",
105-
"typedoc": "^0.12.0",
105+
"typedoc": "^0.13.0",
106106
"typedoc-webpack-plugin": "^1.1.4",
107-
"typescript": "^3.0.3",
107+
"typescript": "^3.1.3",
108108
"wait-port": "^0.2.2"
109109
},
110110
"repository": {

0 commit comments

Comments
 (0)