mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 07:21:16 +08:00
UPGRADE telejson
This commit is contained in:
parent
94dc910229
commit
eac0f898fd
@ -45,7 +45,7 @@
|
|||||||
"react": "^16.8.3",
|
"react": "^16.8.3",
|
||||||
"regenerator-runtime": "^0.13.3",
|
"regenerator-runtime": "^0.13.3",
|
||||||
"store2": "^2.7.1",
|
"store2": "^2.7.1",
|
||||||
"telejson": "^4.0.1",
|
"telejson": "^5.0.0",
|
||||||
"ts-dedent": "^1.1.1",
|
"ts-dedent": "^1.1.1",
|
||||||
"util-deprecate": "^1.0.2"
|
"util-deprecate": "^1.0.2"
|
||||||
},
|
},
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
"core-js": "^3.0.1",
|
"core-js": "^3.0.1",
|
||||||
"global": "^4.3.2",
|
"global": "^4.3.2",
|
||||||
"qs": "^6.6.0",
|
"qs": "^6.6.0",
|
||||||
"telejson": "^4.0.1"
|
"telejson": "^5.0.0"
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
"@storybook/channels": "6.0.0-rc.25",
|
"@storybook/channels": "6.0.0-rc.25",
|
||||||
"core-js": "^3.0.1",
|
"core-js": "^3.0.1",
|
||||||
"global": "^4.3.2",
|
"global": "^4.3.2",
|
||||||
"telejson": "^4.0.1"
|
"telejson": "^5.0.0"
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
|
18
yarn.lock
18
yarn.lock
@ -17621,10 +17621,10 @@ is-regex@^1.0.3, is-regex@^1.0.4, is-regex@^1.0.5:
|
|||||||
dependencies:
|
dependencies:
|
||||||
has "^1.0.3"
|
has "^1.0.3"
|
||||||
|
|
||||||
is-regex@^1.1.0:
|
is-regex@^1.1.1:
|
||||||
version "1.1.0"
|
version "1.1.1"
|
||||||
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.0.tgz#ece38e389e490df0dc21caea2bd596f987f767ff"
|
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.1.tgz#c6f98aacc546f6cec5468a07b7b153ab564a57b9"
|
||||||
integrity sha512-iI97M8KTWID2la5uYXlkbSDQIg4F6o1sYboZKKTDpnDQMLtUL86zxhgDet3Q2SriaYsyGqZ6Mn2SjbRKeLHdqw==
|
integrity sha512-1+QkEcxiLlB7VEyFtyBg94e08OAsvq7FUBgApTq/w2ymCLyKJgDPsybBENVtA7XCQEgEXxKPonG+mvYRxh/LIg==
|
||||||
dependencies:
|
dependencies:
|
||||||
has-symbols "^1.0.1"
|
has-symbols "^1.0.1"
|
||||||
|
|
||||||
@ -30018,15 +30018,15 @@ teeny-request@6.0.1:
|
|||||||
stream-events "^1.0.5"
|
stream-events "^1.0.5"
|
||||||
uuid "^3.3.2"
|
uuid "^3.3.2"
|
||||||
|
|
||||||
telejson@^4.0.1:
|
telejson@^5.0.0:
|
||||||
version "4.0.1"
|
version "5.0.0"
|
||||||
resolved "https://registry.yarnpkg.com/telejson/-/telejson-4.0.1.tgz#74030dd4456bb99f9e6a5add9a40f71794aba158"
|
resolved "https://registry.yarnpkg.com/telejson/-/telejson-5.0.0.tgz#8eb840540194bb9bc87224d1fde5fb68d985f3ff"
|
||||||
integrity sha512-NsZukWlbwMYf56bMxnno1K7lMtv2eRO882YU5JlmzXaH5KpkC5tZTh5oMoKhkORHMNSafO+v4W5wayoQnX8Geg==
|
integrity sha512-SeS9EOmvpbWpIPJYAfszJu3bZlpJ43tkWk3eH9pyncY1zVa+revTWi1r4mIgvu4FnjWz7/24xTCfrESlZRYp1A==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@types/is-function" "^1.0.0"
|
"@types/is-function" "^1.0.0"
|
||||||
global "^4.4.0"
|
global "^4.4.0"
|
||||||
is-function "^1.0.2"
|
is-function "^1.0.2"
|
||||||
is-regex "^1.1.0"
|
is-regex "^1.1.1"
|
||||||
is-symbol "^1.0.3"
|
is-symbol "^1.0.3"
|
||||||
isobject "^4.0.0"
|
isobject "^4.0.0"
|
||||||
lodash "^4.17.19"
|
lodash "^4.17.19"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user