File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -362,15 +362,15 @@ const addDependencies = () => (tree: Tree, context: SchematicContext) => {
362
362
363
363
// @UPGRADE : Update all versions whenever {N} version updates
364
364
const depsToAdd = {
365
- 'nativescript-angular' : '~8.0.1 ' ,
365
+ 'nativescript-angular' : '~8.2.0 ' ,
366
366
'nativescript-theme-core' : '~1.0.4' ,
367
367
'reflect-metadata' : '~0.1.12' ,
368
- 'tns-core-modules' : '~6.0 .0' ,
368
+ 'tns-core-modules' : '~6.1 .0' ,
369
369
} ;
370
370
packageJson . dependencies = { ...depsToAdd , ...packageJson . dependencies } ;
371
371
372
372
const devDepsToAdd = {
373
- 'nativescript-dev-webpack' : '~1.0 .0' ,
373
+ 'nativescript-dev-webpack' : '~1.2 .0' ,
374
374
'@nativescript/schematics' : '~0.7.0' ,
375
375
'@nativescript/tslint-rules' : '~0.0.2' ,
376
376
} ;
You can’t perform that action at this time.
0 commit comments