mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-08-04 00:00:08 +08:00
chore(package): compile with angular 9
This commit is contained in:
+6
-6
@@ -22,10 +22,10 @@
|
||||
"shipit": "npm run build && npm run readmes && npm run npmpub"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular/common": "^8.2.14",
|
||||
"@angular/compiler": "^8.2.14",
|
||||
"@angular/compiler-cli": "^8.2.14",
|
||||
"@angular/core": "^8.2.14",
|
||||
"@angular/common": "^9.0.0",
|
||||
"@angular/compiler": "^9.0.0",
|
||||
"@angular/compiler-cli": "^9.0.0",
|
||||
"@angular/core": "^9.0.0",
|
||||
"@types/cordova": "0.0.34",
|
||||
"@types/fs-extra": "^8.0.1",
|
||||
"@types/jest": "^25.1.2",
|
||||
@@ -55,13 +55,13 @@
|
||||
"tslint": "^5.20.1",
|
||||
"tslint-ionic-rules": "0.0.21",
|
||||
"typedoc": "^0.16.9",
|
||||
"typescript": "~3.5.3",
|
||||
"typescript": "^3.7.5",
|
||||
"typescript-tslint-plugin": "0.5.5",
|
||||
"uglifyjs-webpack-plugin": "^2.2.0",
|
||||
"unminified-webpack-plugin": "^2.0.0",
|
||||
"webpack": "^4.41.5",
|
||||
"winston": "^3.2.1",
|
||||
"zone.js": "^0.9.1"
|
||||
"zone.js": "^0.10.2"
|
||||
},
|
||||
"jest": {
|
||||
"transform": {
|
||||
|
||||
Reference in New Issue
Block a user