Skip to content

Commit

Permalink
chore: upgrade deps (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
luwes authored Dec 19, 2024
1 parent bded9ca commit 4d6d1f8
Show file tree
Hide file tree
Showing 5 changed files with 1,704 additions and 617 deletions.
26 changes: 13 additions & 13 deletions examples/remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,34 +10,34 @@
"typecheck": "tsc"
},
"dependencies": {
"@mux/mux-video-react": "^0.12.0",
"@remix-run/node": "^2.14.0",
"@remix-run/react": "^2.14.0",
"@remix-run/serve": "^2.14.0",
"isbot": "^4.1.0",
"media-chrome": "^4.2.3",
"@mux/mux-video-react": "^0.13.1",
"@remix-run/node": "^2.15.1",
"@remix-run/react": "^2.15.1",
"@remix-run/serve": "^2.15.1",
"isbot": "^5.1.18",
"media-chrome": "^4.3.0",
"player.style": "^0.0.13",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@remix-run/dev": "^2.14.0",
"@remix-run/dev": "^2.15.1",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"autoprefixer": "^10.4.19",
"autoprefixer": "^10.4.20",
"eslint": "^8.38.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.4",
"typescript": "^5.1.6",
"vite": "^5.1.0",
"vite-tsconfig-paths": "^4.2.1"
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2",
"vite": "^6.0.4",
"vite-tsconfig-paths": "^5.1.4"
},
"engines": {
"node": ">=20.0.0"
Expand Down
4 changes: 2 additions & 2 deletions examples/vanilla/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"build": "esbuild --bundle script.js --outfile=dist/script.js"
},
"dependencies": {
"hls-video-element": "^1.2.6",
"hls-video-element": "^1.3.0",
"player.style": "0.1.0"
},
"devDependencies": {
"esbuild": "^0.21.5"
"esbuild": "^0.24.0"
}
}
Loading

0 comments on commit 4d6d1f8

Please sign in to comment.