Skip to content

Commit

Permalink
Merge pull request #18164 from storybookjs/tech/upgrade-telejson-6
Browse files Browse the repository at this point in the history
Upgrade to telejson 6
  • Loading branch information
shilman committed May 10, 2022
2 parents 73ecabb + 0e82ef6 commit 16b1014
Show file tree
Hide file tree
Showing 11 changed files with 37 additions and 21 deletions.
2 changes: 1 addition & 1 deletion addons/actions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"prop-types": "^15.7.2",
"react-inspector": "^5.1.0",
"regenerator-runtime": "^0.13.7",
"telejson": "^5.3.3",
"telejson": "^6.0.8",
"ts-dedent": "^2.0.0",
"util-deprecate": "^1.0.2",
"uuid-browser": "^3.1.0"
Expand Down
2 changes: 1 addition & 1 deletion app/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"read-pkg-up": "^7.0.1",
"regenerator-runtime": "^0.13.7",
"sass-loader": "^10.1.0",
"telejson": "^5.3.3",
"telejson": "^6.0.8",
"ts-dedent": "^2.0.0",
"ts-loader": "^8.0.14",
"tsconfig-paths-webpack-plugin": "^3.3.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/angular-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"core-js": "^3.8.2",
"rxjs": "^6.6.3",
"sass": "^1.43.4",
"telejson": "^5.3.3",
"telejson": "^6.0.8",
"zone.js": "^0.11.3"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion lib/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"memoizerific": "^1.11.3",
"regenerator-runtime": "^0.13.7",
"store2": "^2.12.0",
"telejson": "^5.3.3",
"telejson": "^6.0.8",
"ts-dedent": "^2.0.0",
"util-deprecate": "^1.0.2"
},
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 @@ -46,7 +46,7 @@
"core-js": "^3.8.2",
"global": "^4.4.0",
"qs": "^6.10.0",
"telejson": "^5.3.3"
"telejson": "^6.0.8"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion lib/channel-websocket/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@storybook/client-logger": "6.5.0-beta.7",
"core-js": "^3.8.2",
"global": "^4.4.0",
"telejson": "^5.3.3"
"telejson": "^6.0.8"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion lib/core-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"pretty-hrtime": "^1.0.3",
"resolve-from": "^5.0.0",
"slash": "^3.0.0",
"telejson": "^5.3.3",
"telejson": "^6.0.8",
"ts-dedent": "^2.0.0",
"util-deprecate": "^1.0.2",
"webpack": "4"
Expand Down
2 changes: 1 addition & 1 deletion lib/core-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"regenerator-runtime": "^0.13.7",
"serve-favicon": "^2.5.0",
"slash": "^3.0.0",
"telejson": "^5.3.3",
"telejson": "^6.0.8",
"ts-dedent": "^2.0.0",
"util-deprecate": "^1.0.2",
"watchpack": "^2.2.0",
Expand Down
2 changes: 1 addition & 1 deletion lib/manager-webpack4/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"regenerator-runtime": "^0.13.7",
"resolve-from": "^5.0.0",
"style-loader": "^1.3.0",
"telejson": "^5.3.3",
"telejson": "^6.0.8",
"terser-webpack-plugin": "^4.2.3",
"ts-dedent": "^2.0.0",
"url-loader": "^4.1.1",
Expand Down
2 changes: 1 addition & 1 deletion lib/manager-webpack5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"regenerator-runtime": "^0.13.7",
"resolve-from": "^5.0.0",
"style-loader": "^2.0.0",
"telejson": "^5.3.3",
"telejson": "^6.0.8",
"terser-webpack-plugin": "^5.0.3",
"ts-dedent": "^2.0.0",
"util-deprecate": "^1.0.2",
Expand Down
38 changes: 27 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6467,7 +6467,7 @@ __metadata:
prop-types: ^15.7.2
react-inspector: ^5.1.0
regenerator-runtime: ^0.13.7
telejson: ^5.3.3
telejson: ^6.0.8
ts-dedent: ^2.0.0
util-deprecate: ^1.0.2
uuid-browser: ^3.1.0
Expand Down Expand Up @@ -7103,7 +7103,7 @@ __metadata:
read-pkg-up: ^7.0.1
regenerator-runtime: ^0.13.7
sass-loader: ^10.1.0
telejson: ^5.3.3
telejson: ^6.0.8
tmp: ^0.2.1
ts-dedent: ^2.0.0
ts-loader: ^8.0.14
Expand Down Expand Up @@ -7163,7 +7163,7 @@ __metadata:
qs: ^6.10.1
regenerator-runtime: ^0.13.7
store2: ^2.12.0
telejson: ^5.3.3
telejson: ^6.0.8
ts-dedent: ^2.0.0
util-deprecate: ^1.0.2
peerDependencies:
Expand Down Expand Up @@ -7338,7 +7338,7 @@ __metadata:
core-js: ^3.8.2
global: ^4.4.0
qs: ^6.10.0
telejson: ^5.3.3
telejson: ^6.0.8
languageName: unknown
linkType: soft

