chore(package): bump deps

This commit is contained in:
Daniel Sogl 2020-08-14 17:53:47 +02:00
parent 579170a99e
commit f6bf48d9b2
2 changed files with 1350 additions and 1537 deletions

2853
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -23,20 +23,20 @@
"prettier": "prettier --write \"**/*.{js,json,css,scss,less,md,ts,html,component.html}\"" "prettier": "prettier --write \"**/*.{js,json,css,scss,less,md,ts,html,component.html}\""
}, },
"devDependencies": { "devDependencies": {
"@angular/common": "^9.1.11", "@angular/common": "^9.1.12",
"@angular/compiler": "^9.1.11", "@angular/compiler": "^9.1.12",
"@angular/compiler-cli": "^9.1.11", "@angular/compiler-cli": "^9.1.12",
"@angular/core": "^9.1.11", "@angular/core": "^9.1.12",
"@types/cordova": "0.0.34", "@types/cordova": "0.0.34",
"@types/fs-extra": "^9.0.1", "@types/fs-extra": "^9.0.1",
"@types/jest": "^26.0.0", "@types/jest": "^26.0.9",
"@types/lodash": "^4.14.156", "@types/lodash": "^4.14.159",
"@types/node": "^12.12.47", "@types/node": "^12.12.54",
"@types/rimraf": "^3.0.0", "@types/rimraf": "^3.0.0",
"@types/webpack": "^4.41.17", "@types/webpack": "^4.41.21",
"ajv": "^6.12.2", "ajv": "^6.12.3",
"async-promise-queue": "^1.0.5", "async-promise-queue": "^1.0.5",
"conventional-changelog-cli": "^2.0.34", "conventional-changelog-cli": "^2.1.0",
"cz-conventional-changelog": "^3.2.0", "cz-conventional-changelog": "^3.2.0",
"dgeni": "^0.4.12", "dgeni": "^0.4.12",
"dgeni-packages": "0.16.10", "dgeni-packages": "0.16.10",
@ -46,26 +46,26 @@
"gulp-replace": "^1.0.0", "gulp-replace": "^1.0.0",
"gulp-tslint": "^8.1.4", "gulp-tslint": "^8.1.4",
"husky": "^4.2.5", "husky": "^4.2.5",
"jest": "^26.1.0", "jest": "^26.4.0",
"lint-staged": "^10.2.11", "lint-staged": "^10.2.11",
"lodash": "^4.17.15", "lodash": "^4.17.20",
"minimist": "^1.2.5", "minimist": "^1.2.5",
"natives": "^1.1.6", "natives": "^1.1.6",
"prettier": "^2.0.5", "prettier": "^2.0.5",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"rxjs": "^6.5.5", "rxjs": "^6.6.2",
"ts-jest": "^26.1.1", "ts-jest": "^26.2.0",
"ts-node": "^8.10.2", "ts-node": "^8.10.2",
"tslint": "^5.20.1", "tslint": "^5.20.1",
"tslint-config-prettier": "^1.18.0", "tslint-config-prettier": "^1.18.0",
"tslint-ionic-rules": "0.0.21", "tslint-ionic-rules": "0.0.21",
"typedoc": "^0.17.7", "typedoc": "^0.18.0",
"typescript": "~3.8.3", "typescript": "~3.8.3",
"typescript-tslint-plugin": "0.5.5", "typescript-tslint-plugin": "0.5.5",
"uglifyjs-webpack-plugin": "^2.2.0", "uglifyjs-webpack-plugin": "^2.2.0",
"unminified-webpack-plugin": "^2.0.0", "unminified-webpack-plugin": "^2.0.0",
"webpack": "^4.43.0", "webpack": "^4.44.1",
"winston": "^3.3.2", "winston": "^3.3.3",
"zone.js": "^0.10.3" "zone.js": "^0.10.3"
}, },
"jest": { "jest": {