@storybook/react 3.3.9 → 3.3.13

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.
@@ -30,7 +30,7 @@ exports.default = function (context) {
30
30
  selectedKind: selectedKind,
31
31
  selectedStory: selectedStory
32
32
  }));
33
- window.history.pushState({}, '', '?' + queryString);
33
+ window.history.replaceState({}, '', '?' + queryString);
34
34
  });
35
35
 
36
36
  // Handle keyEvents and pass them to the parent.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/react",
3
- "version": "3.3.9",
3
+ "version": "3.3.13",
4
4
  "description": "Storybook for React: Develop React Component in isolation with Hot Reloading.",
5
5
  "homepage": "https://github.com/storybooks/storybook/tree/master/app/react",
6
6
  "bugs": {
@@ -23,13 +23,13 @@
23
23
  "prepare": "node ../../scripts/prepare.js"
24
24
  },
25
25
  "dependencies": {
26
- "@storybook/addon-actions": "^3.3.9",
27
- "@storybook/addon-links": "^3.3.9",
28
- "@storybook/addons": "^3.3.9",
29
- "@storybook/channel-postmessage": "^3.3.9",
30
- "@storybook/client-logger": "^3.3.9",
31
- "@storybook/node-logger": "^3.3.9",
32
- "@storybook/ui": "^3.3.9",
26
+ "@storybook/addon-actions": "^3.3.13",
27
+ "@storybook/addon-links": "^3.3.13",
28
+ "@storybook/addons": "^3.3.13",
29
+ "@storybook/channel-postmessage": "^3.3.13",
30
+ "@storybook/client-logger": "^3.3.13",
31
+ "@storybook/node-logger": "^3.3.13",
32
+ "@storybook/ui": "^3.3.13",
33
33
  "airbnb-js-shims": "^1.4.0",
34
34
  "autoprefixer": "^7.2.3",
35
35
  "babel-loader": "^7.1.2",
@@ -20,7 +20,7 @@ export default function(context) {
20
20
  selectedKind,
21
21
  selectedStory,
22
22
  });
23
- window.history.pushState({}, '', `?${queryString}`);
23
+ window.history.replaceState({}, '', `?${queryString}`);
24
24
  });
25
25
 
26
26
  // Handle keyEvents and pass them to the parent.