Bump cspell from 4.0.63 to 4.1.0 (#6047)

* Bump cspell from 4.0.63 to 4.1.0

Bumps [cspell](https://github.com/streetsidesoftware/cspell) from 4.0.63 to 4.1.0.
- [Release notes](https://github.com/streetsidesoftware/cspell/releases)
- [Commits](https://github.com/streetsidesoftware/cspell/compare/cspell@4.0.63...cspell@4.1.0)

Signed-off-by: dependabot[bot] <support@github.com>

* remove cspell from raphael

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Eugenio Romano <eugenio.romano@alfresco.com>
This commit is contained in:
dependabot[bot]
2020-08-24 13:50:32 +01:00
committed by GitHub
parent b077fc9a44
commit 5cbe4884d9
3 changed files with 82 additions and 70 deletions

View File

@@ -15,6 +15,7 @@
* limitations under the License.
*/
/* cSpell:disable */
import { Directive, ElementRef, EventEmitter, Input, OnInit, Output } from '@angular/core';
import { Point } from './../models/point';
import { RaphaelBase } from './../raphael-base';