@comet/admin-react-select 3.1.0 → 3.2.0-alpha.1014.0

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 +8 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comet/admin-react-select",
3
- "version": "3.1.0",
3
+ "version": "3.2.0-alpha.1014.0+179eff8",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "files": [
@@ -12,13 +12,13 @@
12
12
  "directory": "packages/admin/admin-react-select"
13
13
  },
14
14
  "dependencies": {
15
- "@comet/admin": "^3.1.0",
15
+ "@comet/admin": "^3.2.0-alpha.1014.0+179eff8",
16
16
  "classnames": "^2.2.6"
17
17
  },
18
18
  "devDependencies": {
19
19
  "@babel/cli": "^7.17.6",
20
- "@comet/admin-babel-preset": "^3.1.0",
21
- "@comet/eslint-config": "^3.1.0",
20
+ "@comet/admin-babel-preset": "^3.2.0-alpha.1014.0+179eff8",
21
+ "@comet/eslint-config": "^3.2.0-alpha.1014.0+179eff8",
22
22
  "@types/react-select": "^3.1.2",
23
23
  "eslint": "^8.0.0",
24
24
  "prettier": "^2.0.0",
@@ -37,10 +37,11 @@
37
37
  "react-select": "^3.0.4"
38
38
  },
39
39
  "scripts": {
40
- "build": "rimraf lib && run-p build:babel build:types",
40
+ "clean": "rimraf lib",
41
+ "build": "yarn run clean && run-p build:babel build:types",
41
42
  "build:babel": "npx babel ./src -x \".ts,.tsx\" -d lib",
42
43
  "build:types": "tsc --project ./tsconfig.json --emitDeclarationOnly",
43
- "start": "rimraf lib && run-p start:babel start:types",
44
+ "start": "run-p start:babel start:types",
44
45
  "start:babel": "npx babel ./src -x \".ts,.tsx\" -d lib -w",
45
46
  "start:types": "tsc --project ./tsconfig.json --emitDeclarationOnly --watch --preserveWatchOutput",
46
47
  "lint": "run-p lint:eslint lint:tsc",
@@ -52,5 +53,5 @@
52
53
  "access": "public"
53
54
  },
54
55
  "license": "BSD-2-Clause",
55
- "gitHead": "ff5a89a46af209b36df663522b32cf602ac7c3ac"
56
+ "gitHead": "179eff875e71509e62a853ff8cde03da56969adc"
56
57
  }