Skip to content

Commit 567f47b

Browse files
committed
chore(deps): require current version of ngx-translate wo/semver range
- 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
1 parent 38312f2 commit 567f47b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"url": "https://ko-fi.com/ghiscoding"
5050
},
5151
"dependencies": {
52-
"@ngx-translate/core": ">=15.0.0 <16.0.0",
52+
"@ngx-translate/core": "^15.0.0",
5353
"@slickgrid-universal/common": "~3.6.0",
5454
"@slickgrid-universal/custom-footer-component": "~3.6.0",
5555
"@slickgrid-universal/empty-warning-component": "~3.6.0",

yarn.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -2637,7 +2637,7 @@
26372637
resolved "https://registry.yarnpkg.com/@ngtools/webpack/-/webpack-16.2.10.tgz#8cce054fe274eabd8fcaec6f03aa386efbddf464"
26382638
integrity sha512-XAVn59zP3ztuKDtw92Xc9+64RK4u4c9g8y5GgtjIWeOwgNXl8bYhAo3uTZzrSrOu96DFZGjsmghFab/7/C2pDg==
26392639

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

0 commit comments

Comments
 (0)