Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jazz-soft committed May 9, 2024
1 parent 5781644 commit 132e53e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "runkit-midi",
"version": "1.1.4",
"version": "1.1.5",
"description": "MIDI player/viewer for RunKit",
"main": "index.js",
"scripts": {
Expand All @@ -18,15 +18,15 @@
],
"author": "jazz-soft (https://jazz-soft.net/)",
"dependencies": {
"jzz": "^1.7.7",
"jzz-gui-player": "^1.7.0",
"jzz-midi-smf": "^1.8.4",
"jzz-synth-tiny": "^1.3.7"
"jzz": "^1.8.2",
"jzz-gui-player": "^1.7.3",
"jzz-midi-smf": "^1.9.1",
"jzz-synth-tiny": "^1.4.0"
},
"devDependencies": {
"@runkit/value-viewer": "^1.0.0",
"eslint": "^8.56.0",
"mocha": "^10.2.0",
"eslint": "^9.2.0",
"mocha": "^10.4.0",
"nyc": "^15.1.0"
},
"runkitExampleFilename": "runkit.js",
Expand Down

0 comments on commit 132e53e

Please sign in to comment.