@commercetools-uikit/link-button 15.15.1 → 16.0.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.
|
@@ -122,7 +122,7 @@ LinkButton.defaultProps = defaultProps;
|
|
|
122
122
|
var LinkButton$1 = LinkButton;
|
|
123
123
|
|
|
124
124
|
// NOTE: This string will be replaced on build time with the package version.
|
|
125
|
-
var version = "
|
|
125
|
+
var version = "16.0.0";
|
|
126
126
|
|
|
127
127
|
exports["default"] = LinkButton$1;
|
|
128
128
|
exports.version = version;
|
|
@@ -112,7 +112,7 @@ LinkButton.defaultProps = defaultProps;
|
|
|
112
112
|
var LinkButton$1 = LinkButton;
|
|
113
113
|
|
|
114
114
|
// NOTE: This string will be replaced on build time with the package version.
|
|
115
|
-
var version = "
|
|
115
|
+
var version = "16.0.0";
|
|
116
116
|
|
|
117
117
|
exports["default"] = LinkButton$1;
|
|
118
118
|
exports.version = version;
|
|
@@ -103,6 +103,6 @@ LinkButton.defaultProps = defaultProps;
|
|
|
103
103
|
var LinkButton$1 = LinkButton;
|
|
104
104
|
|
|
105
105
|
// NOTE: This string will be replaced on build time with the package version.
|
|
106
|
-
var version = "
|
|
106
|
+
var version = "16.0.0";
|
|
107
107
|
|
|
108
108
|
export { LinkButton$1 as default, version };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-uikit/link-button",
|
|
3
3
|
"description": "Link buttons are similar to Flat buttons but work as link elements.",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "16.0.0",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -21,11 +21,11 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@babel/runtime": "^7.20.13",
|
|
23
23
|
"@babel/runtime-corejs3": "^7.20.13",
|
|
24
|
-
"@commercetools-uikit/accessible-button": "
|
|
25
|
-
"@commercetools-uikit/design-system": "
|
|
26
|
-
"@commercetools-uikit/spacings-inline": "
|
|
27
|
-
"@commercetools-uikit/text": "
|
|
28
|
-
"@commercetools-uikit/utils": "
|
|
24
|
+
"@commercetools-uikit/accessible-button": "16.0.0",
|
|
25
|
+
"@commercetools-uikit/design-system": "16.0.0",
|
|
26
|
+
"@commercetools-uikit/spacings-inline": "16.0.0",
|
|
27
|
+
"@commercetools-uikit/text": "16.0.0",
|
|
28
|
+
"@commercetools-uikit/utils": "16.0.0",
|
|
29
29
|
"@emotion/react": "^11.10.5",
|
|
30
30
|
"@emotion/styled": "^11.10.5",
|
|
31
31
|
"lodash": "4.17.21",
|
|
@@ -33,12 +33,12 @@
|
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"react": "17.0.2",
|
|
36
|
-
"react-intl": "^
|
|
36
|
+
"react-intl": "^6.3.2",
|
|
37
37
|
"react-router-dom": "5.3.4"
|
|
38
38
|
},
|
|
39
39
|
"peerDependencies": {
|
|
40
40
|
"react": "17.x",
|
|
41
|
-
"react-intl": "
|
|
41
|
+
"react-intl": "6.x",
|
|
42
42
|
"react-router-dom": "5.x"
|
|
43
43
|
}
|
|
44
44
|
}
|