@storybook/preact 7.0.0-alpha.59 → 7.0.0-alpha.60

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/preact",
3
- "version": "7.0.0-alpha.59",
3
+ "version": "7.0.0-alpha.60",
4
4
  "description": "Storybook Preact renderer",
5
5
  "keywords": [
6
6
  "storybook"
@@ -51,12 +51,10 @@
51
51
  "prep": "../../../scripts/prepare/bundle.ts"
52
52
  },
53
53
  "dependencies": {
54
- "@storybook/core-client": "7.0.0-alpha.59",
55
- "@storybook/preview-api": "7.0.0-alpha.59",
56
- "@storybook/types": "7.0.0-alpha.59",
54
+ "@storybook/core-client": "7.0.0-alpha.60",
55
+ "@storybook/preview-api": "7.0.0-alpha.60",
56
+ "@storybook/types": "7.0.0-alpha.60",
57
57
  "global": "^4.4.0",
58
- "react": "16.14.0",
59
- "react-dom": "16.14.0",
60
58
  "ts-dedent": "^2.0.0"
61
59
  },
62
60
  "devDependencies": {
@@ -79,5 +77,5 @@
79
77
  ],
80
78
  "platform": "browser"
81
79
  },
82
- "gitHead": "8d3068344b96cb740635b6fbb7a9052108a984bc"
80
+ "gitHead": "2b38f15a169d191e68f01abae0b109920d89fb39"
83
81
  }
@@ -1,3 +1,4 @@
1
+ // eslint-disable-next-line import/no-extraneous-dependencies
1
2
  import React from 'react';
2
3
  // eslint-disable-next-line import/no-extraneous-dependencies
3
4
  import PropTypes from 'prop-types';