Expand All @@ -7350,7 +7350,7 @@ __metadata:
"@storybook/client-logger": 6.5.0-beta.7
core-js: ^3.8.2
global: ^4.4.0
telejson: ^5.3.3
telejson: ^6.0.8
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -7621,7 +7621,7 @@ __metadata:
pretty-hrtime: ^1.0.3
resolve-from: ^5.0.0
slash: ^3.0.0
telejson: ^5.3.3
telejson: ^6.0.8
ts-dedent: ^2.0.0
util-deprecate: ^1.0.2
webpack: 4
Expand Down Expand Up @@ -7699,7 +7699,7 @@ __metadata:
regenerator-runtime: ^0.13.7
serve-favicon: ^2.5.0
slash: ^3.0.0
telejson: ^5.3.3
telejson: ^6.0.8
ts-dedent: ^2.0.0
util-deprecate: ^1.0.2
watchpack: ^2.2.0
Expand Down Expand Up @@ -8100,7 +8100,7 @@ __metadata:
regenerator-runtime: ^0.13.7
resolve-from: ^5.0.0
style-loader: ^1.3.0
telejson: ^5.3.3
telejson: ^6.0.8
terser-webpack-plugin: ^4.2.3
ts-dedent: ^2.0.0
url-loader: ^4.1.1
Expand Down Expand Up @@ -8150,7 +8150,7 @@ __metadata:
regenerator-runtime: ^0.13.7
resolve-from: ^5.0.0
style-loader: ^2.0.0
telejson: ^5.3.3
telejson: ^6.0.8
terser-webpack-plugin: ^5.0.3
ts-dedent: ^2.0.0
util-deprecate: ^1.0.2
Expand Down Expand Up @@ -12975,7 +12975,7 @@ __metadata:
rxjs: ^6.6.3
sass: ^1.43.4
storybook-addon-angular-ivy: ^0.0.1
telejson: ^5.3.3
telejson: ^6.0.8
ts-jest: ^26.4.4
ts-node: ^9.1.0
typescript: ^4.1.3
Expand Down Expand Up @@ -43175,7 +43175,7 @@ __metadata:
languageName: node
linkType: hard

"telejson@npm:^5.3.2, telejson@npm:^5.3.3":
"telejson@npm:^5.3.2":
version: 5.3.3
resolution: "telejson@npm:5.3.3"
dependencies:
Expand All @@ -43191,6 +43191,22 @@ __metadata:
languageName: node
linkType: hard

"telejson@npm:^6.0.8":
version: 6.0.8
resolution: "telejson@npm:6.0.8"
dependencies:
"@types/is-function": ^1.0.0
global: ^4.4.0
is-function: ^1.0.2
is-regex: ^1.1.2
is-symbol: ^1.0.3
isobject: ^4.0.0
lodash: ^4.17.21
memoizerific: ^1.11.3
checksum: b9b723259504a24eae3343ca2c1020fd74e748dc7d6e532ca8171d8c3f678418f06708e2332c452480a9c8d56f8abe01e33b9e1ca3153a7bcd7640cdbfa3317b
languageName: node
linkType: hard

"temp-dir@npm:^1.0.0":
version: 1.0.0
resolution: "temp-dir@npm:1.0.0"
Expand Down

0 comments on commit 16b1014

Please sign in to comment.