UPGRADE telejson

This commit is contained in:
Norbert de Langen 2020-08-04 17:32:32 +02:00
parent 94dc910229
commit eac0f898fd
No known key found for this signature in database
GPG Key ID: 976651DA156C2825
4 changed files with 12 additions and 12 deletions

View File

@ -45,7 +45,7 @@
"react": "^16.8.3",
"regenerator-runtime": "^0.13.3",
"store2": "^2.7.1",
"telejson": "^4.0.1",
"telejson": "^5.0.0",
"ts-dedent": "^1.1.1",
"util-deprecate": "^1.0.2"
},

View File

@ -34,7 +34,7 @@
"core-js": "^3.0.1",
"global": "^4.3.2",
"qs": "^6.6.0",
"telejson": "^4.0.1"
"telejson": "^5.0.0"
},
"publishConfig": {
"access": "public"

View File

@ -31,7 +31,7 @@
"@storybook/channels": "6.0.0-rc.25",
"core-js": "^3.0.1",
"global": "^4.3.2",
"telejson": "^4.0.1"
"telejson": "^5.0.0"
},
"publishConfig": {
"access": "public"

View File

@ -17621,10 +17621,10 @@ is-regex@^1.0.3, is-regex@^1.0.4, is-regex@^1.0.5:
dependencies:
has "^1.0.3"
is-regex@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.0.tgz#ece38e389e490df0dc21caea2bd596f987f767ff"
integrity sha512-iI97M8KTWID2la5uYXlkbSDQIg4F6o1sYboZKKTDpnDQMLtUL86zxhgDet3Q2SriaYsyGqZ6Mn2SjbRKeLHdqw==
is-regex@^1.1.1:
version "1.1.1"
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.1.tgz#c6f98aacc546f6cec5468a07b7b153ab564a57b9"
integrity sha512-1+QkEcxiLlB7VEyFtyBg94e08OAsvq7FUBgApTq/w2ymCLyKJgDPsybBENVtA7XCQEgEXxKPonG+mvYRxh/LIg==
dependencies:
has-symbols "^1.0.1"
@ -30018,15 +30018,15 @@ teeny-request@6.0.1:
stream-events "^1.0.5"
uuid "^3.3.2"
telejson@^4.0.1:
version "4.0.1"
resolved "https://registry.yarnpkg.com/telejson/-/telejson-4.0.1.tgz#74030dd4456bb99f9e6a5add9a40f71794aba158"
integrity sha512-NsZukWlbwMYf56bMxnno1K7lMtv2eRO882YU5JlmzXaH5KpkC5tZTh5oMoKhkORHMNSafO+v4W5wayoQnX8Geg==
telejson@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/telejson/-/telejson-5.0.0.tgz#8eb840540194bb9bc87224d1fde5fb68d985f3ff"
integrity sha512-SeS9EOmvpbWpIPJYAfszJu3bZlpJ43tkWk3eH9pyncY1zVa+revTWi1r4mIgvu4FnjWz7/24xTCfrESlZRYp1A==
dependencies:
"@types/is-function" "^1.0.0"
global "^4.4.0"
is-function "^1.0.2"
is-regex "^1.1.0"
is-regex "^1.1.1"
is-symbol "^1.0.3"
isobject "^4.0.0"
lodash "^4.17.19"