Skip to content

Commit 93c0c51

Browse files
FDiskasgioboa
andauthored
fix: fix up compatibility with a Qwik typescript version (#7617)
--------- Co-authored-by: gioboa <[email protected]>
1 parent 1cd73f1 commit 93c0c51

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.changeset/social-kings-visit.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'create-qwik': patch
3+
---
4+
5+
fix: fix up TypeScript compatibility in the localize starter

starters/features/localize/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222
}
2323
},
2424
"dependencies": {
25-
"@angular/localize": "^16.2.2"
25+
"@angular/localize": "^18.2.13"
2626
},
2727
"devDependencies": {
28-
"@angular/compiler": "^16.2.2",
29-
"@angular/compiler-cli": "^16.2.2"
28+
"@angular/compiler": "^18.2.13",
29+
"@angular/compiler-cli": "^18.2.13"
3030
},
3131
"scripts": {
3232
"build.client": "vite build && npm run i18n-translate",

0 commit comments

Comments
 (0)