Skip to content

Commit

Permalink
chore(media-helpers): fix dev deps (#3138)
Browse files Browse the repository at this point in the history
  • Loading branch information
sreenara authored Oct 9, 2023
1 parent ed675bb commit a52f29c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/@webex/media-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,7 @@
"deploy:npm": "yarn npm publish"
},
"dependencies": {
"@webex/babel-config-legacy": "workspace:^",
"@webex/eslint-config-legacy": "workspace:^",
"@webex/internal-media-core": "^2.0.0",
"@webex/jest-config-legacy": "workspace:^",
"@webex/legacy-tools": "workspace:^",
"@webex/ts-events": "^1.1.0",
"@webex/web-media-effects": "^2.12.0"
},
Expand All @@ -37,6 +33,10 @@
]
},
"devDependencies": {
"@webex/babel-config-legacy": "workspace:^",
"@webex/eslint-config-legacy": "workspace:^",
"@webex/jest-config-legacy": "workspace:^",
"@webex/legacy-tools": "workspace:^",
"@babel/preset-typescript": "7.22.11",
"@webex/test-helper-chai": "workspace:^",
"@webex/test-helper-mock-webex": "workspace:^",
Expand Down

0 comments on commit a52f29c

Please sign in to comment.