@comet/admin-color-picker 9.0.0-canary-20251013121422 → 9.0.0-canary-20251113142723

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.
Files changed (1) hide show
  1. package/package.json +9 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comet/admin-color-picker",
3
- "version": "9.0.0-canary-20251013121422",
3
+ "version": "9.0.0-canary-20251113142723",
4
4
  "description": "Comet Admin Color Picker component",
5
5
  "repository": {
6
6
  "directory": "packages/admin/admin-color-picker",
@@ -18,8 +18,8 @@
18
18
  "react-colorful": "^5.6.1",
19
19
  "tinycolor2": "^1.6.0",
20
20
  "use-debounce": "^10.0.5",
21
- "@comet/admin": "9.0.0-canary-20251013121422",
22
- "@comet/admin-icons": "9.0.0-canary-20251013121422"
21
+ "@comet/admin": "9.0.0-canary-20251113142723",
22
+ "@comet/admin-icons": "9.0.0-canary-20251113142723"
23
23
  },
24
24
  "devDependencies": {
25
25
  "@babel/cli": "^7.28.0",
@@ -38,8 +38,8 @@
38
38
  "react-intl": "^7.1.11",
39
39
  "rimraf": "^6.0.1",
40
40
  "typescript": "5.8.3",
41
- "@comet/admin-babel-preset": "9.0.0-canary-20251013121422",
42
- "@comet/eslint-config": "9.0.0-canary-20251013121422"
41
+ "@comet/admin-babel-preset": "9.0.0-canary-20251113142723",
42
+ "@comet/eslint-config": "9.0.0-canary-20251113142723"
43
43
  },
44
44
  "peerDependencies": {
45
45
  "@mui/material": "^7.0.0",
@@ -56,16 +56,16 @@
56
56
  "registry": "https://registry.npmjs.org"
57
57
  },
58
58
  "scripts": {
59
- "build": "$npm_execpath run clean && run-p build:babel build:types",
60
- "build:babel": "npx babel ./src -x \".ts,.tsx\" -d lib",
59
+ "build": "pnpm run clean && run-p build:babel build:types",
60
+ "build:babel": "pnpm exec babel ./src -x \".ts,.tsx\" -d lib",
61
61
  "build:types": "tsc --project ./tsconfig.json --emitDeclarationOnly",
62
62
  "clean": "rimraf lib",
63
63
  "lint": "run-p lint:prettier lint:eslint lint:tsc",
64
64
  "lint:eslint": "eslint --max-warnings 0 src/ **/*.json --no-warn-ignored",
65
- "lint:prettier": "npx prettier --check './**/*.{js,json,md,yml,yaml}'",
65
+ "lint:prettier": "pnpm exec prettier --check './**/*.{js,json,md,yml,yaml}'",
66
66
  "lint:tsc": "tsc --noEmit",
67
67
  "start": "run-p start:babel start:types",
68
- "start:babel": "npx babel ./src -x \".ts,.tsx\" -d lib -w",
68
+ "start:babel": "pnpm exec babel ./src -x \".ts,.tsx\" -d lib -w",
69
69
  "start:types": "tsc --project ./tsconfig.json --emitDeclarationOnly --watch --preserveWatchOutput"
70
70
  }
71
71
  }