@carbon/colors 11.18.1 → 11.19.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 +6 -5
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@carbon/colors",
3
3
  "description": "Colors for digital and software products using the Carbon Design System",
4
- "version": "11.18.1",
4
+ "version": "11.19.0",
5
5
  "license": "Apache-2.0",
6
6
  "main": "lib/index.js",
7
7
  "module": "es/index.js",
@@ -29,19 +29,20 @@
29
29
  "react"
30
30
  ],
31
31
  "publishConfig": {
32
- "access": "public"
32
+ "access": "public",
33
+ "provenance": true
33
34
  },
34
35
  "scripts": {
35
36
  "build": "yarn clean && carbon-cli bundle src/index.js --name CarbonColors && node tasks/build.js && carbon-cli check \"scss/*.scss\"",
36
37
  "clean": "rimraf css es lib umd scss index.scss"
37
38
  },
38
39
  "devDependencies": {
39
- "@carbon/cli": "^11.13.1",
40
+ "@carbon/cli": "^11.14.0",
40
41
  "@carbon/cli-reporter": "^10.7.0",
41
42
  "@carbon/scss-generator": "^10.18.0",
42
43
  "@carbon/test-utils": "^10.30.0",
43
44
  "change-case": "^4.1.1",
44
- "fs-extra": "^10.0.0",
45
+ "fs-extra": "^11.0.0",
45
46
  "rimraf": "^5.0.0"
46
47
  },
47
48
  "sideEffects": false,
@@ -51,5 +52,5 @@
51
52
  "sassDir": "scss",
52
53
  "needs": "^1.3.0"
53
54
  },
54
- "gitHead": "22b28f5d05e6caa4565e4e84308abcf2fd977aec"
55
+ "gitHead": "f9ac32a70a209100bb30ed41edc39c596eae7956"
55
56
  }