We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cd73f1 commit 93c0c51Copy full SHA for 93c0c51
.changeset/social-kings-visit.md
@@ -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
@@ -22,11 +22,11 @@
22
}
23
},
24
"dependencies": {
25
- "@angular/localize": "^16.2.2"
+ "@angular/localize": "^18.2.13"
26
27
"devDependencies": {
28
- "@angular/compiler": "^16.2.2",
29
- "@angular/compiler-cli": "^16.2.2"
+ "@angular/compiler": "^18.2.13",
+ "@angular/compiler-cli": "^18.2.13"
30
31
"scripts": {
32
"build.client": "vite build && npm run i18n-translate",
0 commit comments