Merge pull request #15918 from storybookjs/fix-15196

TypeScript: Fix glob pattern used in package `typesVersions` config
This commit is contained in:
Michael Shilman 2021-08-30 23:29:21 +08:00 committed by GitHub
commit 937d9f0b53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
49 changed files with 49 additions and 49 deletions

View File

@ -30,7 +30,7 @@
"types": "dist/ts3.9/index.d.ts",
"typesVersions": {
"<3.8": {
"*": [
"dist/ts3.9/*": [
"dist/ts3.4/*"
]
}

View File

@ -26,7 +26,7 @@
"types": "dist/ts3.9/index.d.ts",
"typesVersions": {
"<3.8": {
"*": [
"dist/ts3.9/*": [
"dist/ts3.4/*"
]
}

View File

@ -30,7 +30,7 @@
"types": "dist/ts3.9/index.d.ts",
"typesVersions": {
"<3.8": {
"*": [
"dist/ts3.9/*": [
"dist/ts3.4/*"
]
}

View File

@ -30,7 +30,7 @@
"types": "dist/ts3.9/index.d.ts",
"typesVersions": {
"<3.8": {
"*": [
"dist/ts3.9/*": [
"dist/ts3.4/*"
]
}

View File

@ -29,7 +29,7 @@
"types": "dist/ts3.9/index.d.ts",
"typesVersions": {
"<3.8": {
"*": [
"dist/ts3.9/*": [
"dist/ts3.4/*"
]
}

View File

@ -26,7 +26,7 @@
"types": "dist/ts3.9/index.d.ts",
"typesVersions": {
"<3.8": {
"*": [
"dist/ts3.9/*": [
"dist/ts3.4/*"
]
}

View File

@ -32,7 +32,7 @@
"types": "dist/ts3.9/index.d.ts",
"typesVersions": {
"<3.8": {
"*": [
"dist/ts3.9/*": [
"dist/ts3.4/*"
]
}

View File

@ -26,7 +26,7 @@
"types": "dist/ts3.9/index.d.ts",
"typesVersions": {
"<3.8": {
"*": [
"dist/ts3.9/*": [
"dist/ts3.4/*"
]
}

View File

@ -29,7 +29,7 @@
"types": "dist/ts3.9/index.d.ts",
"typesVersions": {
"<3.8": {
"*": [
"dist/ts3.9/*": [
"dist/ts3.4/*"
]
}

View File

@ -32,7 +32,7 @@
"types": "dist/ts3.9/index.d.ts",
"typesVersions": {
"<3.8": {
"*": [
"dist/ts3.9/*": [
"dist/ts3.4/*"
]
}

View File

@ -26,7 +26,7 @@
"types": "dist/ts3.9/index.d.ts",
"typesVersions": {
"<3.8": {
"*": [
"dist/ts3.9/*": [
"dist/ts3.4/*"
]
}

View File

@ -25,7 +25,7 @@
"types": "dist/ts3.9/index.d.ts",
"typesVersions": {
"<3.8": {
"*": [
"dist/ts3.9/*": [
"dist/ts3.4/*"
]
}

View File

@ -26,7 +26,7 @@
"types": "dist/ts3.9/index.d.ts",
"typesVersions": {
"<3.8": {
"*": [
"dist/ts3.9/*": [
"dist/ts3.4/*"
]
}

View File

@ -30,7 +30,7 @@
"types": "dist/ts3.9/register.d.ts",
"typesVersions": {
"<3.8": {
"*": [
"dist/ts3.9/*": [
"dist/ts3.4/*"
]
}

View File

@ -27,7 +27,7 @@
"types": "dist/ts3.9/preview.d.ts",
"typesVersions": {
"<3.8": {
"*": [
"dist/ts3.9/*": [
"dist/ts3.4/*"
]
}

View File

@ -24,7 +24,7 @@
"types": "dist/ts3.9/client/index.d.ts",
"typesVersions": {
"<3.8": {
"*": [
"dist/ts3.9/*": [
"dist/ts3.4/*"
]
}

View File

@ -21,7 +21,7 @@
"types": "dist/ts3.9/client/index.d.ts",
"typesVersions": {
"<3.8": {
"*": [
"dist/ts3.9/*": [
"dist/ts3.4/*"
]
}

View File

@ -24,7 +24,7 @@
"types": "dist/ts3.9/client/index.d.ts",
"typesVersions": {
"<3.8": {
"*": [
"dist/ts3.9/*": [
"dist/ts3.4/*"
]
}

View File

@ -24,7 +24,7 @@
"types": "dist/ts3.9/client/index.d.ts",
"typesVersions": {
"<3.8": {
"*": [
"dist/ts3.9/*": [
"dist/ts3.4/*"
]
}

View File

@ -24,7 +24,7 @@
"types": "dist/ts3.9/client/index.d.ts",
"typesVersions": {
"<3.8": {
"*": [
"dist/ts3.9/*": [
"dist/ts3.4/*"
]
}

View File

@ -24,7 +24,7 @@
"types": "dist/ts3.9/client/index.d.ts",
"typesVersions": {
"<3.8": {
"*": [
"dist/ts3.9/*": [
"dist/ts3.4/*"
]
}

View File

@ -24,7 +24,7 @@
"types": "dist/ts3.9/client/index.d.ts",
"typesVersions": {
"<3.8": {
"*": [
"dist/ts3.9/*": [
"dist/ts3.4/*"
]
}

View File

@ -24,7 +24,7 @@
"types": "dist/ts3.9/client/index.d.ts",
"typesVersions": {
"<3.8": {
"*": [
"dist/ts3.9/*": [
"dist/ts3.4/*"
]
}

View File

@ -24,7 +24,7 @@
"types": "dist/ts3.9/client/index.d.ts",
"typesVersions": {
"<3.8": {
"*": [
"dist/ts3.9/*": [
"dist/ts3.4/*"
]
}

View File

@ -26,7 +26,7 @@
"types": "dist/ts3.9/client/index.d.ts",
"typesVersions": {
"<3.8": {
"*": [
"dist/ts3.9/*": [
"dist/ts3.4/*"
]
}

View File

@ -25,7 +25,7 @@
"types": "dist/ts3.9/public_api.d.ts",
"typesVersions": {
"<3.8": {
"*": [
"dist/ts3.9/*": [
"dist/ts3.4/*"
]
}

View File

@ -23,7 +23,7 @@
"types": "dist/ts3.9/index.d.ts",
"typesVersions": {
"<3.8": {
"*": [
"dist/ts3.9/*": [
"dist/ts3.4/*"
]
}

View File

@ -24,7 +24,7 @@
"types": "dist/ts3.9/index.d.ts",
"typesVersions": {
"<3.8": {
"*": [
"dist/ts3.9/*": [
"dist/ts3.4/*"
]
}

View File

@ -24,7 +24,7 @@
"types": "dist/ts3.9/index.d.ts",
"typesVersions": {
"<3.8": {
"*": [
"dist/ts3.9/*": [
"dist/ts3.4/*"
]
}

View File

@ -25,7 +25,7 @@
"types": "dist/ts3.9/index.d.ts",
"typesVersions": {
"<3.8": {
"*": [
"dist/ts3.9/*": [
"dist/ts3.4/*"
]
}

View File

@ -25,7 +25,7 @@
"types": "dist/ts3.9/index.d.ts",
"typesVersions": {
"<3.8": {
"*": [
"dist/ts3.9/*": [
"dist/ts3.4/*"
]
}

View File

@ -25,7 +25,7 @@
"types": "dist/ts3.9/index.d.ts",
"typesVersions": {
"<3.8": {
"*": [
"dist/ts3.9/*": [
"dist/ts3.4/*"
]
}

View File

@ -25,7 +25,7 @@
"types": "dist/ts3.9/index.d.ts",
"typesVersions": {
"<3.8": {
"*": [
"dist/ts3.9/*": [
"dist/ts3.4/*"
]
}

View File

@ -25,7 +25,7 @@
"types": "dist/ts3.9/index.d.ts",
"typesVersions": {
"<3.8": {
"*": [
"dist/ts3.9/*": [
"dist/ts3.4/*"
]
}

View File

@ -25,7 +25,7 @@
"types": "dist/ts3.9/index.d.ts",
"typesVersions": {
"<3.8": {
"*": [
"dist/ts3.9/*": [
"dist/ts3.4/*"
]
}

View File

@ -24,7 +24,7 @@
"types": "dist/ts3.9/index.d.ts",
"typesVersions": {
"<3.8": {
"*": [
"dist/ts3.9/*": [
"dist/ts3.4/*"
]
}

View File

@ -24,7 +24,7 @@
"types": "dist/ts3.9/index.d.ts",
"typesVersions": {
"<3.8": {
"*": [
"dist/ts3.9/*": [
"dist/ts3.4/*"
]
}

View File

@ -25,7 +25,7 @@
"types": "dist/ts3.9/index.d.ts",
"typesVersions": {
"<3.8": {
"*": [
"dist/ts3.9/*": [
"dist/ts3.4/*"
]
}

View File

@ -24,7 +24,7 @@
"types": "dist/ts3.9/index.d.ts",
"typesVersions": {
"<3.8": {
"*": [
"dist/ts3.9/*": [
"dist/ts3.4/*"
]
}

View File

@ -24,7 +24,7 @@
"types": "dist/ts3.9/index.d.ts",
"typesVersions": {
"<3.8": {
"*": [
"dist/ts3.9/*": [
"dist/ts3.4/*"
]
}

View File

@ -25,7 +25,7 @@
"types": "dist/ts3.9/index.d.ts",
"typesVersions": {
"<3.8": {
"*": [
"dist/ts3.9/*": [
"dist/ts3.4/*"
]
}

View File

@ -24,7 +24,7 @@
"types": "dist/ts3.9/index.d.ts",
"typesVersions": {
"<3.8": {
"*": [
"dist/ts3.9/*": [
"dist/ts3.4/*"
]
}

View File

@ -24,7 +24,7 @@
"types": "dist/ts3.9/index.d.ts",
"typesVersions": {
"<3.8": {
"*": [
"dist/ts3.9/*": [
"dist/ts3.4/*"
]
}

View File

@ -25,7 +25,7 @@
"types": "dist/ts3.9/index.d.ts",
"typesVersions": {
"<3.8": {
"*": [
"dist/ts3.9/*": [
"dist/ts3.4/*"
]
}

View File

@ -26,7 +26,7 @@
"types": "dist/ts3.9/index.d.ts",
"typesVersions": {
"<3.8": {
"*": [
"dist/ts3.9/*": [
"dist/ts3.4/*"
]
}

View File

@ -25,7 +25,7 @@
"types": "dist/ts3.9/index.d.ts",
"typesVersions": {
"<3.8": {
"*": [
"dist/ts3.9/*": [
"dist/ts3.4/*"
]
}

View File

@ -26,7 +26,7 @@
"types": "dist/ts3.9/index.d.ts",
"typesVersions": {
"<3.8": {
"*": [
"dist/ts3.9/*": [
"dist/ts3.4/*"
]
}

View File

@ -25,7 +25,7 @@
"types": "dist/ts3.9/index.d.ts",
"typesVersions": {
"<3.8": {
"*": [
"dist/ts3.9/*": [
"dist/ts3.4/*"
]
}

View File

@ -25,7 +25,7 @@
"types": "dist/ts3.9/index.d.ts",
"typesVersions": {
"<3.8": {
"*": [
"dist/ts3.9/*": [
"dist/ts3.4/*"
]
}