Skip to content

Commit

Permalink
Update dependencies (#437)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrlika authored Nov 17, 2024
1 parent 4afd085 commit 2ebcb33
Show file tree
Hide file tree
Showing 7 changed files with 785 additions and 829 deletions.
12 changes: 6 additions & 6 deletions demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/react": "^18.3.9",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"eslint-plugin-react": "^7.36.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.12",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.3",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"vite-plugin-node-polyfills": "^0.22.0"
}
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
},
"devDependencies": {
"eslint": "^8.57.1",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-import": "^2.31.0",
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"typedoc": "^0.26.7",
"typedoc": "^0.26.11",
"typedoc-material-theme": "^1.1.0",
"typescript": "^5.6.2",
"typescript-eslint": "^8.7.0",
"vite": "^5.4.8"
"typescript": "^5.6.3",
"typescript-eslint": "^8.14.0",
"vite": "^5.4.11"
}
}
2 changes: 1 addition & 1 deletion packages/p2p-media-loader-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@
"@rollup/plugin-terser": "^0.4.4",
"@types/streamx": "^2.9.5",
"vite-plugin-node-polyfills": "^0.22.0",
"vitest": "^2.1.1"
"vitest": "^2.1.5"
}
}
18 changes: 9 additions & 9 deletions packages/p2p-media-loader-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,27 +47,27 @@
"clean-with-modules": "rimraf node_modules && pnpm clean"
},
"dependencies": {
"@vidstack/react": "^1.12.11",
"@vidstack/react": "^1.12.12",
"d3": "^7.9.0",
"dplayer": "^1.27.1",
"hls.js": "^1.5.15",
"hls.js": "^1.5.17",
"mediaelement": "^7.0.5",
"openplayerjs": "^2.14.5",
"openplayerjs": "^2.14.7",
"p2p-media-loader-core": "workspace:*",
"p2p-media-loader-hlsjs": "workspace:*",
"p2p-media-loader-shaka": "workspace:*",
"plyr": "^3.7.8",
"shaka-player": "^4.11.6"
"shaka-player": "^4.12.0"
},
"devDependencies": {
"@types/d3": "^7.4.3",
"@types/dplayer": "^1.25.5",
"@types/react": "^18.3.9",
"@types/react-dom": "^18.3.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"cpy-cli": "^5.0.0",
"eslint-plugin-react": "^7.36.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.12",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/p2p-media-loader-hlsjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@
},
"devDependencies": {
"@rollup/plugin-terser": "^0.4.4",
"hls.js": "^1.5.15"
"hls.js": "^1.5.17"
}
}
2 changes: 1 addition & 1 deletion packages/p2p-media-loader-shaka/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@
},
"devDependencies": {
"@rollup/plugin-terser": "^0.4.4",
"shaka-player": "^4.11.6"
"shaka-player": "^4.12.0"
}
}
Loading

0 comments on commit 2ebcb33

Please sign in to comment.