Skip to content

Commit

Permalink
fix(player/react): dispatch on latest callback prop
Browse files Browse the repository at this point in the history
  • Loading branch information
mihar-22 committed Sep 29, 2023
1 parent e88f816 commit 3c8d196
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion apps/site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@astrojs/tailwind": "^5.0.0",
"@astrojs/vercel": "^5.0.0",
"@iconify-json/lucide": "^1.1.112",
"@maverick-js/cli": "0.40.1",
"@maverick-js/cli": "0.40.2",
"@tailwindcss/container-queries": "^0.1.1",
"@types/markdown-it": "^12.2.0",
"@types/mdast": "^4.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@
"media-captions": "^1.0.0"
},
"devDependencies": {
"@maverick-js/cli": "0.40.1",
"@maverick-js/cli": "0.40.2",
"@rollup/plugin-node-resolve": "^15.1.0",
"@types/fs-extra": "^11.0.1",
"@types/react": "^18.0.0",
"esbuild": "^0.16.17",
"fs-extra": "^11.0.0",
"maverick.js": "0.40.1",
"maverick.js": "0.40.2",
"media-icons": "^1.0.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/vidstack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
},
"devDependencies": {
"@floating-ui/dom": "^1.4.4",
"@maverick-js/cli": "0.40.1",
"@maverick-js/cli": "0.40.2",
"@open-wc/semantic-dom-diff": "^0.19.5",
"@open-wc/testing-helpers": "^2.1.2",
"@rollup/plugin-node-resolve": "^15.1.0",
Expand All @@ -66,7 +66,7 @@
"just-debounce-it": "^3.2.0",
"just-throttle": "^4.2.0",
"lit-html": "^2.7.4",
"maverick.js": "0.40.1",
"maverick.js": "0.40.2",
"media-icons": "^1.0.0",
"postcss": "^8.4.0",
"rimraf": "^3.0.0",
Expand Down
28 changes: 14 additions & 14 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3c8d196

Please sign in to comment.