Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jazz-soft committed Mar 6, 2024
1 parent eb1d9d5 commit f3bd602
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": "jzz-gui-player",
"version": "1.7.0",
"version": "1.7.1",
"description": "MIDI Player GUI for browsers",
"main": "javascript/JZZ.gui.Player.js",
"scripts": {
Expand All @@ -18,19 +18,19 @@
],
"author": "jazz-soft (https://jazz-soft.net/)",
"dependencies": {
"jzz": "^1.7.7",
"jzz-midi-smf": "^1.8.4"
"jzz": "^1.8.0",
"jzz-midi-smf": "^1.8.9"
},
"devDependencies": {
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"grunt": "^1.6.1",
"grunt-contrib-jshint": "^3.2.0",
"grunt-contrib-uglify": "^5.2.2",
"jsdom": "^23.0.1",
"jzz-synth-tiny": "^1.3.7",
"mocha": "^10.2.0",
"jsdom": "^24.0.0",
"jzz-synth-tiny": "^1.3.8",
"mocha": "^10.3.0",
"nyc": "^15.1.0",
"web-midi-test": "^1.2.5"
"web-midi-test": "^1.2.6"
},
"runkitExampleFilename": "runkit.js",
"repository": {
Expand Down

0 comments on commit f3bd602

Please sign in to comment.