File tree 16 files changed +45
-45
lines changed
16 files changed +45
-45
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " carbon-components" ,
3
3
"description" : " The Carbon Design System is IBM’s open-source design system for products and experiences." ,
4
- "version" : " 10.6.0-rc.0 " ,
4
+ "version" : " 10.6.0" ,
5
5
"license" : " Apache-2.0" ,
6
6
"main" : " umd/index.js" ,
7
7
"module" : " es/index.js" ,
80
80
"@babel/preset-env" : " ^7.0.0" ,
81
81
"@babel/preset-react" : " ^7.0.0" ,
82
82
"@babel/runtime" : " ^7.5.2" ,
83
- "@carbon/elements" : " 10.6.0-rc.0 " ,
84
- "@carbon/icons-handlebars" : " 10.5 .0" ,
85
- "@carbon/icons-react" : " 10.5 .0" ,
83
+ "@carbon/elements" : " 10.6.0" ,
84
+ "@carbon/icons-handlebars" : " 10.6 .0" ,
85
+ "@carbon/icons-react" : " 10.6 .0" ,
86
86
"@carbon/test-utils" : " 10.3.0" ,
87
87
"@frctl/fractal" : " ^1.1.0" ,
88
88
"adaro" : " 1.0.4" ,
Original file line number Diff line number Diff line change 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.6.0-rc.0 " ,
4
+ "version" : " 10.6.0" ,
5
5
"license" : " Apache-2.0" ,
6
6
"main" : " lib/index.js" ,
7
7
"module" : " es/index.js" ,
32
32
},
33
33
"dependencies" : {
34
34
"@carbon/colors" : " 10.4.0" ,
35
- "@carbon/grid" : " 10.5 .0" ,
36
- "@carbon/icons" : " 10.5 .0" ,
35
+ "@carbon/grid" : " 10.6 .0" ,
36
+ "@carbon/icons" : " 10.6 .0" ,
37
37
"@carbon/import-once" : " 10.3.0" ,
38
- "@carbon/layout" : " 10.4 .0" ,
38
+ "@carbon/layout" : " 10.5 .0" ,
39
39
"@carbon/motion" : " 10.4.0" ,
40
- "@carbon/themes" : " 10.5 .0" ,
41
- "@carbon/type" : " 10.5.0-rc.0 "
40
+ "@carbon/themes" : " 10.6 .0" ,
41
+ "@carbon/type" : " 10.5.0"
42
42
},
43
43
"devDependencies" : {
44
44
"@carbon/bundler" : " 10.4.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @carbon/grid" ,
3
3
"description" : " Grid for digital and software products using the Carbon Design System" ,
4
- "version" : " 10.5 .0" ,
4
+ "version" : " 10.6 .0" ,
5
5
"license" : " Apache-2.0" ,
6
6
"repository" : " https://github.com/carbon-design-system/carbon/tree/master/packages/grid" ,
7
7
"bugs" : " https://github.com/carbon-design-system/carbon/issues" ,
28
28
},
29
29
"dependencies" : {
30
30
"@carbon/import-once" : " 10.3.0" ,
31
- "@carbon/layout" : " 10.4 .0"
31
+ "@carbon/layout" : " 10.5 .0"
32
32
},
33
33
"devDependencies" : {
34
34
"@carbon/bundler" : " 10.4.0" ,
Original file line number Diff line number Diff line change 2
2
"name" : " @carbon/icon-build-helpers" ,
3
3
"private" : true ,
4
4
"description" : " Build helpers for the Carbon Design System icon library" ,
5
- "version" : " 0.1 .0" ,
5
+ "version" : " 0.2 .0" ,
6
6
"license" : " Apache-2.0" ,
7
7
"main" : " src/index.js" ,
8
8
"repository" : " https://github.com/carbon-design-system/carbon/tree/master/packages/icon-build-helpers" ,
23
23
"@carbon/cli-reporter" : " 10.3.0" ,
24
24
"@carbon/icon-helpers" : " 10.4.0" ,
25
25
"browserslist-config-carbon" : " 10.4.0" ,
26
- "core-js" : " ^3.1.3" ,
27
26
"change-case" : " ^3.0.2" ,
27
+ "core-js" : " ^3.1.3" ,
28
28
"fs-extra" : " ^7.0.0" ,
29
- "prop-types" : " ^15.6.2" ,
30
- "react" : " ^16.6.0" ,
31
- "react-dom" : " ^16.6.0" ,
32
29
"joi" : " ^14.3.1" ,
33
30
"js-yaml" : " ^3.12.1" ,
34
31
"klaw-sync" : " ^6.0.0" ,
35
32
"memfs" : " ^2.14.0" ,
36
33
"prettier" : " ^1.17.0" ,
34
+ "prop-types" : " ^15.6.2" ,
35
+ "react" : " ^16.6.0" ,
36
+ "react-dom" : " ^16.6.0" ,
37
37
"rimraf" : " ^2.6.2" ,
38
38
"rollup" : " ^1.15.1" ,
39
39
"rollup-plugin-babel" : " ^4.3.2" ,
Original file line number Diff line number Diff line change 2
2
"name" : " @carbon/icons-angular" ,
3
3
"private" : true ,
4
4
"description" : " Angular components for icons in digital and software products using the Carbon Design System" ,
5
- "version" : " 10.6.0-rc.0 " ,
5
+ "version" : " 10.6.0" ,
6
6
"license" : " Apache-2.0" ,
7
7
"main" : " lib/index.js" ,
8
8
"repository" : " https://github.com/carbon-design-system/carbon/tree/master/packages/icons-angular" ,
39
39
"@angular/compiler-cli" : " 6.1.10" ,
40
40
"@angular/core" : " 6.1.10" ,
41
41
"@carbon/cli-reporter" : " 10.3.0" ,
42
- "@carbon/icons" : " 10.5 .0" ,
42
+ "@carbon/icons" : " 10.6 .0" ,
43
43
"change-case" : " 3.0.2" ,
44
44
"fs-extra" : " 7.0.1" ,
45
45
"rollup" : " ^0.66.6" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @carbon/icons-handlebars" ,
3
3
"description" : " Handlebars helpers for IBM Design Language icons in digital and software products using the Carbon Design System" ,
4
- "version" : " 10.5 .0" ,
4
+ "version" : " 10.6 .0" ,
5
5
"license" : " Apache-2.0" ,
6
6
"main" : " index.js" ,
7
7
"repository" : " https://github.com/carbon-design-system/carbon/tree/master/packages/icons-handlebars" ,
23
23
},
24
24
"dependencies" : {
25
25
"@carbon/icon-helpers" : " 10.4.0" ,
26
- "@carbon/icons" : " 10.5 .0"
26
+ "@carbon/icons" : " 10.6 .0"
27
27
},
28
28
"devDependencies" : {
29
29
"handlebars" : " ^4.0.12"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @carbon/icons-react" ,
3
3
"description" : " React components for icons in digital and software products using the Carbon Design System" ,
4
- "version" : " 10.5 .0" ,
4
+ "version" : " 10.6 .0" ,
5
5
"license" : " Apache-2.0" ,
6
6
"main" : " lib/index.js" ,
7
7
"module" : " es/index.js" ,
32
32
"@carbon/icon-helpers" : " 10.4.0"
33
33
},
34
34
"devDependencies" : {
35
- "@carbon/icon-build-helpers" : " 0.1 .0" ,
36
- "@carbon/icons" : " 10.5 .0"
35
+ "@carbon/icon-build-helpers" : " 0.2 .0" ,
36
+ "@carbon/icons" : " 10.6 .0"
37
37
},
38
38
"sideEffects" : false
39
39
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @carbon/icons-vue" ,
3
3
"description" : " Vue components for icons in digital and software products using the Carbon Design System" ,
4
- "version" : " 10.6.0-rc.0 " ,
4
+ "version" : " 10.6.0" ,
5
5
"license" : " Apache-2.0" ,
6
6
"main" : " lib/index.js" ,
7
7
"module" : " es/index.js" ,
28
28
},
29
29
"devDependencies" : {
30
30
"@carbon/cli-reporter" : " 10.3.0" ,
31
- "@carbon/icons" : " 10.5 .0" ,
31
+ "@carbon/icons" : " 10.6 .0" ,
32
32
"fs-extra" : " ^7.0.1" ,
33
33
"prettier" : " ^1.17.0" ,
34
34
"rimraf" : " ^2.6.2" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @carbon/icons" ,
3
3
"description" : " Icons for digital and software products using the Carbon Design System" ,
4
- "version" : " 10.5 .0" ,
4
+ "version" : " 10.6 .0" ,
5
5
"license" : " Apache-2.0" ,
6
6
"main" : " lib/index.js" ,
7
7
"module" : " es/index.js" ,
33
33
"prepublishOnly" : " yarn build"
34
34
},
35
35
"devDependencies" : {
36
- "@carbon/icon-build-helpers" : " 0.1 .0"
36
+ "@carbon/icon-build-helpers" : " 0.2 .0"
37
37
}
38
38
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @carbon/layout" ,
3
3
"description" : " Layout helpers for digital and software products using the Carbon Design System" ,
4
- "version" : " 10.4 .0" ,
4
+ "version" : " 10.5 .0" ,
5
5
"license" : " Apache-2.0" ,
6
6
"main" : " lib/index.js" ,
7
7
"module" : " es/index.js" ,
Original file line number Diff line number Diff line change 2
2
"name" : " @carbon/pictograms-react" ,
3
3
"private" : true ,
4
4
"description" : " React components for pictograms in digital and software products using the Carbon Design System" ,
5
- "version" : " 10.5 .0" ,
5
+ "version" : " 10.6 .0" ,
6
6
"license" : " Apache-2.0" ,
7
7
"main" : " lib/index.js" ,
8
8
"module" : " es/index.js" ,
33
33
"@carbon/icon-helpers" : " 10.4.0"
34
34
},
35
35
"devDependencies" : {
36
- "@carbon/icon-build-helpers" : " 0.1 .0" ,
37
- "@carbon/pictograms" : " 10.2.0-rc.0 "
36
+ "@carbon/icon-build-helpers" : " 0.2 .0" ,
37
+ "@carbon/pictograms" : " 10.2.0"
38
38
},
39
39
"sideEffects" : false
40
40
}
Original file line number Diff line number Diff line change 2
2
"name" : " @carbon/pictograms" ,
3
3
"private" : true ,
4
4
"description" : " Pictograms for digital and software products using the Carbon Design System" ,
5
- "version" : " 10.2.0-rc.0 " ,
5
+ "version" : " 10.2.0" ,
6
6
"license" : " Apache-2.0" ,
7
7
"repository" : " https://github.com/carbon-design-system/carbon/tree/master/packages/pictograms" ,
8
8
"bugs" : " https://github.com/carbon-design-system/carbon/issues" ,
26
26
"prepublishOnly" : " yarn build"
27
27
},
28
28
"devDependencies" : {
29
- "@carbon/icon-build-helpers" : " 0.1 .0" ,
29
+ "@carbon/icon-build-helpers" : " 0.2 .0" ,
30
30
"rimraf" : " ^3.0.0"
31
31
}
32
32
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " carbon-components-react" ,
3
3
"description" : " The Carbon Design System is IBM’s open-source design system for products and experiences." ,
4
- "version" : " 7.6.0-rc.0 " ,
4
+ "version" : " 7.6.0" ,
5
5
"license" : " Apache-2.0" ,
6
6
"main" : " lib/index.js" ,
7
7
"module" : " es/index.js" ,
32
32
"storybook" : " start-storybook -p 9000"
33
33
},
34
34
"peerDependencies" : {
35
- "carbon-components" : " ^10.5 .0" ,
35
+ "carbon-components" : " ^10.6 .0" ,
36
36
"carbon-icons" : " ^7.0.7" ,
37
37
"react" : " ^16.8.6" ,
38
38
"react-dom" : " ^16.8.6"
39
39
},
40
40
"dependencies" : {
41
- "@carbon/icons-react" : " 10.5 .0" ,
41
+ "@carbon/icons-react" : " 10.6 .0" ,
42
42
"classnames" : " 2.2.6" ,
43
43
"downshift" : " ^1.31.14" ,
44
44
"flatpickr" : " 4.6.1" ,
79
79
"babel-plugin-react-docgen" : " ^2.0.0" ,
80
80
"babel-plugin-transform-inline-environment-variables" : " ^0.4.0" ,
81
81
"browserslist-config-carbon" : " 10.4.0" ,
82
- "carbon-components" : " 10.6.0-rc.0 " ,
82
+ "carbon-components" : " 10.6.0" ,
83
83
"carbon-icons" : " ^7.0.5" ,
84
84
"chalk" : " ^2.3.0" ,
85
85
"cli-table" : " ^0.3.0" ,
Original file line number Diff line number Diff line change 2
2
"name" : " @carbon/sketch" ,
3
3
"private" : true ,
4
4
"description" : " Tooling for generating a sketch plugin to bring code to design" ,
5
- "version" : " 10.6.0-rc.0 " ,
5
+ "version" : " 10.6.0" ,
6
6
"license" : " Apache-2.0" ,
7
7
"repository" : " https://github.com/carbon-design-system/carbon/tree/master/packages/sketch" ,
8
8
"bugs" : " https://github.com/carbon-design-system/carbon/issues" ,
26
26
"@babel/polyfill" : " ^7.4.4" ,
27
27
"@carbon/colors" : " 10.4.0" ,
28
28
"@carbon/icon-helpers" : " 10.4.0" ,
29
- "@carbon/icons" : " 10.5 .0" ,
30
- "@carbon/themes" : " 10.5 .0" ,
31
- "@carbon/type" : " 10.5.0-rc.0 " ,
29
+ "@carbon/icons" : " 10.6 .0" ,
30
+ "@carbon/themes" : " 10.6 .0" ,
31
+ "@carbon/type" : " 10.5.0" ,
32
32
"@skpm/builder" : " ^0.7.0" ,
33
33
"color-string" : " ^1.5.3" ,
34
34
"skpm" : " ^1.2.0"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @carbon/themes" ,
3
3
"description" : " Themes for applying color in the Carbon Design System" ,
4
- "version" : " 10.5 .0" ,
4
+ "version" : " 10.6 .0" ,
5
5
"license" : " Apache-2.0" ,
6
6
"main" : " lib/index.js" ,
7
7
"module" : " es/index.js" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @carbon/type" ,
3
3
"description" : " Typography for digital and software products using the Carbon Design System" ,
4
- "version" : " 10.5.0-rc.0 " ,
4
+ "version" : " 10.5.0" ,
5
5
"license" : " Apache-2.0" ,
6
6
"main" : " lib/index.js" ,
7
7
"module" : " es/index.js" ,
33
33
},
34
34
"dependencies" : {
35
35
"@carbon/import-once" : " 10.3.0" ,
36
- "@carbon/layout" : " 10.4 .0"
36
+ "@carbon/layout" : " 10.5 .0"
37
37
},
38
38
"devDependencies" : {
39
39
"@carbon/bundler" : " 10.4.0" ,
You can’t perform that action at this time.
0 commit comments