Skip to content

Commit

Permalink
fix(focus): transient deps
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanWalker committed Jan 27, 2022
1 parent a421254 commit 050df2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/focus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"migrations": "./migrations.json"
},
"dependencies": {
"@angular-devkit/core": "^12.0.0",
"@angular-devkit/schematics": "^12.0.0",
"@angular-devkit/core": "^13.0.0",
"@angular-devkit/schematics": "^13.0.0",
"@nstudio/xplat-utils": "*",
"xml2js": "~0.4.23"
}
Expand Down
1 change: 0 additions & 1 deletion packages/xplat/src/schematics/init/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ describe('xplat init', () => {
'@nstudio/xplat',
'@angular/compiler-cli',
'@angular/language-service',
'@angular-devkit/build-angular',
];
for (const dep of devDeps) {
expect(packageJson.devDependencies[dep]).toBeDefined();
Expand Down

0 comments on commit 050df2d

Please sign in to comment.