Skip to content

Commit 78746fb

Browse files
committed
ref(angular): bump node version to 10, allow rxjs 6 and 7
1 parent 2c5bdc9 commit 78746fb

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

packages/angular/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
"peerDependencies": {
1919
"@angular/common": "10.x || 11.x || 12.x || 13.x",
2020
"@angular/core": "10.x || 11.x || 12.x || 13.x",
21-
"@angular/router": "10.x || 11.x || 12.x || 13.x"
21+
"@angular/router": "10.x || 11.x || 12.x || 13.x",
22+
"rxjs": "^6.5.5 || ^7.x"
2223
},
2324
"dependencies": {
2425
"@angular/animations": "~10.2.5",

packages/angular/tsconfig.cjs.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@
33

44
"compilerOptions": {
55
"module": "commonjs",
6-
<<<<<<< HEAD
76
"outDir": "cjs"
8-
=======
9-
"outDir": "dist"
10-
>>>>>>> 8d33927ad (ref(angular): re-introduce tsc compile option for "legacy" package)
117
}
128
}

0 commit comments

Comments
 (0)