@comet/cms-admin 9.0.0-canary-20260108124422 → 9.0.0-canary-20260119123708
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 +15 -15
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@comet/cms-admin",
|
|
3
|
-
"version": "9.0.0-canary-
|
|
3
|
+
"version": "9.0.0-canary-20260119123708",
|
|
4
4
|
"description": "Comet CMS Admin package",
|
|
5
5
|
"repository": {
|
|
6
6
|
"directory": "packages/admin/cms-admin",
|
|
@@ -37,12 +37,12 @@
|
|
|
37
37
|
"rimraf": "^6.1.2",
|
|
38
38
|
"scroll-into-view-if-needed": "^3.1.0",
|
|
39
39
|
"slugify": "^1.6.6",
|
|
40
|
-
"use-debounce": "^10.0.
|
|
40
|
+
"use-debounce": "^10.0.6",
|
|
41
41
|
"uuid": "^11.1.0",
|
|
42
|
-
"@comet/admin": "9.0.0-canary-
|
|
43
|
-
"@comet/admin-date-time": "9.0.0-canary-
|
|
44
|
-
"@comet/admin-icons": "9.0.0-canary-
|
|
45
|
-
"@comet/admin-rte": "9.0.0-canary-
|
|
42
|
+
"@comet/admin": "9.0.0-canary-20260119123708",
|
|
43
|
+
"@comet/admin-date-time": "9.0.0-canary-20260119123708",
|
|
44
|
+
"@comet/admin-icons": "9.0.0-canary-20260119123708",
|
|
45
|
+
"@comet/admin-rte": "9.0.0-canary-20260119123708"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@apollo/client": "^3.14.0",
|
|
@@ -55,11 +55,11 @@
|
|
|
55
55
|
"@graphql-codegen/near-operation-file-preset": "^3.1.0",
|
|
56
56
|
"@graphql-codegen/typescript": "^4.1.6",
|
|
57
57
|
"@graphql-codegen/typescript-operations": "^4.6.1",
|
|
58
|
-
"@mui/material": "^7.3.
|
|
59
|
-
"@mui/system": "^7.3.
|
|
58
|
+
"@mui/material": "^7.3.7",
|
|
59
|
+
"@mui/system": "^7.3.7",
|
|
60
60
|
"@mui/x-data-grid": "^7.29.8",
|
|
61
|
-
"@testing-library/dom": "^10.4.
|
|
62
|
-
"@testing-library/react": "^16.3.
|
|
61
|
+
"@testing-library/dom": "^10.4.1",
|
|
62
|
+
"@testing-library/react": "^16.3.1",
|
|
63
63
|
"@types/draft-js": "^0.11.20",
|
|
64
64
|
"@types/file-saver": "^2.0.7",
|
|
65
65
|
"@types/final-form-set-field-touched": "^1.0.3",
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
"eslint": "^9.30.1",
|
|
79
79
|
"final-form": "^4.20.10",
|
|
80
80
|
"graphql": "^16.0.0",
|
|
81
|
-
"npm-run-all2": "^8.0.
|
|
81
|
+
"npm-run-all2": "^8.0.4",
|
|
82
82
|
"prettier": "^3.6.2",
|
|
83
83
|
"react": "^18.3.1",
|
|
84
84
|
"react-dnd": "^16.0.1",
|
|
@@ -90,9 +90,9 @@
|
|
|
90
90
|
"react-router-dom": "^5.3.4",
|
|
91
91
|
"typescript": "5.9.3",
|
|
92
92
|
"vitest": "^4.0.16",
|
|
93
|
-
"@comet/admin-babel-preset": "9.0.0-canary-
|
|
94
|
-
"@comet/cli": "9.0.0-canary-
|
|
95
|
-
"@comet/eslint-config": "9.0.0-canary-
|
|
93
|
+
"@comet/admin-babel-preset": "9.0.0-canary-20260119123708",
|
|
94
|
+
"@comet/cli": "9.0.0-canary-20260119123708",
|
|
95
|
+
"@comet/eslint-config": "9.0.0-canary-20260119123708"
|
|
96
96
|
},
|
|
97
97
|
"peerDependencies": {
|
|
98
98
|
"@apollo/client": "^3.7.0",
|
|
@@ -130,7 +130,7 @@
|
|
|
130
130
|
"lint": "run-p gql:types generate-block-types && run-p lint:prettier lint:eslint lint:tsc",
|
|
131
131
|
"lint:ci": "pnpm run lint",
|
|
132
132
|
"lint:eslint": "eslint --max-warnings 0 src/ **/*.json --no-warn-ignored",
|
|
133
|
-
"lint:prettier": "pnpm exec prettier --check '
|
|
133
|
+
"lint:prettier": "pnpm exec prettier --check '*.{ts,js,json,md,yml,yaml}'",
|
|
134
134
|
"lint:tsc": "tsc --noEmit",
|
|
135
135
|
"start": "run-p gql:types generate-block-types && run-p start:babel start:types",
|
|
136
136
|
"start:babel": "pnpm exec babel ./src -x \".ts,.tsx\" -d lib -w",
|