uilint-react 0.2.63 → 0.2.64
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 +5 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "uilint-react",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.64",
|
|
4
4
|
"description": "React component for AI-powered UI consistency checking",
|
|
5
5
|
"author": "Peter Suggate",
|
|
6
6
|
"repository": {
|
|
@@ -47,8 +47,8 @@
|
|
|
47
47
|
"react-use-measure": "^2.1.7",
|
|
48
48
|
"tw-animate-css": "^1.4.0",
|
|
49
49
|
"zustand": "^5.0.10",
|
|
50
|
-
"uilint-
|
|
51
|
-
"uilint-
|
|
50
|
+
"uilint-eslint": "0.2.64",
|
|
51
|
+
"uilint-core": "0.2.64"
|
|
52
52
|
},
|
|
53
53
|
"peerDependencies": {
|
|
54
54
|
"react": "^19.0.0",
|
|
@@ -100,8 +100,9 @@
|
|
|
100
100
|
"dev": "vite build --watch",
|
|
101
101
|
"test": "vitest run",
|
|
102
102
|
"test:watch": "vitest --watch",
|
|
103
|
+
"test:coverage": "vitest run --coverage",
|
|
103
104
|
"typecheck": "tsc --noEmit",
|
|
104
|
-
"lint": "eslint src/",
|
|
105
|
+
"lint": "test -f coverage/coverage-final.json || vitest run --coverage; eslint src/",
|
|
105
106
|
"lint:uilint": "npx uilint analyze --input-file src/components/ui-lint/toolbar/index.tsx --styleguide-path ./.uilint/styleguide.md"
|
|
106
107
|
}
|
|
107
108
|
}
|