Skip to content

Commit

Permalink
Merge pull request #15918 from storybookjs/fix-15196
Browse files Browse the repository at this point in the history
TypeScript: Fix glob pattern used in package `typesVersions` config
  • Loading branch information
shilman committed Aug 30, 2021
2 parents 09ccfc1 + 6f45ba1 commit 937d9f0
Show file tree
Hide file tree
Showing 49 changed files with 49 additions and 49 deletions.
2 changes: 1 addition & 1 deletion addons/a11y/package.json
Expand Up @@ -30,7 +30,7 @@
"types": "dist/ts3.9/index.d.ts",
"typesVersions": {
"<3.8": {
"*": [
"dist/ts3.9/*": [
"dist/ts3.4/*"
]
}
Expand Down
2 changes: 1 addition & 1 deletion addons/actions/package.json
Expand Up @@ -26,7 +26,7 @@
"types": "dist/ts3.9/index.d.ts",
"typesVersions": {
"<3.8": {
"*": [
"dist/ts3.9/*": [
"dist/ts3.4/*"
]
}
Expand Down
2 changes: 1 addition & 1 deletion addons/backgrounds/package.json
Expand Up @@ -30,7 +30,7 @@
"types": "dist/ts3.9/index.d.ts",
"typesVersions": {
"<3.8": {
"*": [
"dist/ts3.9/*": [
"dist/ts3.4/*"
]
}
Expand Down
2 changes: 1 addition & 1 deletion addons/controls/package.json
Expand Up @@ -30,7 +30,7 @@
"types": "dist/ts3.9/index.d.ts",
"typesVersions": {
"<3.8": {
"*": [
"dist/ts3.9/*": [
"dist/ts3.4/*"
]
}
Expand Down
2 changes: 1 addition & 1 deletion addons/docs/package.json
Expand Up @@ -29,7 +29,7 @@
"types": "dist/ts3.9/index.d.ts",
"typesVersions": {
"<3.8": {
"*": [
"dist/ts3.9/*": [
"dist/ts3.4/*"
]
}
Expand Down
2 changes: 1 addition & 1 deletion addons/essentials/package.json
Expand Up @@ -26,7 +26,7 @@
"types": "dist/ts3.9/index.d.ts",
"typesVersions": {
"<3.8": {
"*": [
"dist/ts3.9/*": [
"dist/ts3.4/*"
]
}
Expand Down
2 changes: 1 addition & 1 deletion addons/jest/package.json
Expand Up @@ -32,7 +32,7 @@
"types": "dist/ts3.9/index.d.ts",
"typesVersions": {
"<3.8": {
"*": [
"dist/ts3.9/*": [
"dist/ts3.4/*"
]
}
Expand Down
2 changes: 1 addition & 1 deletion addons/links/package.json
Expand Up @@ -26,7 +26,7 @@
"types": "dist/ts3.9/index.d.ts",
"typesVersions": {
"<3.8": {
"*": [
"dist/ts3.9/*": [
"dist/ts3.4/*"
]
}
Expand Down
2 changes: 1 addition & 1 deletion addons/measure/package.json
Expand Up @@ -29,7 +29,7 @@
"types": "dist/ts3.9/index.d.ts",
"typesVersions": {
"<3.8": {
"*": [
"dist/ts3.9/*": [
"dist/ts3.4/*"
]
}
Expand Down
2 changes: 1 addition & 1 deletion addons/outline/package.json
Expand Up @@ -32,7 +32,7 @@
"types": "dist/ts3.9/index.d.ts",
"typesVersions": {
"<3.8": {
"*": [
"dist/ts3.9/*": [
"dist/ts3.4/*"
]
}
Expand Down
2 changes: 1 addition & 1 deletion addons/storyshots/storyshots-core/package.json
Expand Up @@ -26,7 +26,7 @@
"types": "dist/ts3.9/index.d.ts",
"typesVersions": {
"<3.8": {
"*": [
"dist/ts3.9/*": [
"dist/ts3.4/*"
]
}
Expand Down
2 changes: 1 addition & 1 deletion addons/storyshots/storyshots-puppeteer/package.json
Expand Up @@ -25,7 +25,7 @@
"types": "dist/ts3.9/index.d.ts",
"typesVersions": {
"<3.8": {
"*": [
"dist/ts3.9/*": [
"dist/ts3.4/*"
]
}
Expand Down
2 changes: 1 addition & 1 deletion addons/storysource/package.json
Expand Up @@ -26,7 +26,7 @@
"types": "dist/ts3.9/index.d.ts",
"typesVersions": {
"<3.8": {
"*": [
"dist/ts3.9/*": [
"dist/ts3.4/*"
]
}
Expand Down
2 changes: 1 addition & 1 deletion addons/toolbars/package.json
Expand Up @@ -30,7 +30,7 @@
"types": "dist/ts3.9/register.d.ts",
"typesVersions": {
"<3.8": {
"*": [
"dist/ts3.9/*": [
"dist/ts3.4/*"
]
}
Expand Down
2 changes: 1 addition & 1 deletion addons/viewport/package.json
Expand Up @@ -27,7 +27,7 @@
"types": "dist/ts3.9/preview.d.ts",
"typesVersions": {
"<3.8": {
"*": [
"dist/ts3.9/*": [
"dist/ts3.4/*"
]
}
Expand Down
2 changes: 1 addition & 1 deletion app/angular/package.json
Expand Up @@ -24,7 +24,7 @@
"types": "dist/ts3.9/client/index.d.ts",
"typesVersions": {
"<3.8": {
"*": [
"dist/ts3.9/*": [
"dist/ts3.4/*"
]
}
Expand Down
2 changes: 1 addition & 1 deletion app/ember/package.json
Expand Up @@ -21,7 +21,7 @@
"types": "dist/ts3.9/client/index.d.ts",
"typesVersions": {
"<3.8": {
"*": [
"dist/ts3.9/*": [
"dist/ts3.4/*"
]
}
Expand Down
2 changes: 1 addition & 1 deletion app/html/package.json
Expand Up @@ -24,7 +24,7 @@
"types": "dist/ts3.9/client/index.d.ts",
"typesVersions": {
"<3.8": {
"*": [
"dist/ts3.9/*": [
"dist/ts3.4/*"
]
}
Expand Down
2 changes: 1 addition & 1 deletion app/preact/package.json
Expand Up @@ -24,7 +24,7 @@
"types": "dist/ts3.9/client/index.d.ts",
"typesVersions": {
"<3.8": {
"*": [
"dist/ts3.9/*": [
"dist/ts3.4/*"
]
}
Expand Down
2 changes: 1 addition & 1 deletion app/react/package.json
Expand Up @@ -24,7 +24,7 @@
"types": "dist/ts3.9/client/index.d.ts",
"typesVersions": {
"<3.8": {
"*": [
"dist/ts3.9/*": [
"dist/ts3.4/*"
]
}
Expand Down
2 changes: 1 addition & 1 deletion app/server/package.json
Expand Up @@ -24,7 +24,7 @@
"types": "dist/ts3.9/client/index.d.ts",
"typesVersions": {
"<3.8": {
"*": [
"dist/ts3.9/*": [
"dist/ts3.4/*"
]
}
Expand Down
2 changes: 1 addition & 1 deletion app/svelte/package.json
Expand Up @@ -24,7 +24,7 @@
"types": "dist/ts3.9/client/index.d.ts",
"typesVersions": {
"<3.8": {
"*": [
"dist/ts3.9/*": [
"dist/ts3.4/*"
]
}
Expand Down
2 changes: 1 addition & 1 deletion app/vue/package.json
Expand Up @@ -24,7 +24,7 @@
"types": "dist/ts3.9/client/index.d.ts",
"typesVersions": {
"<3.8": {
"*": [
"dist/ts3.9/*": [
"dist/ts3.4/*"
]
}
Expand Down
2 changes: 1 addition & 1 deletion app/vue3/package.json
Expand Up @@ -24,7 +24,7 @@
"types": "dist/ts3.9/client/index.d.ts",
"typesVersions": {
"<3.8": {
"*": [
"dist/ts3.9/*": [
"dist/ts3.4/*"
]
}
Expand Down
2 changes: 1 addition & 1 deletion app/web-components/package.json
Expand Up @@ -26,7 +26,7 @@
"types": "dist/ts3.9/client/index.d.ts",
"typesVersions": {
"<3.8": {
"*": [
"dist/ts3.9/*": [
"dist/ts3.4/*"
]
}
Expand Down
2 changes: 1 addition & 1 deletion lib/addons/package.json
Expand Up @@ -25,7 +25,7 @@
"types": "dist/ts3.9/public_api.d.ts",
"typesVersions": {
"<3.8": {
"*": [
"dist/ts3.9/*": [
"dist/ts3.4/*"
]
}
Expand Down
2 changes: 1 addition & 1 deletion lib/api/package.json
Expand Up @@ -23,7 +23,7 @@
"types": "dist/ts3.9/index.d.ts",
"typesVersions": {
"<3.8": {
"*": [
"dist/ts3.9/*": [
"dist/ts3.4/*"
]
}
Expand Down
2 changes: 1 addition & 1 deletion lib/builder-webpack4/package.json
Expand Up @@ -24,7 +24,7 @@
"types": "dist/ts3.9/index.d.ts",
"typesVersions": {
"<3.8": {
"*": [
"dist/ts3.9/*": [
"dist/ts3.4/*"
]
}
Expand Down
2 changes: 1 addition & 1 deletion lib/builder-webpack5/package.json
Expand Up @@ -24,7 +24,7 @@
"types": "dist/ts3.9/index.d.ts",
"typesVersions": {
"<3.8": {
"*": [
"dist/ts3.9/*": [
"dist/ts3.4/*"
]
}
Expand Down
2 changes: 1 addition & 1 deletion lib/channel-postmessage/package.json
Expand Up @@ -25,7 +25,7 @@
"types": "dist/ts3.9/index.d.ts",
"typesVersions": {
"<3.8": {
"*": [
"dist/ts3.9/*": [
"dist/ts3.4/*"
]
}
Expand Down
2 changes: 1 addition & 1 deletion lib/channel-websocket/package.json
Expand Up @@ -25,7 +25,7 @@
"types": "dist/ts3.9/index.d.ts",
"typesVersions": {
"<3.8": {
"*": [
"dist/ts3.9/*": [
"dist/ts3.4/*"
]
}
Expand Down
2 changes: 1 addition & 1 deletion lib/channels/package.json
Expand Up @@ -25,7 +25,7 @@
"types": "dist/ts3.9/index.d.ts",
"typesVersions": {
"<3.8": {
"*": [
"dist/ts3.9/*": [
"dist/ts3.4/*"
]
}
Expand Down
2 changes: 1 addition & 1 deletion lib/client-api/package.json
Expand Up @@ -25,7 +25,7 @@
"types": "dist/ts3.9/index.d.ts",
"typesVersions": {
"<3.8": {
"*": [
"dist/ts3.9/*": [
"dist/ts3.4/*"
]
}
Expand Down
2 changes: 1 addition & 1 deletion lib/client-logger/package.json
Expand Up @@ -25,7 +25,7 @@
"types": "dist/ts3.9/index.d.ts",
"typesVersions": {
"<3.8": {
"*": [
"dist/ts3.9/*": [
"dist/ts3.4/*"
]
}
Expand Down
2 changes: 1 addition & 1 deletion lib/components/package.json
Expand Up @@ -25,7 +25,7 @@
"types": "dist/ts3.9/index.d.ts",
"typesVersions": {
"<3.8": {
"*": [
"dist/ts3.9/*": [
"dist/ts3.4/*"
]
}
Expand Down
2 changes: 1 addition & 1 deletion lib/core-client/package.json
Expand Up @@ -24,7 +24,7 @@
"types": "dist/ts3.9/index.d.ts",
"typesVersions": {
"<3.8": {
"*": [
"dist/ts3.9/*": [
"dist/ts3.4/*"
]
}
Expand Down
2 changes: 1 addition & 1 deletion lib/core-common/package.json
Expand Up @@ -24,7 +24,7 @@
"types": "dist/ts3.9/index.d.ts",
"typesVersions": {
"<3.8": {
"*": [
"dist/ts3.9/*": [
"dist/ts3.4/*"
]
}
Expand Down
2 changes: 1 addition & 1 deletion lib/core-events/package.json
Expand Up @@ -25,7 +25,7 @@
"types": "dist/ts3.9/index.d.ts",
"typesVersions": {
"<3.8": {
"*": [
"dist/ts3.9/*": [
"dist/ts3.4/*"
]
}
Expand Down
2 changes: 1 addition & 1 deletion lib/core-server/package.json
Expand Up @@ -24,7 +24,7 @@
"types": "dist/ts3.9/index.d.ts",
"typesVersions": {
"<3.8": {
"*": [
"dist/ts3.9/*": [
"dist/ts3.4/*"
]
}
Expand Down
2 changes: 1 addition & 1 deletion lib/core/package.json
Expand Up @@ -24,7 +24,7 @@
"types": "dist/ts3.9/index.d.ts",
"typesVersions": {
"<3.8": {
"*": [
"dist/ts3.9/*": [
"dist/ts3.4/*"
]
}
Expand Down
2 changes: 1 addition & 1 deletion lib/csf-tools/package.json
Expand Up @@ -25,7 +25,7 @@
"types": "dist/ts3.9/index.d.ts",
"typesVersions": {
"<3.8": {
"*": [
"dist/ts3.9/*": [
"dist/ts3.4/*"
]
}
Expand Down
2 changes: 1 addition & 1 deletion lib/manager-webpack4/package.json
Expand Up @@ -24,7 +24,7 @@
"types": "dist/ts3.9/index.d.ts",
"typesVersions": {
"<3.8": {
"*": [
"dist/ts3.9/*": [
"dist/ts3.4/*"
]
}
Expand Down
2 changes: 1 addition & 1 deletion lib/manager-webpack5/package.json
Expand Up @@ -24,7 +24,7 @@
"types": "dist/ts3.9/index.d.ts",
"typesVersions": {
"<3.8": {
"*": [
"dist/ts3.9/*": [
"dist/ts3.4/*"
]
}
Expand Down
2 changes: 1 addition & 1 deletion lib/node-logger/package.json
Expand Up @@ -25,7 +25,7 @@
"types": "dist/ts3.9/index.d.ts",
"typesVersions": {
"<3.8": {
"*": [
"dist/ts3.9/*": [
"dist/ts3.4/*"
]
}
Expand Down

0 comments on commit 937d9f0

Please sign in to comment.