@comet/admin 8.11.0-canary-20260105125923 → 8.11.0-canary-20260105130229

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@comet/admin",
3
- "version": "8.11.0-canary-20260105125923",
3
+ "version": "8.11.0-canary-20260105130229",
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.11.0-canary-20260105125923"
31
+ "@comet/admin-icons": "8.11.0-canary-20260105130229"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@apollo/client": "^3.14.0",
@@ -80,9 +80,9 @@
80
80
  "typescript": "5.9.3",
81
81
  "vite-tsconfig-paths": "^6.0.3",
82
82
  "vitest": "^4.0.16",
83
- "@comet/admin-babel-preset": "8.11.0-canary-20260105125923",
84
- "@comet/eslint-config": "8.11.0-canary-20260105125923",
85
- "@comet/eslint-plugin": "8.11.0-canary-20260105125923"
83
+ "@comet/admin-babel-preset": "8.11.0-canary-20260105130229",
84
+ "@comet/eslint-config": "8.11.0-canary-20260105130229",
85
+ "@comet/eslint-plugin": "8.11.0-canary-20260105130229"
86
86
  },
87
87
  "peerDependencies": {
88
88
  "@apollo/client": "^3.7.0",
@@ -132,7 +132,7 @@
132
132
  "lint": "run-p lint:prettier lint:eslint lint:tsc",
133
133
  "lint:ci": "pnpm run lint",
134
134
  "lint:eslint": "eslint --max-warnings 0 src/ **/*.json --no-warn-ignored",
135
- "lint:prettier": "pnpm exec prettier --check './**/*.{js,json,md,yml,yaml}'",
135
+ "lint:prettier": "pnpm exec prettier --check '*.{ts,js,json,md,yml,yaml}'",
136
136
  "lint:tsc": "tsc --noEmit",
137
137
  "start": "run-p start:babel start:types",
138
138
  "start:babel": "pnpm exec babel ./src -x \".ts,.tsx\" -d lib -w",