|
@@ -86,64 +86,64 @@
|
|
|
],
|
|
|
"license": "MIT",
|
|
|
"devDependencies": {
|
|
|
- "@graphql-codegen/add": "^1.17.7",
|
|
|
- "@graphql-codegen/cli": "^1.17.8",
|
|
|
- "@graphql-codegen/time": "^1.17.10",
|
|
|
- "@graphql-codegen/typescript": "^1.17.9",
|
|
|
- "@graphql-codegen/typescript-graphql-files-modules": "^1.17.8",
|
|
|
- "@graphql-codegen/typescript-graphql-request": "^1.17.7",
|
|
|
- "@graphql-codegen/typescript-operations": "^1.17.8",
|
|
|
- "@types/cors": "^2.8.7",
|
|
|
- "@typescript-eslint/eslint-plugin": "^3.10.1",
|
|
|
- "@typescript-eslint/parser": "^3.10.1",
|
|
|
+ "@graphql-codegen/add": "^2.0.2",
|
|
|
+ "@graphql-codegen/cli": "^1.19.4",
|
|
|
+ "@graphql-codegen/time": "^2.0.2",
|
|
|
+ "@graphql-codegen/typescript": "^1.19.0",
|
|
|
+ "@graphql-codegen/typescript-graphql-files-modules": "^1.18.1",
|
|
|
+ "@graphql-codegen/typescript-graphql-request": "^2.0.3",
|
|
|
+ "@graphql-codegen/typescript-operations": "^1.17.12",
|
|
|
+ "@types/cors": "^2.8.8",
|
|
|
+ "@typescript-eslint/eslint-plugin": "^4.9.1",
|
|
|
+ "@typescript-eslint/parser": "^4.9.1",
|
|
|
"benchmark": "^2.1.4",
|
|
|
"concurrently": "^5.3.0",
|
|
|
- "cpx2": "^2.0.0",
|
|
|
- "css-loader": "^3.6.0",
|
|
|
- "eslint": "^7.8.1",
|
|
|
+ "cpx2": "^3.0.0",
|
|
|
+ "css-loader": "^5.0.1",
|
|
|
+ "eslint": "^7.15.0",
|
|
|
"extra-watch-webpack-plugin": "^1.0.3",
|
|
|
- "file-loader": "^6.1.0",
|
|
|
+ "file-loader": "^6.2.0",
|
|
|
"fs-extra": "^9.0.1",
|
|
|
- "graphql": "^15.3.0",
|
|
|
+ "graphql": "^15.4.0",
|
|
|
"http-server": "^0.12.3",
|
|
|
- "jest": "^26.4.2",
|
|
|
- "mini-css-extract-plugin": "^0.9.0",
|
|
|
- "node-sass": "^4.14.1",
|
|
|
- "raw-loader": "^4.0.1",
|
|
|
- "sass-loader": "^8.0.2",
|
|
|
- "simple-git": "^2.20.1",
|
|
|
- "style-loader": "^1.2.1",
|
|
|
- "ts-jest": "^26.3.0",
|
|
|
- "typescript": "^4.0.2",
|
|
|
+ "jest": "^26.6.3",
|
|
|
+ "mini-css-extract-plugin": "^1.3.2",
|
|
|
+ "node-sass": "^5.0.0",
|
|
|
+ "raw-loader": "^4.0.2",
|
|
|
+ "sass-loader": "^10.1.0",
|
|
|
+ "simple-git": "^2.25.0",
|
|
|
+ "style-loader": "^2.0.0",
|
|
|
+ "ts-jest": "^26.4.4",
|
|
|
+ "typescript": "^4.1.2",
|
|
|
"webpack": "^4.44.1",
|
|
|
"webpack-cli": "^3.3.12",
|
|
|
"webpack-version-file-plugin": "^0.4.0"
|
|
|
},
|
|
|
"dependencies": {
|
|
|
"@types/argparse": "^1.0.38",
|
|
|
- "@types/benchmark": "^1.0.33",
|
|
|
+ "@types/benchmark": "^2.1.0",
|
|
|
"@types/compression": "1.7.0",
|
|
|
- "@types/express": "^4.17.8",
|
|
|
- "@types/jest": "^25.2.3",
|
|
|
- "@types/node": "^14.10.1",
|
|
|
+ "@types/express": "^4.17.9",
|
|
|
+ "@types/jest": "^26.0.18",
|
|
|
+ "@types/node": "^14.14.11",
|
|
|
"@types/node-fetch": "^2.5.7",
|
|
|
- "@types/react": "^16.9.49",
|
|
|
- "@types/react-dom": "^16.9.8",
|
|
|
- "@types/swagger-ui-dist": "3.0.5",
|
|
|
+ "@types/react": "^17.0.0",
|
|
|
+ "@types/react-dom": "^17.0.0",
|
|
|
+ "@types/swagger-ui-dist": "3.30.0",
|
|
|
"argparse": "^1.0.10",
|
|
|
"body-parser": "^1.19.0",
|
|
|
"compression": "^1.7.4",
|
|
|
"cors": "^2.8.5",
|
|
|
"express": "^4.17.1",
|
|
|
"h264-mp4-encoder": "^1.0.12",
|
|
|
- "immer": "^7.0.9",
|
|
|
+ "immer": "^8.0.0",
|
|
|
"immutable": "^3.8.2",
|
|
|
- "node-fetch": "^2.6.0",
|
|
|
- "react": "^16.13.1",
|
|
|
- "react-dom": "^16.13.1",
|
|
|
+ "node-fetch": "^2.6.1",
|
|
|
+ "react": "^17.0.1",
|
|
|
+ "react-dom": "^17.0.1",
|
|
|
"rxjs": "^6.6.3",
|
|
|
- "swagger-ui-dist": "^3.33.0",
|
|
|
- "tslib": "^2.0.1",
|
|
|
+ "swagger-ui-dist": "^3.37.2",
|
|
|
+ "tslib": "^2.0.3",
|
|
|
"util.promisify": "^1.0.1",
|
|
|
"xhr2": "^0.2.0"
|
|
|
}
|