Skip to content

Commit f86b504

Browse files
authored
Merge pull request #449 from frontegg/FR-12555-minimal-support-for-angular-16
FR-12555 - support-angular-16-backward-compatible
2 parents 8fd3b72 + 94659fb commit f86b504

File tree

4 files changed

+1227
-697
lines changed

4 files changed

+1227
-697
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
},
1414
"private": true,
1515
"dependencies": {
16-
"@angular/animations": "~12.0.5",
17-
"@angular/common": "~12.0.5",
18-
"@angular/compiler": "~12.0.5",
19-
"@angular/core": "~12.0.5",
20-
"@angular/forms": "~12.0.5",
21-
"@angular/platform-browser": "~12.0.5",
22-
"@angular/platform-browser-dynamic": "~12.0.5",
23-
"@angular/router": "~12.0.5",
16+
"@angular/animations": "^12.0.0",
17+
"@angular/common": "^12.0.0",
18+
"@angular/compiler": "^12.0.0",
19+
"@angular/core": "^12.0.0",
20+
"@angular/forms": "^12.0.0",
21+
"@angular/platform-browser": "^12.0.0",
22+
"@angular/platform-browser-dynamic": "^12.0.0",
23+
"@angular/router": "^12.0.0",
2424
"@frontegg/js": "6.126.0",
2525
"csstype": "^3.0.8",
2626
"rxjs": "~6.6.0",
@@ -48,4 +48,4 @@
4848
"tslint": "~6.1.0",
4949
"typescript": "~4.2.3"
5050
}
51-
}
51+
}

projects/frontegg-app/tsconfig.lib.prod.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,5 @@
33
"extends": "./tsconfig.lib.json",
44
"compilerOptions": {
55
"declarationMap": false
6-
},
7-
"angularCompilerOptions": {
8-
"enableIvy": false
96
}
107
}

tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,5 @@
3030
"strictInjectionParameters": true,
3131
"strictInputAccessModifiers": true,
3232
"strictTemplates": true,
33-
"enableIvy": false
3433
}
3534
}

0 commit comments

Comments
 (0)