|
@@ -92,40 +92,40 @@
|
|
|
"license": "MIT",
|
|
|
"devDependencies": {
|
|
|
"@graphql-codegen/add": "^3.1.1",
|
|
|
- "@graphql-codegen/cli": "^2.5.0",
|
|
|
+ "@graphql-codegen/cli": "^2.6.2",
|
|
|
"@graphql-codegen/time": "^3.1.1",
|
|
|
- "@graphql-codegen/typescript": "^2.4.3",
|
|
|
+ "@graphql-codegen/typescript": "^2.4.5",
|
|
|
"@graphql-codegen/typescript-graphql-files-modules": "^2.1.1",
|
|
|
- "@graphql-codegen/typescript-graphql-request": "^4.3.4",
|
|
|
- "@graphql-codegen/typescript-operations": "^2.2.4",
|
|
|
+ "@graphql-codegen/typescript-graphql-request": "^4.3.7",
|
|
|
+ "@graphql-codegen/typescript-operations": "^2.3.2",
|
|
|
"@types/cors": "^2.8.12",
|
|
|
"@types/gl": "^4.1.0",
|
|
|
- "@types/jest": "^27.4.0",
|
|
|
- "@typescript-eslint/eslint-plugin": "^5.10.2",
|
|
|
- "@typescript-eslint/parser": "^5.10.2",
|
|
|
+ "@types/jest": "^27.4.1",
|
|
|
+ "@typescript-eslint/eslint-plugin": "^5.12.1",
|
|
|
+ "@typescript-eslint/parser": "^5.12.1",
|
|
|
"benchmark": "^2.1.4",
|
|
|
"concurrently": "^7.0.0",
|
|
|
- "cpx2": "^4.1.2",
|
|
|
+ "cpx2": "^4.2.0",
|
|
|
"crypto-browserify": "^3.12.0",
|
|
|
"css-loader": "^6.6.0",
|
|
|
- "eslint": "^8.8.0",
|
|
|
+ "eslint": "^8.10.0",
|
|
|
"extra-watch-webpack-plugin": "^1.0.3",
|
|
|
"file-loader": "^6.2.0",
|
|
|
- "fs-extra": "^10.0.0",
|
|
|
+ "fs-extra": "^10.0.1",
|
|
|
"graphql": "^16.3.0",
|
|
|
"http-server": "^14.1.0",
|
|
|
- "jest": "^27.5.0",
|
|
|
+ "jest": "^27.5.1",
|
|
|
"mini-css-extract-plugin": "^2.5.3",
|
|
|
"path-browserify": "^1.0.1",
|
|
|
"raw-loader": "^4.0.2",
|
|
|
- "sass": "^1.49.7",
|
|
|
- "sass-loader": "^12.4.0",
|
|
|
- "simple-git": "^3.1.1",
|
|
|
+ "sass": "^1.49.9",
|
|
|
+ "sass-loader": "^12.6.0",
|
|
|
+ "simple-git": "^3.2.6",
|
|
|
"stream-browserify": "^3.0.0",
|
|
|
"style-loader": "^3.3.1",
|
|
|
"ts-jest": "^27.1.3",
|
|
|
"typescript": "^4.5.5",
|
|
|
- "webpack": "^5.68.0",
|
|
|
+ "webpack": "^5.69.1",
|
|
|
"webpack-cli": "^4.9.2"
|
|
|
},
|
|
|
"dependencies": {
|
|
@@ -133,28 +133,28 @@
|
|
|
"@types/benchmark": "^2.1.1",
|
|
|
"@types/compression": "1.7.2",
|
|
|
"@types/express": "^4.17.13",
|
|
|
- "@types/node": "^16.11.22",
|
|
|
- "@types/node-fetch": "^2.5.12",
|
|
|
+ "@types/node": "^16.11.26",
|
|
|
+ "@types/node-fetch": "^2.6.1",
|
|
|
"@types/react": "^17.0.39",
|
|
|
"@types/react-dom": "^17.0.11",
|
|
|
"@types/swagger-ui-dist": "3.30.1",
|
|
|
"argparse": "^2.0.1",
|
|
|
- "body-parser": "^1.19.1",
|
|
|
+ "body-parser": "^1.19.2",
|
|
|
"compression": "^1.7.4",
|
|
|
"cors": "^2.8.5",
|
|
|
- "express": "^4.17.2",
|
|
|
+ "express": "^4.17.3",
|
|
|
"h264-mp4-encoder": "^1.0.12",
|
|
|
"immer": "^9.0.12",
|
|
|
"immutable": "^4.0.0",
|
|
|
"node-fetch": "^2.6.7",
|
|
|
- "rxjs": "^7.5.2",
|
|
|
- "swagger-ui-dist": "^4.5.0",
|
|
|
+ "rxjs": "^7.5.4",
|
|
|
+ "swagger-ui-dist": "^4.5.2",
|
|
|
"tslib": "^2.3.1",
|
|
|
"util.promisify": "^1.1.1",
|
|
|
"xhr2": "^0.2.1"
|
|
|
},
|
|
|
"peerDependencies": {
|
|
|
"react": "^17.0.2 || ^16.14.0",
|
|
|
- "react-dom": "^17.0.2 || ^ 16.14.0"
|
|
|
+ "react-dom": "^17.0.2 || ^16.14.0"
|
|
|
}
|
|
|
}
|