Skip to content

Commit

Permalink
update to latest nx (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenPandaz authored Jan 28, 2020
1 parent 3eea385 commit 3915a43
Show file tree
Hide file tree
Showing 4 changed files with 1,181 additions and 502 deletions.
7 changes: 4 additions & 3 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"tslint.json": "*",
"nx.json": "*"
},

"tasksRunnerOptions": {
"default": {
"runner": "@nrwl/insights",
Expand All @@ -19,7 +18,8 @@
},
"projects": {
"products-e2e": {
"tags": ["scope:products", "type:e2e"]
"tags": ["scope:products", "type:e2e"],
"implicitDependencies": ["products"]
},
"products": {
"tags": ["type:app", "scope:products"],
Expand All @@ -30,7 +30,8 @@
"implicitDependencies": ["shared-assets", "shared-styles"]
},
"cart-e2e": {
"tags": ["scope:cart", "type:e2e"]
"tags": ["scope:cart", "type:e2e"],
"implicitDependencies": ["cart"]
},
"shared-product-types": {
"tags": ["type:types", "scope:shared"]
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@ngrx/entity": "8.3.0",
"@ngrx/router-store": "8.3.0",
"@ngrx/store": "8.3.0",
"@nrwl/angular": "8.11.2",
"@nrwl/angular": "8.12.0",
"core-js": "^2.5.4",
"document-register-element": "1.13.1",
"firebase": ">= 5.5.7 <7",
Expand All @@ -55,26 +55,26 @@
"zone.js": "^0.9.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.803.3",
"@angular/cli": "^8.3.3",
"@angular-devkit/build-angular": "0.803.23",
"@angular/cli": "8.3.23",
"@angular/compiler-cli": "8.2.14",
"@angular/language-service": "8.2.14",
"@babel/preset-react": "7.0.0",
"@ngrx/store-devtools": "8.3.0",
"@nrwl/cypress": "8.11.2",
"@nrwl/cypress": "8.12.0",
"@nrwl/insights": "^8.12.3",
"@nrwl/jest": "8.11.2",
"@nrwl/react": "8.11.2",
"@nrwl/web": "8.11.2",
"@nrwl/workspace": "8.11.2",
"@nrwl/jest": "8.12.0",
"@nrwl/react": "8.12.0",
"@nrwl/web": "8.12.0",
"@nrwl/workspace": "8.12.0",
"@testing-library/react": "9.4.0",
"@types/jest": "24.0.9",
"@types/node": "~8.9.4",
"@types/react": "16.9.17",
"@types/react-dom": "16.9.4",
"@types/react-router-dom": "5.1.3",
"codelyzer": "~5.0.1",
"cypress": "3.4.0",
"cypress": "^3.8.2",
"dotenv": "6.2.0",
"firebase-tools": "^7.2.2",
"fuzzy": "^0.1.3",
Expand Down
3 changes: 2 additions & 1 deletion tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@
"sourceTag": "scope:cart",
"onlyDependOnLibsWithTags": ["scope:cart", "scope:shared"]
}
]
],
"enforceBuildableLibDependency": true
}
],
"directive-selector": [true, "attribute", "app", "camelCase"],
Expand Down
Loading

0 comments on commit 3915a43

Please sign in to comment.