Ver código fonte

package updates

Alexander Rose 2 anos atrás
pai
commit
6595c00cff
2 arquivos alterados com 568 adições e 202 exclusões
  1. 553 187
      package-lock.json
  2. 15 15
      package.json

Diferenças do arquivo suprimidas por serem muito extensas
+ 553 - 187
package-lock.json


+ 15 - 15
package.json

@@ -13,7 +13,7 @@
   "scripts": {
     "lint": "eslint .",
     "lint-fix": "eslint . --fix",
-    "test": "npm install --no-save \"gl@^5.0.0\" && npm run lint && jest",
+    "test": "npm install --no-save \"gl@^6.0.2\" && npm run lint && jest",
     "jest": "jest",
     "build": "npm run build-tsc && npm run build-extra && npm run build-webpack",
     "clean": "node ./scripts/clean.js",
@@ -99,25 +99,25 @@
   "license": "MIT",
   "devDependencies": {
     "@graphql-codegen/add": "^3.2.3",
-    "@graphql-codegen/cli": "^2.16.1",
+    "@graphql-codegen/cli": "^2.16.4",
     "@graphql-codegen/time": "^3.2.3",
-    "@graphql-codegen/typescript": "^2.8.5",
+    "@graphql-codegen/typescript": "^2.8.7",
     "@graphql-codegen/typescript-graphql-files-modules": "^2.2.1",
     "@graphql-codegen/typescript-graphql-request": "^4.5.8",
-    "@graphql-codegen/typescript-operations": "^2.5.10",
+    "@graphql-codegen/typescript-operations": "^2.5.12",
     "@types/cors": "^2.8.13",
     "@types/gl": "^6.0.2",
-    "@types/jest": "^29.2.4",
+    "@types/jest": "^29.2.5",
     "@types/react": "^18.0.26",
-    "@types/react-dom": "^18.0.9",
-    "@typescript-eslint/eslint-plugin": "^5.47.0",
-    "@typescript-eslint/parser": "^5.47.0",
+    "@types/react-dom": "^18.0.10",
+    "@typescript-eslint/eslint-plugin": "^5.48.1",
+    "@typescript-eslint/parser": "^5.48.1",
     "benchmark": "^2.1.4",
     "concurrently": "^7.6.0",
     "cpx2": "^4.2.0",
     "crypto-browserify": "^3.12.0",
     "css-loader": "^6.7.3",
-    "eslint": "^8.30.0",
+    "eslint": "^8.32.0",
     "extra-watch-webpack-plugin": "^1.0.3",
     "file-loader": "^6.2.0",
     "fs-extra": "^11.1.0",
@@ -129,12 +129,12 @@
     "raw-loader": "^4.0.2",
     "react": "^18.2.0",
     "react-dom": "^18.2.0",
-    "sass": "^1.57.0",
+    "sass": "^1.57.1",
     "sass-loader": "^13.2.0",
     "simple-git": "^3.15.1",
     "stream-browserify": "^3.0.0",
     "style-loader": "^3.3.1",
-    "ts-jest": "^29.0.3",
+    "ts-jest": "^29.0.5",
     "typescript": "^4.9.4",
     "webpack": "^5.75.0",
     "webpack-cli": "^5.0.1"
@@ -144,7 +144,7 @@
     "@types/benchmark": "^2.1.2",
     "@types/compression": "1.7.2",
     "@types/express": "^4.17.15",
-    "@types/node": "^16.18.10",
+    "@types/node": "^16.18.11",
     "@types/node-fetch": "^2.6.2",
     "@types/swagger-ui-dist": "3.30.1",
     "argparse": "^2.0.1",
@@ -153,9 +153,9 @@
     "cors": "^2.8.5",
     "express": "^4.18.2",
     "h264-mp4-encoder": "^1.0.12",
-    "immer": "^9.0.16",
-    "immutable": "^4.1.0",
-    "node-fetch": "^2.6.7",
+    "immer": "^9.0.17",
+    "immutable": "^4.2.2",
+    "node-fetch": "^2.6.8",
     "rxjs": "^7.8.0",
     "swagger-ui-dist": "^4.15.5",
     "tslib": "^2.4.1",

Alguns arquivos não foram mostrados porque muitos arquivos mudaram nesse diff