@comet/cms-admin 8.11.0-canary-20260105094652 → 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 +9 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comet/cms-admin",
3
- "version": "8.11.0-canary-20260105094652",
3
+ "version": "8.11.0-canary-20260105130229",
4
4
  "description": "Comet CMS Admin package",
5
5
  "repository": {
6
6
  "directory": "packages/admin/cms-admin",
@@ -40,10 +40,10 @@
40
40
  "slugify": "^1.6.6",
41
41
  "use-debounce": "^10.0.5",
42
42
  "uuid": "^11.1.0",
43
- "@comet/admin": "8.11.0-canary-20260105094652",
44
- "@comet/admin-date-time": "8.11.0-canary-20260105094652",
45
- "@comet/admin-icons": "8.11.0-canary-20260105094652",
46
- "@comet/admin-rte": "8.11.0-canary-20260105094652"
43
+ "@comet/admin": "8.11.0-canary-20260105130229",
44
+ "@comet/admin-date-time": "8.11.0-canary-20260105130229",
45
+ "@comet/admin-icons": "8.11.0-canary-20260105130229",
46
+ "@comet/admin-rte": "8.11.0-canary-20260105130229"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@apollo/client": "^3.14.0",
@@ -91,9 +91,9 @@
91
91
  "react-router-dom": "^5.3.4",
92
92
  "typescript": "5.9.3",
93
93
  "vitest": "^4.0.16",
94
- "@comet/admin-babel-preset": "8.11.0-canary-20260105094652",
95
- "@comet/cli": "8.11.0-canary-20260105094652",
96
- "@comet/eslint-config": "8.11.0-canary-20260105094652"
94
+ "@comet/admin-babel-preset": "8.11.0-canary-20260105130229",
95
+ "@comet/cli": "8.11.0-canary-20260105130229",
96
+ "@comet/eslint-config": "8.11.0-canary-20260105130229"
97
97
  },
98
98
  "peerDependencies": {
99
99
  "@apollo/client": "^3.7.0",
@@ -131,7 +131,7 @@
131
131
  "lint": "run-p gql:types generate-block-types && run-p lint:prettier lint:eslint lint:tsc",
132
132
  "lint:ci": "pnpm run lint",
133
133
  "lint:eslint": "eslint --max-warnings 0 src/ **/*.json --no-warn-ignored",
134
- "lint:prettier": "pnpm exec prettier --check './**/*.{js,json,md,yml,yaml}'",
134
+ "lint:prettier": "pnpm exec prettier --check '*.{ts,js,json,md,yml,yaml}'",
135
135
  "lint:tsc": "tsc --noEmit",
136
136
  "start": "run-p gql:types generate-block-types && run-p start:babel start:types",
137
137
  "start:babel": "pnpm exec babel ./src -x \".ts,.tsx\" -d lib -w",