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 31, 2022
1 parent 60a470e commit 7321de7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 12 deletions.
3 changes: 1 addition & 2 deletions .npmignore
@@ -1,7 +1,6 @@
.*
minified
test*
.*
coverage
bower.json
Gruntfile.js
!test
2 changes: 1 addition & 1 deletion minified/JZZ.gui.Karaoke.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "jzz-gui-karaoke",
"version": "1.2.3",
"version": "1.2.4",
"description": "Karaoke MIDI Player",
"main": "javascript/JZZ.gui.Karaoke.js",
"scripts": {
Expand All @@ -16,18 +16,18 @@
],
"author": "jazz-soft (https://jazz-soft.net/)",
"dependencies": {
"jzz": "^1.4.7",
"jzz-midi-smf": "^1.6.4"
"jzz": "^1.4.9",
"jzz-midi-smf": "^1.6.7"
},
"devDependencies": {
"eslint": "^8.5.0",
"eslint": "^8.12.0",
"grunt": "^1.4.1",
"grunt-contrib-jshint": "^3.1.1",
"grunt-contrib-uglify": "^5.0.1",
"grunt-contrib-jshint": "^3.2.0",
"grunt-contrib-uglify": "^5.1.0",
"jsdom": "^19.0.0",
"jzz-gui-player": "^1.5.2",
"jzz-synth-tiny": "^1.2.8",
"mocha": "^9.1.3",
"jzz-gui-player": "^1.5.7",
"jzz-synth-tiny": "^1.2.9",
"mocha": "^9.2.2",
"nyc": "^15.1.0"
},
"repository": {
Expand Down

0 comments on commit 7321de7

Please sign in to comment.