|
@@ -62,12 +62,12 @@
|
|
|
"license": "MIT",
|
|
|
"devDependencies": {
|
|
|
"benchmark": "^2.1.4",
|
|
|
- "circular-dependency-plugin": "^5.0.2",
|
|
|
+ "circular-dependency-plugin": "^5.1.0",
|
|
|
"concurrently": "^4.1.1",
|
|
|
"cpx": "^1.5.0",
|
|
|
- "css-loader": "^3.1.0",
|
|
|
+ "css-loader": "^3.2.0",
|
|
|
"extra-watch-webpack-plugin": "^1.0.3",
|
|
|
- "file-loader": "^4.1.0",
|
|
|
+ "file-loader": "^4.2.0",
|
|
|
"fs-extra": "^8.1.0",
|
|
|
"graphql-code-generator": "^0.18.2",
|
|
|
"graphql-codegen-time": "^0.18.2",
|
|
@@ -78,26 +78,26 @@
|
|
|
"node-sass": "^4.12.0",
|
|
|
"raw-loader": "^3.1.0",
|
|
|
"resolve-url-loader": "^3.1.0",
|
|
|
- "sass-loader": "^7.1.0",
|
|
|
- "simple-git": "^1.122.0",
|
|
|
- "style-loader": "^0.23.1",
|
|
|
+ "sass-loader": "^7.2.0",
|
|
|
+ "simple-git": "^1.124.0",
|
|
|
+ "style-loader": "^1.0.0",
|
|
|
"ts-jest": "^24.0.2",
|
|
|
"tslint": "^5.18.0",
|
|
|
"typescript": "^3.5.3",
|
|
|
- "webpack": "^4.36.1",
|
|
|
+ "webpack": "^4.39.1",
|
|
|
"webpack-cli": "^3.3.6"
|
|
|
},
|
|
|
"dependencies": {
|
|
|
"@types/argparse": "^1.0.36",
|
|
|
"@types/benchmark": "^1.0.31",
|
|
|
- "@types/compression": "0.0.36",
|
|
|
+ "@types/compression": "1.0.0",
|
|
|
"@types/express": "^4.17.0",
|
|
|
- "@types/jest": "^24.0.15",
|
|
|
- "@types/node": "^12.6.8",
|
|
|
- "@types/node-fetch": "^2.3.7",
|
|
|
- "@types/react": "^16.8.23",
|
|
|
- "@types/react-dom": "^16.8.4",
|
|
|
- "@types/swagger-ui-dist": "3.0.0",
|
|
|
+ "@types/jest": "^24.0.17",
|
|
|
+ "@types/node": "^12.7.1",
|
|
|
+ "@types/node-fetch": "^2.5.0",
|
|
|
+ "@types/react": "^16.9.1",
|
|
|
+ "@types/react-dom": "^16.8.5",
|
|
|
+ "@types/swagger-ui-dist": "3.0.3",
|
|
|
"@types/webgl2": "0.0.5",
|
|
|
"argparse": "^1.0.10",
|
|
|
"compression": "^1.7.4",
|
|
@@ -105,10 +105,10 @@
|
|
|
"graphql": "^14.4.2",
|
|
|
"immutable": "^3.8.2",
|
|
|
"node-fetch": "^2.6.0",
|
|
|
- "react": "^16.8.6",
|
|
|
- "react-dom": "^16.8.6",
|
|
|
+ "react": "^16.9.0",
|
|
|
+ "react-dom": "^16.9.0",
|
|
|
"rxjs": "^6.5.2",
|
|
|
- "swagger-ui-dist": "^3.23.1",
|
|
|
+ "swagger-ui-dist": "^3.23.4",
|
|
|
"util.promisify": "^1.0.0",
|
|
|
"xhr2": "^0.2.0"
|
|
|
}
|