From 0cab63d20977fe50c150cf5f9cb90fb9b64dc42c Mon Sep 17 00:00:00 2001 From: Nicolas Camera <nico_camera98@hotmail.com> Date: Fri, 14 Apr 2023 21:03:07 -0300 Subject: [PATCH] =?UTF-8?q?Actualizar=20implementaci=C3=B3n=20de=20graph3D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Frontend Angular 4/package-lock.json | 13 +++++++------ Frontend Angular 4/package.json | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/Frontend Angular 4/package-lock.json b/Frontend Angular 4/package-lock.json index 8d5abe6..2e4bf58 100644 --- a/Frontend Angular 4/package-lock.json +++ b/Frontend Angular 4/package-lock.json @@ -5397,11 +5397,12 @@ "dev": true }, "graph3D": { - "version": "git+https://github.com/ifagian/graph3D.git#71770714d10f7ef67e6e7f430b6b90e926ce0b6d", - "from": "git+https://github.com/ifagian/graph3D.git#master", + "version": "git+https://github.com/ncamera/graph3D.git#2f04d7122e1342577163008a1a210eb4906be11f", + "from": "git+https://github.com/ncamera/graph3D.git", "requires": { + "delaunator": "^5.0.0", "gif.js": "^0.2.0", - "three": "^0.90.0" + "three": "^0.140.0" } }, "handle-thing": { @@ -10286,9 +10287,9 @@ "dev": true }, "three": { - "version": "0.90.0", - "resolved": "https://registry.npmjs.org/three/-/three-0.90.0.tgz", - "integrity": "sha512-sCTgOp/0ITLy0bsUoNeUROq2Tt1G0+StfRBs9ljFTENRF5JkKlTjZ+RWSH6qyq6O3c5fDKRupfuqZE/+LbETiA==" + "version": "0.140.2", + "resolved": "https://registry.npmjs.org/three/-/three-0.140.2.tgz", + "integrity": "sha512-DdT/AHm/TbZXEhQKQpGt5/iSgBrmXpjU26FNtj1KhllVPTKj1eG4X/ShyD5W2fngE+I1s1wa4ttC4C3oCJt7Ag==" }, "through": { "version": "2.3.8", diff --git a/Frontend Angular 4/package.json b/Frontend Angular 4/package.json index bf28c42..ec57545 100755 --- a/Frontend Angular 4/package.json +++ b/Frontend Angular 4/package.json @@ -29,7 +29,7 @@ "flag-icon-css": "^3.2.1", "font-awesome": "^4.7.0", "function-plot": "https://github.com/ncamera/function-plot", - "graph3D": "https://github.com/ifagian/graph3D#master", + "graph3D": "https://github.com/ncamera/graph3D", "ionicons": "^3.0.0", "jq-console": "^2.13.2", "jquery": "^3.2.1", -- GitLab