-
- Downloads
package updates
File suppressed by a .gitattributes entry, the file's encoding is unsupported, or the file size exceeds the limit.
... | ... | @@ -87,7 +87,7 @@ |
"ts-jest": "^24.1.0", | ||
"tslint": "^5.20.0", | ||
"typescript": "^3.6.4", | ||
"webpack": "^4.41.0", | ||
"webpack": "^4.41.2", | ||
"webpack-cli": "^3.3.9" | ||
}, | ||
"dependencies": { | ||
... | ... | @@ -95,11 +95,11 @@ |
"@types/benchmark": "^1.0.31", | ||
"@types/compression": "1.0.1", | ||
"@types/express": "^4.17.1", | ||
"@types/jest": "^24.0.18", | ||
"@types/node": "^12.7.12", | ||
"@types/jest": "^24.0.19", | ||
"@types/node": "^12.11.1", | ||
"@types/node-fetch": "^2.5.2", | ||
"@types/react": "^16.9.5", | ||
"@types/react-dom": "^16.9.1", | ||
"@types/react": "^16.9.9", | ||
"@types/react-dom": "^16.9.2", | ||
"@types/swagger-ui-dist": "3.0.3", | ||
"@types/webgl2": "0.0.5", | ||
"argparse": "^1.0.10", | ||
... | ... | @@ -111,7 +111,7 @@ |
"react": "^16.10.2", | ||
"react-dom": "^16.10.2", | ||
"rxjs": "^6.5.3", | ||
"swagger-ui-dist": "^3.23.11", | ||
"swagger-ui-dist": "^3.24.0", | ||
"util.promisify": "^1.0.0", | ||
"xhr2": "^0.2.0" | ||
} | ||
... | ... |
Please register or sign in to comment