@storybook/core-common 7.0.0-alpha.29 → 7.0.0-alpha.31

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.
Files changed (1) hide show
  1. package/package.json +4 -31
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/core-common",
3
- "version": "7.0.0-alpha.29",
3
+ "version": "7.0.0-alpha.31",
4
4
  "description": "Storybook framework-agnostic API",
5
5
  "keywords": [
6
6
  "storybook"
@@ -43,42 +43,17 @@
43
43
  ],
44
44
  "scripts": {
45
45
  "check": "tsc --noEmit",
46
- "prepare": "../../../scripts/prepare/bundle.ts"
46
+ "prep": "../../../scripts/prepare/bundle.ts"
47
47
  },
48
48
  "dependencies": {
49
49
  "@babel/core": "^7.12.10",
50
- "@babel/plugin-proposal-class-properties": "^7.12.1",
51
- "@babel/plugin-proposal-decorators": "^7.12.12",
52
- "@babel/plugin-proposal-export-default-from": "^7.12.1",
53
- "@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1",
54
- "@babel/plugin-proposal-object-rest-spread": "^7.12.1",
55
- "@babel/plugin-proposal-optional-chaining": "^7.12.7",
56
- "@babel/plugin-proposal-private-methods": "^7.12.1",
57
- "@babel/plugin-proposal-private-property-in-object": "^7.12.1",
58
- "@babel/plugin-syntax-dynamic-import": "^7.8.3",
59
- "@babel/plugin-transform-arrow-functions": "^7.12.1",
60
- "@babel/plugin-transform-block-scoping": "^7.12.12",
61
- "@babel/plugin-transform-classes": "^7.12.1",
62
- "@babel/plugin-transform-destructuring": "^7.12.1",
63
- "@babel/plugin-transform-for-of": "^7.12.1",
64
- "@babel/plugin-transform-parameters": "^7.12.1",
65
- "@babel/plugin-transform-shorthand-properties": "^7.12.1",
66
- "@babel/plugin-transform-spread": "^7.12.1",
67
- "@babel/preset-env": "^7.12.11",
68
- "@babel/preset-react": "^7.12.10",
69
- "@babel/preset-typescript": "^7.12.7",
70
- "@babel/register": "^7.12.1",
71
50
  "@storybook/csf": "0.0.2--canary.0899bb7.0",
72
- "@storybook/node-logger": "7.0.0-alpha.29",
73
- "@storybook/semver": "^7.3.2",
51
+ "@storybook/node-logger": "7.0.0-alpha.31",
74
52
  "@types/babel__core": "^7.0.0",
75
53
  "@types/express": "^4.7.0",
76
54
  "@types/node": "^14.0.10 || ^16.0.0",
77
55
  "@types/pretty-hrtime": "^1.0.0",
78
- "babel-plugin-macros": "^3.0.1",
79
- "babel-plugin-polyfill-corejs3": "^0.1.0",
80
56
  "chalk": "^4.1.0",
81
- "core-js": "^3.8.2",
82
57
  "esbuild": "^0.14.48",
83
58
  "esbuild-register": "^3.3.3",
84
59
  "express": "^4.17.1",
@@ -87,7 +62,6 @@
87
62
  "fs-extra": "^9.0.1",
88
63
  "glob": "^7.1.6",
89
64
  "handlebars": "^4.7.7",
90
- "json5": "^2.1.3",
91
65
  "lazy-universal-dotenv": "^3.0.1",
92
66
  "picomatch": "^2.3.0",
93
67
  "pkg-dir": "^5.0.0",
@@ -99,7 +73,6 @@
99
73
  "util-deprecate": "^1.0.2"
100
74
  },
101
75
  "devDependencies": {
102
- "@types/compression": "^1.7.0",
103
76
  "@types/mock-fs": "^4.13.0",
104
77
  "@types/picomatch": "^2.3.0",
105
78
  "mock-fs": "^4.13.0",
@@ -124,5 +97,5 @@
124
97
  ],
125
98
  "platform": "node"
126
99
  },
127
- "gitHead": "87ce9b91ce2c7e35a716d2254768fb1a34e777c7"
100
+ "gitHead": "02c013c33186479017098d532a18ff8654b91f1f"
128
101
  }