carbon-addons-iot-react 4.0.4 → 4.0.5
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 +4 -4
package/package.json
CHANGED
|
@@ -173,8 +173,8 @@
|
|
|
173
173
|
"dependencies": {
|
|
174
174
|
"@babel/plugin-transform-optional-chaining": "^7.24.7",
|
|
175
175
|
"@babel/runtime": "^7.25.6",
|
|
176
|
-
"@carbon/charts": "^1.22.
|
|
177
|
-
"@carbon/charts-react": "^1.22.
|
|
176
|
+
"@carbon/charts": "^1.22.0",
|
|
177
|
+
"@carbon/charts-react": "^1.22.0",
|
|
178
178
|
"@carbon/colors": "^11.28.0",
|
|
179
179
|
"@carbon/icons-react": "^11.53.0",
|
|
180
180
|
"@carbon/layout": "^11.28.0",
|
|
@@ -345,11 +345,11 @@
|
|
|
345
345
|
"whatwg-fetch": "^3.0.0"
|
|
346
346
|
},
|
|
347
347
|
"sideEffects": false,
|
|
348
|
-
"version": "4.0.
|
|
348
|
+
"version": "4.0.5",
|
|
349
349
|
"resolutions": {
|
|
350
350
|
"chokidar": "3.3.1",
|
|
351
351
|
"react-grid-layout": "1.2.2",
|
|
352
352
|
"got": "11.8.5"
|
|
353
353
|
},
|
|
354
|
-
"gitHead": "
|
|
354
|
+
"gitHead": "5cf72f5606af37c43be6a63b3317f61df16e056d"
|
|
355
355
|
}
|