Skip to content

Commit

Permalink
Merge pull request #19983 from storybookjs/tech/telejson-upgrade
Browse files Browse the repository at this point in the history
upgrade telejson
  • Loading branch information
ndelangen authored Nov 28, 2022
2 parents 884a180 + 33006b0 commit 6de0d7f
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 12 deletions.
2 changes: 1 addition & 1 deletion code/addons/actions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"polished": "^4.2.2",
"prop-types": "^15.7.2",
"react-inspector": "^6.0.0",
"telejson": "^6.0.8",
"telejson": "^7.0.3",
"ts-dedent": "^2.0.0",
"uuid-browser": "^3.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion code/frameworks/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"react-dom": "^16.14.0",
"read-pkg-up": "^7.0.1",
"semver": "^7.3.7",
"telejson": "^6.0.8",
"telejson": "^7.0.3",
"ts-dedent": "^2.0.0",
"tsconfig-paths-webpack-plugin": "^3.5.2",
"util-deprecate": "^1.0.2",
Expand Down
2 changes: 1 addition & 1 deletion code/lib/channel-postmessage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@storybook/core-events": "7.0.0-alpha.54",
"global": "^4.4.0",
"qs": "^6.10.0",
"telejson": "^6.0.8"
"telejson": "^7.0.3"
},
"devDependencies": {
"typescript": "^4.9.3"
Expand Down
2 changes: 1 addition & 1 deletion code/lib/channel-websocket/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@storybook/channels": "7.0.0-alpha.54",
"@storybook/client-logger": "7.0.0-alpha.54",
"global": "^4.4.0",
"telejson": "^6.0.8"
"telejson": "^7.0.3"
},
"devDependencies": {
"typescript": "^4.9.3"
Expand Down
2 changes: 1 addition & 1 deletion code/lib/core-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"semver": "^7.3.7",
"serve-favicon": "^2.5.0",
"slash": "^3.0.0",
"telejson": "^6.0.8",
"telejson": "^7.0.3",
"ts-dedent": "^2.0.0",
"util-deprecate": "^1.0.2",
"watchpack": "^2.2.0",
Expand Down
2 changes: 1 addition & 1 deletion code/lib/manager-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"memoizerific": "^1.11.3",
"semver": "^7.3.7",
"store2": "^2.12.0",
"telejson": "^6.0.8",
"telejson": "^7.0.3",
"ts-dedent": "^2.0.0"
},
"devDependencies": {
Expand Down
21 changes: 15 additions & 6 deletions code/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5183,7 +5183,7 @@ __metadata:
polished: ^4.2.2
prop-types: ^15.7.2
react-inspector: ^6.0.0
telejson: ^6.0.8
telejson: ^7.0.3
ts-dedent: ^2.0.0
typescript: ^4.9.3
uuid-browser: ^3.1.0
Expand Down Expand Up @@ -5736,7 +5736,7 @@ __metadata:
read-pkg-up: ^7.0.1
rimraf: ^3.0.2
semver: ^7.3.7
telejson: ^6.0.8
telejson: ^7.0.3
tmp: ^0.2.1
ts-dedent: ^2.0.0
tsconfig-paths-webpack-plugin: ^3.5.2
Expand Down Expand Up @@ -5979,7 +5979,7 @@ __metadata:
"@storybook/core-events": 7.0.0-alpha.54
global: ^4.4.0
qs: ^6.10.0
telejson: ^6.0.8
telejson: ^7.0.3
typescript: ^4.9.3
languageName: unknown
linkType: soft
Expand All @@ -5991,7 +5991,7 @@ __metadata:
"@storybook/channels": 7.0.0-alpha.54
"@storybook/client-logger": 7.0.0-alpha.54
global: ^4.4.0
telejson: ^6.0.8
telejson: ^7.0.3
typescript: ^4.9.3
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -6261,7 +6261,7 @@ __metadata:
semver: ^7.3.7
serve-favicon: ^2.5.0
slash: ^3.0.0
telejson: ^6.0.8
telejson: ^7.0.3
ts-dedent: ^2.0.0
typescript: ^4.9.3
util-deprecate: ^1.0.2
Expand Down Expand Up @@ -6568,7 +6568,7 @@ __metadata:
qs: ^6.10.1
semver: ^7.3.7
store2: ^2.12.0
telejson: ^6.0.8
telejson: ^7.0.3
ts-dedent: ^2.0.0
typescript: ^4.9.3
peerDependencies:
Expand Down Expand Up @@ -31349,6 +31349,15 @@ __metadata:
languageName: node
linkType: hard

"telejson@npm:^7.0.3":
version: 7.0.3
resolution: "telejson@npm:7.0.3"
dependencies:
memoizerific: ^1.11.3
checksum: b62fc7bd405d8fecb26fed6af104b1bbf41ae52b458a4ca4c1ed9d99ee01ea23a7c24b33d711969a30ca13281e03453369c2872727d88b289c402a15276035f6
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 6de0d7f

Please sign in to comment.