diff --git a/projects/angular-adapter/package.json b/projects/angular-adapter/package.json index 8d59027..fbe4827 100644 --- a/projects/angular-adapter/package.json +++ b/projects/angular-adapter/package.json @@ -1,6 +1,6 @@ { "name": "@csvbox/angular", - "version": "1.1.13", + "version": "1.1.14", "description": "Angular adapter for csvbox.io", "author": "csvbox-io", "license": "MIT", @@ -9,8 +9,8 @@ "url": "git+https://github.com/csvbox-io/angular-adapter.git" }, "peerDependencies": { - "@angular/common": "^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0", - "@angular/core": "^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0" + "@angular/common": "^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0", + "@angular/core": "^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" }, "dependencies": { "tslib": "^2.0.0"