Skip to content

Commit

Permalink
Merge branch 'develop' into feature/biome
Browse files Browse the repository at this point in the history
  • Loading branch information
voluntas committed Nov 17, 2023
2 parents db2fd7e + d2a6a6a commit 760e258
Show file tree
Hide file tree
Showing 7 changed files with 77 additions and 886 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
node: ["18", "20"]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- uses: pnpm/action-setup@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: "20"
- uses: pnpm/action-setup@v2
Expand Down
15 changes: 5 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sora-js-sdk",
"version": "2023.2.0-canary.4",
"version": "2023.2.0-canary.6",
"description": "WebRTC SFU Sora JavaScript SDK",
"main": "dist/sora.js",
"module": "dist/sora.mjs",
Expand Down Expand Up @@ -29,21 +29,16 @@
],
"devDependencies": {
"@biomejs/biome": "1.3.3",
"@typescript-eslint/eslint-plugin": "6.10.0",
"@typescript-eslint/parser": "6.10.0",
"eslint": "8.53.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-prettier": "5.0.1",
"prettier": "3.0.3",
"serve": "14.2.1",
"typedoc": "0.25.3",
"typescript": "5.2.2"
"typescript": "5.2.2",
"vitest": "0.34.6"
},
"resolutions": {
"get-pkg-repo": "5.0.0"
},
"packageManager": "[email protected].2",
"packageManager": "[email protected].3",
"engines": {
"node": ">=18.17.1"
}
}
}
2 changes: 1 addition & 1 deletion packages/e2ee/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@rollup/plugin-node-resolve": "15.2.3",
"@rollup/plugin-replace": "5.0.5",
"@rollup/plugin-typescript": "11.1.5",
"rollup": "4.3.0"
"rollup": "4.4.1"
},
"dependencies": {
"@sora/go-wasm": "workspace:^"
Expand Down
7 changes: 0 additions & 7 deletions packages/sdk/.prettierrc.json

This file was deleted.

5 changes: 2 additions & 3 deletions packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@
"@rollup/plugin-typescript": "11.1.5",
"@shiguredo/lyra-wasm": "2023.1.0",
"jsdom": "22.1.0",
"rollup": "4.3.0",
"rollup-plugin-delete": "2.0.0",
"vitest": "0.34.6"
"rollup": "4.4.1",
"rollup-plugin-delete": "2.0.0"
},
"dependencies": {
"@sora/e2ee": "workspace:^",
Expand Down
Loading

0 comments on commit 760e258

Please sign in to comment.