@comet/admin-icons 8.11.0-canary-20260105125923 → 8.11.0-canary-20260105130229

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  # @comet/admin-icons
2
2
 
3
- ## 8.11.0-canary-20260105125923
3
+ ## 8.11.0-canary-20260105130229
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -5,5 +5,5 @@
5
5
  export default {
6
6
  "src/**/*.{ts,tsx,js,jsx,json,css,scss,md}": () => "pnpm lint:eslint",
7
7
  "src/**/*.{ts,tsx}": () => "pnpm lint:tsc",
8
- "*.{js,json,md,yml,yaml}": () => "pnpm lint:prettier",
8
+ "*.{ts,js,json,md,yml,yaml}": () => "pnpm lint:prettier",
9
9
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comet/admin-icons",
3
- "version": "8.11.0-canary-20260105125923",
3
+ "version": "8.11.0-canary-20260105130229",
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-20260105125923",
37
- "@comet/eslint-config": "8.11.0-canary-20260105125923"
36
+ "@comet/admin-babel-preset": "8.11.0-canary-20260105130229",
37
+ "@comet/eslint-config": "8.11.0-canary-20260105130229"
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 './**/*.{js,json,md,yml,yaml}'",
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",