Skip to content

Commit c95e457

Browse files
committed
Merge branch 'trickeyone-master'
2 parents a470e97 + 09c0a3a commit c95e457

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"test/"
1111
],
1212
"dependencies": {
13-
"tv4": "~1.1.9",
14-
"jsonpointer.js": "~0.3.0"
13+
"tv4": "~1.2.7",
14+
"jsonpointer.js": "~0.4.0"
1515
}
1616
}

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,21 +42,21 @@
4242
"test": "grunt test"
4343
},
4444
"dependencies": {
45-
"jsonpointer.js": "0.3.0",
46-
"tv4": "~1.1.9"
45+
"jsonpointer.js": "0.4.0",
46+
"tv4": "~1.2.7"
4747
},
4848
"devDependencies": {
49+
"chai": "^3.5.0",
4950
"grunt": "~0.4.2",
51+
"grunt-bump": "~0.3.x",
5052
"grunt-cli": "~0.1",
51-
"chai": "^3.0",
52-
"mocha": "~1.18.0",
53+
"grunt-continue": "0.0.1",
54+
"grunt-contrib-jshint": "~0.11.x",
5355
"grunt-mocha": "~0.4.10",
54-
"grunt-contrib-jshint": "~0.9.2",
56+
"grunt-mocha-test": "~0.12.x",
5557
"jshint-path-reporter": "~0.1",
56-
"grunt-continue": "0.0.1",
57-
"grunt-mocha-test": "~0.10.0",
58+
"mocha": "^2.4.5",
5859
"mocha-unfunk-reporter": "~0.4.0",
59-
"grunt-bump": "0.0.11",
6060
"requirejs": "~2.1.11"
6161
},
6262
"peerDependencies": {

0 commit comments

Comments
 (0)