From 082278bd35544647970ac2b73a9e294d73c943a0 Mon Sep 17 00:00:00 2001 From: Michael Shilman Date: Fri, 27 Nov 2020 22:31:46 +0800 Subject: [PATCH] Update git head to 6.1.8 --- addons/a11y/package.json | 16 ++++++++-------- addons/actions/package.json | 16 ++++++++-------- addons/backgrounds/package.json | 16 ++++++++-------- addons/controls/package.json | 2 +- addons/cssresources/package.json | 16 ++++++++-------- addons/design-assets/package.json | 16 ++++++++-------- addons/docs/package.json | 16 ++++++++-------- addons/essentials/package.json | 16 ++++++++-------- addons/events/package.json | 16 ++++++++-------- addons/google-analytics/package.json | 2 +- addons/graphql/package.json | 16 ++++++++-------- addons/jest/package.json | 16 ++++++++-------- addons/knobs/package.json | 16 ++++++++-------- addons/links/package.json | 16 ++++++++-------- addons/queryparams/package.json | 16 ++++++++-------- addons/storyshots/storyshots-core/package.json | 16 ++++++++-------- .../storyshots/storyshots-puppeteer/package.json | 16 ++++++++-------- addons/storysource/package.json | 16 ++++++++-------- addons/toolbars/package.json | 2 +- addons/viewport/package.json | 16 ++++++++-------- app/angular/package.json | 16 ++++++++-------- app/aurelia/package.json | 2 +- app/ember/package.json | 16 ++++++++-------- app/html/package.json | 16 ++++++++-------- app/marionette/package.json | 2 +- app/marko/package.json | 16 ++++++++-------- app/mithril/package.json | 16 ++++++++-------- app/preact/package.json | 16 ++++++++-------- app/rax/package.json | 16 ++++++++-------- app/react/package.json | 2 +- app/riot/package.json | 16 ++++++++-------- app/server/package.json | 16 ++++++++-------- app/svelte/package.json | 16 ++++++++-------- app/vue/package.json | 16 ++++++++-------- app/web-components/package.json | 16 ++++++++-------- dev-kits/addon-decorator/package.json | 2 +- dev-kits/addon-parameter/package.json | 2 +- dev-kits/addon-preview-wrapper/package.json | 2 +- dev-kits/addon-roundtrip/package.json | 2 +- lib/addons/package.json | 16 ++++++++-------- lib/api/package.json | 16 ++++++++-------- lib/channel-postmessage/package.json | 16 ++++++++-------- lib/channel-websocket/package.json | 16 ++++++++-------- lib/channels/package.json | 16 ++++++++-------- lib/cli-sb/package.json | 2 +- lib/cli-storybook/package.json | 2 +- lib/cli/package.json | 16 ++++++++-------- lib/client-api/package.json | 16 ++++++++-------- lib/client-logger/package.json | 16 ++++++++-------- lib/codemod/package.json | 16 ++++++++-------- lib/components/package.json | 16 ++++++++-------- lib/core-events/package.json | 16 ++++++++-------- lib/core/package.json | 16 ++++++++-------- lib/node-logger/package.json | 16 ++++++++-------- lib/postinstall/package.json | 16 ++++++++-------- lib/router/package.json | 16 ++++++++-------- lib/source-loader/package.json | 16 ++++++++-------- lib/theming/package.json | 16 ++++++++-------- lib/ui/package.json | 16 ++++++++-------- 59 files changed, 388 insertions(+), 388 deletions(-) diff --git a/addons/a11y/package.json b/addons/a11y/package.json index 13d5d4dc2411..89fd617c0f77 100644 --- a/addons/a11y/package.json +++ b/addons/a11y/package.json @@ -22,6 +22,13 @@ "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", + "typesVersions": { + "<3.8": { + "*": [ + "ts3.4/*" + ] + } + }, "files": [ "dist/**/*", "README.md", @@ -69,12 +76,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "303d951f9ae4aa2241c9823e1cb6edbfd50fb093", - "typesVersions": { - "<3.8": { - "*": [ - "ts3.4/*" - ] - } - } + "gitHead": "6c4d0ed4beea726a121cddd365cc5258d6828be9" } diff --git a/addons/actions/package.json b/addons/actions/package.json index 700aa0f711e1..1c94bbe35337 100644 --- a/addons/actions/package.json +++ b/addons/actions/package.json @@ -17,6 +17,13 @@ "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", + "typesVersions": { + "<3.8": { + "*": [ + "ts3.4/*" + ] + } + }, "files": [ "dist/**/*", "README.md", @@ -66,12 +73,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "303d951f9ae4aa2241c9823e1cb6edbfd50fb093", - "typesVersions": { - "<3.8": { - "*": [ - "ts3.4/*" - ] - } - } + "gitHead": "6c4d0ed4beea726a121cddd365cc5258d6828be9" } diff --git a/addons/backgrounds/package.json b/addons/backgrounds/package.json index 04d42eac0baa..0ea36358dc97 100644 --- a/addons/backgrounds/package.json +++ b/addons/backgrounds/package.json @@ -21,6 +21,13 @@ "author": "jbaxleyiii", "main": "dist/index.js", "types": "dist/index.d.ts", + "typesVersions": { + "<3.8": { + "*": [ + "ts3.4/*" + ] + } + }, "files": [ "dist/**/*", "README.md", @@ -63,12 +70,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "303d951f9ae4aa2241c9823e1cb6edbfd50fb093", - "typesVersions": { - "<3.8": { - "*": [ - "ts3.4/*" - ] - } - } + "gitHead": "6c4d0ed4beea726a121cddd365cc5258d6828be9" } diff --git a/addons/controls/package.json b/addons/controls/package.json index 5aefc816c0b5..6bed0cfd5448 100644 --- a/addons/controls/package.json +++ b/addons/controls/package.json @@ -54,5 +54,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "303d951f9ae4aa2241c9823e1cb6edbfd50fb093" + "gitHead": "6c4d0ed4beea726a121cddd365cc5258d6828be9" } diff --git a/addons/cssresources/package.json b/addons/cssresources/package.json index 883694ebc38b..f1ffc89fc971 100644 --- a/addons/cssresources/package.json +++ b/addons/cssresources/package.json @@ -21,6 +21,13 @@ "author": "nm123github", "main": "dist/index.js", "types": "dist/index.d.ts", + "typesVersions": { + "<3.8": { + "*": [ + "ts3.4/*" + ] + } + }, "files": [ "dist/**/*", "README.md", @@ -59,12 +66,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "303d951f9ae4aa2241c9823e1cb6edbfd50fb093", - "typesVersions": { - "<3.8": { - "*": [ - "ts3.4/*" - ] - } - } + "gitHead": "6c4d0ed4beea726a121cddd365cc5258d6828be9" } diff --git a/addons/design-assets/package.json b/addons/design-assets/package.json index e8925ddaa337..48264982b838 100644 --- a/addons/design-assets/package.json +++ b/addons/design-assets/package.json @@ -23,6 +23,13 @@ "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", + "typesVersions": { + "<3.8": { + "*": [ + "ts3.4/*" + ] + } + }, "files": [ "dist/**/*", "README.md", @@ -61,12 +68,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "303d951f9ae4aa2241c9823e1cb6edbfd50fb093", - "typesVersions": { - "<3.8": { - "*": [ - "ts3.4/*" - ] - } - } + "gitHead": "6c4d0ed4beea726a121cddd365cc5258d6828be9" } diff --git a/addons/docs/package.json b/addons/docs/package.json index c608439fcad9..075dcb6e25cf 100644 --- a/addons/docs/package.json +++ b/addons/docs/package.json @@ -19,6 +19,13 @@ "license": "MIT", "main": "dist/public_api.js", "types": "dist/public_api.d.ts", + "typesVersions": { + "<3.8": { + "*": [ + "ts3.4/*" + ] + } + }, "files": [ "dist/**/*", "angular/**/*", @@ -147,12 +154,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "303d951f9ae4aa2241c9823e1cb6edbfd50fb093", - "typesVersions": { - "<3.8": { - "*": [ - "ts3.4/*" - ] - } - } + "gitHead": "6c4d0ed4beea726a121cddd365cc5258d6828be9" } diff --git a/addons/essentials/package.json b/addons/essentials/package.json index 8209d0f29279..2d938dc2b10c 100644 --- a/addons/essentials/package.json +++ b/addons/essentials/package.json @@ -19,6 +19,13 @@ "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", + "typesVersions": { + "<3.8": { + "*": [ + "ts3.4/*" + ] + } + }, "files": [ "dist/**/*", "README.md", @@ -72,12 +79,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "303d951f9ae4aa2241c9823e1cb6edbfd50fb093", - "typesVersions": { - "<3.8": { - "*": [ - "ts3.4/*" - ] - } - } + "gitHead": "6c4d0ed4beea726a121cddd365cc5258d6828be9" } diff --git a/addons/events/package.json b/addons/events/package.json index c9f2f425e420..9925810a067d 100644 --- a/addons/events/package.json +++ b/addons/events/package.json @@ -20,6 +20,13 @@ "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", + "typesVersions": { + "<3.8": { + "*": [ + "ts3.4/*" + ] + } + }, "files": [ "dist/**/*", "README.md", @@ -62,12 +69,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "303d951f9ae4aa2241c9823e1cb6edbfd50fb093", - "typesVersions": { - "<3.8": { - "*": [ - "ts3.4/*" - ] - } - } + "gitHead": "6c4d0ed4beea726a121cddd365cc5258d6828be9" } diff --git a/addons/google-analytics/package.json b/addons/google-analytics/package.json index 53af5c2a4022..a83f02dd54b2 100644 --- a/addons/google-analytics/package.json +++ b/addons/google-analytics/package.json @@ -42,5 +42,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "303d951f9ae4aa2241c9823e1cb6edbfd50fb093" + "gitHead": "6c4d0ed4beea726a121cddd365cc5258d6828be9" } diff --git a/addons/graphql/package.json b/addons/graphql/package.json index a50151b0a338..a1dc557d1f3a 100644 --- a/addons/graphql/package.json +++ b/addons/graphql/package.json @@ -18,6 +18,13 @@ "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", + "typesVersions": { + "<3.8": { + "*": [ + "ts3.4/*" + ] + } + }, "files": [ "dist/**/*", "README.md", @@ -58,12 +65,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "303d951f9ae4aa2241c9823e1cb6edbfd50fb093", - "typesVersions": { - "<3.8": { - "*": [ - "ts3.4/*" - ] - } - } + "gitHead": "6c4d0ed4beea726a121cddd365cc5258d6828be9" } diff --git a/addons/jest/package.json b/addons/jest/package.json index 07e6df147ef6..d05c22b94c7a 100644 --- a/addons/jest/package.json +++ b/addons/jest/package.json @@ -24,6 +24,13 @@ "author": "Renaud Tertrais (https://github.com/renaudtertrais)", "main": "dist/index.js", "types": "dist/index.d.ts", + "typesVersions": { + "<3.8": { + "*": [ + "ts3.4/*" + ] + } + }, "files": [ "dist/**/*", "README.md", @@ -64,12 +71,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "303d951f9ae4aa2241c9823e1cb6edbfd50fb093", - "typesVersions": { - "<3.8": { - "*": [ - "ts3.4/*" - ] - } - } + "gitHead": "6c4d0ed4beea726a121cddd365cc5258d6828be9" } diff --git a/addons/knobs/package.json b/addons/knobs/package.json index 83d4ea2c218a..8eb5ed581ee5 100644 --- a/addons/knobs/package.json +++ b/addons/knobs/package.json @@ -18,6 +18,13 @@ "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", + "typesVersions": { + "<3.8": { + "*": [ + "ts3.4/*" + ] + } + }, "files": [ "dist/**/*", "README.md", @@ -73,12 +80,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "303d951f9ae4aa2241c9823e1cb6edbfd50fb093", - "typesVersions": { - "<3.8": { - "*": [ - "ts3.4/*" - ] - } - } + "gitHead": "6c4d0ed4beea726a121cddd365cc5258d6828be9" } diff --git a/addons/links/package.json b/addons/links/package.json index 53aad5115c74..79a53a29409d 100644 --- a/addons/links/package.json +++ b/addons/links/package.json @@ -18,6 +18,13 @@ "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", + "typesVersions": { + "<3.8": { + "*": [ + "ts3.4/*" + ] + } + }, "files": [ "dist/**/*", "README.md", @@ -60,12 +67,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "303d951f9ae4aa2241c9823e1cb6edbfd50fb093", - "typesVersions": { - "<3.8": { - "*": [ - "ts3.4/*" - ] - } - } + "gitHead": "6c4d0ed4beea726a121cddd365cc5258d6828be9" } diff --git a/addons/queryparams/package.json b/addons/queryparams/package.json index 7b8397d14642..3538fba6e186 100644 --- a/addons/queryparams/package.json +++ b/addons/queryparams/package.json @@ -19,6 +19,13 @@ "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", + "typesVersions": { + "<3.8": { + "*": [ + "ts3.4/*" + ] + } + }, "files": [ "dist/**/*", "README.md", @@ -60,12 +67,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "303d951f9ae4aa2241c9823e1cb6edbfd50fb093", - "typesVersions": { - "<3.8": { - "*": [ - "ts3.4/*" - ] - } - } + "gitHead": "6c4d0ed4beea726a121cddd365cc5258d6828be9" } diff --git a/addons/storyshots/storyshots-core/package.json b/addons/storyshots/storyshots-core/package.json index 5a04f2e75fc1..7ce2475bf5c7 100644 --- a/addons/storyshots/storyshots-core/package.json +++ b/addons/storyshots/storyshots-core/package.json @@ -18,6 +18,13 @@ "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", + "typesVersions": { + "<3.8": { + "*": [ + "ts3.4/*" + ] + } + }, "files": [ "dist/**/*", "README.md", @@ -91,12 +98,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "303d951f9ae4aa2241c9823e1cb6edbfd50fb093", - "typesVersions": { - "<3.8": { - "*": [ - "ts3.4/*" - ] - } - } + "gitHead": "6c4d0ed4beea726a121cddd365cc5258d6828be9" } diff --git a/addons/storyshots/storyshots-puppeteer/package.json b/addons/storyshots/storyshots-puppeteer/package.json index eb30ba65b537..5ed9349ef76e 100644 --- a/addons/storyshots/storyshots-puppeteer/package.json +++ b/addons/storyshots/storyshots-puppeteer/package.json @@ -18,6 +18,13 @@ "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", + "typesVersions": { + "<3.8": { + "*": [ + "ts3.4/*" + ] + } + }, "files": [ "dist/**/*", "README.md", @@ -53,12 +60,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "303d951f9ae4aa2241c9823e1cb6edbfd50fb093", - "typesVersions": { - "<3.8": { - "*": [ - "ts3.4/*" - ] - } - } + "gitHead": "6c4d0ed4beea726a121cddd365cc5258d6828be9" } diff --git a/addons/storysource/package.json b/addons/storysource/package.json index c84d5eefce24..4cd78461e8af 100644 --- a/addons/storysource/package.json +++ b/addons/storysource/package.json @@ -18,6 +18,13 @@ "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", + "typesVersions": { + "<3.8": { + "*": [ + "ts3.4/*" + ] + } + }, "files": [ "dist/**/*", "README.md", @@ -63,12 +70,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "303d951f9ae4aa2241c9823e1cb6edbfd50fb093", - "typesVersions": { - "<3.8": { - "*": [ - "ts3.4/*" - ] - } - } + "gitHead": "6c4d0ed4beea726a121cddd365cc5258d6828be9" } diff --git a/addons/toolbars/package.json b/addons/toolbars/package.json index 67250361125e..24d1d1adf0fd 100644 --- a/addons/toolbars/package.json +++ b/addons/toolbars/package.json @@ -51,5 +51,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "303d951f9ae4aa2241c9823e1cb6edbfd50fb093" + "gitHead": "6c4d0ed4beea726a121cddd365cc5258d6828be9" } diff --git a/addons/viewport/package.json b/addons/viewport/package.json index 1962aab64f1d..b1ddd3504e23 100644 --- a/addons/viewport/package.json +++ b/addons/viewport/package.json @@ -18,6 +18,13 @@ "license": "MIT", "main": "dist/preview.js", "types": "dist/preview.d.ts", + "typesVersions": { + "<3.8": { + "*": [ + "ts3.4/*" + ] + } + }, "files": [ "dist/**/*", "README.md", @@ -56,12 +63,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "303d951f9ae4aa2241c9823e1cb6edbfd50fb093", - "typesVersions": { - "<3.8": { - "*": [ - "ts3.4/*" - ] - } - } + "gitHead": "6c4d0ed4beea726a121cddd365cc5258d6828be9" } diff --git a/app/angular/package.json b/app/angular/package.json index 216939b51127..4c8bfd1cbce6 100644 --- a/app/angular/package.json +++ b/app/angular/package.json @@ -17,6 +17,13 @@ "license": "MIT", "main": "dist/client/index.js", "types": "dist/client/index.d.ts", + "typesVersions": { + "<3.8": { + "*": [ + "ts3.4/*" + ] + } + }, "bin": { "build-storybook": "./bin/build.js", "start-storybook": "./bin/index.js", @@ -86,12 +93,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "303d951f9ae4aa2241c9823e1cb6edbfd50fb093", - "typesVersions": { - "<3.8": { - "*": [ - "ts3.4/*" - ] - } - } + "gitHead": "6c4d0ed4beea726a121cddd365cc5258d6828be9" } diff --git a/app/aurelia/package.json b/app/aurelia/package.json index 78f70bde857e..19304a7ce8c9 100644 --- a/app/aurelia/package.json +++ b/app/aurelia/package.json @@ -60,5 +60,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "303d951f9ae4aa2241c9823e1cb6edbfd50fb093" + "gitHead": "6c4d0ed4beea726a121cddd365cc5258d6828be9" } diff --git a/app/ember/package.json b/app/ember/package.json index 0c9e80f21f86..44b10a1ac706 100644 --- a/app/ember/package.json +++ b/app/ember/package.json @@ -14,6 +14,13 @@ "license": "MIT", "main": "dist/client/index.js", "jsnext:main": "src/client/index.js", + "typesVersions": { + "<3.8": { + "*": [ + "ts3.4/*" + ] + } + }, "bin": { "build-storybook": "./bin/build.js", "start-storybook": "./bin/index.js", @@ -52,12 +59,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "303d951f9ae4aa2241c9823e1cb6edbfd50fb093", - "typesVersions": { - "<3.8": { - "*": [ - "ts3.4/*" - ] - } - } + "gitHead": "6c4d0ed4beea726a121cddd365cc5258d6828be9" } diff --git a/app/html/package.json b/app/html/package.json index e20d874c43e2..fec52579b316 100644 --- a/app/html/package.json +++ b/app/html/package.json @@ -17,6 +17,13 @@ "license": "MIT", "main": "dist/client/index.js", "types": "dist/client/index.d.ts", + "typesVersions": { + "<3.8": { + "*": [ + "ts3.4/*" + ] + } + }, "bin": { "build-storybook": "./bin/build.js", "start-storybook": "./bin/index.js", @@ -55,12 +62,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "303d951f9ae4aa2241c9823e1cb6edbfd50fb093", - "typesVersions": { - "<3.8": { - "*": [ - "ts3.4/*" - ] - } - } + "gitHead": "6c4d0ed4beea726a121cddd365cc5258d6828be9" } diff --git a/app/marionette/package.json b/app/marionette/package.json index eadab0e65a99..e109698c2ca7 100644 --- a/app/marionette/package.json +++ b/app/marionette/package.json @@ -49,5 +49,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "303d951f9ae4aa2241c9823e1cb6edbfd50fb093" + "gitHead": "6c4d0ed4beea726a121cddd365cc5258d6828be9" } diff --git a/app/marko/package.json b/app/marko/package.json index 509b0d46e11c..9412a5597ba7 100644 --- a/app/marko/package.json +++ b/app/marko/package.json @@ -16,6 +16,13 @@ }, "license": "MIT", "main": "dist/client/index.js", + "typesVersions": { + "<3.8": { + "*": [ + "ts3.4/*" + ] + } + }, "bin": { "build-storybook": "./bin/build.js", "start-storybook": "./bin/index.js", @@ -54,12 +61,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "303d951f9ae4aa2241c9823e1cb6edbfd50fb093", - "typesVersions": { - "<3.8": { - "*": [ - "ts3.4/*" - ] - } - } + "gitHead": "6c4d0ed4beea726a121cddd365cc5258d6828be9" } diff --git a/app/mithril/package.json b/app/mithril/package.json index d9a109406b57..ea2caf519496 100644 --- a/app/mithril/package.json +++ b/app/mithril/package.json @@ -17,6 +17,13 @@ "license": "MIT", "main": "dist/client/index.js", "types": "dist/client/index.d.ts", + "typesVersions": { + "<3.8": { + "*": [ + "ts3.4/*" + ] + } + }, "bin": { "build-storybook": "./bin/build.js", "start-storybook": "./bin/index.js", @@ -60,12 +67,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "303d951f9ae4aa2241c9823e1cb6edbfd50fb093", - "typesVersions": { - "<3.8": { - "*": [ - "ts3.4/*" - ] - } - } + "gitHead": "6c4d0ed4beea726a121cddd365cc5258d6828be9" } diff --git a/app/preact/package.json b/app/preact/package.json index ecae446f0af7..f30610883955 100644 --- a/app/preact/package.json +++ b/app/preact/package.json @@ -17,6 +17,13 @@ "license": "MIT", "main": "dist/client/index.js", "types": "dist/client/index.d.ts", + "typesVersions": { + "<3.8": { + "*": [ + "ts3.4/*" + ] + } + }, "bin": { "build-storybook": "./bin/build.js", "start-storybook": "./bin/index.js", @@ -58,12 +65,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "303d951f9ae4aa2241c9823e1cb6edbfd50fb093", - "typesVersions": { - "<3.8": { - "*": [ - "ts3.4/*" - ] - } - } + "gitHead": "6c4d0ed4beea726a121cddd365cc5258d6828be9" } diff --git a/app/rax/package.json b/app/rax/package.json index f9767846bf2f..b095b2006456 100644 --- a/app/rax/package.json +++ b/app/rax/package.json @@ -17,6 +17,13 @@ }, "license": "MIT", "main": "dist/client/index.js", + "typesVersions": { + "<3.8": { + "*": [ + "ts3.4/*" + ] + } + }, "bin": { "build-storybook": "./bin/build.js", "start-storybook": "./bin/index.js", @@ -54,12 +61,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "303d951f9ae4aa2241c9823e1cb6edbfd50fb093", - "typesVersions": { - "<3.8": { - "*": [ - "ts3.4/*" - ] - } - } + "gitHead": "6c4d0ed4beea726a121cddd365cc5258d6828be9" } diff --git a/app/react/package.json b/app/react/package.json index e2f73418910e..2a5f8e3ef715 100644 --- a/app/react/package.json +++ b/app/react/package.json @@ -73,7 +73,7 @@ "publishConfig": { "access": "public" }, - "gitHead": "303d951f9ae4aa2241c9823e1cb6edbfd50fb093", + "gitHead": "6c4d0ed4beea726a121cddd365cc5258d6828be9", "typesVersions": { "<3.8": { "types-6-0": [ diff --git a/app/riot/package.json b/app/riot/package.json index 699661c28a79..0f451c94548e 100644 --- a/app/riot/package.json +++ b/app/riot/package.json @@ -16,6 +16,13 @@ }, "license": "MIT", "main": "dist/client/index.js", + "typesVersions": { + "<3.8": { + "*": [ + "ts3.4/*" + ] + } + }, "bin": { "build-storybook": "./bin/build.js", "start-storybook": "./bin/index.js", @@ -63,12 +70,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "303d951f9ae4aa2241c9823e1cb6edbfd50fb093", - "typesVersions": { - "<3.8": { - "*": [ - "ts3.4/*" - ] - } - } + "gitHead": "6c4d0ed4beea726a121cddd365cc5258d6828be9" } diff --git a/app/server/package.json b/app/server/package.json index 1ba9cb57bb2a..d2a55ed236ad 100644 --- a/app/server/package.json +++ b/app/server/package.json @@ -17,6 +17,13 @@ "license": "MIT", "main": "dist/client/index.js", "types": "dist/client/index.d.ts", + "typesVersions": { + "<3.8": { + "*": [ + "ts3.4/*" + ] + } + }, "bin": { "build-storybook": "./bin/build.js", "start-storybook": "./bin/index.js", @@ -57,12 +64,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "303d951f9ae4aa2241c9823e1cb6edbfd50fb093", - "typesVersions": { - "<3.8": { - "*": [ - "ts3.4/*" - ] - } - } + "gitHead": "6c4d0ed4beea726a121cddd365cc5258d6828be9" } diff --git a/app/svelte/package.json b/app/svelte/package.json index 250437be9921..6c24c8c74573 100644 --- a/app/svelte/package.json +++ b/app/svelte/package.json @@ -17,6 +17,13 @@ "license": "MIT", "main": "dist/client/index.js", "types": "dist/client/index.d.ts", + "typesVersions": { + "<3.8": { + "*": [ + "ts3.4/*" + ] + } + }, "bin": { "build-storybook": "./bin/build.js", "start-storybook": "./bin/index.js", @@ -60,12 +67,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "303d951f9ae4aa2241c9823e1cb6edbfd50fb093", - "typesVersions": { - "<3.8": { - "*": [ - "ts3.4/*" - ] - } - } + "gitHead": "6c4d0ed4beea726a121cddd365cc5258d6828be9" } diff --git a/app/vue/package.json b/app/vue/package.json index 99ddbc77662d..3ba06326a1b1 100644 --- a/app/vue/package.json +++ b/app/vue/package.json @@ -17,6 +17,13 @@ "license": "MIT", "main": "dist/client/index.js", "types": "dist/client/index.d.ts", + "typesVersions": { + "<3.8": { + "*": [ + "ts3.4/*" + ] + } + }, "bin": { "build-storybook": "./bin/build.js", "start-storybook": "./bin/index.js", @@ -70,12 +77,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "303d951f9ae4aa2241c9823e1cb6edbfd50fb093", - "typesVersions": { - "<3.8": { - "*": [ - "ts3.4/*" - ] - } - } + "gitHead": "6c4d0ed4beea726a121cddd365cc5258d6828be9" } diff --git a/app/web-components/package.json b/app/web-components/package.json index 31de7f1140e4..8b493360e532 100644 --- a/app/web-components/package.json +++ b/app/web-components/package.json @@ -19,6 +19,13 @@ "license": "MIT", "main": "dist/client/index.js", "types": "dist/client/index.d.ts", + "typesVersions": { + "<3.8": { + "*": [ + "ts3.4/*" + ] + } + }, "bin": { "build-storybook": "./bin/build.js", "start-storybook": "./bin/index.js", @@ -65,12 +72,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "303d951f9ae4aa2241c9823e1cb6edbfd50fb093", - "typesVersions": { - "<3.8": { - "*": [ - "ts3.4/*" - ] - } - } + "gitHead": "6c4d0ed4beea726a121cddd365cc5258d6828be9" } diff --git a/dev-kits/addon-decorator/package.json b/dev-kits/addon-decorator/package.json index 6b3e44c2a09f..24eb9f5fac01 100644 --- a/dev-kits/addon-decorator/package.json +++ b/dev-kits/addon-decorator/package.json @@ -32,7 +32,7 @@ "publishConfig": { "access": "public" }, - "gitHead": "303d951f9ae4aa2241c9823e1cb6edbfd50fb093", + "gitHead": "6c4d0ed4beea726a121cddd365cc5258d6828be9", "typesVersions": { "<3.8": { "*": [ diff --git a/dev-kits/addon-parameter/package.json b/dev-kits/addon-parameter/package.json index 8ce30ac3b0d1..741637770084 100644 --- a/dev-kits/addon-parameter/package.json +++ b/dev-kits/addon-parameter/package.json @@ -38,7 +38,7 @@ "publishConfig": { "access": "public" }, - "gitHead": "303d951f9ae4aa2241c9823e1cb6edbfd50fb093", + "gitHead": "6c4d0ed4beea726a121cddd365cc5258d6828be9", "typesVersions": { "<3.8": { "*": [ diff --git a/dev-kits/addon-preview-wrapper/package.json b/dev-kits/addon-preview-wrapper/package.json index 5c9bf9cbcbb0..198270e8ff3a 100644 --- a/dev-kits/addon-preview-wrapper/package.json +++ b/dev-kits/addon-preview-wrapper/package.json @@ -30,7 +30,7 @@ "publishConfig": { "access": "public" }, - "gitHead": "303d951f9ae4aa2241c9823e1cb6edbfd50fb093", + "gitHead": "6c4d0ed4beea726a121cddd365cc5258d6828be9", "typesVersions": { "<3.8": { "*": [ diff --git a/dev-kits/addon-roundtrip/package.json b/dev-kits/addon-roundtrip/package.json index f444476921d3..3043966a2a20 100644 --- a/dev-kits/addon-roundtrip/package.json +++ b/dev-kits/addon-roundtrip/package.json @@ -39,7 +39,7 @@ "publishConfig": { "access": "public" }, - "gitHead": "303d951f9ae4aa2241c9823e1cb6edbfd50fb093", + "gitHead": "6c4d0ed4beea726a121cddd365cc5258d6828be9", "typesVersions": { "<3.8": { "*": [ diff --git a/lib/addons/package.json b/lib/addons/package.json index e18cd2e17c5d..f4dfe9fb7aae 100644 --- a/lib/addons/package.json +++ b/lib/addons/package.json @@ -17,6 +17,13 @@ "license": "MIT", "main": "dist/public_api.js", "types": "dist/public_api.d.ts", + "typesVersions": { + "<3.8": { + "*": [ + "ts3.4/*" + ] + } + }, "files": [ "dist/**/*", "README.md", @@ -45,12 +52,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "303d951f9ae4aa2241c9823e1cb6edbfd50fb093", - "typesVersions": { - "<3.8": { - "*": [ - "ts3.4/*" - ] - } - } + "gitHead": "6c4d0ed4beea726a121cddd365cc5258d6828be9" } diff --git a/lib/api/package.json b/lib/api/package.json index a8da3f0426b7..3c81387945d0 100644 --- a/lib/api/package.json +++ b/lib/api/package.json @@ -16,6 +16,13 @@ "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", + "typesVersions": { + "<3.8": { + "*": [ + "ts3.4/*" + ] + } + }, "files": [ "dist/**/*", "README.md", @@ -61,12 +68,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "303d951f9ae4aa2241c9823e1cb6edbfd50fb093", - "typesVersions": { - "<3.8": { - "*": [ - "ts3.4/*" - ] - } - } + "gitHead": "6c4d0ed4beea726a121cddd365cc5258d6828be9" } diff --git a/lib/channel-postmessage/package.json b/lib/channel-postmessage/package.json index 0f7a10f3f176..ee9a474061e2 100644 --- a/lib/channel-postmessage/package.json +++ b/lib/channel-postmessage/package.json @@ -17,6 +17,13 @@ "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", + "typesVersions": { + "<3.8": { + "*": [ + "ts3.4/*" + ] + } + }, "files": [ "dist/**/*", "README.md", @@ -39,12 +46,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "303d951f9ae4aa2241c9823e1cb6edbfd50fb093", - "typesVersions": { - "<3.8": { - "*": [ - "ts3.4/*" - ] - } - } + "gitHead": "6c4d0ed4beea726a121cddd365cc5258d6828be9" } diff --git a/lib/channel-websocket/package.json b/lib/channel-websocket/package.json index 54aa5e81997f..641f4be40602 100644 --- a/lib/channel-websocket/package.json +++ b/lib/channel-websocket/package.json @@ -17,6 +17,13 @@ "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", + "typesVersions": { + "<3.8": { + "*": [ + "ts3.4/*" + ] + } + }, "files": [ "dist/**/*", "README.md", @@ -36,12 +43,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "303d951f9ae4aa2241c9823e1cb6edbfd50fb093", - "typesVersions": { - "<3.8": { - "*": [ - "ts3.4/*" - ] - } - } + "gitHead": "6c4d0ed4beea726a121cddd365cc5258d6828be9" } diff --git a/lib/channels/package.json b/lib/channels/package.json index cda363c94aea..6d215657f0c7 100644 --- a/lib/channels/package.json +++ b/lib/channels/package.json @@ -17,6 +17,13 @@ "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", + "typesVersions": { + "<3.8": { + "*": [ + "ts3.4/*" + ] + } + }, "files": [ "dist/**/*", "README.md", @@ -35,12 +42,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "303d951f9ae4aa2241c9823e1cb6edbfd50fb093", - "typesVersions": { - "<3.8": { - "*": [ - "ts3.4/*" - ] - } - } + "gitHead": "6c4d0ed4beea726a121cddd365cc5258d6828be9" } diff --git a/lib/cli-sb/package.json b/lib/cli-sb/package.json index 60011fcd1d12..49aa7b98f818 100644 --- a/lib/cli-sb/package.json +++ b/lib/cli-sb/package.json @@ -27,5 +27,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "303d951f9ae4aa2241c9823e1cb6edbfd50fb093" + "gitHead": "6c4d0ed4beea726a121cddd365cc5258d6828be9" } diff --git a/lib/cli-storybook/package.json b/lib/cli-storybook/package.json index 53a2807ef7e2..39d495ea058e 100644 --- a/lib/cli-storybook/package.json +++ b/lib/cli-storybook/package.json @@ -28,5 +28,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "303d951f9ae4aa2241c9823e1cb6edbfd50fb093" + "gitHead": "6c4d0ed4beea726a121cddd365cc5258d6828be9" } diff --git a/lib/cli/package.json b/lib/cli/package.json index 05857ef43c9d..d30a419d0acd 100644 --- a/lib/cli/package.json +++ b/lib/cli/package.json @@ -18,6 +18,13 @@ }, "license": "MIT", "author": "Storybook Team", + "typesVersions": { + "<3.8": { + "*": [ + "ts3.4/*" + ] + } + }, "bin": { "getstorybook": "./bin/index.js", "sb": "./bin/index.js" @@ -76,12 +83,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "303d951f9ae4aa2241c9823e1cb6edbfd50fb093", - "typesVersions": { - "<3.8": { - "*": [ - "ts3.4/*" - ] - } - } + "gitHead": "6c4d0ed4beea726a121cddd365cc5258d6828be9" } diff --git a/lib/client-api/package.json b/lib/client-api/package.json index 54400e98672e..d47504e73d81 100644 --- a/lib/client-api/package.json +++ b/lib/client-api/package.json @@ -17,6 +17,13 @@ "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", + "typesVersions": { + "<3.8": { + "*": [ + "ts3.4/*" + ] + } + }, "files": [ "dist/**/*", "README.md", @@ -54,12 +61,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "303d951f9ae4aa2241c9823e1cb6edbfd50fb093", - "typesVersions": { - "<3.8": { - "*": [ - "ts3.4/*" - ] - } - } + "gitHead": "6c4d0ed4beea726a121cddd365cc5258d6828be9" } diff --git a/lib/client-logger/package.json b/lib/client-logger/package.json index 32dc48a49ba9..18eeefaf6da8 100644 --- a/lib/client-logger/package.json +++ b/lib/client-logger/package.json @@ -17,6 +17,13 @@ "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", + "typesVersions": { + "<3.8": { + "*": [ + "ts3.4/*" + ] + } + }, "files": [ "dist/**/*", "README.md", @@ -34,12 +41,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "303d951f9ae4aa2241c9823e1cb6edbfd50fb093", - "typesVersions": { - "<3.8": { - "*": [ - "ts3.4/*" - ] - } - } + "gitHead": "6c4d0ed4beea726a121cddd365cc5258d6828be9" } diff --git a/lib/codemod/package.json b/lib/codemod/package.json index 8473184a4b1a..445c387f053f 100644 --- a/lib/codemod/package.json +++ b/lib/codemod/package.json @@ -17,6 +17,13 @@ "license": "MIT", "main": "dist/index.js", "jsnext:main": "src/index.js", + "typesVersions": { + "<3.8": { + "*": [ + "ts3.4/*" + ] + } + }, "files": [ "dist/**/*", "README.md", @@ -48,12 +55,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "303d951f9ae4aa2241c9823e1cb6edbfd50fb093", - "typesVersions": { - "<3.8": { - "*": [ - "ts3.4/*" - ] - } - } + "gitHead": "6c4d0ed4beea726a121cddd365cc5258d6828be9" } diff --git a/lib/components/package.json b/lib/components/package.json index 019759b084ce..224356d254d1 100644 --- a/lib/components/package.json +++ b/lib/components/package.json @@ -17,6 +17,13 @@ "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", + "typesVersions": { + "<3.8": { + "*": [ + "ts3.4/*" + ] + } + }, "files": [ "dist/**/*", "README.md", @@ -60,12 +67,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "303d951f9ae4aa2241c9823e1cb6edbfd50fb093", - "typesVersions": { - "<3.8": { - "*": [ - "ts3.4/*" - ] - } - } + "gitHead": "6c4d0ed4beea726a121cddd365cc5258d6828be9" } diff --git a/lib/core-events/package.json b/lib/core-events/package.json index 14e7f0676aca..5c7453a71a2e 100644 --- a/lib/core-events/package.json +++ b/lib/core-events/package.json @@ -17,6 +17,13 @@ "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", + "typesVersions": { + "<3.8": { + "*": [ + "ts3.4/*" + ] + } + }, "files": [ "dist/**/*", "README.md", @@ -33,12 +40,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "303d951f9ae4aa2241c9823e1cb6edbfd50fb093", - "typesVersions": { - "<3.8": { - "*": [ - "ts3.4/*" - ] - } - } + "gitHead": "6c4d0ed4beea726a121cddd365cc5258d6828be9" } diff --git a/lib/core/package.json b/lib/core/package.json index edbc24cce135..7be0b24b8d48 100644 --- a/lib/core/package.json +++ b/lib/core/package.json @@ -17,6 +17,13 @@ "license": "MIT", "main": "dist/client/index.js", "types": "dist/client/index.d.ts", + "typesVersions": { + "<3.8": { + "*": [ + "ts3.4/*" + ] + } + }, "files": [ "dist/**/*", "dll/**/*", @@ -155,12 +162,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "303d951f9ae4aa2241c9823e1cb6edbfd50fb093", - "typesVersions": { - "<3.8": { - "*": [ - "ts3.4/*" - ] - } - } + "gitHead": "6c4d0ed4beea726a121cddd365cc5258d6828be9" } diff --git a/lib/node-logger/package.json b/lib/node-logger/package.json index a19d66a8c903..fbe79abbce55 100644 --- a/lib/node-logger/package.json +++ b/lib/node-logger/package.json @@ -17,6 +17,13 @@ "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", + "typesVersions": { + "<3.8": { + "*": [ + "ts3.4/*" + ] + } + }, "files": [ "dist/**/*", "README.md", @@ -40,12 +47,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "303d951f9ae4aa2241c9823e1cb6edbfd50fb093", - "typesVersions": { - "<3.8": { - "*": [ - "ts3.4/*" - ] - } - } + "gitHead": "6c4d0ed4beea726a121cddd365cc5258d6828be9" } diff --git a/lib/postinstall/package.json b/lib/postinstall/package.json index f4356ad28bd0..e1a7f5a18405 100644 --- a/lib/postinstall/package.json +++ b/lib/postinstall/package.json @@ -18,6 +18,13 @@ "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", + "typesVersions": { + "<3.8": { + "*": [ + "ts3.4/*" + ] + } + }, "files": [ "dist/**/*", "README.md", @@ -39,12 +46,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "303d951f9ae4aa2241c9823e1cb6edbfd50fb093", - "typesVersions": { - "<3.8": { - "*": [ - "ts3.4/*" - ] - } - } + "gitHead": "6c4d0ed4beea726a121cddd365cc5258d6828be9" } diff --git a/lib/router/package.json b/lib/router/package.json index 5b5d85724f27..568dd0d562f1 100644 --- a/lib/router/package.json +++ b/lib/router/package.json @@ -17,6 +17,13 @@ "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", + "typesVersions": { + "<3.8": { + "*": [ + "ts3.4/*" + ] + } + }, "files": [ "dist/**/*", "README.md", @@ -42,12 +49,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "303d951f9ae4aa2241c9823e1cb6edbfd50fb093", - "typesVersions": { - "<3.8": { - "*": [ - "ts3.4/*" - ] - } - } + "gitHead": "6c4d0ed4beea726a121cddd365cc5258d6828be9" } diff --git a/lib/source-loader/package.json b/lib/source-loader/package.json index 080d2ce8a8dd..664c57fa5f1e 100644 --- a/lib/source-loader/package.json +++ b/lib/source-loader/package.json @@ -18,6 +18,13 @@ "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", + "typesVersions": { + "<3.8": { + "*": [ + "ts3.4/*" + ] + } + }, "files": [ "dist/**/*", "README.md", @@ -48,12 +55,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "303d951f9ae4aa2241c9823e1cb6edbfd50fb093", - "typesVersions": { - "<3.8": { - "*": [ - "ts3.4/*" - ] - } - } + "gitHead": "6c4d0ed4beea726a121cddd365cc5258d6828be9" } diff --git a/lib/theming/package.json b/lib/theming/package.json index e2f8b79750e9..4ec02c1c9656 100644 --- a/lib/theming/package.json +++ b/lib/theming/package.json @@ -17,6 +17,13 @@ "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", + "typesVersions": { + "<3.8": { + "*": [ + "ts3.4/*" + ] + } + }, "files": [ "dist/**/*", "README.md", @@ -48,12 +55,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "303d951f9ae4aa2241c9823e1cb6edbfd50fb093", - "typesVersions": { - "<3.8": { - "*": [ - "ts3.4/*" - ] - } - } + "gitHead": "6c4d0ed4beea726a121cddd365cc5258d6828be9" } diff --git a/lib/ui/package.json b/lib/ui/package.json index 7825f2f07aee..0a821ba4ee67 100644 --- a/lib/ui/package.json +++ b/lib/ui/package.json @@ -16,6 +16,13 @@ }, "license": "MIT", "main": "dist/index.js", + "typesVersions": { + "<3.8": { + "*": [ + "ts3.4/*" + ] + } + }, "files": [ "dist/**/*", "README.md", @@ -78,12 +85,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "303d951f9ae4aa2241c9823e1cb6edbfd50fb093", - "typesVersions": { - "<3.8": { - "*": [ - "ts3.4/*" - ] - } - } + "gitHead": "6c4d0ed4beea726a121cddd365cc5258d6828be9" }