We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8556d3 commit 66d761dCopy full SHA for 66d761d
package.json
@@ -60,6 +60,7 @@
60
"jsonfile": "5.0.0",
61
"microframework-w3tec": "^0.6.3",
62
"morgan": "^1.9.0",
63
+ "mysql": "^2.16.0",
64
"nodemon": "^1.12.1",
65
"nps": "^5.7.1",
66
"nps-utils": "^1.5.0",
@@ -80,6 +81,9 @@
80
81
"uuid": "^3.3.2",
82
"winston": "3.1.0"
83
},
84
+ "resolutions": {
85
+ "**/event-stream": "^4.0.1"
86
+ },
87
"jest": {
88
"transform": {
89
".(ts|tsx)": "<rootDir>/test/preprocessor.js"
0 commit comments