Skip to content

Commit

Permalink
feat: support 4.22.0 (#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
guoxianzhe authored Aug 21, 2024
1 parent 32f677a commit 64c4831
Show file tree
Hide file tree
Showing 5 changed files with 513 additions and 461 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ runs:
using: composite
steps:
- name: Install pnpm 🤏🏻
uses: pnpm/action-setup@v2.2.4
uses: pnpm/action-setup@v4
with:
version: latest

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
# token: ${{ secrets.AGORAIO_ACCESS_TOKEN }}

- name: Install pnpm 🤏🏻
uses: pnpm/action-setup@v2.2.4
uses: pnpm/action-setup@v4
with:
version: latest

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.7",
"@types/testing-library__jest-dom": "^5.14.8",
"agora-rtc-sdk-ng": "4.21.0",
"agora-rtc-sdk-ng": "4.22.0",
"agora-rtc-sdk-ng-fake": "github:AgoraIO-Extensions/agora-rtc-sdk-ng-fake#semver:^1.0.4",
"react-test-renderer": "^18.2.0",
"storybook": "^7.0.26",
Expand Down
2 changes: 1 addition & 1 deletion packages/agora-rtc-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
},
"main": "src/index.ts",
"devDependencies": {
"agora-rtc-sdk-ng": "4.21.0",
"agora-rtc-sdk-ng": "4.22.0",
"agora-rtc-react-ui": "workspace:*"
},
"release-it": {
Expand Down
Loading

0 comments on commit 64c4831

Please sign in to comment.