@comet/admin 8.11.0-canary-20251222095546 → 8.11.0-canary-20251222101631
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 +9 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@comet/admin",
|
|
3
|
-
"version": "8.11.0-canary-
|
|
3
|
+
"version": "8.11.0-canary-20251222101631",
|
|
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-
|
|
31
|
+
"@comet/admin-icons": "8.11.0-canary-20251222101631"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"@apollo/client": "^3.14.0",
|
|
@@ -52,7 +52,6 @@
|
|
|
52
52
|
"@types/file-saver": "^2.0.7",
|
|
53
53
|
"@types/final-form-set-field-data": "^1.0.3",
|
|
54
54
|
"@types/history": "^4.7.11",
|
|
55
|
-
"@types/jest": "^29.5.14",
|
|
56
55
|
"@types/lodash.debounce": "^4.0.9",
|
|
57
56
|
"@types/lodash.isequal": "^4.5.8",
|
|
58
57
|
"@types/node": "^24.9.1",
|
|
@@ -65,9 +64,6 @@
|
|
|
65
64
|
"final-form": "^4.20.10",
|
|
66
65
|
"graphql": "^16.0.0",
|
|
67
66
|
"history": "^4.10.1",
|
|
68
|
-
"jest": "^29.7.0",
|
|
69
|
-
"jest-environment-jsdom": "^29.7.0",
|
|
70
|
-
"jest-junit": "^16.0.0",
|
|
71
67
|
"msw": "^2.10.4",
|
|
72
68
|
"npm-run-all2": "^8.0.0",
|
|
73
69
|
"prettier": "^3.6.2",
|
|
@@ -81,11 +77,12 @@
|
|
|
81
77
|
"rimraf": "^6.1.2",
|
|
82
78
|
"storybook": "^9.1.10",
|
|
83
79
|
"storybook-addon-tag-badges": "^2.0.1",
|
|
84
|
-
"ts-jest": "^29.4.0",
|
|
85
80
|
"typescript": "5.9.3",
|
|
86
|
-
"
|
|
87
|
-
"
|
|
88
|
-
"@comet/
|
|
81
|
+
"vite-tsconfig-paths": "^6.0.3",
|
|
82
|
+
"vitest": "^4.0.16",
|
|
83
|
+
"@comet/admin-babel-preset": "8.11.0-canary-20251222101631",
|
|
84
|
+
"@comet/eslint-config": "8.11.0-canary-20251222101631",
|
|
85
|
+
"@comet/eslint-plugin": "8.11.0-canary-20251222101631"
|
|
89
86
|
},
|
|
90
87
|
"peerDependencies": {
|
|
91
88
|
"@apollo/client": "^3.7.0",
|
|
@@ -141,7 +138,7 @@
|
|
|
141
138
|
"start:babel": "pnpm exec babel ./src -x \".ts,.tsx\" -d lib -w",
|
|
142
139
|
"start:types": "tsc --project ./tsconfig.json --emitDeclarationOnly --watch --preserveWatchOutput",
|
|
143
140
|
"storybook": "storybook dev -p 26646 --no-open",
|
|
144
|
-
"test": "
|
|
145
|
-
"test:watch": "
|
|
141
|
+
"test": "vitest --run",
|
|
142
|
+
"test:watch": "vitest --watch"
|
|
146
143
|
}
|
|
147
144
|
}
|