@carbon/ibm-products 2.70.0-rc.0 → 2.70.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 +5 -5
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@carbon/ibm-products",
|
3
3
|
"description": "Carbon for IBM Products",
|
4
|
-
"version": "2.70.0
|
4
|
+
"version": "2.70.0",
|
5
5
|
"license": "Apache-2.0",
|
6
6
|
"main": "lib/index.js",
|
7
7
|
"module": "es/index.js",
|
@@ -93,7 +93,7 @@
|
|
93
93
|
"@storybook/theming": "^8.6.12",
|
94
94
|
"@types/react-table": "^7.7.20",
|
95
95
|
"babel-plugin-dev-expression": "^0.2.3",
|
96
|
-
"babel-preset-ibm-cloud-cognitive": "^0.28.0
|
96
|
+
"babel-preset-ibm-cloud-cognitive": "^0.28.0",
|
97
97
|
"chalk": "^4.1.2",
|
98
98
|
"change-case": "5.4.4",
|
99
99
|
"classnames": "^2.5.1",
|
@@ -102,7 +102,7 @@
|
|
102
102
|
"fs-extra": "^11.3.0",
|
103
103
|
"glob": "^11.0.1",
|
104
104
|
"jest": "^29.7.0",
|
105
|
-
"jest-config-ibm-cloud-cognitive": "^1.29.0
|
105
|
+
"jest-config-ibm-cloud-cognitive": "^1.29.0",
|
106
106
|
"jest-environment-jsdom": "^29.7.0",
|
107
107
|
"namor": "^1.1.2",
|
108
108
|
"npm-check-updates": "^18.0.0",
|
@@ -118,7 +118,7 @@
|
|
118
118
|
"dependencies": {
|
119
119
|
"@babel/runtime": "^7.26.10",
|
120
120
|
"@carbon/feature-flags": "^0.27.0",
|
121
|
-
"@carbon/ibm-products-styles": "^2.66.0
|
121
|
+
"@carbon/ibm-products-styles": "^2.66.0",
|
122
122
|
"@carbon/telemetry": "^0.1.0",
|
123
123
|
"@carbon/utilities": "^0.7.0",
|
124
124
|
"@carbon/utilities-react": "0.9.0",
|
@@ -140,5 +140,5 @@
|
|
140
140
|
"react": "^16.8.6 || ^17.0.1 || ^18.2.0 || ^19.0.0",
|
141
141
|
"react-dom": "^16.8.6 || ^17.0.1 || ^18.2.0 || ^19.0.0"
|
142
142
|
},
|
143
|
-
"gitHead": "
|
143
|
+
"gitHead": "49c16755842ebdb793878e0389dfcb7ec8ac44a7"
|
144
144
|
}
|