Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
shiyiya committed Oct 18, 2024
1 parent d73dfd4 commit d5840e6
Show file tree
Hide file tree
Showing 4 changed files with 649 additions and 684 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
"gen:sw": "pnpm --filter @web/sw run build"
},
"dependencies": {
"@babel/core": "^7.25.7",
"@babel/preset-env": "^7.25.7",
"@babel/core": "^7.25.8",
"@babel/preset-env": "^7.25.8",
"@babel/preset-react": "^7.25.7",
"@types/node": "^20.16.11",
"@types/node": "^20.16.12",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@types/react-dom": "^18.3.1",
"babel-loader": "^9.2.1",
"bulma": "^0.9.4",
"bulma-list": "^1.2.0",
Expand All @@ -44,14 +44,14 @@
"css-minimizer-webpack-plugin": "^7.0.0",
"esbuild-loader": "^4.2.2",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.6.0",
"html-webpack-plugin": "^5.6.2",
"mini-css-extract-plugin": "^2.9.1",
"postcss": "^8.4.47",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-loader": "^8.1.1",
"postcss-preset-env": "^9.6.0",
"resolve-url-loader": "^5.0.0",
"sass": "^1.79.4",
"sass": "^1.80.2",
"sass-loader": "^14.2.1",
"style-loader": "^4.0.0",
"terser-webpack-plugin": "^5.3.10",
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/components/player/OPlayer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const OPlayer = React.forwardRef(({ playerIsPlaying, duration, onEvent, autoplay
if (value == 'Twitter') {
window.open(url)
} else if (value == 'copy') {
copyToClipboard(url)
copyToClipboard(document.title +' - ' + window.location.href )
}
},
children: [
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@oplayer/core": "latest",
"@oplayer/hls": "latest",
"@oplayer/plugins": "latest",
"@oplayer/react": "^1.2.10",
"@oplayer/react": "latest",
"@oplayer/ui": "latest",
"anime4k.js": "^0.0.4",
"devtools-detector": "^2.0.22",
Expand Down
Loading

0 comments on commit d5840e6

Please sign in to comment.