@stianlarsen/border-beam
Advanced tools
Comparing version 1.0.9 to 1.0.10
{ | ||
"name": "@stianlarsen/border-beam", | ||
"version": "1.0.9", | ||
"version": "1.0.10", | ||
"description": "An animated border component that creates a visually stunning beam of light traveling along the borders of any container. Perfect for adding a modern, dynamic touch to your web components.", | ||
@@ -16,4 +16,8 @@ "main": "dist/index.js", | ||
"default": "./dist/index.js" | ||
} | ||
}, | ||
"./css": "./dist/css/borderBeam.css" | ||
}, | ||
"next": { | ||
"cssModules": false | ||
}, | ||
"scripts": { | ||
@@ -45,9 +49,9 @@ "test": "echo \"Error: no test specified\" && exit 1", | ||
"dependencies": { | ||
"react": "^18" | ||
"react": "^18.0.0 || ^19.0.0" | ||
}, | ||
"peerDependencies": { | ||
"react": "^18" | ||
"react": "^18.0.0 || ^19.0.0" | ||
}, | ||
"devDependencies": { | ||
"@types/react": "^18.3.4", | ||
"@types/react": "^18.0.0 || ^19.0.0", | ||
"shx": "^0.3.4", | ||
@@ -54,0 +58,0 @@ "typescript": "^5.5.4" |
8570
+ Addedreact@19.0.0(transitive)
- Removedjs-tokens@4.0.0(transitive)
- Removedloose-envify@1.4.0(transitive)
- Removedreact@18.3.1(transitive)
Updatedreact@^18.0.0 || ^19.0.0