|
@@ -75,7 +75,9 @@
|
|
|
"node_modules",
|
|
|
"lib"
|
|
|
],
|
|
|
- "testURL": "http://localhost/",
|
|
|
+ "testEnvironmentOptions": {
|
|
|
+ "url": "http://localhost/"
|
|
|
+ },
|
|
|
"testRegex": "\\.spec\\.ts$"
|
|
|
},
|
|
|
"author": "Mol* Contributors",
|
|
@@ -91,30 +93,30 @@
|
|
|
],
|
|
|
"license": "MIT",
|
|
|
"devDependencies": {
|
|
|
- "@graphql-codegen/add": "^3.2.0",
|
|
|
- "@graphql-codegen/cli": "^2.9.1",
|
|
|
- "@graphql-codegen/time": "^3.2.0",
|
|
|
- "@graphql-codegen/typescript": "^2.7.2",
|
|
|
- "@graphql-codegen/typescript-graphql-files-modules": "^2.2.0",
|
|
|
- "@graphql-codegen/typescript-graphql-request": "^4.5.2",
|
|
|
- "@graphql-codegen/typescript-operations": "^2.5.2",
|
|
|
+ "@graphql-codegen/add": "^3.2.1",
|
|
|
+ "@graphql-codegen/cli": "^2.11.6",
|
|
|
+ "@graphql-codegen/time": "^3.2.1",
|
|
|
+ "@graphql-codegen/typescript": "^2.7.3",
|
|
|
+ "@graphql-codegen/typescript-graphql-files-modules": "^2.2.1",
|
|
|
+ "@graphql-codegen/typescript-graphql-request": "^4.5.3",
|
|
|
+ "@graphql-codegen/typescript-operations": "^2.5.3",
|
|
|
"@types/cors": "^2.8.12",
|
|
|
"@types/gl": "^4.1.1",
|
|
|
- "@types/jest": "^28.1.6",
|
|
|
- "@types/react": "^18.0.15",
|
|
|
+ "@types/jest": "^28.1.7",
|
|
|
+ "@types/react": "^18.0.17",
|
|
|
"@types/react-dom": "^18.0.6",
|
|
|
- "@typescript-eslint/eslint-plugin": "^5.30.7",
|
|
|
- "@typescript-eslint/parser": "^5.30.7",
|
|
|
+ "@typescript-eslint/eslint-plugin": "^5.33.1",
|
|
|
+ "@typescript-eslint/parser": "^5.33.1",
|
|
|
"benchmark": "^2.1.4",
|
|
|
"concurrently": "^7.3.0",
|
|
|
"cpx2": "^4.2.0",
|
|
|
"crypto-browserify": "^3.12.0",
|
|
|
"css-loader": "^6.7.1",
|
|
|
- "eslint": "^8.20.0",
|
|
|
+ "eslint": "^8.22.0",
|
|
|
"extra-watch-webpack-plugin": "^1.0.3",
|
|
|
"file-loader": "^6.2.0",
|
|
|
"fs-extra": "^10.1.0",
|
|
|
- "graphql": "^16.5.0",
|
|
|
+ "graphql": "^16.6.0",
|
|
|
"http-server": "^14.1.1",
|
|
|
"jest": "^28.1.3",
|
|
|
"mini-css-extract-plugin": "^2.6.1",
|
|
@@ -122,14 +124,14 @@
|
|
|
"raw-loader": "^4.0.2",
|
|
|
"react": "^18.2.0",
|
|
|
"react-dom": "^18.2.0",
|
|
|
- "sass": "^1.54.0",
|
|
|
+ "sass": "^1.54.4",
|
|
|
"sass-loader": "^13.0.2",
|
|
|
- "simple-git": "^3.10.0",
|
|
|
+ "simple-git": "^3.12.0",
|
|
|
"stream-browserify": "^3.0.0",
|
|
|
"style-loader": "^3.3.1",
|
|
|
- "ts-jest": "^28.0.7",
|
|
|
+ "ts-jest": "^28.0.8",
|
|
|
"typescript": "^4.7.4",
|
|
|
- "webpack": "^5.73.0",
|
|
|
+ "webpack": "^5.74.0",
|
|
|
"webpack-cli": "^4.10.0"
|
|
|
},
|
|
|
"dependencies": {
|
|
@@ -137,7 +139,7 @@
|
|
|
"@types/benchmark": "^2.1.1",
|
|
|
"@types/compression": "1.7.2",
|
|
|
"@types/express": "^4.17.13",
|
|
|
- "@types/node": "^16.11.45",
|
|
|
+ "@types/node": "^16.11.49",
|
|
|
"@types/node-fetch": "^2.6.2",
|
|
|
"@types/swagger-ui-dist": "3.30.1",
|
|
|
"argparse": "^2.0.1",
|
|
@@ -150,7 +152,7 @@
|
|
|
"immutable": "^4.1.0",
|
|
|
"node-fetch": "^2.6.7",
|
|
|
"rxjs": "^7.5.6",
|
|
|
- "swagger-ui-dist": "^4.13.0",
|
|
|
+ "swagger-ui-dist": "^4.14.0",
|
|
|
"tslib": "^2.4.0",
|
|
|
"util.promisify": "^1.1.1",
|
|
|
"xhr2": "^0.2.1"
|