Skip to content

Commit d4f50a3

Browse files
authored
refactor(ng-add): update deps to {N} 6.0 (#224)
1 parent 78e33e5 commit d4f50a3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/add-ns/index.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -314,13 +314,13 @@ const addDependencies = () => (tree: Tree, context: SchematicContext) => {
314314
'nativescript-angular': '~8.0.1',
315315
'nativescript-theme-core': '~1.0.4',
316316
'reflect-metadata': '~0.1.12',
317-
'tns-core-modules': '~5.4.0',
317+
'tns-core-modules': '~6.0.0',
318318
};
319319
packageJson.dependencies = {...depsToAdd, ...packageJson.dependencies};
320320

321321
const devDepsToAdd = {
322-
'nativescript-dev-webpack': '~0.24.0',
323-
'@nativescript/schematics': '~0.6.0',
322+
'nativescript-dev-webpack': '~1.0.0',
323+
'@nativescript/schematics': '~0.7.0',
324324
};
325325
packageJson.devDependencies = {...devDepsToAdd, ...packageJson.devDependencies};
326326

src/ng-new/shared/_files/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@angular/cli": "~8.0.3",
4040
"@angular/compiler-cli": "~8.0.1",
4141
"@angular-devkit/build-angular": "~0.800.0",
42-
"@nativescript/schematics": "~0.6.0",
42+
"@nativescript/schematics": "~0.7.0",
4343
"@types/jasmine": "~3.3.8",
4444
"@types/jasminewd2": "~2.0.3",
4545
"@types/node": "~8.9.4",

0 commit comments

Comments
 (0)