-
- Downloads
Updated packages
File suppressed by a .gitattributes entry, the file's encoding is unsupported, or the file size exceeds the limit.
... | ... | @@ -60,9 +60,9 @@ |
"@types/benchmark": "^1.0.31", | ||
"@types/express": "^4.11.1", | ||
"@types/jest": "^22.2.3", | ||
"@types/node": "^9.6.8", | ||
"@types/node": "^9.6.14", | ||
"@types/node-fetch": "^1.6.9", | ||
"@types/react": "^16.3.13", | ||
"@types/react": "^16.3.14", | ||
"@types/react-dom": "^16.0.5", | ||
"benchmark": "^2.1.4", | ||
"copyfiles": "^2.0.0", | ||
... | ... | @@ -73,22 +73,22 @@ |
"jest": "^22.4.3", | ||
"jest-raw-loader": "^1.0.1", | ||
"raw-loader": "^0.5.1", | ||
"ts-jest": "^22.4.4", | ||
"tslint": "^5.9.1", | ||
"ts-jest": "^22.4.5", | ||
"tslint": "^5.10.0", | ||
"typescript": "^2.8.3", | ||
"uglify-js": "^3.3.23", | ||
"uglify-js": "^3.3.24", | ||
"util.promisify": "^1.0.0", | ||
"webpack": "^4.6.0", | ||
"webpack-cli": "^2.1.2" | ||
"webpack": "^4.8.1", | ||
"webpack-cli": "^2.1.3" | ||
}, | ||
"dependencies": { | ||
"argparse": "^1.0.10", | ||
"express": "^4.16.3", | ||
"gl": "^4.0.4", | ||
"material-ui": "^1.0.0-beta.43", | ||
"material-ui": "^1.0.0-beta.46", | ||
"node-fetch": "^2.1.2", | ||
"react": "^16.3.2", | ||
"react-dom": "^16.3.2", | ||
"rxjs": "^6.0.0" | ||
"rxjs": "^6.1.0" | ||
} | ||
} |
Please register or sign in to comment