Skip to content

Commit 0757456

Browse files
committed
refactor(ng-add): update deps to {N} 6.1 and <A> 8.2
1 parent 4f07571 commit 0757456

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/add-ns/index.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -362,15 +362,15 @@ const addDependencies = () => (tree: Tree, context: SchematicContext) => {
362362

363363
// @UPGRADE: Update all versions whenever {N} version updates
364364
const depsToAdd = {
365-
'nativescript-angular': '~8.0.1',
365+
'nativescript-angular': '~8.2.0',
366366
'nativescript-theme-core': '~1.0.4',
367367
'reflect-metadata': '~0.1.12',
368-
'tns-core-modules': '~6.0.0',
368+
'tns-core-modules': '~6.1.0',
369369
};
370370
packageJson.dependencies = {...depsToAdd, ...packageJson.dependencies};
371371

372372
const devDepsToAdd = {
373-
'nativescript-dev-webpack': '~1.0.0',
373+
'nativescript-dev-webpack': '~1.2.0',
374374
'@nativescript/schematics': '~0.7.0',
375375
'@nativescript/tslint-rules': '~0.0.2',
376376
};

0 commit comments

Comments
 (0)