mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-03-04 00:13:06 +08:00
chore(package): bump angular and typescript (#1549)
This commit is contained in:
parent
25aeb406ae
commit
22d0260cde
10
package.json
10
package.json
@ -4,9 +4,9 @@
|
|||||||
"description": "Native plugin wrappers for Cordova and Ionic with TypeScript, ES6+, Promise and Observable support",
|
"description": "Native plugin wrappers for Cordova and Ionic with TypeScript, ES6+, Promise and Observable support",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@angular/compiler": "4.0.0",
|
"@angular/compiler": "4.1.2",
|
||||||
"@angular/compiler-cli": "4.0.0",
|
"@angular/compiler-cli": "4.1.2",
|
||||||
"@angular/core": "4.0.0",
|
"@angular/core": "4.1.2",
|
||||||
"canonical-path": "0.0.2",
|
"canonical-path": "0.0.2",
|
||||||
"child-process-promise": "2.2.0",
|
"child-process-promise": "2.2.0",
|
||||||
"conventional-changelog-cli": "1.2.0",
|
"conventional-changelog-cli": "1.2.0",
|
||||||
@ -31,8 +31,8 @@
|
|||||||
"semver": "5.3.0",
|
"semver": "5.3.0",
|
||||||
"tslint": "3.15.1",
|
"tslint": "3.15.1",
|
||||||
"tslint-ionic-rules": "0.0.8",
|
"tslint-ionic-rules": "0.0.8",
|
||||||
"typescript": "2.2.1",
|
"typescript": "2.3.2",
|
||||||
"zone.js": "^0.8.4"
|
"zone.js": "^0.8.10"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "npm run test:watch",
|
"start": "npm run test:watch",
|
||||||
|
Loading…
Reference in New Issue
Block a user