@fuf-stack/pixels 1.7.2 → 1.7.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.
Files changed (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@fuf-stack/pixels",
3
3
  "description": "fuf core react component library",
4
4
  "author": "Fröhlich ∧ Frei",
5
- "version": "1.7.2",
5
+ "version": "1.7.3",
6
6
  "type": "module",
7
7
  "main": "./dist/index.cjs",
8
8
  "module": "./dist/index.js",
@@ -184,7 +184,7 @@
184
184
  "react-dom": ">=18"
185
185
  },
186
186
  "dependencies": {
187
- "@fuf-stack/pixel-motion": "1.1.2",
187
+ "@fuf-stack/pixel-motion": "1.1.3",
188
188
  "@fuf-stack/pixel-utils": "1.1.1",
189
189
  "@heroui/accordion": "2.2.21",
190
190
  "@heroui/alert": "2.2.24",
@@ -208,17 +208,17 @@
208
208
  "@heroui/theme": "2.4.20",
209
209
  "@heroui/toast": "2.0.14",
210
210
  "@heroui/tooltip": "2.2.21",
211
- "framer-motion": "12.27.3",
211
+ "framer-motion": "12.27.5",
212
212
  "next-themes": "0.4.6",
213
213
  "react-icons": "5.5.0"
214
214
  },
215
215
  "devDependencies": {
216
216
  "@types/debug": "4.1.12",
217
- "@types/react": "19.2.8",
217
+ "@types/react": "19.2.9",
218
218
  "@types/react-dom": "19.2.3",
219
219
  "@uiw/react-json-view": "2.0.0-alpha.41",
220
220
  "react": "19.2.3",
221
221
  "react-dom": "19.2.3"
222
222
  },
223
- "gitHead": "7e8077b1dba67ceed93acfb3f6b4ce5355a18111"
223
+ "gitHead": "89cfc9f9421ec3584fb2807da87326de7ea172c8"
224
224
  }