diff --git a/package-lock.json b/package-lock.json index 3369bdd4..723a25bb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "@popperjs/core": "^2.11.8", "@radix-ui/react-avatar": "^1.2.2", "@radix-ui/react-collapsible": "^1.1.16", - "@radix-ui/react-slot": "^1.2.3", + "@radix-ui/react-slot": "^1.3.2", "@tsparticles/engine": "^4.3.2", "@tsparticles/react": "^4.3.1", "@tsparticles/slim": "^4.3.2", @@ -7903,7 +7903,7 @@ } } }, - "node_modules/@radix-ui/react-slot": { + "node_modules/@radix-ui/react-primitive/node_modules/@radix-ui/react-slot": { "version": "1.3.0", "resolved": "https://registry.npmjs.org/@radix-ui/react-slot/-/react-slot-1.3.0.tgz", "integrity": "sha512-MojKku4U/miO8Av4Dkb+ctMAQx7JmY96LmtDQlAarCRtd7rN52QCSzBF+XAvr5S6coSVj9HEPBgHAHKEJVk/WA==", @@ -7921,6 +7921,46 @@ } } }, + "node_modules/@radix-ui/react-slot": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/@radix-ui/react-slot/-/react-slot-1.3.2.tgz", + "integrity": "sha512-nLBh0hpzgQA16ioKAWTSQvGjRj7QcI3pTpngtYZ12b4RP9N8eGSj7ziceHyHe04zrd0bAcLyMijO0ws0DLmDWw==", + "license": "MIT", + "dependencies": { + "@radix-ui/primitive": "1.1.7", + "@radix-ui/react-compose-refs": "1.1.4" + }, + "peerDependencies": { + "@types/react": "*", + "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + } + }, + "node_modules/@radix-ui/react-slot/node_modules/@radix-ui/primitive": { + "version": "1.1.7", + "resolved": "https://registry.npmjs.org/@radix-ui/primitive/-/primitive-1.1.7.tgz", + "integrity": "sha512-rqWnm76nYT8HoNNqEjpgJ7Pw/DrBj5iBTrmEPo6HTX5+VJyBNOqTdv4g89G63HuR5g0AaENoAcH7Is5fF2kZ8Q==", + "license": "MIT" + }, + "node_modules/@radix-ui/react-slot/node_modules/@radix-ui/react-compose-refs": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/@radix-ui/react-compose-refs/-/react-compose-refs-1.1.4.tgz", + "integrity": "sha512-pWJo6lQAfR6uy1n7ii7PaCc9dLPwTXDYbQpORZU5B548Aqvl2pP1SM1vJGKyxIFqZMHRopRO4CQYX2iXAIB5jA==", + "license": "MIT", + "peerDependencies": { + "@types/react": "*", + "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + } + }, "node_modules/@radix-ui/react-use-callback-ref": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/@radix-ui/react-use-callback-ref/-/react-use-callback-ref-1.1.2.tgz", diff --git a/package.json b/package.json index ab281c1c..b41585c5 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "@popperjs/core": "^2.11.8", "@radix-ui/react-avatar": "^1.2.2", "@radix-ui/react-collapsible": "^1.1.16", - "@radix-ui/react-slot": "^1.2.3", + "@radix-ui/react-slot": "^1.3.2", "@tsparticles/engine": "^4.3.2", "@tsparticles/react": "^4.3.1", "@tsparticles/slim": "^4.3.2",