@commercetools-uikit/quick-filters 20.5.0 → 20.6.1

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/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  <!-- THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. -->
2
- <!-- This file is created by the `yarn generate-readme` script. -->
2
+ <!-- This file is created by the `pnpm generate-readme` script. -->
3
3
 
4
4
  # QuickFilters
5
5
 
@@ -10,7 +10,7 @@ The `QuickFilters` component displays a selection of `Tag` components that repre
10
10
  ## Installation
11
11
 
12
12
  ```
13
- yarn add @commercetools-uikit/quick-filters
13
+ pnpm add @commercetools-uikit/quick-filters
14
14
  ```
15
15
 
16
16
  ```
@@ -20,7 +20,7 @@ npm --save install @commercetools-uikit/quick-filters
20
20
  Additionally install the peer dependencies (if not present)
21
21
 
22
22
  ```
23
- yarn add react
23
+ pnpm add react
24
24
  ```
25
25
 
26
26
  ```
@@ -40,7 +40,7 @@ function QuickFilters(_ref) {
40
40
  }
41
41
 
42
42
  // NOTE: This string will be replaced on build time with the package version.
43
- var version = "20.5.0";
43
+ var version = "20.6.1";
44
44
 
45
45
  exports["default"] = QuickFilters;
46
46
  exports.version = version;
@@ -35,7 +35,7 @@ function QuickFilters(_ref) {
35
35
  }
36
36
 
37
37
  // NOTE: This string will be replaced on build time with the package version.
38
- var version = "20.5.0";
38
+ var version = "20.6.1";
39
39
 
40
40
  exports["default"] = QuickFilters;
41
41
  exports.version = version;
@@ -31,6 +31,6 @@ function QuickFilters(_ref) {
31
31
  }
32
32
 
33
33
  // NOTE: This string will be replaced on build time with the package version.
34
- var version = "20.5.0";
34
+ var version = "20.6.1";
35
35
 
36
36
  export { QuickFilters as default, version };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/quick-filters",
3
3
  "description": "The `QuickFilters` component displays filter controls.",
4
- "version": "20.5.0",
4
+ "version": "20.6.1",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -9,7 +9,13 @@
9
9
  "directory": "packages/components/quick-filters"
10
10
  },
11
11
  "homepage": "https://uikit.commercetools.com",
12
- "keywords": ["javascript", "typescript", "design-system", "react", "uikit"],
12
+ "keywords": [
13
+ "javascript",
14
+ "typescript",
15
+ "design-system",
16
+ "react",
17
+ "uikit"
18
+ ],
13
19
  "license": "MIT",
14
20
  "publishConfig": {
15
21
  "access": "public"
@@ -17,20 +23,22 @@
17
23
  "sideEffects": false,
18
24
  "main": "dist/commercetools-uikit-quick-filters.cjs.js",
19
25
  "module": "dist/commercetools-uikit-quick-filters.esm.js",
20
- "files": ["dist"],
26
+ "files": [
27
+ "dist"
28
+ ],
21
29
  "dependencies": {
22
30
  "@babel/runtime": "^7.20.13",
23
31
  "@babel/runtime-corejs3": "^7.20.13",
24
- "@commercetools-uikit/design-system": "20.5.0",
25
- "@commercetools-uikit/tag": "20.5.0",
26
32
  "@emotion/react": "^11.10.5",
27
33
  "@emotion/styled": "^11.10.5",
28
- "react-intl": "^7.1.4"
34
+ "react-intl": "^7.1.4",
35
+ "@commercetools-uikit/design-system": "^20.6.1",
36
+ "@commercetools-uikit/tag": "^20.6.1"
29
37
  },
30
38
  "devDependencies": {
31
- "react": "19.2.0"
39
+ "react": "19.2.6"
32
40
  },
33
41
  "peerDependencies": {
34
42
  "react": "19.x"
35
43
  }
36
- }
44
+ }