Skip to content

Commit

Permalink
fix: upgrade @ircam/sc-components to 3.0.0-alpha.74"
Browse files Browse the repository at this point in the history
  • Loading branch information
b-ma committed Jul 22, 2024
1 parent 83b6b16 commit 26c724a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/metronome/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"serve": "^14.2.3"
},
"dependencies": {
"@ircam/sc-components": "^3.0.0-alpha.66",
"@ircam/sc-components": "^3.0.0-alpha.74",
"@ircam/sc-loader": "^1.0.0",
"@ircam/sc-scheduling": "^1.0.0",
"@ircam/soap-score": "^1.1.2",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"test": "mocha tests/*.spec.js",
"test:only": "mocha"
},
"author": [
"contributors": [
"Benjamin Matuszewski",
"Etienne Démoulin"
],
Expand Down Expand Up @@ -34,7 +34,7 @@
"parse-duration": "^1.0.2"
},
"peerDependencies": {
"@ircam/sc-components": "^3.0.0-alpha.66",
"@ircam/sc-components": "^3.0.0-alpha.74",
"@ircam/sc-scheduling": "^1.0.0",
"lit": "^3.1.4",
"vexflow": "^4.2.4"
Expand Down
2 changes: 1 addition & 1 deletion src/components/SoapScoreEditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class SoapScoreEditor extends LitElement {
}
:host sc-editor {
width: 99%;
width: 100%;
flex: 1;
}
Expand Down

0 comments on commit 26c724a

Please sign in to comment.