Skip to content

Commit 41e14b7

Browse files
committed
Resolves gh-215: Updates to latest versions of essential dependencies.
1 parent fc1c80a commit 41e14b7

File tree

10 files changed

+1527
-1565
lines changed

10 files changed

+1527
-1565
lines changed

dist/osc-browser.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! osc.js 2.4.4, Copyright 2023 Colin Clark | github.com/colinbdclark/osc.js */
1+
/*! osc.js 2.4.4, Copyright 2024 Colin Clark | github.com/colinbdclark/osc.js */
22

33
/*
44
* osc.js: An Open Sound Control library for JavaScript that works in both the browser and Node.js

dist/osc-browser.min.js

Lines changed: 358 additions & 367 deletions
Large diffs are not rendered by default.

dist/osc-chromeapp.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! osc.js 2.4.4, Copyright 2023 Colin Clark | github.com/colinbdclark/osc.js */
1+
/*! osc.js 2.4.4, Copyright 2024 Colin Clark | github.com/colinbdclark/osc.js */
22

33
/*
44
* osc.js: An Open Sound Control library for JavaScript that works in both the browser and Node.js

dist/osc-chromeapp.min.js

Lines changed: 359 additions & 369 deletions
Large diffs are not rendered by default.

dist/osc-module.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! osc.js 2.4.4, Copyright 2023 Colin Clark | github.com/colinbdclark/osc.js */
1+
/*! osc.js 2.4.4, Copyright 2024 Colin Clark | github.com/colinbdclark/osc.js */
22

33
(function (root, factory) {
44
if (typeof exports === "object") {

dist/osc-module.min.js

Lines changed: 455 additions & 468 deletions
Large diffs are not rendered by default.

dist/osc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! osc.js 2.4.4, Copyright 2023 Colin Clark | github.com/colinbdclark/osc.js */
1+
/*! osc.js 2.4.4, Copyright 2024 Colin Clark | github.com/colinbdclark/osc.js */
22

33
/*
44
* osc.js: An Open Sound Control library for JavaScript that works in both the browser and Node.js

dist/osc.min.js

Lines changed: 345 additions & 351 deletions
Large diffs are not rendered by default.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,19 +31,19 @@
3131
"grunt-contrib-jshint": "3.2.0",
3232
"grunt-contrib-uglify": "5.2.2",
3333
"infusion": "3.0.1",
34-
"jquery": "3.6.4",
34+
"jquery": "3.7.1",
3535
"node-jqunit": "1.1.9",
36-
"requirejs": "2.3.6",
37-
"testem": "3.10.1"
36+
"requirejs": "2.3.7",
37+
"testem": "3.15.1"
3838
},
3939
"dependencies": {
4040
"long": "4.0.0",
4141
"slip": "1.0.2",
4242
"wolfy87-eventemitter": "5.2.9",
43-
"ws": "8.13.0"
43+
"ws": "8.18.0"
4444
},
4545
"optionalDependencies": {
46-
"serialport": "10.5.0"
46+
"serialport": "12.0.0"
4747
},
4848
"scripts": {
4949
"test": "npm run node-test && grunt && npm run browser-test",

tests/electron-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"version": "1.0.0",
66
"author": "Colin Clark",
77
"dependencies": {
8-
"electron": "23.1.3",
8+
"electron": "32.0.0",
99
"infusion-electron": "0.9.0",
1010
"osc": "../.."
1111
},

0 commit comments

Comments
 (0)