@comercti/icons-hmg 0.45.17 → 0.45.18

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 +9 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comercti/icons-hmg",
3
- "version": "0.45.17",
3
+ "version": "0.45.18",
4
4
  "types": "index.d.ts",
5
5
  "type": "module",
6
6
  "license": "private",
@@ -67,6 +67,7 @@
67
67
  "jsdom": "^26.1.0",
68
68
  "npm-run-all2": "^7.0.2",
69
69
  "postcss": "^8.5.8",
70
+ "postcss-prefix-selector": "^2.1.1",
70
71
  "prettier": "^3.8.1",
71
72
  "storybook": "8.5.5",
72
73
  "storybook-addon-vue-mdx": "^1.0.6",
@@ -82,6 +83,8 @@
82
83
  "vitest": "^3.2.4",
83
84
  "vitest-sonar-reporter": "^2.0.4",
84
85
  "vue-loader": "^17.4.2",
86
+ "husky": "^9.1.7",
87
+ "lint-staged": "^16.4.0",
85
88
  "vue-tsc": "^2.2.12"
86
89
  },
87
90
  "contributors": [
@@ -112,6 +115,11 @@
112
115
  "nanoid": "5.1.16"
113
116
  }
114
117
  },
118
+ "lint-staged": {
119
+ "**/*.{ts,vue}": [
120
+ "pnpm run lint"
121
+ ]
122
+ },
115
123
  "main": "comerc-style-guide.umd.js",
116
124
  "module": "comerc-style-guide.es.js"
117
125
  }