@maz-ui/themes 4.1.7-beta.6 → 4.1.7

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.1.7-beta.6",
4
+ "version": "4.1.7",
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",
@@ -18,6 +18,7 @@
18
18
  "typescript",
19
19
  "maz-ui"
20
20
  ],
21
+ "sideEffects": false,
21
22
  "publishConfig": {
22
23
  "access": "public"
23
24
  },
@@ -79,7 +80,6 @@
79
80
  "typecheck": "vue-tsc --noEmit",
80
81
  "lint": "cross-env NODE_ENV=production eslint .",
81
82
  "lint:fix": "pnpm lint --fix",
82
- "pre-commit": "lint-staged",
83
83
  "test": "vitest",
84
84
  "test:unit": "vitest run",
85
85
  "test:unit:watch": "vitest watch",
@@ -91,15 +91,15 @@
91
91
  "vue": "^3.5.0"
92
92
  },
93
93
  "dependencies": {
94
- "@maz-ui/utils": "4.1.7-beta.6"
94
+ "@maz-ui/utils": "4.1.7"
95
95
  },
96
96
  "devDependencies": {
97
97
  "glob": "^11.0.3",
98
- "vue": "^3.5.21",
99
- "vue-tsc": "^3.0.7"
98
+ "vue": "^3.5.22",
99
+ "vue-tsc": "^3.1.1"
100
100
  },
101
101
  "lint-staged": {
102
102
  "*.{js,ts,vue,mjs,mts,cjs,md,yml,json}": "cross-env NODE_ENV=production eslint --fix"
103
103
  },
104
- "gitHead": "c7a54d3e824edf3fced1e6c4432c50f248b15a18"
104
+ "gitHead": "e40beabe5a0c9bcc7ccad56258058e12e9aa5336"
105
105
  }