Skip to content

Commit

Permalink
Merge pull request #1280 from valor-software/cleanup-excessive-depend…
Browse files Browse the repository at this point in the history
…encies

fix(dependecies): clean up excessive peerDependencies
  • Loading branch information
lexasq authored Jul 17, 2024
2 parents aa2e801 + f879a2a commit d738214
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 14 deletions.
7 changes: 0 additions & 7 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,6 @@
"plugin:@nx/javascript"
],
"rules": {}
},
{
"files": ["*.json"],
"parser": "jsonc-eslint-parser",
"rules": {
"@nx/dependency-checks": "error"
}
}
]
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [7.0.1](https://github.com/valor-software/ng2-file-upload/compare/v7.0.0...v7.0.1) (2024-07-17)


### Bug Fixes

* **dependencies:** removed excessive parts from peerDependencies ([3a7d086](https://github.com/valor-software/ng2-file-upload/commit/3a7d086927e1ad1e95ee94d4ad7b09fa3834cfc1))



# [7.0.0](https://github.com/valor-software/ng2-file-upload/compare/v6.0.0...v7.0.0) (2024-07-15)


Expand Down
7 changes: 6 additions & 1 deletion libs/ng2-file-upload/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,12 @@
"files": ["*.json"],
"parser": "jsonc-eslint-parser",
"rules": {
"@nx/dependency-checks": "error"
"@nx/dependency-checks": [
"error",
{
"ignoredFiles": ["**/*.spec.ts", "**/test-setup.ts"]
}
]
}
},
{
Expand Down
4 changes: 1 addition & 3 deletions libs/ng2-file-upload/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
{
"name": "ng2-file-upload",
"version": "7.0.0",
"version": "7.0.1",
"description": "Angular file uploader",
"author": "Dmitriy Shekhovtsov <[email protected]>",
"license": "MIT",
"peerDependencies": {
"@angular/core": "^18.0.0",
"@angular/platform-browser": "^18.0.0",
"jest-preset-angular": "14.1.0",
"@angular/common": "^18.0.0"
},
"sideEffects": false,
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng2-file-upload-demo",
"version": "7.0.0",
"version": "7.0.1",
"private": true,
"description": "Angular file upload directives",
"scripts": {
Expand Down

0 comments on commit d738214

Please sign in to comment.