carbon-react 111.3.1 → 111.3.2
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 +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "carbon-react",
|
|
3
|
-
"version": "111.3.
|
|
3
|
+
"version": "111.3.2",
|
|
4
4
|
"description": "A library of reusable React components for easily building user interfaces.",
|
|
5
5
|
"files": [
|
|
6
6
|
"lib",
|
|
@@ -61,6 +61,8 @@
|
|
|
61
61
|
"@babel/preset-typescript": "7.12.7",
|
|
62
62
|
"@babel/template": "^7.16.7",
|
|
63
63
|
"@babel/types": "^7.16.0",
|
|
64
|
+
"@badeball/cypress-cucumber-preprocessor": "^11.4.0",
|
|
65
|
+
"@bahmutov/cypress-esbuild-preprocessor": "^2.1.3",
|
|
64
66
|
"@commitlint/cli": "^11.0.0",
|
|
65
67
|
"@commitlint/config-conventional": "^11.0.0",
|
|
66
68
|
"@sage/design-tokens": "^2.41.0",
|
|
@@ -161,8 +163,6 @@
|
|
|
161
163
|
"webpack-dev-server": "^4.0.0"
|
|
162
164
|
},
|
|
163
165
|
"dependencies": {
|
|
164
|
-
"@badeball/cypress-cucumber-preprocessor": "^11.4.0",
|
|
165
|
-
"@bahmutov/cypress-esbuild-preprocessor": "^2.1.3",
|
|
166
166
|
"@floating-ui/dom": "^1.0.2",
|
|
167
167
|
"@octokit/rest": "^18.12.0",
|
|
168
168
|
"@styled-system/prop-types": "^5.1.5",
|