@comet/admin-icons 8.11.0-canary-20260105125923 → 8.11.0-canary-20260105131248
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/CHANGELOG.md +1 -1
- package/lint-staged.config.mjs +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
package/lint-staged.config.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@comet/admin-icons",
|
|
3
|
-
"version": "8.11.0-canary-
|
|
3
|
+
"version": "8.11.0-canary-20260105131248",
|
|
4
4
|
"description": "A collection of icons for Comet Admin",
|
|
5
5
|
"repository": {
|
|
6
6
|
"directory": "packages/admin/admin-icons",
|
|
@@ -33,8 +33,8 @@
|
|
|
33
33
|
"rimraf": "^6.1.2",
|
|
34
34
|
"ts-node": "^10.9.2",
|
|
35
35
|
"typescript": "5.9.3",
|
|
36
|
-
"@comet/admin-babel-preset": "8.11.0-canary-
|
|
37
|
-
"@comet/eslint-config": "8.11.0-canary-
|
|
36
|
+
"@comet/admin-babel-preset": "8.11.0-canary-20260105131248",
|
|
37
|
+
"@comet/eslint-config": "8.11.0-canary-20260105131248"
|
|
38
38
|
},
|
|
39
39
|
"peerDependencies": {
|
|
40
40
|
"@mui/material": "^7.0.0",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"lint": "run-p lint:prettier lint:eslint lint:tsc",
|
|
58
58
|
"lint:ci": "pnpm run lint",
|
|
59
59
|
"lint:eslint": "eslint --max-warnings 0 src/ **/*.json --no-warn-ignored",
|
|
60
|
-
"lint:prettier": "pnpm exec prettier --check '
|
|
60
|
+
"lint:prettier": "pnpm exec prettier --check '*.{ts,js,json,md,yml,yaml}'",
|
|
61
61
|
"lint:tsc": "tsc --noEmit",
|
|
62
62
|
"start": "pnpm run generate-icons && run-p start:babel start:types",
|
|
63
63
|
"start:babel": "pnpm exec babel ./src -x \".ts,.tsx\" -d lib -w",
|