Skip to content

Commit

Permalink
feat: update nx version (#73)
Browse files Browse the repository at this point in the history
* feat: nx upgrade
* fix: update nrwl cli package
  • Loading branch information
udayvunnam authored Feb 2, 2021
1 parent d22ff42 commit 3c058e6
Show file tree
Hide file tree
Showing 3 changed files with 126 additions and 212 deletions.
File renamed without changes.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@angular/platform-browser": "11.0.4",
"@angular/platform-browser-dynamic": "11.0.4",
"@angular/router": "11.0.4",
"@nrwl/angular": "11.0.2",
"@nrwl/angular": "11.2.7",
"angular-in-memory-web-api": "^0.11.0",
"faker": "^5.1.0",
"rxjs": "~6.5.5",
Expand All @@ -60,11 +60,11 @@
"@angular/language-service": "11.0.4",
"@commitlint/cli": "^9.1.2",
"@commitlint/config-conventional": "^9.1.2",
"@nrwl/cli": "10.3.0",
"@nrwl/cypress": "11.0.2",
"@nrwl/eslint-plugin-nx": "11.0.2",
"@nrwl/jest": "11.0.2",
"@nrwl/workspace": "11.0.2",
"@nrwl/cli": "11.2.7",
"@nrwl/cypress": "11.2.7",
"@nrwl/eslint-plugin-nx": "11.2.7",
"@nrwl/jest": "11.2.7",
"@nrwl/workspace": "11.2.7",
"@types/faker": "^4.1.12",
"@types/jest": "26.0.8",
"@types/node": "12.12.38",
Expand All @@ -79,17 +79,17 @@
"eslint-plugin-cypress": "^2.10.3",
"husky": "^4.2.5",
"jest": "26.2.2",
"jest-preset-angular": "8.3.1",
"jest-preset-angular": "8.3.2",
"minimist": "^1.2.5",
"netlify": "^4.3.8",
"ng-packagr": "^11.0.3",
"npm-run-all": "^4.1.5",
"prettier": "2.1.2",
"prettier": "2.2.1",
"pretty-quick": "^2.0.1",
"standard-version": "^8.0.2",
"ts-jest": "26.4.0",
"ts-node": "~7.0.0",
"tslint": "~6.1.3",
"ts-node": "9.1.1",
"tslint": "6.1.3",
"typescript": "~4.0.3"
}
}
Loading

0 comments on commit 3c058e6

Please sign in to comment.