|
@@ -89,40 +89,40 @@
|
|
|
"license": "MIT",
|
|
|
"devDependencies": {
|
|
|
"@graphql-codegen/add": "^3.1.0",
|
|
|
- "@graphql-codegen/cli": "^2.2.0",
|
|
|
+ "@graphql-codegen/cli": "^2.3.0",
|
|
|
"@graphql-codegen/time": "^3.1.0",
|
|
|
- "@graphql-codegen/typescript": "^2.2.2",
|
|
|
+ "@graphql-codegen/typescript": "^2.4.1",
|
|
|
"@graphql-codegen/typescript-graphql-files-modules": "^2.1.0",
|
|
|
- "@graphql-codegen/typescript-graphql-request": "^4.1.4",
|
|
|
- "@graphql-codegen/typescript-operations": "^2.1.6",
|
|
|
+ "@graphql-codegen/typescript-graphql-request": "^4.3.1",
|
|
|
+ "@graphql-codegen/typescript-operations": "^2.2.1",
|
|
|
"@types/cors": "^2.8.12",
|
|
|
"@types/gl": "^4.1.0",
|
|
|
- "@types/jest": "^27.0.2",
|
|
|
- "@typescript-eslint/eslint-plugin": "^4.32.0",
|
|
|
- "@typescript-eslint/parser": "^4.32.0",
|
|
|
+ "@types/jest": "^27.0.3",
|
|
|
+ "@typescript-eslint/eslint-plugin": "^5.4.0",
|
|
|
+ "@typescript-eslint/parser": "^5.4.0",
|
|
|
"benchmark": "^2.1.4",
|
|
|
- "concurrently": "^6.3.0",
|
|
|
+ "concurrently": "^6.4.0",
|
|
|
"cpx2": "^4.0.0",
|
|
|
"crypto-browserify": "^3.12.0",
|
|
|
- "css-loader": "^6.3.0",
|
|
|
- "eslint": "^7.32.0",
|
|
|
+ "css-loader": "^6.5.1",
|
|
|
+ "eslint": "^8.3.0",
|
|
|
"extra-watch-webpack-plugin": "^1.0.3",
|
|
|
"file-loader": "^6.2.0",
|
|
|
"fs-extra": "^10.0.0",
|
|
|
- "graphql": "^15.6.0",
|
|
|
- "http-server": "^13.0.2",
|
|
|
- "jest": "^27.2.4",
|
|
|
- "mini-css-extract-plugin": "^2.3.0",
|
|
|
+ "graphql": "^15.7.2",
|
|
|
+ "http-server": "^14.0.0",
|
|
|
+ "jest": "^27.3.1",
|
|
|
+ "mini-css-extract-plugin": "^2.4.5",
|
|
|
"path-browserify": "^1.0.1",
|
|
|
"raw-loader": "^4.0.2",
|
|
|
- "sass": "^1.43.4",
|
|
|
+ "sass": "^1.43.5",
|
|
|
"sass-loader": "^12.3.0",
|
|
|
- "simple-git": "^2.46.0",
|
|
|
+ "simple-git": "^2.47.0",
|
|
|
"stream-browserify": "^3.0.0",
|
|
|
- "style-loader": "^3.3.0",
|
|
|
- "ts-jest": "^27.0.5",
|
|
|
+ "style-loader": "^3.3.1",
|
|
|
+ "ts-jest": "^27.0.7",
|
|
|
"typescript": "^4.5.2",
|
|
|
- "webpack": "^5.64.1",
|
|
|
+ "webpack": "^5.64.4",
|
|
|
"webpack-cli": "^4.9.1"
|
|
|
},
|
|
|
"dependencies": {
|
|
@@ -130,10 +130,10 @@
|
|
|
"@types/benchmark": "^2.1.1",
|
|
|
"@types/compression": "1.7.2",
|
|
|
"@types/express": "^4.17.13",
|
|
|
- "@types/node": "^16.10.2",
|
|
|
+ "@types/node": "^16.11.10",
|
|
|
"@types/node-fetch": "^2.5.12",
|
|
|
- "@types/react": "^17.0.27",
|
|
|
- "@types/react-dom": "^17.0.9",
|
|
|
+ "@types/react": "^17.0.37",
|
|
|
+ "@types/react-dom": "^17.0.11",
|
|
|
"@types/swagger-ui-dist": "3.30.1",
|
|
|
"argparse": "^2.0.1",
|
|
|
"body-parser": "^1.19.0",
|
|
@@ -141,13 +141,13 @@
|
|
|
"cors": "^2.8.5",
|
|
|
"express": "^4.17.1",
|
|
|
"h264-mp4-encoder": "^1.0.12",
|
|
|
- "immer": "^9.0.6",
|
|
|
+ "immer": "^9.0.7",
|
|
|
"immutable": "^3.8.2",
|
|
|
"node-fetch": "^2.6.2",
|
|
|
"react": "^17.0.2",
|
|
|
"react-dom": "^17.0.2",
|
|
|
- "rxjs": "^7.3.1",
|
|
|
- "swagger-ui-dist": "^3.52.3",
|
|
|
+ "rxjs": "^7.4.0",
|
|
|
+ "swagger-ui-dist": "^4.1.1",
|
|
|
"tslib": "^2.3.1",
|
|
|
"util.promisify": "^1.1.1",
|
|
|
"xhr2": "^0.2.1"
|