Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
shiyiya committed Mar 18, 2024
1 parent 38ea54e commit 412d1a2
Show file tree
Hide file tree
Showing 7 changed files with 826 additions and 115 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@babel/plugin-transform-template-literals": "^7.23.3",
"@changesets/cli": "^2.27.1",
"@rollup/plugin-babel": "^6.0.4",
"@types/node": "^18.19.23",
"@types/node": "^18.19.24",
"@vitejs/plugin-react": "^4.2.1",
"babel-plugin-syntax-trailing-function-commas": "^6.22.0",
"concurrently": "^8.2.2",
Expand All @@ -52,7 +52,7 @@
"nx": "^16.10.0",
"prettier": "^2.8.8",
"rimraf": "^5.0.5",
"terser": "^5.29.1",
"terser": "^5.29.2",
"tslib": "^2.6.2",
"typescript": "^5.4.2",
"vite": "^4.5.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.2.65",
"@types/react-dom": "^18.2.21",
"sass": "^1.71.1"
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"sass": "^1.72.0"
}
}
226 changes: 217 additions & 9 deletions packages/docs/public/ohls.html

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion packages/docs/src/pages/ui.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -228,10 +228,11 @@ player.context.ui.notice('hello')
- `` volume -10%
- `` seek -5s
- `` seek +5s
- `space` play or pause
- `space` | `enter` play or pause
- `s` catch a screenshot
- `f` toggle full-screen
- `w` toggle full-screen web
- `m` toggle mute

## watermark

Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"devDependencies": {
"@oplayer/core": "workspace:*",
"@types/react": "^18.2.65",
"@types/react": "^18.2.66",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oplayer/ui",
"version": "1.2.36-beta.2",
"version": "1.2.36-beta.3",
"description": "ui plugin for oplayer",
"type": "module",
"main": "./dist/index.es.js",
Expand Down
Loading

0 comments on commit 412d1a2

Please sign in to comment.