@maz-ui/themes 4.0.0-beta.24 → 4.0.0-beta.27

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 +6 -6
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@maz-ui/themes",
3
3
  "type": "module",
4
- "version": "4.0.0-beta.24",
4
+ "version": "4.0.0-beta.27",
5
5
  "description": "Theme system for Maz-UI with TypeScript support and CSS variables",
6
6
  "author": "Louis Mazel <me@loicmazuel.com>",
7
7
  "license": "MIT",
@@ -78,8 +78,8 @@
78
78
  "build": "vite build",
79
79
  "vite:dev": "vite build --watch",
80
80
  "typecheck": "vue-tsc --noEmit",
81
- "lint": "eslint .",
82
- "lint:fix": "eslint . --fix",
81
+ "lint": "cross-env NODE_ENV=production eslint .",
82
+ "lint:fix": "pnpm lint --fix",
83
83
  "pre-commit": "lint-staged",
84
84
  "test": "vitest",
85
85
  "test:unit": "vitest run",
@@ -93,12 +93,12 @@
93
93
  },
94
94
  "devDependencies": {
95
95
  "glob": "^11.0.3",
96
- "typescript": "^5.8.3",
96
+ "typescript": "^5.9.2",
97
97
  "vue": "^3.5.18",
98
- "vue-tsc": "^3.0.4"
98
+ "vue-tsc": "^3.0.5"
99
99
  },
100
100
  "lint-staged": {
101
101
  "*.{js,ts,vue,mjs,mts,cjs,md,yml,json}": "cross-env NODE_ENV=production eslint --fix"
102
102
  },
103
- "gitHead": "9ea5ccdfb15f18c4e102ef5d2cfba29bd304d38e"
103
+ "gitHead": "fc5b5e42f115cc8b7fe4d6436defb078e3f36662"
104
104
  }