@bug-on/m3-expressive 1.3.3 → 1.3.4

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": "@bug-on/m3-expressive",
3
- "version": "1.3.3",
3
+ "version": "1.3.4",
4
4
  "description": "Material Design 3 Expressive React components",
5
5
  "author": "Bug On",
6
6
  "license": "MIT",
@@ -174,33 +174,33 @@
174
174
  "@dnd-kit/sortable": "^10.0.0",
175
175
  "@dnd-kit/utilities": "^3.2.2",
176
176
  "@material/material-color-utilities": "^0.4.0",
177
- "@radix-ui/react-context-menu": "^2.2.16",
178
- "@radix-ui/react-dialog": "^1.1.15",
179
- "@radix-ui/react-dropdown-menu": "^2.1.16",
180
- "@radix-ui/react-scroll-area": "^1.2.10",
181
- "@radix-ui/react-slot": "^1.2.4",
177
+ "@radix-ui/react-context-menu": "^2.3.7",
178
+ "@radix-ui/react-dialog": "^1.1.23",
179
+ "@radix-ui/react-dropdown-menu": "^2.1.24",
180
+ "@radix-ui/react-scroll-area": "^1.2.18",
181
+ "@radix-ui/react-slot": "^1.3.3",
182
182
  "@use-gesture/react": "^10.3.1",
183
183
  "class-variance-authority": "^0.7.1",
184
184
  "clsx": "^2.1.1",
185
- "tailwind-merge": "^3.3.1",
185
+ "tailwind-merge": "^3.6.0",
186
186
  "@bug-on/m3-tokens": "1.2.2",
187
187
  "@bug-on/m3-tailwind": "1.2.2"
188
188
  },
189
189
  "devDependencies": {
190
190
  "@testing-library/jest-dom": "^6.9.1",
191
- "@testing-library/react": "^16.3.2",
192
- "@testing-library/user-event": "^14.6.1",
191
+ "@testing-library/react": "^16.3.3",
192
+ "@testing-library/user-event": "^14.6.7",
193
193
  "@types/jest-axe": "^3.5.9",
194
194
  "@types/react": "^19.0.0",
195
195
  "@types/react-dom": "^19.0.0",
196
- "@vitejs/plugin-react": "^6.0.2",
197
- "@vitest/coverage-v8": "4.1.4",
198
- "jest-axe": "^10.0.0",
199
- "jsdom": "^29.0.0",
200
- "tsup": "^8.4.0",
196
+ "@vitejs/plugin-react": "^6.1.1",
197
+ "@vitest/coverage-v8": "^4.1.11",
198
+ "jest-axe": "^11.0.0",
199
+ "jsdom": "^30.0.1",
200
+ "tsup": "^8.5.1",
201
201
  "typescript": "5.8.3",
202
- "vite": ">=8.0.5",
203
- "vitest": "^4.1.6"
202
+ "vite": ">=8.2.2",
203
+ "vitest": "^4.1.11"
204
204
  },
205
205
  "scripts": {
206
206
  "prebuild": "node -e \"const fs=require('fs'); if(fs.existsSync('../../llms.txt')) { fs.copyFileSync('../../llms.txt', 'llms.txt'); fs.copyFileSync('../../llms-full.txt', 'llms-full.txt'); }\"",