@storybook/angular 7.0.0-beta.36 → 7.0.0-beta.39

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.
@@ -13,14 +13,6 @@
13
13
  *
14
14
  * Learn more in https://angular.io/docs/ts/latest/guide/browser-support.html
15
15
  */
16
- /** *************************************************************************************************
17
- * BROWSER POLYFILLS
18
- */
19
- /** IE9, IE10 and IE11 requires all of the following polyfills. * */
20
- /** IE10 and IE11 requires the following for NgClass support on SVG elements */
21
- /** Evergreen browsers require these. * */
22
- import 'core-js/es/reflect';
23
- import 'core-js/proposals/reflect-metadata';
24
16
  /**
25
17
  * Required to support Web Animations `@angular/animation`.
26
18
  * Needed for: All but Chrome, Firefox and Opera. http://caniuse.com/#feat=web-animation
@@ -16,29 +16,6 @@ const global_1 = require("@storybook/global");
16
16
  *
17
17
  * Learn more in https://angular.io/docs/ts/latest/guide/browser-support.html
18
18
  */
19
- /** *************************************************************************************************
20
- * BROWSER POLYFILLS
21
- */
22
- /** IE9, IE10 and IE11 requires all of the following polyfills. * */
23
- // import 'core-js/es6/symbol';
24
- // import 'core-js/es6/object';
25
- // import 'core-js/es6/function';
26
- // import 'core-js/es6/parse-int';
27
- // import 'core-js/es6/parse-float';
28
- // import 'core-js/es6/number';
29
- // import 'core-js/es6/math';
30
- // import 'core-js/es6/string';
31
- // import 'core-js/es6/date';
32
- // import 'core-js/es6/array';
33
- // import 'core-js/es6/regexp';
34
- // import 'core-js/es6/map';
35
- // import 'core-js/es6/weak-map';
36
- // import 'core-js/es6/set';
37
- /** IE10 and IE11 requires the following for NgClass support on SVG elements */
38
- // import 'classlist.js'; // Run `npm install --save classlist.js`.
39
- /** Evergreen browsers require these. * */
40
- require("core-js/es/reflect");
41
- require("core-js/proposals/reflect-metadata");
42
19
  /**
43
20
  * Required to support Web Animations `@angular/animation`.
44
21
  * Needed for: All but Chrome, Firefox and Opera. http://caniuse.com/#feat=web-animation
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/angular",
3
- "version": "7.0.0-beta.36",
3
+ "version": "7.0.0-beta.39",
4
4
  "description": "Storybook for Angular: Develop Angular components in isolation with hot reloading.",
5
5
  "keywords": [
6
6
  "storybook",
@@ -36,26 +36,25 @@
36
36
  "prep": "../../../scripts/prepare/tsc.ts"
37
37
  },
38
38
  "dependencies": {
39
- "@storybook/builder-webpack5": "7.0.0-beta.36",
40
- "@storybook/cli": "7.0.0-beta.36",
41
- "@storybook/client-logger": "7.0.0-beta.36",
42
- "@storybook/core-client": "7.0.0-beta.36",
43
- "@storybook/core-common": "7.0.0-beta.36",
44
- "@storybook/core-events": "7.0.0-beta.36",
45
- "@storybook/core-server": "7.0.0-beta.36",
46
- "@storybook/core-webpack": "7.0.0-beta.36",
47
- "@storybook/docs-tools": "7.0.0-beta.36",
39
+ "@storybook/builder-webpack5": "7.0.0-beta.39",
40
+ "@storybook/cli": "7.0.0-beta.39",
41
+ "@storybook/client-logger": "7.0.0-beta.39",
42
+ "@storybook/core-client": "7.0.0-beta.39",
43
+ "@storybook/core-common": "7.0.0-beta.39",
44
+ "@storybook/core-events": "7.0.0-beta.39",
45
+ "@storybook/core-server": "7.0.0-beta.39",
46
+ "@storybook/core-webpack": "7.0.0-beta.39",
47
+ "@storybook/docs-tools": "7.0.0-beta.39",
48
48
  "@storybook/global": "^5.0.0",
49
- "@storybook/manager-api": "7.0.0-beta.36",
50
- "@storybook/node-logger": "7.0.0-beta.36",
51
- "@storybook/preview-api": "7.0.0-beta.36",
52
- "@storybook/types": "7.0.0-beta.36",
49
+ "@storybook/manager-api": "7.0.0-beta.39",
50
+ "@storybook/node-logger": "7.0.0-beta.39",
51
+ "@storybook/preview-api": "7.0.0-beta.39",
52
+ "@storybook/types": "7.0.0-beta.39",
53
53
  "@types/node": "^16.0.0",
54
54
  "@types/react": "^16.14.34",
55
55
  "@types/react-dom": "^16.9.14",
56
56
  "@types/semver": "^7.3.4",
57
57
  "@types/webpack-env": "^1.18.0",
58
- "core-js": "^3.8.2",
59
58
  "find-up": "^5.0.0",
60
59
  "read-pkg-up": "^7.0.1",
61
60
  "semver": "^7.3.7",
@@ -124,5 +123,5 @@
124
123
  "bundler": {
125
124
  "tsConfig": "tsconfig.build.json"
126
125
  },
127
- "gitHead": "5268eb0fa26e2e31cc410c27cbff7189f3b7eba1"
126
+ "gitHead": "96d484511811e3154ff18c55814a1f4688946335"
128
127
  }