Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions starters/features/localize/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
}
},
"dependencies": {
"@angular/localize": "^16.2.2"
"@angular/localize": "^18.2.13"
},
"devDependencies": {
"@angular/compiler": "^16.2.2",
"@angular/compiler-cli": "^16.2.2"
"@angular/compiler": "^18.2.13",
"@angular/compiler-cli": "^18.2.13"
},
"scripts": {
"build.client": "vite build && npm run i18n-translate",
Expand Down