Skip to content

Commit

Permalink
chore(whiteboard): upgrade fastboard to 0.3.4-canary.1
Browse files Browse the repository at this point in the history
- @netless/fastboard 0.3.4-canary.1: make the Fastboard component immutable
- @netless/app-slide 0.2.1: fix an offline error in vanilla-lazyload
- @netless/window-manager 0.4.26
- @netless/white-snapshot 0.4.0: add back html2canvas to fix images
- white-web-sdk 2.16.24: fix virtual keyboard not working on iOS
  • Loading branch information
hyrious committed Jun 7, 2022
1 parent 390e371 commit 7f93b07
Show file tree
Hide file tree
Showing 4 changed files with 192 additions and 88 deletions.
8 changes: 4 additions & 4 deletions desktop/renderer-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
"@netless/app-geogebra": "^0.0.4",
"@netless/app-iframe-bridge": "^0.0.2",
"@netless/app-monaco": "^0.1.14-beta.1",
"@netless/app-slide": "^0.2.0",
"@netless/app-slide": "^0.2.1",
"@netless/combine-player": "^1.1.6",
"@netless/fastboard-react": "^0.3.3",
"@netless/fastboard-react": "^0.3.4-canary.1",
"@netless/flat-rtc": "workspace:*",
"@netless/flat-rtc-agora-electron": "workspace:*",
"@netless/player-controller": "^0.0.9",
"@netless/video-js-plugin": "^0.3.8",
"@netless/window-manager": "^0.4.25",
"@netless/window-manager": "^0.4.26",
"@videojs/vhs-utils": "^2.3.0",
"agora-rtm-sdk": "^1.4.4",
"antd": "^4.19.2",
Expand Down Expand Up @@ -57,7 +57,7 @@
"uuid": "^8.3.2",
"value-enhancer": "^1.0.3",
"video.js": "7.10.2",
"white-web-sdk": "2.16.21"
"white-web-sdk": "2.16.24"
},
"devDependencies": {
"@types/classnames": "^2.3.0",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
"devDependencies": {
"@commitlint/cli": "^17.0.0",
"@commitlint/config-angular": "^17.0.0",
"@hyrious/esbuild-dev": "^0.7.4",
"@hyrious/esbuild-dev": "^0.7.6",
"@netless/eslint-plugin": "^2.0.0",
"@netless/white-snapshot": "^0.3.1",
"@netless/white-snapshot": "^0.4.0",
"@types/fs-extra": "^9.0.13",
"@types/lodash-es": "^4.17.6",
"@types/node": "^17.0.21",
Expand Down Expand Up @@ -57,7 +57,7 @@
"prettier": "^2.6.1",
"svgo": "^2.8.0",
"typescript": "^4.6.2",
"vite": "^2.9.9",
"vite": "^2.9.10",
"webpack": "^5.70.0",
"yaml": "^1.10.2"
},
Expand Down
Loading

0 comments on commit 7f93b07

Please sign in to comment.