Skip to content

Commit 162272d

Browse files
committed
Updated to latest typescript release
1 parent ee44406 commit 162272d

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -24,24 +24,24 @@
2424
"devDependencies": {
2525
"bower": "~1.4.1",
2626
"del": "^1.2.0",
27-
"es5-shim": "^4.1.4",
28-
"es6-shim": "^0.31.3",
27+
"es5-shim": "^4.1.10",
28+
"es6-shim": "^0.32.2",
2929
"gulp": "^3.9.0",
30-
"gulp-concat": "^2.5.2",
30+
"gulp-concat": "^2.6.0",
3131
"gulp-karma": "0.0.4",
3232
"gulp-replace": "^0.5.3",
3333
"gulp-sourcemaps": "^1.5.2",
3434
"gulp-uglify": "^1.2.0",
3535
"gulp-wrap-umd": "^0.2.1",
3636
"jasmine-core": "^2.3.4",
37-
"karma": "~0.12.36",
38-
"karma-cli": "0.0.4",
39-
"karma-jasmine": "~0.3.5",
37+
"karma": "~0.13.3",
38+
"karma-cli": "0.1.0",
39+
"karma-jasmine": "~0.3.6",
4040
"karma-phantomjs-launcher": "^0.2.0",
41-
"rimraf": "^2.3.4",
41+
"rimraf": "^2.4.2",
4242
"tracekit": "^0.2.1",
43-
"tsproject": "^0.8.10",
44-
"typescript": "1.5.0-beta"
43+
"tsproject": "^1.0.0-rc",
44+
"typescript": "1.5.3"
4545
},
4646
"dependencies": {
4747
"stack-trace": "0.0.9"

0 commit comments

Comments
 (0)