Skip to content
This repository has been archived by the owner on Aug 24, 2023. It is now read-only.

Commit

Permalink
Update changesets dependencies (#91)
Browse files Browse the repository at this point in the history
* v0.0.0

* update changesets dependencies

* prettier
  • Loading branch information
lukasIO authored Sep 8, 2022
1 parent dcdc85d commit a9002d6
Show file tree
Hide file tree
Showing 3 changed files with 240 additions and 206 deletions.
2 changes: 1 addition & 1 deletion example/src/RoomPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export const RoomPage = () => {
adaptiveStream: isSet(query, 'adaptiveStream'),
dynacast: isSet(query, 'dynacast'),
publishDefaults: {
simulcast: isSet(query, 'simulcast')
simulcast: isSet(query, 'simulcast'),
},
videoCaptureDefaults: {
resolution: VideoPresets.h720.resolution,
Expand Down
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"name": "root",
"version": "1.0.0",
"private": true,
"devDependencies": {
"@changesets/changelog-github": "^0.4.4",
"@changesets/cli": "^2.22.0",
"turbo": "^1.2.3"
"@changesets/changelog-github": "^0.4.6",
"@changesets/cli": "^2.24.4",
"turbo": "^1.4.6"
},
"scripts": {
"bootstrap": "yarn install",
Expand All @@ -20,7 +21,8 @@
"test:watch": "turbo run test:watch",
"predeploy:example": "turbo run build --filter=livekit-react-example...",
"deploy:example": "cd example && yarn deploy",
"release": "turbo run build --filter=./packages/* && changeset publish"
"release": "turbo run build --filter=./packages/* && changeset publish",
"version": "changeset version"
},
"workspaces": [
"packages/*",
Expand Down
Loading

0 comments on commit a9002d6

Please sign in to comment.