Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jazz-soft committed Dec 13, 2024
1 parent 80f9dd3 commit 5e305b6
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "runkit-midi",
"version": "1.1.6",
"version": "1.1.7",
"description": "MIDI player/viewer for RunKit",
"main": "index.js",
"scripts": {
Expand All @@ -18,16 +18,16 @@
],
"author": "jazz-soft (https://jazz-soft.net/)",
"dependencies": {
"jzz": "^1.8.5",
"jzz-gui-player": "^1.7.4",
"jzz-midi-smf": "^1.9.4",
"jzz-synth-tiny": "^1.4.1"
"jzz": "^1.8.7",
"jzz-gui-player": "^1.7.6",
"jzz-midi-smf": "^1.9.6",
"jzz-synth-tiny": "^1.4.2"
},
"devDependencies": {
"@runkit/value-viewer": "^1.0.0",
"eslint": "^9.9.0",
"mocha": "^10.7.3",
"nyc": "^17.0.0"
"eslint": "^9.16.0",
"mocha": "^11.0.1",
"nyc": "^17.1.0"
},
"runkitExampleFilename": "runkit.js",
"repository": {
Expand Down

0 comments on commit 5e305b6

Please sign in to comment.