Skip to content

Commit fbf2aee

Browse files
committed
package.json: fix @angular/localize version pin
This was the only Angular package not using a "^" to specify the semver range.
1 parent 10df0ac commit fbf2aee

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"@angular/common": "^17.3.11",
6666
"@angular/core": "^17.3.11",
6767
"@angular/forms": "^17.3.11",
68-
"@angular/localize": "17.3.11"
68+
"@angular/localize": "^17.3.11"
6969
},
7070
"@ng-dynamic-forms/core": {
7171
"@angular/common": "^17.3.11",
@@ -102,7 +102,7 @@
102102
"@angular/compiler": "^17.3.11",
103103
"@angular/core": "^17.3.11",
104104
"@angular/forms": "^17.3.11",
105-
"@angular/localize": "17.3.11",
105+
"@angular/localize": "^17.3.11",
106106
"@angular/platform-browser": "^17.3.11",
107107
"@angular/platform-browser-dynamic": "^17.3.11",
108108
"@angular/platform-server": "^17.3.11",

0 commit comments

Comments
 (0)