File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ trim_trailing_whitespace = true
10
10
11
11
[* .ts ]
12
12
quote_type = single
13
+ ij_typescript_use_double_quotes = false
13
14
14
15
[* .md ]
15
16
max_line_length = off
Original file line number Diff line number Diff line change 20
20
"@angular/platform-browser-dynamic" : " ^18.2.0" ,
21
21
"@angular/platform-server" : " ^18.2.0" ,
22
22
"@angular/router" : " ^18.2.0" ,
23
- "@angular/ssr" : " ^18.2.6 " ,
23
+ "@angular/ssr" : " ^18.2.7 " ,
24
24
"express" : " ^4.18.2" ,
25
25
"rxjs" : " ~7.8.0" ,
26
26
"tslib" : " ^2.3.0" ,
27
27
"zone.js" : " ~0.14.10"
28
28
},
29
29
"devDependencies" : {
30
- "@angular-devkit/build-angular" : " ^18.2.6 " ,
31
- "@angular/cli" : " ^18.2.6 " ,
30
+ "@angular-devkit/build-angular" : " ^18.2.7 " ,
31
+ "@angular/cli" : " ^18.2.7 " ,
32
32
"@angular/compiler-cli" : " ^18.2.0" ,
33
33
"@types/express" : " ^4.17.17" ,
34
34
"@types/jasmine" : " ~5.1.0" ,
You can’t perform that action at this time.
0 commit comments