Skip to content

Commit

Permalink
UPGRADE telejson
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen committed May 14, 2019
1 parent f15ffa1 commit 4196f5f
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"semver": "^6.0.0",
"shallow-equal": "^1.1.0",
"store2": "^2.7.1",
"telejson": "^2.1.1",
"telejson": "^2.2.1",
"util-deprecate": "^1.0.2"
},
"devDependencies": {
Expand Down
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.1.0-beta.0",
"core-js": "^3.0.1",
"global": "^4.3.2",
"telejson": "^2.1.1"
"telejson": "^2.2.1"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion lib/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"recompose": "^0.30.0",
"semver": "^6.0.0",
"store2": "^2.7.1",
"telejson": "^2.1.1",
"telejson": "^2.2.1",
"util-deprecate": "^1.0.2"
},
"devDependencies": {
Expand Down
13 changes: 13 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -27615,6 +27615,19 @@ telejson@^2.1.1:
memoizerific "^1.11.3"
safe-eval "^0.4.1"

telejson@^2.2.1:
version "2.2.1"
resolved "https://registry.yarnpkg.com/telejson/-/telejson-2.2.1.tgz#d9ee7e7eba0c81d9378257342fde7142a03787e2"
integrity sha512-JtFAnITek+Z9t+uQjVl4Fxur9Z3Bi3flytBLc3KZVXmMUHLXdtAxiP0g8IBkHvKn1kQIYZC57IG0jjGH1s64HQ==
dependencies:
global "^4.3.2"
is-function "^1.0.1"
is-regex "^1.0.4"
is-symbol "^1.0.2"
isobject "^3.0.1"
lodash.get "^4.4.2"
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 4196f5f

Please sign in to comment.