mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Update the TypeScript compiler version used by the build scripts
This commit is contained in:
14
package.json
14
package.json
@@ -14,17 +14,17 @@
|
||||
"license": "Apache-2.0",
|
||||
"devDependencies": {
|
||||
"grunt": "0.4.5",
|
||||
"grunt-contrib-clean": "0.5.0",
|
||||
"grunt-contrib-copy": "0.5.0",
|
||||
"grunt-exec": "0.4.5",
|
||||
"grunt-contrib-clean": "0.6.0",
|
||||
"grunt-contrib-copy": "0.8.0",
|
||||
"grunt-exec": "0.4.6",
|
||||
"grunt-multi-dest": "1.0.0",
|
||||
"grunt-shell": "1.1.2",
|
||||
"grunt-ts": "4.0.1",
|
||||
"grunt-tslint": "2.3.1-beta",
|
||||
"grunt-ts": "4.2.0",
|
||||
"grunt-tslint": "2.4.0",
|
||||
"mocha": "2.2.5",
|
||||
"grunt-simple-mocha": "0.4.0",
|
||||
"grunt-env": "0.4.4",
|
||||
"chai": "2.3.0",
|
||||
"typescript": "1.5.0-beta"
|
||||
"chai": "3.2.0",
|
||||
"typescript": "1.5.3"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user