Skip to content

Commit 166d095

Browse files
committed
fix the build
1 parent 5daedcf commit 166d095

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

package.json

+17-17
Original file line numberDiff line numberDiff line change
@@ -22,25 +22,25 @@
2222
"reporting"
2323
],
2424
"devDependencies": {
25-
"bower": "~1.4.1",
26-
"del": "^1.2.0",
27-
"es5-shim": "^4.1.10",
28-
"es6-shim": "^0.32.2",
29-
"gulp": "^3.9.0",
30-
"gulp-concat": "^2.6.0",
25+
"bower": "1.4.1",
26+
"del": "1.2.0",
27+
"es5-shim": "4.1.10",
28+
"es6-shim": "0.33.0",
29+
"gulp": "3.9.0",
30+
"gulp-concat": "2.6.0",
3131
"gulp-karma": "0.0.4",
32-
"gulp-replace": "^0.5.3",
33-
"gulp-sourcemaps": "^1.5.2",
34-
"gulp-uglify": "^1.2.0",
35-
"gulp-wrap-umd": "^0.2.1",
36-
"jasmine-core": "^2.3.4",
37-
"karma": "~0.13.3",
32+
"gulp-replace": "0.5.3",
33+
"gulp-sourcemaps": "1.5.2",
34+
"gulp-uglify": "1.2.0",
35+
"gulp-wrap-umd": "0.2.1",
36+
"jasmine-core": "2.3.4",
37+
"karma": "0.13.3",
3838
"karma-cli": "0.1.0",
39-
"karma-jasmine": "~0.3.6",
40-
"karma-phantomjs-launcher": "^0.2.0",
41-
"rimraf": "^2.4.2",
42-
"tracekit": "^0.2.1",
43-
"tsproject": "^1.0.0-rc.2",
39+
"karma-jasmine": "0.3.6",
40+
"karma-phantomjs-launcher": "0.2.0",
41+
"rimraf": "2.4.2",
42+
"tracekit": "0.2.1",
43+
"tsproject": "1.0.0-rc.2",
4444
"typescript": "1.5.3"
4545
},
4646
"dependencies": {

0 commit comments

Comments
 (0)