Skip to content

Commit

Permalink
fix(lint): updated lint
Browse files Browse the repository at this point in the history
  • Loading branch information
lexasq committed Jul 15, 2024
1 parent bce773c commit 09d97db
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions apps/demo/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,11 @@
},
"lint": {
"executor": "@nx/eslint:lint",
"options": {
"lintFilePatterns": [
"apps/demo/**/*.ts"
]
},
"outputs": [
"{options.outputFile}"
]
Expand Down
2 changes: 2 additions & 0 deletions libs/ng2-file-upload/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
"license": "MIT",
"peerDependencies": {
"@angular/core": "^18.0.0",
"@angular/platform-browser": "^18.0.0",
"jest-preset-angular": "14.1.0",

This comment has been minimized.

Copy link
@yl-endress

yl-endress Jul 16, 2024

This dependency was not there before version 18. Is that on purpose or was it just for development?

This comment has been minimized.

Copy link
@orgads

orgads Jul 16, 2024

This comment has been minimized.

Copy link
@lexasq

lexasq Jul 16, 2024

Author Contributor

Looks like an oversight on my end, good catch. I definitely wasn't adding those manually. @orgads thatnks for the issue, it'll be taken care of.

This comment has been minimized.

Copy link
@lexasq

lexasq Jul 17, 2024

Author Contributor

@orgads it turned out to be a little more to dig #1280

"@angular/common": "^18.0.0"
},
"sideEffects": false,
Expand Down

0 comments on commit 09d97db

Please sign in to comment.