Skip to content

Commit

Permalink
UPGRADE telejson to new version with typings included and bugs… (#8228)
Browse files Browse the repository at this point in the history
UPGRADE telejson to new version with typings included and bugs fixed
  • Loading branch information
shilman committed Oct 7, 2019
1 parent 88bfc82 commit 981c683
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lib/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"semver": "^6.0.0",
"shallow-equal": "^1.1.0",
"store2": "^2.7.1",
"telejson": "^2.2.2",
"telejson": "^3.0.2",
"util-deprecate": "^1.0.2"
},
"devDependencies": {
Expand Down
1 change: 0 additions & 1 deletion lib/api/src/typings.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
declare module 'global';
declare module 'telejson';

// provided by the webpack define plugin
declare var DOCS_MODE: string | undefined;
2 changes: 1 addition & 1 deletion lib/channel-postmessage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@storybook/client-logger": "5.2.1",
"core-js": "^3.0.1",
"global": "^4.3.2",
"telejson": "^2.2.2"
"telejson": "^3.0.2"
},
"publishConfig": {
"access": "public"
Expand Down
1 change: 0 additions & 1 deletion lib/channel-postmessage/src/typings.d.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
declare module 'global';
declare module 'telejson';
2 changes: 1 addition & 1 deletion lib/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"resolve-from": "^5.0.0",
"semver": "^6.0.0",
"store2": "^2.7.1",
"telejson": "^2.2.2",
"telejson": "^3.0.2",
"util-deprecate": "^1.0.2"
},
"devDependencies": {
Expand Down
21 changes: 20 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3737,6 +3737,11 @@
resolved "https://registry.yarnpkg.com/@types/invariant/-/invariant-2.2.30.tgz#20efa342807606ada5483731a8137cb1561e5fe9"
integrity sha512-98fB+yo7imSD2F7PF7GIpELNgtLNgo5wjivu0W5V4jx+KVVJxo6p/qN4zdzSTBWy4/sN3pPyXwnhRSD28QX+ag==

"@types/is-function@^1.0.0":
version "1.0.0"
resolved "https://registry.yarnpkg.com/@types/is-function/-/is-function-1.0.0.tgz#1b0b819b1636c7baf0d6785d030d12edf70c3e83"
integrity sha512-iTs9HReBu7evG77Q4EC8hZnqRt57irBDkK9nvmHroiOIVwYMQc4IvYvdRgwKfYepunIY7Oh/dBuuld+Gj9uo6w==

"@types/istanbul-lib-coverage@*", "@types/istanbul-lib-coverage@^2.0.0":
version "2.0.1"
resolved "https://registry.yarnpkg.com/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.1.tgz#42995b446db9a48a11a07ec083499a860e9138ff"
Expand Down Expand Up @@ -13992,7 +13997,7 @@ global@^3.0.1:
min-document "^2.6.1"
process "~0.5.1"

global@^4.3.0, global@^4.3.2:
global@^4.3.0, global@^4.3.2, global@^4.4.0:
version "4.4.0"
resolved "https://registry.yarnpkg.com/global/-/global-4.4.0.tgz#3e7b105179006a323ed71aafca3e9c57a5cc6406"
integrity sha512-wv/LAoHdRE3BeTGz53FAamhGlPLhlssK45usmGFThIi4XqnBmjKQ16u+RNbP7WvigRZDxUsM0J3gcQ5yicaL0w==
Expand Down Expand Up @@ -28117,6 +28122,20 @@ telejson@^2.2.2:
lodash "^4.17.11"
memoizerific "^1.11.3"

telejson@^3.0.2:
version "3.0.2"
resolved "https://registry.yarnpkg.com/telejson/-/telejson-3.0.2.tgz#39d94c8736605f736fbb6a735e531eea5741c35d"
integrity sha512-Bl2OlwmdcCj0R1AS7QQXhR2GIZdAyGBzN4wAhy8fkL+gcu86Fah7VIvKoVTv8dVMkI2A7FLY1sJTgBiCpJ1kQw==
dependencies:
"@types/is-function" "^1.0.0"
global "^4.4.0"
is-function "^1.0.1"
is-regex "^1.0.4"
is-symbol "^1.0.2"
isobject "^4.0.0"
lodash "^4.17.15"
memoizerific "^1.11.3"

temp-dir@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/temp-dir/-/temp-dir-1.0.0.tgz#0a7c0ea26d3a39afa7e0ebea9c1fc0bc4daa011d"
Expand Down

0 comments on commit 981c683

Please sign in to comment.