Skip to content

Commit

Permalink
fix: upgrade dependencies (#24)
Browse files Browse the repository at this point in the history
* fix: upgrade dependencies

* chore: fix checks?
  • Loading branch information
luwes authored Jun 7, 2024
1 parent a5b8980 commit f5abdcf
Show file tree
Hide file tree
Showing 8 changed files with 967 additions and 619 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
name: CI

on:
push:
branches-ignore:
- main
pull_request:
branches-ignore:
- main
on: [push, pull_request]

jobs:
lint:
Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"@mux/mux-video-react": "^0.10.0",
"@mux/mux-video-react": "^0.11.0",
"cloudflare-video-element": "^1.1.5",
"dash-video-element": "^0.0.9",
"hls-video-element": "^1.2.5",
Expand Down
Loading

0 comments on commit f5abdcf

Please sign in to comment.