|
@@ -92,50 +92,50 @@
|
|
|
"license": "MIT",
|
|
|
"devDependencies": {
|
|
|
"@graphql-codegen/add": "^3.1.1",
|
|
|
- "@graphql-codegen/cli": "^2.4.0",
|
|
|
+ "@graphql-codegen/cli": "^2.5.0",
|
|
|
"@graphql-codegen/time": "^3.1.1",
|
|
|
- "@graphql-codegen/typescript": "^2.4.2",
|
|
|
+ "@graphql-codegen/typescript": "^2.4.3",
|
|
|
"@graphql-codegen/typescript-graphql-files-modules": "^2.1.1",
|
|
|
- "@graphql-codegen/typescript-graphql-request": "^4.3.3",
|
|
|
- "@graphql-codegen/typescript-operations": "^2.2.2",
|
|
|
+ "@graphql-codegen/typescript-graphql-request": "^4.3.4",
|
|
|
+ "@graphql-codegen/typescript-operations": "^2.2.4",
|
|
|
"@types/cors": "^2.8.12",
|
|
|
"@types/gl": "^4.1.0",
|
|
|
"@types/jest": "^27.4.0",
|
|
|
- "@typescript-eslint/eslint-plugin": "^5.10.0",
|
|
|
- "@typescript-eslint/parser": "^5.10.0",
|
|
|
+ "@typescript-eslint/eslint-plugin": "^5.10.2",
|
|
|
+ "@typescript-eslint/parser": "^5.10.2",
|
|
|
"benchmark": "^2.1.4",
|
|
|
"concurrently": "^7.0.0",
|
|
|
"cpx2": "^4.1.2",
|
|
|
"crypto-browserify": "^3.12.0",
|
|
|
- "css-loader": "^6.5.1",
|
|
|
- "eslint": "^8.7.0",
|
|
|
+ "css-loader": "^6.6.0",
|
|
|
+ "eslint": "^8.8.0",
|
|
|
"extra-watch-webpack-plugin": "^1.0.3",
|
|
|
"file-loader": "^6.2.0",
|
|
|
"fs-extra": "^10.0.0",
|
|
|
- "graphql": "^16.2.0",
|
|
|
+ "graphql": "^16.3.0",
|
|
|
"http-server": "^14.1.0",
|
|
|
- "jest": "^27.4.7",
|
|
|
- "mini-css-extract-plugin": "^2.5.2",
|
|
|
+ "jest": "^27.5.0",
|
|
|
+ "mini-css-extract-plugin": "^2.5.3",
|
|
|
"path-browserify": "^1.0.1",
|
|
|
"raw-loader": "^4.0.2",
|
|
|
- "sass": "^1.49.0",
|
|
|
+ "sass": "^1.49.7",
|
|
|
"sass-loader": "^12.4.0",
|
|
|
- "simple-git": "^2.48.0",
|
|
|
+ "simple-git": "^3.1.1",
|
|
|
"stream-browserify": "^3.0.0",
|
|
|
"style-loader": "^3.3.1",
|
|
|
"ts-jest": "^27.1.3",
|
|
|
"typescript": "^4.5.5",
|
|
|
- "webpack": "^5.67.0",
|
|
|
- "webpack-cli": "^4.9.1"
|
|
|
+ "webpack": "^5.68.0",
|
|
|
+ "webpack-cli": "^4.9.2"
|
|
|
},
|
|
|
"dependencies": {
|
|
|
"@types/argparse": "^2.0.10",
|
|
|
"@types/benchmark": "^2.1.1",
|
|
|
"@types/compression": "1.7.2",
|
|
|
"@types/express": "^4.17.13",
|
|
|
- "@types/node": "^16.11.21",
|
|
|
+ "@types/node": "^16.11.22",
|
|
|
"@types/node-fetch": "^2.5.12",
|
|
|
- "@types/react": "^17.0.38",
|
|
|
+ "@types/react": "^17.0.39",
|
|
|
"@types/react-dom": "^17.0.11",
|
|
|
"@types/swagger-ui-dist": "3.30.1",
|
|
|
"argparse": "^2.0.1",
|
|
@@ -148,7 +148,7 @@
|
|
|
"immutable": "^4.0.0",
|
|
|
"node-fetch": "^2.6.7",
|
|
|
"rxjs": "^7.5.2",
|
|
|
- "swagger-ui-dist": "^4.2.1",
|
|
|
+ "swagger-ui-dist": "^4.5.0",
|
|
|
"tslib": "^2.3.1",
|
|
|
"util.promisify": "^1.1.1",
|
|
|
"xhr2": "^0.2.1"
|