Skip to content

Commit

Permalink
Updated dependencies and LICENSE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jazz-soft committed Jan 1, 2024
1 parent 1ab8982 commit 5bd0a86
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 20 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) 2018-23 Jazz-Soft
Copyright (c) 2018-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
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
],
"author": "jazz-soft (http://jazz-soft.net/)",
"dependencies": {
"jzz": "^1.7.4"
"jzz": "^1.7.7"
},
"repository": {
"type": "git",
Expand All @@ -29,8 +29,8 @@
"bugs": "https://github.com/jazz-soft/jazz-midi-electron/issues",
"license": "MIT",
"devDependencies": {
"electron": "^27.1.2",
"eslint": "^8.54.0",
"electron": "^28.1.0",
"eslint": "^8.56.0",
"mocha": "^10.2.0",
"nyc": "^15.1.0"
}
Expand Down
14 changes: 7 additions & 7 deletions sample-midi-piano/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@
"dependencies": {
"electron-squirrel-startup": "^1.0.0",
"jazz-midi-electron": "^2.0.1",
"jzz": "^1.7.4",
"jzz": "^1.7.7",
"jzz-gui-select": "^1.1.1",
"jzz-input-kbd": "^1.2.8",
"jzz-synth-tiny": "^1.3.7"
},
"devDependencies": {
"@electron-forge/cli": "^7.1.0",
"@electron-forge/maker-deb": "^7.1.0",
"@electron-forge/maker-rpm": "^7.1.0",
"@electron-forge/maker-squirrel": "^7.1.0",
"@electron-forge/maker-zip": "^7.1.0",
"electron": "^27.1.2"
"@electron-forge/cli": "^7.2.0",
"@electron-forge/maker-deb": "^7.2.0",
"@electron-forge/maker-rpm": "^7.2.0",
"@electron-forge/maker-squirrel": "^7.2.0",
"@electron-forge/maker-zip": "^7.2.0",
"electron": "^28.1.0"
},
"license": "MIT",
"private": true
Expand Down
18 changes: 9 additions & 9 deletions sample-midi-player/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@
"dependencies": {
"electron-squirrel-startup": "^1.0.0",
"jazz-midi-electron": "^2.0.1",
"jzz": "^1.7.4",
"jzz-gui-player": "^1.6.9",
"jzz-midi-smf": "^1.8.1",
"jzz": "^1.7.7",
"jzz-gui-player": "^1.7.0",
"jzz-midi-smf": "^1.8.4",
"jzz-synth-tiny": "^1.3.7"
},
"devDependencies": {
"@electron-forge/cli": "^7.1.0",
"@electron-forge/maker-deb": "^7.1.0",
"@electron-forge/maker-rpm": "^7.1.0",
"@electron-forge/maker-squirrel": "^7.1.0",
"@electron-forge/maker-zip": "^7.1.0",
"electron": "^27.1.2"
"@electron-forge/cli": "^7.2.0",
"@electron-forge/maker-deb": "^7.2.0",
"@electron-forge/maker-rpm": "^7.2.0",
"@electron-forge/maker-squirrel": "^7.2.0",
"@electron-forge/maker-zip": "^7.2.0",
"electron": "^28.1.0"
},
"license": "MIT",
"private": true
Expand Down

0 comments on commit 5bd0a86

Please sign in to comment.