From c132c52b37fe094488577202d2fc564ba83933ac Mon Sep 17 00:00:00 2001 From: Tom Butcher Date: Tue, 25 Mar 2025 22:57:17 +0000 Subject: [PATCH] Removed unused dep --- package-lock.json | 29 ----------------------------- package.json | 1 - 2 files changed, 30 deletions(-) diff --git a/package-lock.json b/package-lock.json index 18ef6c5..532a88a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,6 @@ "react-responsive": "^10.0.0", "react-router-dom": "^7.2.0", "react-scripts": "^5.0.1", - "react-tsparticles": "^2.12.2", "react-turnstile": "^1.1.4", "sass": "^1.85.1", "web-vitals": "^4.2.4" @@ -17551,34 +17550,6 @@ "url": "https://github.com/chalk/supports-color?sponsor=1" } }, - "node_modules/react-tsparticles": { - "version": "2.12.2", - "resolved": "https://registry.npmjs.org/react-tsparticles/-/react-tsparticles-2.12.2.tgz", - "integrity": "sha512-/nrEbyL8UROXKIMXe+f+LZN2ckvkwV2Qa+GGe/H26oEIc+wq/ybSG9REDwQiSt2OaDQGu0MwmA4BKmkL6wAWcA==", - "deprecated": "@tsparticles/react is the new version, please use that", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" - }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" - }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" - } - ], - "hasInstallScript": true, - "license": "MIT", - "dependencies": { - "tsparticles-engine": "^2.12.0" - }, - "peerDependencies": { - "react": ">=16" - } - }, "node_modules/react-turnstile": { "version": "1.1.4", "resolved": "https://registry.npmjs.org/react-turnstile/-/react-turnstile-1.1.4.tgz", diff --git a/package.json b/package.json index e4f61c6..120b1df 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,6 @@ "react-responsive": "^10.0.0", "react-router-dom": "^7.2.0", "react-scripts": "^5.0.1", - "react-tsparticles": "^2.12.2", "react-turnstile": "^1.1.4", "sass": "^1.85.1", "web-vitals": "^4.2.4"