@comet/cms-admin 8.10.0-canary-20251204123205 → 8.10.0-canary-20251204140109

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 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comet/cms-admin",
3
- "version": "8.10.0-canary-20251204123205",
3
+ "version": "8.10.0-canary-20251204140109",
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.10.0-canary-20251204123205",
44
- "@comet/admin-date-time": "8.10.0-canary-20251204123205",
45
- "@comet/admin-icons": "8.10.0-canary-20251204123205",
46
- "@comet/admin-rte": "8.10.0-canary-20251204123205"
43
+ "@comet/admin": "8.10.0-canary-20251204140109",
44
+ "@comet/admin-date-time": "8.10.0-canary-20251204140109",
45
+ "@comet/admin-icons": "8.10.0-canary-20251204140109",
46
+ "@comet/admin-rte": "8.10.0-canary-20251204140109"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@apollo/client": "^3.14.0",
@@ -95,9 +95,9 @@
95
95
  "react-router-dom": "^5.3.4",
96
96
  "ts-jest": "^29.4.0",
97
97
  "typescript": "5.9.3",
98
- "@comet/admin-babel-preset": "8.10.0-canary-20251204123205",
99
- "@comet/cli": "8.10.0-canary-20251204123205",
100
- "@comet/eslint-config": "8.10.0-canary-20251204123205"
98
+ "@comet/admin-babel-preset": "8.10.0-canary-20251204140109",
99
+ "@comet/cli": "8.10.0-canary-20251204140109",
100
+ "@comet/eslint-config": "8.10.0-canary-20251204140109"
101
101
  },
102
102
  "peerDependencies": {
103
103
  "@apollo/client": "^3.7.0",
@@ -133,6 +133,7 @@
133
133
  "gql:types": "graphql-codegen",
134
134
  "gql:watch": "pnpm graphql-codegen --watch",
135
135
  "lint": "run-p gql:types generate-block-types && 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",