remove unused dependencies

This commit is contained in:
Norbert de Langen 2022-10-11 18:23:19 +02:00
parent 0fb0413d05
commit 812fdbcea6
No known key found for this signature in database
GPG Key ID: FD0E78AF9A837762
3 changed files with 0 additions and 9 deletions

View File

@ -41,10 +41,6 @@
"check": "../../../scripts/node_modules/.bin/tsc --noEmit",
"prep": "../../../scripts/prepare/bundle.ts"
},
"dependencies": {
"ts-dedent": "^2.0.0",
"util-deprecate": "^1.0.2"
},
"devDependencies": {
"typescript": "~4.6.3"
},

View File

@ -1,8 +1,5 @@
/// <reference types="node" />
import deprecate from 'util-deprecate';
import { dedent } from 'ts-dedent';
export type ChannelHandler = (event: ChannelEvent) => void;
export interface ChannelTransport {

View File

@ -7295,9 +7295,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@storybook/channels@workspace:lib/channels"
dependencies:
ts-dedent: ^2.0.0
typescript: ~4.6.3
util-deprecate: ^1.0.2
languageName: unknown
linkType: soft