@fuf-stack/pixels 0.17.0 → 0.17.1

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 +15 -15
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": "Hannes Tiede",
5
- "version": "0.17.0",
5
+ "version": "0.17.1",
6
6
  "type": "module",
7
7
  "main": "./dist/index.cjs",
8
8
  "module": "./dist/index.js",
@@ -105,22 +105,22 @@
105
105
  "react-dom": ">=18"
106
106
  },
107
107
  "dependencies": {
108
- "@nextui-org/avatar": "2.0.29",
109
- "@nextui-org/accordion": "2.0.34",
108
+ "@nextui-org/avatar": "2.0.30",
109
+ "@nextui-org/accordion": "2.0.35",
110
110
  "@nextui-org/badge": "2.0.29",
111
- "@nextui-org/button": "2.0.33",
112
- "@nextui-org/card": "2.0.30",
113
- "@nextui-org/chip": "2.0.29",
111
+ "@nextui-org/button": "2.0.34",
112
+ "@nextui-org/card": "2.0.31",
113
+ "@nextui-org/chip": "2.0.30",
114
114
  "@nextui-org/divider": "2.0.28",
115
- "@nextui-org/dropdown": "2.1.25",
116
- "@nextui-org/modal": "2.0.35",
117
- "@nextui-org/popover": "2.1.23",
118
- "@nextui-org/system": "2.2.1",
119
- "@nextui-org/theme": "2.2.5",
120
- "@nextui-org/tooltip": "2.0.35",
115
+ "@nextui-org/dropdown": "2.1.26",
116
+ "@nextui-org/modal": "2.0.36",
117
+ "@nextui-org/popover": "2.1.24",
118
+ "@nextui-org/system": "2.2.2",
119
+ "@nextui-org/theme": "2.2.6",
120
+ "@nextui-org/tooltip": "2.0.36",
121
121
  "react-icons": "5.2.1",
122
122
  "react-json-view": "1.21.3",
123
- "@fuf-stack/pixel-utils": "0.0.2"
123
+ "@fuf-stack/pixel-utils": "0.1.0"
124
124
  },
125
125
  "devDependencies": {
126
126
  "@types/debug": "4.1.12",
@@ -130,9 +130,9 @@
130
130
  "react": "18.3.1",
131
131
  "react-dom": "18.3.1",
132
132
  "@repo/storybook-config": "0.0.1",
133
- "@repo/tailwind-config": "0.0.1",
134
133
  "@repo/tsup-config": "0.0.1",
135
- "@repo/vite-config": "0.0.1"
134
+ "@repo/vite-config": "0.0.1",
135
+ "@repo/tailwind-config": "0.0.1"
136
136
  },
137
137
  "scripts": {
138
138
  "build": "tsup --config node_modules/@repo/tsup-config/config.ts --dts-resolve",