@sanmid/flux 0.1.1 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sanmid/flux",
3
- "version": "0.1.1",
3
+ "version": "0.1.3",
4
4
  "description": "A design editor for your localhost — tweak UI in place and copy changes for any AI agent. React only.",
5
5
  "license": "MIT",
6
6
  "author": "Sanmid Anavkar",
@@ -49,12 +49,17 @@
49
49
  "dev:playground": "pnpm --dir playground dev"
50
50
  },
51
51
  "peerDependencies": {
52
- "clsx": "^2.0.0",
53
- "framer-motion": ">=10.0.0",
54
- "lucide-react": ">=0.400.0",
55
52
  "react": "^18.0.0 || ^19.0.0",
56
- "react-dom": "^18.0.0 || ^19.0.0",
57
- "tailwind-merge": "^2.0.0"
53
+ "react-dom": "^18.0.0 || ^19.0.0"
54
+ },
55
+ "dependencies": {
56
+ "@medv/finder": "^4.0.2",
57
+ "@radix-ui/colors": "^3.0.0",
58
+ "@radix-ui/react-tooltip": "^1.2.8",
59
+ "clsx": "^2.1.1",
60
+ "framer-motion": "^12.0.0",
61
+ "lucide-react": "^0.460.0",
62
+ "tailwind-merge": "^2.5.4"
58
63
  },
59
64
  "devDependencies": {
60
65
  "@types/node": "^22.19.15",
@@ -63,10 +68,5 @@
63
68
  "tailwindcss": "^3.4.14",
64
69
  "tsup": "^8.4.0",
65
70
  "typescript": "^5.6.3"
66
- },
67
- "dependencies": {
68
- "@medv/finder": "^4.0.2",
69
- "@radix-ui/colors": "^3.0.0",
70
- "@radix-ui/react-tooltip": "^1.2.8"
71
71
  }
72
72
  }