Skip to content

Commit

Permalink
fix(workspace): new workspace utils import for angular 11
Browse files Browse the repository at this point in the history
  • Loading branch information
marcjulian committed Jan 21, 2021
1 parent 2cb1f39 commit 5926df3
Show file tree
Hide file tree
Showing 3 changed files with 140 additions and 86 deletions.
179 changes: 115 additions & 64 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,16 @@
"save": "devDependencies"
},
"dependencies": {
"@angular-devkit/core": "^10.1.2",
"@angular-devkit/schematics": "^10.1.2",
"@angular/cdk": "~10.2.5",
"@schematics/angular": "^10.1.2"
"@angular-devkit/core": "^11.0.0",
"@angular-devkit/schematics": "^11.0.0",
"@angular/cdk": "~11.0.0",
"@schematics/angular": "^11.0.0"
},
"devDependencies": {
"@types/jasmine": "^3.3.9",
"@types/node": "^12.11.1",
"jasmine": "^3.3.1",
"prettier": "~2.1.2",
"typescript": "~3.9.7"
"jasmine": "^3.6.3",
"prettier": "~2.2.1",
"typescript": "~4.1.3"
}
}
Loading

0 comments on commit 5926df3

Please sign in to comment.