@jamsr-ui/ripple
Advanced tools
Comparing version 0.0.12 to 0.0.13
{ | ||
"name": "@jamsr-ui/ripple", | ||
"version": "0.0.12", | ||
"version": "0.0.13", | ||
"description": "", | ||
@@ -19,9 +19,2 @@ "main": "./dist/index.mjs", | ||
], | ||
"devDependencies": { | ||
"@types/react": "^18.3.2", | ||
"react": "^18.3.1", | ||
"react-dom": "^18.3.1", | ||
"clean-package": "^2.2.0", | ||
"@jamsr-ui/tailwind-config": "^0.0.4" | ||
}, | ||
"peerDependencies": { | ||
@@ -32,5 +25,16 @@ "react": ">=18", | ||
"dependencies": { | ||
"@jamsr-ui/hooks": "^0.0.5", | ||
"@jamsr-ui/utils": "^0.0.10" | ||
"@jamsr-ui/hooks": "^0.0.6", | ||
"@jamsr-ui/utils": "^0.0.11" | ||
}, | ||
"clean-package": "../../../clean-package.config.json", | ||
"module": "dist/index.mjs", | ||
"types": "dist/index.d.ts", | ||
"exports": { | ||
".": { | ||
"types": "./dist/index.d.ts", | ||
"import": "./dist/index.mjs", | ||
"require": "./dist/index.js" | ||
}, | ||
"./package.json": "./package.json" | ||
}, | ||
"scripts": { | ||
@@ -37,0 +41,0 @@ "build": "tsup", |
6703
0
+ Added@jamsr-ui/hooks@0.0.6(transitive)
- Removed@jamsr-ui/hooks@0.0.5(transitive)
- Removed@jamsr-ui/utils@0.0.10(transitive)
- Removedclsx@2.1.1(transitive)
- Removedframer-motion@11.18.2(transitive)
- Removedmotion-dom@11.18.1(transitive)
- Removedmotion-utils@11.18.1(transitive)
- Removedtailwind-merge@2.6.0(transitive)
- Removedtailwind-variants@0.2.1(transitive)
- Removedtailwindcss@4.0.0(transitive)
- Removedtslib@2.8.1(transitive)
Updated@jamsr-ui/hooks@^0.0.6
Updated@jamsr-ui/utils@^0.0.11