@duskmoon-dev/core 1.18.0 → 1.18.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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -442,4 +442,4 @@ See [specs/004-oklch-color-system/quickstart.md](./specs/004-oklch-color-system/
442
442
 
443
443
  MIT
444
444
 
445
- <!-- release 32244683531 -->
445
+ <!-- release 32329442755 -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@duskmoon-dev/core",
3
- "version": "1.18.0",
3
+ "version": "1.18.1",
4
4
  "description": "DuskMoonUI - Tailwind CSS v4 plugin with Material Design 3 color system and component styles",
5
5
  "type": "module",
6
6
  "main": "./dist/index.css",
@@ -345,14 +345,14 @@
345
345
  "tailwindcss": "^4.0.0"
346
346
  },
347
347
  "devDependencies": {
348
- "@axe-core/playwright": "4.12.1",
348
+ "@axe-core/playwright": "4.13.0",
349
349
  "@playwright/test": "1.62.1",
350
350
  "@types/bun": "latest",
351
- "axe-core": "4.12.1",
351
+ "axe-core": "4.13.0",
352
352
  "lightningcss": "1.33.0",
353
353
  "tailwindcss": "4.3.3",
354
354
  "typescript": "7.0.2",
355
- "vitest": "4.1.10"
355
+ "vitest": "4.1.11"
356
356
  },
357
357
  "engines": {
358
358
  "node": ">=18.0.0",