diff --git a/package-lock.json b/package-lock.json index 731e472..3ca8585 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,6 +12,7 @@ "@react-three/drei": "^10.7.7", "@react-three/fiber": "^9.6.1", "@tsparticles/engine": "^4.3.2", + "@tsparticles/react": "^4.3.2", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "framer-motion": "^12.42.2", @@ -28,7 +29,6 @@ "react-dom": "19.2.4", "react-fast-marquee": "^1.6.5", "react-parallax-tilt": "^1.7.333", - "react-tsparticles": "^2.12.2", "react-use": "^17.6.1", "split-type": "^0.3.4", "swiper": "^14.0.5", @@ -2239,6 +2239,17 @@ "@tsparticles/engine": "4.3.2" } }, + "node_modules/@tsparticles/react": { + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/@tsparticles/react/-/react-4.3.2.tgz", + "integrity": "sha512-aCTqFkGBnT1BitrlmyjkR+FNQ+RKuO8UfhadLfW51YSHwTdR0erB1ZFab+wCout1SWGIR7mirRWfjwewxiDMeA==", + "license": "MIT", + "peerDependencies": { + "@tsparticles/engine": "4.3.2", + "react": ">=16.8.0", + "react-dom": ">=16.8.0" + } + }, "node_modules/@tsparticles/shape-circle": { "version": "4.3.2", "resolved": "https://registry.npmjs.org/@tsparticles/shape-circle/-/shape-circle-4.3.2.tgz", @@ -7258,34 +7269,6 @@ "react-dom": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" } }, - "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-universal-interface": { "version": "0.6.2", "resolved": "https://registry.npmjs.org/react-universal-interface/-/react-universal-interface-0.6.2.tgz", @@ -8386,28 +8369,6 @@ "@tsparticles/updater-wobble": "4.3.2" } }, - "node_modules/tsparticles-engine": { - "version": "2.12.0", - "resolved": "https://registry.npmjs.org/tsparticles-engine/-/tsparticles-engine-2.12.0.tgz", - "integrity": "sha512-ZjDIYex6jBJ4iMc9+z0uPe7SgBnmb6l+EJm83MPIsOny9lPpetMsnw/8YJ3xdxn8hV+S3myTpTN1CkOVmFv0QQ==", - "deprecated": "starting from tsparticles v3 the packages are now moved to @tsparticles/package-name instead of tsparticles-package-name", - "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" - }, "node_modules/tunnel-rat": { "version": "0.1.2", "resolved": "https://registry.npmjs.org/tunnel-rat/-/tunnel-rat-0.1.2.tgz", diff --git a/package.json b/package.json index 1a5deaa..fdd1ff2 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,7 @@ "@react-three/drei": "^10.7.7", "@react-three/fiber": "^9.6.1", "@tsparticles/engine": "^4.3.2", + "@tsparticles/react": "^4.3.2", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "framer-motion": "^12.42.2", @@ -29,7 +30,6 @@ "react-dom": "19.2.4", "react-fast-marquee": "^1.6.5", "react-parallax-tilt": "^1.7.333", - "react-tsparticles": "^2.12.2", "react-use": "^17.6.1", "split-type": "^0.3.4", "swiper": "^14.0.5",