File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ import {
11
11
nestJsVersion ,
12
12
nxVersion ,
13
13
reflectMetadataVersion ,
14
+ rxjsVersion ,
14
15
} from '../../utils/versions' ;
15
16
import { setDefaultCollection } from '@nrwl/workspace/src/utils/rules/workspace' ;
16
17
@@ -20,6 +21,7 @@ export const updateDependencies = addDepsToPackageJson(
20
21
'@nestjs/core' : nestJsVersion ,
21
22
'@nestjs/platform-express' : nestJsVersion ,
22
23
'reflect-metadata' : reflectMetadataVersion ,
24
+ rxjs : rxjsVersion ,
23
25
} ,
24
26
{
25
27
'@nestjs/schematics' : nestJsSchematicsVersion ,
Original file line number Diff line number Diff line change 1
1
export const nxVersion = '*' ;
2
2
3
- export const nestJsVersion = '^6.8.3' ;
4
- export const nestJsSchematicsVersion = '^6.7.0' ;
3
+ export const nestJsVersion = '^7.0.0' ;
4
+ export const nestJsSchematicsVersion = '^7.0.0' ;
5
+
6
+ export const rxjsVersion = '^6.5.4' ;
5
7
6
8
export const reflectMetadataVersion = '^0.1.13' ;
You can’t perform that action at this time.
0 commit comments