From 8fb1e43f52846657bd594113e0de32af5026a3cf Mon Sep 17 00:00:00 2001 From: Ameya Shenoy Date: Sun, 8 Jun 2025 19:58:46 +0530 Subject: [PATCH] chore: ani Signed-off-by: Ameya Shenoy --- frontend/package-lock.json | 6 ++++++ frontend/src/components/PhysicsSimulation.tsx | 5 +---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index af3ff22..2093f26 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -2116,6 +2116,12 @@ "dev": true, "license": "ISC" }, + "node_modules/gsap": { + "version": "3.13.0", + "resolved": "https://registry.npmjs.org/gsap/-/gsap-3.13.0.tgz", + "integrity": "sha512-QL7MJ2WMjm1PHWsoFrAQH/J8wUeqZvMtHO58qdekHpCfhvhSL4gSiz6vJf5EeMP0LOn3ZCprL2ki/gjED8ghVw==", + "license": "Standard 'no charge' license: https://gsap.com/standard-license." + }, "node_modules/hasown": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz", diff --git a/frontend/src/components/PhysicsSimulation.tsx b/frontend/src/components/PhysicsSimulation.tsx index fdfd636..ebc38bb 100644 --- a/frontend/src/components/PhysicsSimulation.tsx +++ b/frontend/src/components/PhysicsSimulation.tsx @@ -255,10 +255,7 @@ export function World() { return ( // TODO: ask Shubh why does my name spawn at the top and then shift down -
+