@commercetools-uikit/link 19.22.0 → 19.22.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.
|
@@ -127,7 +127,7 @@ Link.displayName = 'Link';
|
|
|
127
127
|
var Link$1 = Link;
|
|
128
128
|
|
|
129
129
|
// NOTE: This string will be replaced on build time with the package version.
|
|
130
|
-
var version = "19.22.
|
|
130
|
+
var version = "19.22.1";
|
|
131
131
|
|
|
132
132
|
exports["default"] = Link$1;
|
|
133
133
|
exports.version = version;
|
|
@@ -112,7 +112,7 @@ Link.displayName = 'Link';
|
|
|
112
112
|
var Link$1 = Link;
|
|
113
113
|
|
|
114
114
|
// NOTE: This string will be replaced on build time with the package version.
|
|
115
|
-
var version = "19.22.
|
|
115
|
+
var version = "19.22.1";
|
|
116
116
|
|
|
117
117
|
exports["default"] = Link$1;
|
|
118
118
|
exports.version = version;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-uikit/link",
|
|
3
3
|
"description": "Links are used either to link to other UI routes, or to link to external pages. This component is a very thin wrapper over either a React Router Link, or a normal HTML <a> tag.",
|
|
4
|
-
"version": "19.22.
|
|
4
|
+
"version": "19.22.1",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -21,10 +21,10 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@babel/runtime": "^7.20.13",
|
|
23
23
|
"@babel/runtime-corejs3": "^7.20.13",
|
|
24
|
-
"@commercetools-uikit/design-system": "19.22.
|
|
25
|
-
"@commercetools-uikit/icons": "19.22.
|
|
26
|
-
"@commercetools-uikit/spacings-inline": "19.22.
|
|
27
|
-
"@commercetools-uikit/utils": "19.22.
|
|
24
|
+
"@commercetools-uikit/design-system": "19.22.1",
|
|
25
|
+
"@commercetools-uikit/icons": "19.22.1",
|
|
26
|
+
"@commercetools-uikit/spacings-inline": "19.22.1",
|
|
27
|
+
"@commercetools-uikit/utils": "19.22.1",
|
|
28
28
|
"@emotion/react": "^11.10.5",
|
|
29
29
|
"@emotion/styled": "^11.10.5",
|
|
30
30
|
"@types/history": "^4.7.11",
|