-
- Downloads
package update
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
... | ... | @@ -70,10 +70,10 @@ |
"@types/benchmark": "^1.0.31", | ||
"@types/compression": "0.0.36", | ||
"@types/express": "^4.16.0", | ||
"@types/jest": "^23.1.1", | ||
"@types/node": "~10.3.4", | ||
"@types/jest": "^23.1.2", | ||
"@types/node": "~10.5.0", | ||
"@types/node-fetch": "^2.1.1", | ||
"@types/react": "^16.4.0", | ||
"@types/react": "^16.4.3", | ||
"@types/react-dom": "^16.0.6", | ||
"benchmark": "^2.1.4", | ||
"copyfiles": "^2.0.0", | ||
... | ... | @@ -84,7 +84,7 @@ |
"file-loader": "^1.1.11", | ||
"glslify-import": "^3.1.0", | ||
"glslify-loader": "^1.0.2", | ||
"jest": "^23.1.0", | ||
"jest": "^23.2.0", | ||
"jest-raw-loader": "^1.0.1", | ||
"node-sass": "^4.9.0", | ||
"raw-loader": "^0.5.1", | ||
... | ... | @@ -94,9 +94,9 @@ |
"ts-jest": "^22.4.6", | ||
"tslint": "^5.10.0", | ||
"typescript": "^2.9.2", | ||
"uglify-js": "^3.4.0", | ||
"uglify-js": "^3.4.2", | ||
"util.promisify": "^1.0.0", | ||
"webpack": "^4.12.0", | ||
"webpack": "^4.12.2", | ||
"webpack-cli": "^3.0.8" | ||
}, | ||
"dependencies": { | ||
... | ... |
Please register or sign in to comment