@comet/cms-admin 8.11.0-canary-20251222063855 → 8.11.0-canary-20251222095546
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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@comet/cms-admin",
|
|
3
|
-
"version": "8.11.0-canary-
|
|
3
|
+
"version": "8.11.0-canary-20251222095546",
|
|
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-
|
|
44
|
-
"@comet/admin-date-time": "8.11.0-canary-
|
|
45
|
-
"@comet/admin-icons": "8.11.0-canary-
|
|
46
|
-
"@comet/admin-rte": "8.11.0-canary-
|
|
43
|
+
"@comet/admin": "8.11.0-canary-20251222095546",
|
|
44
|
+
"@comet/admin-date-time": "8.11.0-canary-20251222095546",
|
|
45
|
+
"@comet/admin-icons": "8.11.0-canary-20251222095546",
|
|
46
|
+
"@comet/admin-rte": "8.11.0-canary-20251222095546"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"@apollo/client": "^3.14.0",
|
|
@@ -64,7 +64,6 @@
|
|
|
64
64
|
"@types/draft-js": "^0.11.20",
|
|
65
65
|
"@types/file-saver": "^2.0.7",
|
|
66
66
|
"@types/final-form-set-field-touched": "^1.0.3",
|
|
67
|
-
"@types/jest": "^29.5.14",
|
|
68
67
|
"@types/js-cookie": "^3.0.6",
|
|
69
68
|
"@types/lodash.escaperegexp": "^4.1.9",
|
|
70
69
|
"@types/lodash.isequal": "^4.5.8",
|
|
@@ -80,9 +79,6 @@
|
|
|
80
79
|
"eslint": "^9.30.1",
|
|
81
80
|
"final-form": "^4.20.10",
|
|
82
81
|
"graphql": "^16.0.0",
|
|
83
|
-
"jest": "^29.7.0",
|
|
84
|
-
"jest-environment-jsdom": "^29.7.0",
|
|
85
|
-
"jest-junit": "^16.0.0",
|
|
86
82
|
"npm-run-all2": "^8.0.0",
|
|
87
83
|
"prettier": "^3.6.2",
|
|
88
84
|
"react": "^18.3.1",
|
|
@@ -93,11 +89,11 @@
|
|
|
93
89
|
"react-intl": "^7.1.11",
|
|
94
90
|
"react-router": "^5.3.4",
|
|
95
91
|
"react-router-dom": "^5.3.4",
|
|
96
|
-
"ts-jest": "^29.4.0",
|
|
97
92
|
"typescript": "5.9.3",
|
|
98
|
-
"
|
|
99
|
-
"@comet/
|
|
100
|
-
"@comet/
|
|
93
|
+
"vitest": "^4.0.16",
|
|
94
|
+
"@comet/admin-babel-preset": "8.11.0-canary-20251222095546",
|
|
95
|
+
"@comet/cli": "8.11.0-canary-20251222095546",
|
|
96
|
+
"@comet/eslint-config": "8.11.0-canary-20251222095546"
|
|
101
97
|
},
|
|
102
98
|
"peerDependencies": {
|
|
103
99
|
"@apollo/client": "^3.7.0",
|
|
@@ -140,7 +136,7 @@
|
|
|
140
136
|
"start": "run-p gql:types generate-block-types && run-p start:babel start:types",
|
|
141
137
|
"start:babel": "pnpm exec babel ./src -x \".ts,.tsx\" -d lib -w",
|
|
142
138
|
"start:types": "tsc --project ./tsconfig.json --emitDeclarationOnly --watch --preserveWatchOutput",
|
|
143
|
-
"test": "
|
|
144
|
-
"test:watch": "
|
|
139
|
+
"test": "vitest --run",
|
|
140
|
+
"test:watch": "vitest --watch"
|
|
145
141
|
}
|
|
146
142
|
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"stub-file.d.ts","sourceRoot":"","sources":["../../src/testing/stub-file.ts"],"names":[],"mappings":"wBAGe,EAAE;AAAjB,wBAAkB"}
|
package/lib/testing/stub-file.js
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports["default"] = void 0;
|
|
7
|
-
// This is a stub file for testing purposes. It is used in the jest.config.ts (moduleNameMapper) in order to mock certain file types, or modules that are in ESM format
|
|
8
|
-
// Documentation of the use of stub files in jest's moduleNameMapper can be found here: https://jestjs.io/docs/configuration#modulenamemapper-objectstring-string--arraystring
|
|
9
|
-
var _default = exports["default"] = "";
|