Skip to content

Commit

Permalink
[Fix] [WRS-2139] Fix timeline position (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
abdelhalimkhouas authored Nov 21, 2024
1 parent 4124f10 commit f78db35
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"validate-versions": "node validate_versions.cjs"
},
"dependencies": {
"@chili-publish/grafx-shared-components": "^0.85.7",
"@chili-publish/grafx-shared-components": "^0.85.8",
"@chili-publish/studio-sdk": "^1.16.0-rc.12",
"axios": "^1.6.0",
"react": "^18.2.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1225,10 +1225,10 @@
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==

"@chili-publish/grafx-shared-components@^0.85.7":
version "0.85.7"
resolved "https://npm.pkg.github.com/download/@chili-publish/grafx-shared-components/0.85.7/ffbe0ad28abe45a004b449cb284e2c0affb5d80d#ffbe0ad28abe45a004b449cb284e2c0affb5d80d"
integrity sha512-d3cSP+FiZfP6QRtzuvQAX0kF379dOimD20Cb4Cqhuhd5E5YlQqdkM+Nf+BEf/rIdZCeL+DekarIVjOUVt11ywg==
"@chili-publish/grafx-shared-components@^0.85.8":
version "0.85.8"
resolved "https://npm.pkg.github.com/download/@chili-publish/grafx-shared-components/0.85.8/a80a7e0e1d1480d63fd4784b1094450b88cfb34b#a80a7e0e1d1480d63fd4784b1094450b88cfb34b"
integrity sha512-D0jGklG3BrL9T7bgu/8psEr+4MgfEVHLsLzlRSajfimcWeeTlWskboyAYi923EAj5WVXgY8rAOTsitar6G+eLg==
dependencies:
"@fortawesome/fontawesome-svg-core" "^6.4.0"
"@fortawesome/pro-light-svg-icons" "^6.4.0"
Expand Down

0 comments on commit f78db35

Please sign in to comment.