@carbon/ibmdotcom-web-components 1.38.0-rc.2 → 1.38.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 +7 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@carbon/ibmdotcom-web-components",
|
|
3
|
-
"version": "1.38.0
|
|
3
|
+
"version": "1.38.0",
|
|
4
4
|
"description": "Carbon for IBM.com Web Components",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"exports": {
|
|
@@ -89,13 +89,13 @@
|
|
|
89
89
|
"wca": "web-component-analyzer analyze src --outFile custom-elements.json"
|
|
90
90
|
},
|
|
91
91
|
"dependencies": {
|
|
92
|
-
"@carbon/ibmdotcom-services": "1.53.0
|
|
93
|
-
"@carbon/ibmdotcom-styles": "1.53.0
|
|
94
|
-
"@carbon/ibmdotcom-utilities": "1.53.0
|
|
92
|
+
"@carbon/ibmdotcom-services": "1.53.0",
|
|
93
|
+
"@carbon/ibmdotcom-styles": "1.53.0",
|
|
94
|
+
"@carbon/ibmdotcom-utilities": "1.53.0",
|
|
95
95
|
"@carbon/layout": "10.37.2",
|
|
96
96
|
"@carbon/motion": "^11.0.0",
|
|
97
97
|
"@carbon/telemetry": "0.1.0",
|
|
98
|
-
"@carbon/web-components": "1.34.0
|
|
98
|
+
"@carbon/web-components": "1.34.0",
|
|
99
99
|
"carbon-components": "10.58.12",
|
|
100
100
|
"lit-element": "^2.5.1",
|
|
101
101
|
"lit-html": "^1.4.1",
|
|
@@ -130,7 +130,7 @@
|
|
|
130
130
|
"@babel/preset-react": "~7.12.1",
|
|
131
131
|
"@babel/template": "~7.12.0",
|
|
132
132
|
"@babel/traverse": "~7.23.0",
|
|
133
|
-
"@carbon/ibmdotcom-services-store": "1.53.0
|
|
133
|
+
"@carbon/ibmdotcom-services-store": "1.53.0",
|
|
134
134
|
"@carbon/icon-helpers": "10.45.1",
|
|
135
135
|
"@carbon/icons": "10.48.2",
|
|
136
136
|
"@carbon/type": "10.45.3",
|
|
@@ -239,5 +239,5 @@
|
|
|
239
239
|
"peerDependencies": {
|
|
240
240
|
"typescript": "~4.8.0"
|
|
241
241
|
},
|
|
242
|
-
"gitHead": "
|
|
242
|
+
"gitHead": "8bf1cd2c0700b6e464b5c816912acff1b2c9cf83"
|
|
243
243
|
}
|