@carbon/themes 10.25.0-rc.0 → 10.26.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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@carbon/themes",
3
3
  "description": "Themes for applying color in the Carbon Design System",
4
- "version": "10.25.0-rc.0",
4
+ "version": "10.26.0",
5
5
  "license": "Apache-2.0",
6
6
  "main": "lib/index.js",
7
7
  "module": "es/index.js",
@@ -25,18 +25,19 @@
25
25
  },
26
26
  "scripts": {
27
27
  "clean": "rimraf es lib umd scss/generated",
28
- "build": "yarn clean && bundler bundle src/index.js --name CarbonThemes && node tasks/build.js && bundler check \"scss/*.scss\" && bundler sassdoc \"scss/**/*.scss\""
28
+ "build": "yarn clean && carbon-cli bundle src/index.js --name CarbonThemes && node tasks/build.js && carbon-cli check \"scss/*.scss\" && carbon-cli sassdoc \"scss/**/*.scss\""
29
29
  },
30
30
  "dependencies": {
31
- "@carbon/colors": "^10.18.0-rc.0",
32
- "@carbon/layout": "^10.16.0-rc.0",
33
- "@carbon/type": "^10.19.0-rc.0",
31
+ "@carbon/colors": "^10.19.0",
32
+ "@carbon/layout": "^10.17.0",
33
+ "@carbon/type": "^10.20.0",
34
34
  "color": "^3.1.2"
35
35
  },
36
36
  "devDependencies": {
37
+ "@carbon/cli": "^10.18.0",
37
38
  "@carbon/cli-reporter": "^10.4.0",
38
- "@carbon/scss-generator": "^10.11.0",
39
- "@carbon/test-utils": "^10.13.0",
39
+ "@carbon/scss-generator": "^10.12.0",
40
+ "@carbon/test-utils": "^10.14.0",
40
41
  "change-case": "^4.1.1",
41
42
  "core-js": "^3.6.5",
42
43
  "fs-extra": "^8.1.0",
@@ -44,5 +45,5 @@
44
45
  "node-sass": "^4.13.1",
45
46
  "rimraf": "^3.0.0"
46
47
  },
47
- "gitHead": "f03484f2f7cb1df5b5bea53a8dddbe4710c0035e"
48
+ "gitHead": "9e4485a39c8ced35313aa834c4d162a99bc57fb9"
48
49
  }