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 26, 2024
1 parent fc602b9 commit 6c0dc1e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion javascript/JZZ.synth.OSC.js
Expand Up @@ -19,7 +19,7 @@
/* istanbul ignore next */
if (JZZ.synth.OSC) return;

var _version = '1.2.4';
var _version = '1.2.5';

var _ac;
function initAC() {
Expand Down
2 changes: 1 addition & 1 deletion minified/JZZ.synth.OSC.js

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

8 changes: 4 additions & 4 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "jzz-synth-osc",
"version": "1.2.4",
"version": "1.2.5",
"description": "Fallback MIDI-Out implementation",
"main": "javascript/JZZ.synth.OSC.js",
"scripts": {
Expand All @@ -19,16 +19,16 @@
],
"author": "jazz-soft (https://jazz-soft.net/)",
"dependencies": {
"jzz": "^1.7.1"
"jzz": "^1.7.8"
},
"devDependencies": {
"eslint": "^8.50.0",
"eslint": "^8.56.0",
"grunt": "^1.6.1",
"grunt-contrib-jshint": "^3.2.0",
"grunt-contrib-uglify": "^5.2.2",
"mocha": "^10.2.0",
"nyc": "^15.1.0",
"web-audio-test": "^0.0.6"
"web-audio-test": "^0.0.7"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 6c0dc1e

Please sign in to comment.