Skip to content

Commit

Permalink
Update packages w typesVersions for compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
lychyi committed Feb 13, 2020
1 parent 1afaa58 commit 00bb321
Show file tree
Hide file tree
Showing 33 changed files with 99 additions and 0 deletions.
3 changes: 3 additions & 0 deletions addons/a11y/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"typesVersions": {
"<=3.5": { "*": ["ts3.5/*"] }
},
"scripts": {
"prepare": "node ../../scripts/prepare.js"
},
Expand Down
3 changes: 3 additions & 0 deletions addons/actions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"typesVersions": {
"<=3.5": { "*": ["ts3.5/*"] }
},
"scripts": {
"prepare": "node ../../scripts/prepare.js"
},
Expand Down
3 changes: 3 additions & 0 deletions addons/backgrounds/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"typesVersions": {
"<=3.5": { "*": ["ts3.5/*"] }
},
"scripts": {
"prepare": "node ../../scripts/prepare.js"
},
Expand Down
3 changes: 3 additions & 0 deletions addons/centered/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"typesVersions": {
"<=3.5": { "*": ["ts3.5/*"] }
},
"scripts": {
"prepare": "node ../../scripts/prepare.js"
},
Expand Down
3 changes: 3 additions & 0 deletions addons/cssresources/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"typesVersions": {
"<=3.5": { "*": ["ts3.5/*"] }
},
"scripts": {
"prepare": "node ../../scripts/prepare.js"
},
Expand Down
3 changes: 3 additions & 0 deletions addons/design-assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"typesVersions": {
"<=3.5": { "*": ["ts3.5/*"] }
},
"scripts": {
"prepare": "node ../../scripts/prepare.js"
},
Expand Down
3 changes: 3 additions & 0 deletions addons/essentials/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"typesVersions": {
"<=3.5": { "*": ["ts3.5/*"] }
},
"scripts": {
"prepare": "node ../../scripts/prepare.js"
},
Expand Down
3 changes: 3 additions & 0 deletions addons/events/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"typesVersions": {
"<=3.5": { "*": ["ts3.5/*"] }
},
"scripts": {
"prepare": "node ../../scripts/prepare.js"
},
Expand Down
3 changes: 3 additions & 0 deletions addons/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"typesVersions": {
"<=3.5": { "*": ["ts3.5/*"] }
},
"scripts": {
"prepare": "node ../../scripts/prepare.js"
},
Expand Down
3 changes: 3 additions & 0 deletions addons/jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"typesVersions": {
"<=3.5": { "*": ["ts3.5/*"] }
},
"scripts": {
"prepare": "node ../../scripts/prepare.js"
},
Expand Down
3 changes: 3 additions & 0 deletions addons/knobs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"typesVersions": {
"<=3.5": { "*": ["ts3.5/*"] }
},
"scripts": {
"prepare": "node ../../scripts/prepare.js"
},
Expand Down
3 changes: 3 additions & 0 deletions addons/links/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"typesVersions": {
"<=3.5": { "*": ["ts3.5/*"] }
},
"scripts": {
"prepare": "node ../../scripts/prepare.js"
},
Expand Down
3 changes: 3 additions & 0 deletions addons/ondevice-backgrounds/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"typesVersions": {
"<=3.5": { "*": ["ts3.5/*"] }
},
"scripts": {
"prepare": "node ../../scripts/prepare.js"
},
Expand Down
3 changes: 3 additions & 0 deletions addons/ondevice-notes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"typesVersions": {
"<=3.5": { "*": ["ts3.5/*"] }
},
"scripts": {
"prepare": "node ../../scripts/prepare.js"
},
Expand Down
3 changes: 3 additions & 0 deletions addons/queryparams/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"typesVersions": {
"<=3.5": { "*": ["ts3.5/*"] }
},
"scripts": {
"prepare": "node ../../scripts/prepare.js"
},
Expand Down
3 changes: 3 additions & 0 deletions addons/storyshots/storyshots-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"typesVersions": {
"<=3.5": { "*": ["ts3.5/*"] }
},
"scripts": {
"build-storybook": "build-storybook",
"example": "jest storyshot.test",
Expand Down
3 changes: 3 additions & 0 deletions addons/storyshots/storyshots-puppeteer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"typesVersions": {
"<=3.5": { "*": ["ts3.5/*"] }
},
"scripts": {
"prepare": "node ../../../scripts/prepare.js"
},
Expand Down
3 changes: 3 additions & 0 deletions dev-kits/addon-decorator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"typesVersions": {
"<=3.5": { "*": ["ts3.5/*"] }
},
"scripts": {
"prepare": "node ../../scripts/prepare.js"
},
Expand Down
3 changes: 3 additions & 0 deletions dev-kits/addon-parameter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"typesVersions": {
"<=3.5": { "*": ["ts3.5/*"] }
},
"scripts": {
"prepare": "node ../../scripts/prepare.js"
},
Expand Down
3 changes: 3 additions & 0 deletions dev-kits/addon-preview-wrapper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"typesVersions": {
"<=3.5": { "*": ["ts3.5/*"] }
},
"scripts": {
"prepare": "node ../../scripts/prepare.js"
},
Expand Down
3 changes: 3 additions & 0 deletions dev-kits/addon-roundtrip/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"typesVersions": {
"<=3.5": { "*": ["ts3.5/*"] }
},
"scripts": {
"prepare": "node ../../scripts/prepare.js"
},
Expand Down
3 changes: 3 additions & 0 deletions lib/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"typesVersions": {
"<=3.5": { "*": ["ts3.5/*"] }
},
"scripts": {
"prepare": "node ./scripts/generateVersion.js && node ../../scripts/prepare.js"
},
Expand Down
3 changes: 3 additions & 0 deletions lib/channel-postmessage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"typesVersions": {
"<=3.5": { "*": ["ts3.5/*"] }
},
"scripts": {
"prepare": "node ../../scripts/prepare.js"
},
Expand Down
3 changes: 3 additions & 0 deletions lib/channel-websocket/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"typesVersions": {
"<=3.5": { "*": ["ts3.5/*"] }
},
"scripts": {
"prepare": "node ../../scripts/prepare.js"
},
Expand Down
3 changes: 3 additions & 0 deletions lib/channels/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"typesVersions": {
"<=3.5": { "*": ["ts3.5/*"] }
},
"scripts": {
"prepare": "node ../../scripts/prepare.js"
},
Expand Down
3 changes: 3 additions & 0 deletions lib/client-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"typesVersions": {
"<=3.5": { "*": ["ts3.5/*"] }
},
"scripts": {
"prepare": "node ../../scripts/prepare.js"
},
Expand Down
3 changes: 3 additions & 0 deletions lib/client-logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"typesVersions": {
"<=3.5": { "*": ["ts3.5/*"] }
},
"scripts": {
"prepare": "node ../../scripts/prepare.js"
},
Expand Down
3 changes: 3 additions & 0 deletions lib/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"typesVersions": {
"<=3.5": { "*": ["ts3.5/*"] }
},
"scripts": {
"prepare": "node ../../scripts/prepare.js"
},
Expand Down
3 changes: 3 additions & 0 deletions lib/core-events/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"typesVersions": {
"<=3.5": { "*": ["ts3.5/*"] }
},
"scripts": {
"prepare": "node ../../scripts/prepare.js"
},
Expand Down
3 changes: 3 additions & 0 deletions lib/node-logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"typesVersions": {
"<=3.5": { "*": ["ts3.5/*"] }
},
"scripts": {
"prepare": "node ../../scripts/prepare.js"
},
Expand Down
3 changes: 3 additions & 0 deletions lib/postinstall/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"typesVersions": {
"<=3.5": { "*": ["ts3.5/*"] }
},
"scripts": {
"prepare": "node ../../scripts/prepare.js"
},
Expand Down
3 changes: 3 additions & 0 deletions lib/router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"typesVersions": {
"<=3.5": { "*": ["ts3.5/*"] }
},
"scripts": {
"prepare": "node ../../scripts/prepare.js"
},
Expand Down
3 changes: 3 additions & 0 deletions lib/theming/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"typesVersions": {
"<=3.5": { "*": ["ts3.5/*"] }
},
"scripts": {
"prepare": "node ../../scripts/prepare.js"
},
Expand Down

0 comments on commit 00bb321

Please sign in to comment.