Skip to content

Commit

Permalink
feat: nx migrate and codeowners (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
udayvunnam authored Jan 31, 2021
1 parent ebf2044 commit a7c0377
Show file tree
Hide file tree
Showing 4 changed files with 118 additions and 113 deletions.
2 changes: 2 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

* @udayvunnam
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v14.11.0
v14.15.4
18 changes: 9 additions & 9 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.6",
"angular-in-memory-web-api": "^0.11.0",
"faker": "^5.1.0",
"rxjs": "~6.5.5",
Expand All @@ -61,10 +61,10 @@
"@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/cypress": "11.2.6",
"@nrwl/eslint-plugin-nx": "11.2.6",
"@nrwl/jest": "11.2.6",
"@nrwl/workspace": "11.2.6",
"@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 a7c0377

Please sign in to comment.