|
1 | 1 | { |
2 | 2 | "name": "@carbon/elements", |
3 | 3 | "description": "A collection of design elements in code for the IBM Design Language", |
4 | | - "version": "10.32.0-rc.0", |
| 4 | + "version": "10.32.0", |
5 | 5 | "license": "Apache-2.0", |
6 | 6 | "main": "lib/index.js", |
7 | 7 | "module": "es/index.js", |
|
35 | 35 | "clean": "rimraf es lib umd && node tasks/clean.js" |
36 | 36 | }, |
37 | 37 | "dependencies": { |
38 | | - "@carbon/colors": "^10.23.0-rc.0", |
39 | | - "@carbon/grid": "^10.25.0-rc.0", |
40 | | - "@carbon/icons": "^10.30.0-rc.0", |
| 38 | + "@carbon/colors": "^10.23.0", |
| 39 | + "@carbon/grid": "^10.25.0", |
| 40 | + "@carbon/icons": "^10.30.0", |
41 | 41 | "@carbon/import-once": "^10.6.0", |
42 | | - "@carbon/layout": "^10.23.0-rc.0", |
43 | | - "@carbon/motion": "^10.16.0-rc.0", |
44 | | - "@carbon/themes": "^10.32.0-rc.0", |
45 | | - "@carbon/type": "^10.26.0-rc.0" |
| 42 | + "@carbon/layout": "^10.23.0", |
| 43 | + "@carbon/motion": "^10.16.0", |
| 44 | + "@carbon/themes": "^10.32.0", |
| 45 | + "@carbon/type": "^10.26.0" |
46 | 46 | }, |
47 | 47 | "devDependencies": { |
48 | | - "@carbon/cli": "^10.22.0-rc.0", |
| 48 | + "@carbon/cli": "^10.22.0", |
49 | 49 | "fs-extra": "^8.1.0", |
50 | 50 | "klaw-sync": "^6.0.0", |
51 | 51 | "replace-in-file": "^3.4.2", |
|
0 commit comments