Skip to content

Commit

Permalink
fix: Fix stream player to last working version
Browse files Browse the repository at this point in the history
  • Loading branch information
d-beezee committed Oct 2, 2024
1 parent 849e97e commit a6ccc1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"homepage": "https://github.com/AppQuality/unguess-design-system#readme",
"dependencies": {
"@appquality/stream-player": "^1.0.6",
"@appquality/stream-player": "1.0.6",
"@nivo/bar": "^0.80.0",
"@nivo/bullet": "^0.80.0",
"@nivo/core": "^0.80.0",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
jsonpointer "^5.0.0"
leven "^3.1.0"

"@appquality/stream-player@^1.0.6":
"@appquality/[email protected]":
version "1.0.6"
resolved "https://registry.npmjs.org/@appquality/stream-player/-/stream-player-1.0.6.tgz#b48d195b77ae0070b4d10384eb28573069b79605"
integrity sha512-OuAkU3oX7nsJk7nD4MOce0qJeVPG3xij5gibteD0f/lIgNOMnqhL3azaQ/xdk+1KuA5uKVKORwnKK5m/7CyfDA==
Expand Down

0 comments on commit a6ccc1b

Please sign in to comment.