@comet/admin 8.10.0-canary-20251204131245 → 8.10.0-canary-20251204165034
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 +6 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@comet/admin",
|
|
3
|
-
"version": "8.10.0-canary-
|
|
3
|
+
"version": "8.10.0-canary-20251204165034",
|
|
4
4
|
"description": "Comet Admin package",
|
|
5
5
|
"repository": {
|
|
6
6
|
"directory": "packages/admin/admin",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"react-dropzone": "^14.3.8",
|
|
29
29
|
"use-constant": "^2.0.0",
|
|
30
30
|
"uuid": "^11.1.0",
|
|
31
|
-
"@comet/admin-icons": "8.10.0-canary-
|
|
31
|
+
"@comet/admin-icons": "8.10.0-canary-20251204165034"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"@apollo/client": "^3.14.0",
|
|
@@ -83,9 +83,9 @@
|
|
|
83
83
|
"storybook-addon-tag-badges": "^2.0.1",
|
|
84
84
|
"ts-jest": "^29.4.0",
|
|
85
85
|
"typescript": "5.9.3",
|
|
86
|
-
"@comet/admin-babel-preset": "8.10.0-canary-
|
|
87
|
-
"@comet/eslint-config": "8.10.0-canary-
|
|
88
|
-
"@comet/eslint-plugin": "8.10.0-canary-
|
|
86
|
+
"@comet/admin-babel-preset": "8.10.0-canary-20251204165034",
|
|
87
|
+
"@comet/eslint-config": "8.10.0-canary-20251204165034",
|
|
88
|
+
"@comet/eslint-plugin": "8.10.0-canary-20251204165034"
|
|
89
89
|
},
|
|
90
90
|
"peerDependencies": {
|
|
91
91
|
"@apollo/client": "^3.7.0",
|
|
@@ -133,6 +133,7 @@
|
|
|
133
133
|
"build:types": "tsc --project ./tsconfig.build.json --emitDeclarationOnly",
|
|
134
134
|
"clean": "rimraf lib",
|
|
135
135
|
"lint": "run-p lint:prettier lint:eslint lint:tsc",
|
|
136
|
+
"lint:ci": "pnpm run lint",
|
|
136
137
|
"lint:eslint": "eslint --max-warnings 0 src/ **/*.json --no-warn-ignored",
|
|
137
138
|
"lint:prettier": "pnpm exec prettier --check './**/*.{js,json,md,yml,yaml}'",
|
|
138
139
|
"lint:tsc": "tsc --noEmit",
|