@storybook/addon-links 5.3.18 → 5.3.19
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 +1 -1
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -150,4 +150,4 @@ It accepts all the props the `a` element does, plus `story` and `kind`. It the `
|
|
|
150
150
|
>Go to Second</LinkTo>
|
|
151
151
|
```
|
|
152
152
|
|
|
153
|
-
To implement such a component for another framework, you need to add special handling for `click` event on native `a` element. See [`RoutedLink` sources](https://github.com/storybookjs/storybook/blob/master/
|
|
153
|
+
To implement such a component for another framework, you need to add special handling for `click` event on native `a` element. See [`RoutedLink` sources](https://github.com/storybookjs/storybook/blob/master/addons/links/src/react/components/RoutedLink.js#L20-L24) for reference.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storybook/addon-links",
|
|
3
|
-
"version": "5.3.
|
|
3
|
+
"version": "5.3.19",
|
|
4
4
|
"description": "Story Links addon for storybook",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"addon",
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"prepare": "node ../../scripts/prepare.js"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@storybook/addons": "5.3.
|
|
33
|
-
"@storybook/client-logger": "5.3.
|
|
34
|
-
"@storybook/core-events": "5.3.
|
|
32
|
+
"@storybook/addons": "5.3.19",
|
|
33
|
+
"@storybook/client-logger": "5.3.19",
|
|
34
|
+
"@storybook/core-events": "5.3.19",
|
|
35
35
|
"@storybook/csf": "0.0.1",
|
|
36
|
-
"@storybook/router": "5.3.
|
|
36
|
+
"@storybook/router": "5.3.19",
|
|
37
37
|
"core-js": "^3.0.1",
|
|
38
38
|
"global": "^4.3.2",
|
|
39
39
|
"prop-types": "^15.7.2",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"publishConfig": {
|
|
50
50
|
"access": "public"
|
|
51
51
|
},
|
|
52
|
-
"gitHead": "
|
|
52
|
+
"gitHead": "e26136f29d99fdcec82a25689f0f7a10ef418fe1",
|
|
53
53
|
"typesVersions": {
|
|
54
54
|
"<=3.5": {
|
|
55
55
|
"*": [
|