chore(package): bump deps

This commit is contained in:
Daniel Sogl 2020-04-17 05:29:57 +02:00
parent 9e2f670d9d
commit b426819f92
2 changed files with 768 additions and 960 deletions

1698
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -22,17 +22,17 @@
"shipit": "npm run build && npm run readmes && npm run npmpub" "shipit": "npm run build && npm run readmes && npm run npmpub"
}, },
"devDependencies": { "devDependencies": {
"@angular/common": "^9.0.7", "@angular/common": "^9.1.2",
"@angular/compiler": "^9.0.7", "@angular/compiler": "^9.1.2",
"@angular/compiler-cli": "^9.0.7", "@angular/compiler-cli": "^9.1.2",
"@angular/core": "^9.0.7", "@angular/core": "^9.1.2",
"@types/cordova": "0.0.34", "@types/cordova": "0.0.34",
"@types/fs-extra": "^8.1.0", "@types/fs-extra": "^8.1.0",
"@types/jest": "^25.1.4", "@types/jest": "^25.2.1",
"@types/lodash": "^4.14.149", "@types/lodash": "^4.14.149",
"@types/node": "^12.12.30", "@types/node": "^12.12.35",
"@types/rimraf": "^3.0.0", "@types/rimraf": "^3.0.0",
"@types/webpack": "^4.41.8", "@types/webpack": "^4.41.11",
"ajv": "^6.12.0", "ajv": "^6.12.0",
"async-promise-queue": "^1.0.5", "async-promise-queue": "^1.0.5",
"conventional-changelog-cli": "^2.0.31", "conventional-changelog-cli": "^2.0.31",
@ -44,22 +44,22 @@
"gulp-rename": "^2.0.0", "gulp-rename": "^2.0.0",
"gulp-replace": "^1.0.0", "gulp-replace": "^1.0.0",
"gulp-tslint": "^8.1.4", "gulp-tslint": "^8.1.4",
"jest": "^25.1.0", "jest": "^25.3.0",
"lodash": "^4.17.15", "lodash": "^4.17.15",
"minimist": "^1.2.5", "minimist": "^1.2.5",
"natives": "^1.1.6", "natives": "^1.1.6",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"rxjs": "~6.5.4", "rxjs": "^6.5.5",
"ts-jest": "^25.2.1", "ts-jest": "^25.3.1",
"ts-node": "^8.8.1", "ts-node": "^8.8.2",
"tslint": "~5.18.0", "tslint": "^5.20.1",
"tslint-ionic-rules": "0.0.21", "tslint-ionic-rules": "0.0.21",
"typedoc": "^0.16.11", "typedoc": "^0.16.11",
"typescript": "~3.7.5", "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.42.0", "webpack": "^4.42.1",
"winston": "^3.2.1", "winston": "^3.2.1",
"zone.js": "^0.10.3" "zone.js": "^0.10.3"
}, },
@ -89,6 +89,6 @@
} }
}, },
"dependencies": { "dependencies": {
"tslib": "1.10.0" "tslib": "^1.11.1"
} }
} }