@commercetools-uikit/link 19.5.0 → 19.7.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.
|
@@ -121,7 +121,7 @@ Link.defaultProps = defaultProps;
|
|
|
121
121
|
var Link$1 = Link;
|
|
122
122
|
|
|
123
123
|
// NOTE: This string will be replaced on build time with the package version.
|
|
124
|
-
var version = "19.
|
|
124
|
+
var version = "19.7.0";
|
|
125
125
|
|
|
126
126
|
exports["default"] = Link$1;
|
|
127
127
|
exports.version = version;
|
|
@@ -106,7 +106,7 @@ Link.defaultProps = defaultProps;
|
|
|
106
106
|
var Link$1 = Link;
|
|
107
107
|
|
|
108
108
|
// NOTE: This string will be replaced on build time with the package version.
|
|
109
|
-
var version = "19.
|
|
109
|
+
var version = "19.7.0";
|
|
110
110
|
|
|
111
111
|
exports["default"] = Link$1;
|
|
112
112
|
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.
|
|
4
|
+
"version": "19.7.0",
|
|
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.
|
|
25
|
-
"@commercetools-uikit/icons": "19.
|
|
26
|
-
"@commercetools-uikit/spacings-inline": "19.
|
|
27
|
-
"@commercetools-uikit/utils": "19.
|
|
24
|
+
"@commercetools-uikit/design-system": "19.7.0",
|
|
25
|
+
"@commercetools-uikit/icons": "19.7.0",
|
|
26
|
+
"@commercetools-uikit/spacings-inline": "19.7.0",
|
|
27
|
+
"@commercetools-uikit/utils": "19.7.0",
|
|
28
28
|
"@emotion/react": "^11.10.5",
|
|
29
29
|
"@emotion/styled": "^11.10.5",
|
|
30
30
|
"@types/history": "^4.7.11",
|