Skip to content

Commit

Permalink
Resolves gh-278: Updates to latest third party dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
colinbdclark committed May 9, 2019
1 parent 3b9023d commit f8b331e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flocking",
"version": "2.0.0",
"version": "2.0.1",
"description": "Creative audio synthesis for the Web",
"author": "Colin Clark",
"homepage": "https://flockingjs.org/",
Expand All @@ -21,20 +21,20 @@
"readmeFilename": "README.md",
"browser": "dist/flocking-all.js",
"devDependencies": {
"grunt": "1.0.3",
"grunt": "1.0.4",
"grunt-contrib-clean": "2.0.0",
"grunt-contrib-concat": "1.0.1",
"grunt-contrib-uglify": "4.0.0",
"grunt-contrib-uglify": "4.0.1",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-jshint": "2.0.0",
"grunt-contrib-jshint": "2.1.0",
"sheep-benchmark": "colinbdclark/sheep.js",
"requirejs": "2.3.6",
"testem": "2.14.0"
"testem": "2.15.1"
},
"dependencies": {
"jquery": "3.3.1",
"infusion": "3.0.0-dev.20181204T213346Z.2ca90f6e6",
"codemirror-infusion": "2.2.0",
"jquery": "3.4.1",
"infusion": "3.0.0-dev.20190328T144119Z.ec44dbfab",
"codemirror-infusion": "2.2.1",
"jsplumb": "1.7.9",
"dagre": "0.8.4",
"normalize.css": "8.0.1"
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/js/bandlimited-ugen-tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ var fluid = fluid || require("infusion"),
msg: "There should be no NaN values"
},
{
funcName: "deepEqual",
funcName: "QUnit.deepEqual",
args: [
{
expander: {
Expand Down

0 comments on commit f8b331e

Please sign in to comment.