mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-14 15:16:35 +03:00
Update @impeccable/detect to 2.0.5 (live stop support)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
87243ca35c
commit
077e1a7b2b
Generated
+6
-6
@@ -1,15 +1,15 @@
|
||||
{
|
||||
"name": "impeccable",
|
||||
"version": "2.0.2",
|
||||
"version": "2.0.4",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "impeccable",
|
||||
"version": "2.0.2",
|
||||
"version": "2.0.4",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@impeccable/detect": "^2.0.3"
|
||||
"@impeccable/detect": "^2.0.5"
|
||||
},
|
||||
"bin": {
|
||||
"impeccable": "bin/impeccable"
|
||||
@@ -1338,9 +1338,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@impeccable/detect": {
|
||||
"version": "2.0.3",
|
||||
"resolved": "https://registry.npmjs.org/@impeccable/detect/-/detect-2.0.3.tgz",
|
||||
"integrity": "sha512-8RnrdV1fWqQv5pOIr0zpj9pvOzw8Q7ql3K8N+q9yv0kY0lUNgF0jo3z6MFI7AU9Zbc8tsOlomOBSY4iIWvfHwQ==",
|
||||
"version": "2.0.5",
|
||||
"resolved": "https://registry.npmjs.org/@impeccable/detect/-/detect-2.0.5.tgz",
|
||||
"integrity": "sha512-FlUSc321ktDBeTOX2Ympt5nWxDEHDab4zfqDA1MqsEtdfF8vbof3xkp6XjJnyzbsJoqrIXDVp5AE9YbfqNr/EA==",
|
||||
"license": "BSL-1.1",
|
||||
"dependencies": {
|
||||
"jsdom": "^29.0.0"
|
||||
|
||||
+1
-1
@@ -11,7 +11,7 @@
|
||||
"LICENSE"
|
||||
],
|
||||
"dependencies": {
|
||||
"@impeccable/detect": "^2.0.4"
|
||||
"@impeccable/detect": "^2.0.5"
|
||||
},
|
||||
"description": "Detect UI anti-patterns and design quality issues from the command line",
|
||||
"keywords": [
|
||||
|
||||
Reference in New Issue
Block a user