Skip to content

Commit a49f810

Browse files
authored
Merge pull request #9 from effektif/renovate/pin-dependencies
Pin Dependencies
2 parents 718cd9b + d653030 commit a49f810

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -15,25 +15,25 @@
1515
"backbone": ">=1.1.2"
1616
},
1717
"devDependencies": {
18-
"backbone.uniquemodel": "~0.9.0",
19-
"chai": "~1.10.0",
20-
"chai-react": "~2.0.0",
18+
"backbone.uniquemodel": "0.9.0",
19+
"chai": "1.10.0",
20+
"chai-react": "2.0.2",
2121
"docco": "0.6.3",
22-
"es5-shim": "~4.0.6",
23-
"jquery": "~2.1.3",
24-
"karma": "~0.12.31",
25-
"karma-coverage": "~0.2.7",
26-
"karma-junit-reporter": "~0.2.2",
27-
"karma-mocha": "~0.1.10",
28-
"karma-phantomjs-launcher": "~0.1.4",
29-
"karma-requirejs": "~0.2.2",
30-
"mocha": "~2.1.0",
31-
"react": "~0.13.1",
32-
"requirejs": "~2.1.15",
33-
"rquery": "^2.0.1",
34-
"sinon": "~1.12.2",
35-
"sinon-chai": "~2.6.0",
36-
"uglify-js": "~2.4.16"
22+
"es5-shim": "4.0.6",
23+
"jquery": "2.1.4",
24+
"karma": "0.12.37",
25+
"karma-coverage": "0.2.7",
26+
"karma-junit-reporter": "0.2.2",
27+
"karma-mocha": "0.1.10",
28+
"karma-phantomjs-launcher": "0.1.4",
29+
"karma-requirejs": "0.2.6",
30+
"mocha": "2.1.0",
31+
"react": "0.13.3",
32+
"requirejs": "2.1.22",
33+
"rquery": "2.0.9",
34+
"sinon": "1.12.2",
35+
"sinon-chai": "2.6.0",
36+
"uglify-js": "2.4.24"
3737
},
3838
"scripts": {
3939
"test": "karma start karma.conf.js",

0 commit comments

Comments
 (0)