Skip to content

Commit

Permalink
chore(deps): require current version of ngx-translate wo/semver range
Browse files Browse the repository at this point in the history
- there's no need to use a semver range like `">=15.0.0 <16.0.0"` because `"^15.0.0"` is doing the same thing and is less problematic if anyone want to go higher in the future
  • Loading branch information
ghiscoding-SE committed Nov 27, 2023
1 parent 38312f2 commit 567f47b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"url": "https://ko-fi.com/ghiscoding"
},
"dependencies": {
"@ngx-translate/core": ">=15.0.0 <16.0.0",
"@ngx-translate/core": "^15.0.0",
"@slickgrid-universal/common": "~3.6.0",
"@slickgrid-universal/custom-footer-component": "~3.6.0",
"@slickgrid-universal/empty-warning-component": "~3.6.0",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2637,7 +2637,7 @@
resolved "https://registry.yarnpkg.com/@ngtools/webpack/-/webpack-16.2.10.tgz#8cce054fe274eabd8fcaec6f03aa386efbddf464"
integrity sha512-XAVn59zP3ztuKDtw92Xc9+64RK4u4c9g8y5GgtjIWeOwgNXl8bYhAo3uTZzrSrOu96DFZGjsmghFab/7/C2pDg==

"@ngx-translate/core@>=15.0.0 <16.0.0":
"@ngx-translate/core@^15.0.0":
version "15.0.0"
resolved "https://registry.yarnpkg.com/@ngx-translate/core/-/core-15.0.0.tgz#0fe55b9bd47e75b03d1123658f15fb7b5a534f3c"
integrity sha512-Am5uiuR0bOOxyoercDnAA3rJVizo4RRqJHo8N3RqJ+XfzVP/I845yEnMADykOHvM6HkVm4SZSnJBOiz0Anx5BA==
Expand Down

0 comments on commit 567f47b

Please sign in to comment.