|
@@ -79,18 +79,18 @@
|
|
|
"@types/benchmark": "^1.0.31",
|
|
|
"@types/compression": "0.0.36",
|
|
|
"@types/express": "^4.16.1",
|
|
|
- "@types/jest": "^24.0.9",
|
|
|
- "@types/node": "^11.10.4",
|
|
|
- "@types/node-fetch": "^2.1.6",
|
|
|
- "@types/react": "^16.8.6",
|
|
|
- "@types/react-dom": "^16.8.2",
|
|
|
+ "@types/jest": "^24.0.11",
|
|
|
+ "@types/node": "^11.11.6",
|
|
|
+ "@types/node-fetch": "^2.1.7",
|
|
|
+ "@types/react": "^16.8.8",
|
|
|
+ "@types/react-dom": "^16.8.3",
|
|
|
"@types/webgl2": "0.0.4",
|
|
|
"@types/swagger-ui-dist": "3.0.0",
|
|
|
"benchmark": "^2.1.4",
|
|
|
"circular-dependency-plugin": "^5.0.2",
|
|
|
"concurrently": "^4.1.0",
|
|
|
"cpx": "^1.5.0",
|
|
|
- "css-loader": "^2.1.0",
|
|
|
+ "css-loader": "^2.1.1",
|
|
|
"extra-watch-webpack-plugin": "^1.0.3",
|
|
|
"file-loader": "^3.0.1",
|
|
|
"glslify": "^7.0.0",
|
|
@@ -99,31 +99,31 @@
|
|
|
"graphql-code-generator": "^0.18.0",
|
|
|
"graphql-codegen-time": "^0.18.0",
|
|
|
"graphql-codegen-typescript-template": "^0.18.0",
|
|
|
- "jest": "^24.1.0",
|
|
|
+ "jest": "^24.5.0",
|
|
|
"jest-raw-loader": "^1.0.1",
|
|
|
"mini-css-extract-plugin": "^0.5.0",
|
|
|
"node-sass": "^4.11.0",
|
|
|
- "raw-loader": "^1.0.0",
|
|
|
+ "raw-loader": "^2.0.0",
|
|
|
"resolve-url-loader": "^3.0.1",
|
|
|
"sass-loader": "^7.1.0",
|
|
|
"style-loader": "^0.23.1",
|
|
|
"ts-jest": "^24.0.0",
|
|
|
- "tslint": "^5.13.1",
|
|
|
- "typescript": "^3.3.3",
|
|
|
- "uglify-js": "^3.4.9",
|
|
|
+ "tslint": "^5.14.0",
|
|
|
+ "typescript": "^3.3.4000",
|
|
|
+ "uglify-js": "^3.5.1",
|
|
|
"util.promisify": "^1.0.0",
|
|
|
"webpack": "^4.29.6",
|
|
|
- "webpack-cli": "^3.2.3"
|
|
|
+ "webpack-cli": "^3.3.0"
|
|
|
},
|
|
|
"dependencies": {
|
|
|
"argparse": "^1.0.10",
|
|
|
- "compression": "^1.7.3",
|
|
|
+ "compression": "^1.7.4",
|
|
|
"express": "^4.16.4",
|
|
|
"graphql": "^14.1.1",
|
|
|
"immutable": "^3.8.2",
|
|
|
"node-fetch": "^2.3.0",
|
|
|
- "react": "^16.8.4",
|
|
|
- "react-dom": "^16.8.4",
|
|
|
+ "react": "^16.8.5",
|
|
|
+ "react-dom": "^16.8.5",
|
|
|
"rxjs": "^6.4.0",
|
|
|
"swagger-ui-dist": "^3.21.0"
|
|
|
}
|