Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jazz-soft committed Jan 7, 2024
1 parent c697ea5 commit 69a92aa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020-23 Jazz-Soft
Copyright (c) 2020-24 Jazz-Soft

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "test-midi-files",
"version": "1.0.0",
"version": "1.0.1",
"description": "A framework for producing test MIDI files",
"main": "index.js",
"scripts": {
Expand All @@ -20,15 +20,15 @@
],
"author": "jazz-soft (https://jazz-soft.net)",
"dependencies": {
"jzz": "^1.7.6",
"jzz-gui-player": "^1.6.9",
"jzz-midi-gear": "^1.3.1",
"jzz-midi-gm": "^1.3.4",
"jzz-midi-smf": "^1.8.2",
"jzz": "^1.7.7",
"jzz-gui-player": "^1.7.0",
"jzz-midi-gear": "^1.3.2",
"jzz-midi-gm": "^1.3.5",
"jzz-midi-smf": "^1.8.4",
"jzz-synth-tiny": "^1.3.7"
},
"devDependencies": {
"eslint": "^8.55.0",
"eslint": "^8.56.0",
"grunt": "^1.6.1",
"mocha": "^10.2.0",
"nyc": "^15.1.0"
Expand Down

0 comments on commit 69a92aa

Please sign in to comment.