@commercetools-uikit/checkbox-input 20.0.0 → 20.2.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.
@@ -269,7 +269,7 @@ CheckboxInput.displayName = 'CheckboxInput';
269
269
  var CheckboxInput$1 = CheckboxInput;
270
270
 
271
271
  // NOTE: This string will be replaced on build time with the package version.
272
- var version = "20.0.0";
272
+ var version = "20.2.0";
273
273
 
274
274
  exports["default"] = CheckboxInput$1;
275
275
  exports.version = version;
@@ -260,7 +260,7 @@ CheckboxInput.displayName = 'CheckboxInput';
260
260
  var CheckboxInput$1 = CheckboxInput;
261
261
 
262
262
  // NOTE: This string will be replaced on build time with the package version.
263
- var version = "20.0.0";
263
+ var version = "20.2.0";
264
264
 
265
265
  exports["default"] = CheckboxInput$1;
266
266
  exports.version = version;
@@ -253,6 +253,6 @@ CheckboxInput.displayName = 'CheckboxInput';
253
253
  var CheckboxInput$1 = CheckboxInput;
254
254
 
255
255
  // NOTE: This string will be replaced on build time with the package version.
256
- var version = "20.0.0";
256
+ var version = "20.2.0";
257
257
 
258
258
  export { CheckboxInput$1 as default, version };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/checkbox-input",
3
3
  "description": "An input component that works as checkbox input.",
4
- "version": "20.0.0",
4
+ "version": "20.2.0",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -24,17 +24,17 @@
24
24
  "dependencies": {
25
25
  "@babel/runtime": "^7.20.13",
26
26
  "@babel/runtime-corejs3": "^7.20.13",
27
- "@commercetools-uikit/design-system": "20.0.0",
28
- "@commercetools-uikit/icons": "20.0.0",
29
- "@commercetools-uikit/input-utils": "20.0.0",
30
- "@commercetools-uikit/select-utils": "20.0.0",
31
- "@commercetools-uikit/utils": "20.0.0",
27
+ "@commercetools-uikit/design-system": "20.2.0",
28
+ "@commercetools-uikit/icons": "20.2.0",
29
+ "@commercetools-uikit/input-utils": "20.2.0",
30
+ "@commercetools-uikit/select-utils": "20.2.0",
31
+ "@commercetools-uikit/utils": "20.2.0",
32
32
  "@emotion/react": "^11.10.5",
33
33
  "@emotion/styled": "^11.10.5",
34
34
  "react-intl": "^7.1.4"
35
35
  },
36
36
  "devDependencies": {
37
- "react": "19.0.0"
37
+ "react": "19.1.0"
38
38
  },
39
39
  "peerDependencies": {
40
40
  "react": "19.x"