chore(package): bump deps

This commit is contained in:
Daniel Sogl 2021-06-29 15:19:46 +02:00
parent 83cb98f115
commit 3fcaed8c46
2 changed files with 594 additions and 612 deletions

1190
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -24,7 +24,7 @@
"prettier": "prettier src/**/* --write"
},
"dependencies": {
"tslib": "^2.2.0"
"tslib": "^2.3.0"
},
"devDependencies": {
"@angular/common": "^11.2.14",
@ -35,7 +35,7 @@
"@types/fs-extra": "^9.0.11",
"@types/jest": "^26.0.23",
"@types/lodash": "^4.14.170",
"@types/node": "^12.20.13",
"@types/node": "^12.20.15",
"@types/rimraf": "^3.0.0",
"@types/webpack": "^5.28.0",
"async-promise-queue": "^1.0.5",
@ -50,26 +50,26 @@
"gulp-tslint": "^8.1.4",
"husky": "^6.0.0",
"is-ci": "^3.0.0",
"jest": "^27.0.1",
"jest": "^27.0.6",
"lint-staged": "^11.0.0",
"lodash": "^4.17.21",
"minimist": "^1.2.5",
"natives": "^1.1.6",
"prettier": "^2.3.0",
"prettier": "^2.3.2",
"rimraf": "^3.0.2",
"rollup": "^2.50.3",
"rollup": "^2.52.3",
"rxjs": "^6.6.7",
"ts-jest": "^27.0.1",
"ts-jest": "^27.0.3",
"ts-node": "^10.0.0",
"tslint": "~6.1.0",
"tslint-config-prettier": "^1.18.0",
"tslint-ionic-rules": "0.0.21",
"typedoc": "^0.18.0",
"typescript": "~4.1.5",
"typescript": "^4.1.6",
"typescript-tslint-plugin": "^1.0.1",
"uglifyjs-webpack-plugin": "^2.2.0",
"unminified-webpack-plugin": "^3.0.0",
"webpack": "^5.38.1",
"webpack": "^5.41.0",
"winston": "^3.3.3",
"zone.js": "^0.11.4"
},