chore(package): bump deps

This commit is contained in:
Daniel Sogl 2020-05-05 11:16:27 +02:00
parent 825b2d6970
commit 85c3c47998
2 changed files with 1252 additions and 489 deletions

1715
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -22,21 +22,21 @@
"shipit": "npm run build && npm run readmes && npm run npmpub"
},
"devDependencies": {
"@angular/common": "^9.1.2",
"@angular/compiler": "^9.1.2",
"@angular/compiler-cli": "^9.1.2",
"@angular/core": "^9.1.2",
"@angular/common": "^9.1.4",
"@angular/compiler": "^9.1.4",
"@angular/compiler-cli": "^9.1.4",
"@angular/core": "^9.1.4",
"@types/cordova": "0.0.34",
"@types/fs-extra": "^8.1.0",
"@types/jest": "^25.2.1",
"@types/lodash": "^4.14.149",
"@types/node": "^12.12.35",
"@types/lodash": "^4.14.150",
"@types/node": "^12.12.37",
"@types/rimraf": "^3.0.0",
"@types/webpack": "^4.41.11",
"ajv": "^6.12.0",
"@types/webpack": "^4.41.12",
"ajv": "^6.12.2",
"async-promise-queue": "^1.0.5",
"conventional-changelog-cli": "^2.0.31",
"cz-conventional-changelog": "^3.1.0",
"cz-conventional-changelog": "^3.2.0",
"dgeni": "^0.4.12",
"dgeni-packages": "0.16.10",
"fs-extra": "^9.0.0",
@ -44,14 +44,14 @@
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.0.0",
"gulp-tslint": "^8.1.4",
"jest": "^25.3.0",
"jest": "^25.5.4",
"lodash": "^4.17.15",
"minimist": "^1.2.5",
"natives": "^1.1.6",
"rimraf": "^3.0.2",
"rxjs": "^6.5.5",
"ts-jest": "^25.3.1",
"ts-node": "^8.8.2",
"ts-jest": "^25.4.0",
"ts-node": "^8.10.1",
"tslint": "^5.20.1",
"tslint-ionic-rules": "0.0.21",
"typedoc": "^0.16.11",
@ -59,7 +59,7 @@
"typescript-tslint-plugin": "0.5.5",
"uglifyjs-webpack-plugin": "^2.2.0",
"unminified-webpack-plugin": "^2.0.0",
"webpack": "^4.42.1",
"webpack": "^4.43.0",
"winston": "^3.2.1",
"zone.js": "^0.10.3"
},