|
@@ -83,68 +83,65 @@
|
|
|
],
|
|
|
"license": "MIT",
|
|
|
"devDependencies": {
|
|
|
- "@graphql-codegen/add": "^1.13.3",
|
|
|
- "@graphql-codegen/cli": "^1.13.3",
|
|
|
- "@graphql-codegen/time": "^1.13.3",
|
|
|
- "@graphql-codegen/typescript": "^1.13.3",
|
|
|
- "@graphql-codegen/typescript-graphql-files-modules": "^1.13.3",
|
|
|
- "@graphql-codegen/typescript-graphql-request": "^1.13.3",
|
|
|
- "@graphql-codegen/typescript-operations": "^1.13.3",
|
|
|
+ "@graphql-codegen/add": "^1.13.5",
|
|
|
+ "@graphql-codegen/cli": "^1.13.5",
|
|
|
+ "@graphql-codegen/time": "^1.13.5",
|
|
|
+ "@graphql-codegen/typescript": "^1.13.5",
|
|
|
+ "@graphql-codegen/typescript-graphql-files-modules": "^1.13.5",
|
|
|
+ "@graphql-codegen/typescript-graphql-request": "^1.13.5",
|
|
|
+ "@graphql-codegen/typescript-operations": "^1.13.5",
|
|
|
"@types/cors": "^2.8.6",
|
|
|
- "@typescript-eslint/eslint-plugin": "^2.29.0",
|
|
|
- "@typescript-eslint/parser": "^2.29.0",
|
|
|
+ "@typescript-eslint/eslint-plugin": "^2.32.0",
|
|
|
+ "@typescript-eslint/parser": "^2.32.0",
|
|
|
"benchmark": "^2.1.4",
|
|
|
- "circular-dependency-plugin": "^5.2.0",
|
|
|
- "concurrently": "^5.1.0",
|
|
|
+ "concurrently": "^5.2.0",
|
|
|
"cpx2": "^2.0.0",
|
|
|
"css-loader": "^3.5.3",
|
|
|
- "eslint": "^6.8.0",
|
|
|
+ "eslint": "^7.0.0",
|
|
|
"extra-watch-webpack-plugin": "^1.0.3",
|
|
|
"file-loader": "^6.0.0",
|
|
|
"fs-extra": "^9.0.0",
|
|
|
"graphql": "^15.0.0",
|
|
|
- "http-server": "^0.12.1",
|
|
|
- "jest": "^25.4.0",
|
|
|
- "jest-raw-loader": "^1.0.1",
|
|
|
+ "http-server": "^0.12.3",
|
|
|
+ "jest": "^26.0.1",
|
|
|
"mini-css-extract-plugin": "^0.9.0",
|
|
|
- "node-sass": "^4.14.0",
|
|
|
+ "node-sass": "^4.14.1",
|
|
|
"raw-loader": "^4.0.1",
|
|
|
- "resolve-url-loader": "^3.1.1",
|
|
|
"sass-loader": "^8.0.2",
|
|
|
- "simple-git": "^1.132.0",
|
|
|
- "style-loader": "^1.2.0",
|
|
|
- "ts-jest": "^25.4.0",
|
|
|
+ "simple-git": "^2.4.0",
|
|
|
+ "style-loader": "^1.2.1",
|
|
|
+ "ts-jest": "^25.5.1",
|
|
|
"typescript": "^3.8.3",
|
|
|
"webpack": "^4.43.0",
|
|
|
"webpack-cli": "^3.3.11",
|
|
|
"webpack-version-file-plugin": "^0.4.0"
|
|
|
},
|
|
|
"dependencies": {
|
|
|
- "@material-ui/core": "^4.9.11",
|
|
|
+ "@material-ui/core": "^4.9.13",
|
|
|
"@material-ui/icons": "^4.9.1",
|
|
|
"@types/argparse": "^1.0.38",
|
|
|
"@types/benchmark": "^1.0.31",
|
|
|
"@types/compression": "1.7.0",
|
|
|
"@types/express": "^4.17.6",
|
|
|
"@types/jest": "^25.2.1",
|
|
|
- "@types/node": "^13.13.2",
|
|
|
+ "@types/node": "^13.13.5",
|
|
|
"@types/node-fetch": "^2.5.7",
|
|
|
- "@types/react": "^16.9.34",
|
|
|
- "@types/react-dom": "^16.9.6",
|
|
|
+ "@types/react": "^16.9.35",
|
|
|
+ "@types/react-dom": "^16.9.8",
|
|
|
"@types/swagger-ui-dist": "3.0.5",
|
|
|
"argparse": "^1.0.10",
|
|
|
"body-parser": "^1.19.0",
|
|
|
"compression": "^1.7.4",
|
|
|
"cors": "^2.8.5",
|
|
|
"express": "^4.17.1",
|
|
|
- "immer": "^6.0.3",
|
|
|
+ "immer": "^6.0.5",
|
|
|
"immutable": "^3.8.2",
|
|
|
"node-fetch": "^2.6.0",
|
|
|
"react": "^16.13.1",
|
|
|
"react-dom": "^16.13.1",
|
|
|
"rxjs": "^6.5.5",
|
|
|
- "swagger-ui-dist": "^3.25.0",
|
|
|
- "tslib": "^1.11.1",
|
|
|
+ "swagger-ui-dist": "^3.25.2",
|
|
|
+ "tslib": "^1.11.2",
|
|
|
"util.promisify": "^1.0.1",
|
|
|
"xhr2": "^0.2.0"
|
|
|
}
|