Skip to content

Commit ca3b9da

Browse files
authored
Merge pull request #124 from Mydeen-SN/master
Resolved the compilation failure in base package
2 parents 608e2b0 + 7cd0f36 commit ca3b9da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

controls/base/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"gulp-sass": "^3.1.0",
5252
"gulp-typescript": "^3.1.6",
5353
"requirejs": "^2.3.3",
54-
"typescript": "2.3.4",
54+
"typescript": "3.3.1",
5555
"canteen": "^1.0.5",
5656
"jasmine-ajax": "^3.3.1",
5757
"jasmine-core": "^2.6.1",
@@ -69,4 +69,4 @@
6969
"build": "gulp build",
7070
"test": "gulp test"
7171
}
72-
}
72+
}

0 commit comments

Comments
 (0)