10000 Update bower.json and package.json dependecies · arduino/cbor-js@59f5e2d · GitHub
[go: up one dir, main page]

Skip to content

Commit 59f5e2d

Browse files
committed
Update bower.json and package.json dependecies
1 parent dca0855 commit 59f5e2d

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

Gruntfile.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,9 @@ module.exports = function(grunt) {
112112
urls: ["http://localhost:" + testPort + "/" + testFile],
113113
build: process.env.TRAVIS_JOB_NUMBER || "unknown",
114114
browsers: browsers,
115-
concurrency: 3,
116-
tags: [process.env.TRAVIS_BRANCH || "unknown"]
115+
statusCheckAttempts: -1,
116+
tags: [process.env.TRAVIS_BRANCH || "unknown"],
117+
throttled: 6
117118
}
118119
}
119120
}

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
"package.json"
2121
],
2222
"devDependencies": {
23-
"qunit": "1.14.0"
23+
"qunit": "1.18.0"
2424
}
2525
}

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
},
2121
"devDependencies": {
2222
"grunt": "~0.4.5",
23-
"grunt-bower-install-simple": "~1.0.0",
23+
"grunt-bower-install-simple": "~1.1.4",
2424
"grunt-cli": "~0.1.13",
25-
"grunt-contrib-connect": "~0.8.0",
26-
"grunt-contrib-jshint": "~0.10.0",
27-
"grunt-contrib-qunit": "~0.5.2",
28-
"grunt-coveralls": "~0.3.0",
29-
"grunt-qunit-istanbul": "~0.4.5",
30-
"grunt-saucelabs": "~8.2.0"
25+
"grunt-contrib-connect": "~0.11.2",
26+
"grunt-contrib-jshint": "~0.11.2",
27+
"grunt-contrib-qunit": "~0.7.0",
28+
"grunt-coveralls": "~1.0.0",
29+
"grunt-qunit-istanbul": "~0.4.7",
30+
"grunt-saucelabs": "~8.6.1"
3131
}
3232
}

0 commit comments

Comments
 (0)
0