feat(package): Added support for Angular 13. fixes #1193 (#1201)

* updated versioning, added changelog docs

* update to angular 12

* update of eslint

* update of angular 13

* updated nx to 13
This commit was merged in pull request #1201.
This commit is contained in:
Rick van Lieshout
2022-07-19 22:53:57 +02:00
committed by GitHub
parent 19ec08cc02
commit 6608960cec
7 changed files with 8313 additions and 11095 deletions

View File

@@ -1,12 +1,12 @@
{
"name": "ng2-file-upload",
"version": "2.0.0-3",
"version": "3.0.0",
"description": "Angular file uploader",
"author": "Dmitriy Shekhovtsov <valorkin@gmail.com>",
"license": "MIT",
"peerDependencies": {
"@angular/core": "^11.0.0 || ^12.0.0",
"@angular/common": "^11.0.0 || ^12.0.0"
"@angular/core": "^13.0.0",
"@angular/common": "^13.0.0"
},
"sideEffects": false,
"publishConfig": {