Skip to content

Commit

Permalink
update nx to 12.9.0-beta.3 (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenPandaz authored Sep 3, 2021
1 parent 893c157 commit 476a3e3
Show file tree
Hide file tree
Showing 17 changed files with 707 additions and 710 deletions.
3 changes: 2 additions & 1 deletion apps/cart-e2e/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"executor": "@nrwl/linter:eslint",
"options": {
"lintFilePatterns": ["apps/cart-e2e/**/*.{ts,tsx,js,jsx}"]
}
},
"outputs": ["{options.outputFile}"]
}
},
"tags": ["scope:cart", "type:e2e"],
Expand Down
3 changes: 2 additions & 1 deletion apps/cart/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@
"executor": "@nrwl/linter:eslint",
"options": {
"lintFilePatterns": ["apps/cart/**/*.{ts,tsx,js,jsx}"]
}
},
"outputs": ["{options.outputFile}"]
},
"test": {
"executor": "@nrwl/jest:jest",
Expand Down
3 changes: 2 additions & 1 deletion apps/products-e2e/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"executor": "@nrwl/linter:eslint",
"options": {
"lintFilePatterns": ["apps/products-e2e/**/*.{js,ts}"]
}
},
"outputs": ["{options.outputFile}"]
}
},
"tags": ["scope:products", "type:e2e"],
Expand Down
3 changes: 2 additions & 1 deletion apps/products/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@
"apps/products/src/**/*.ts",
"apps/products/src/**/*.html"
]
}
},
"outputs": ["{options.outputFile}"]
},
"test": {
"executor": "@nrwl/jest:jest",
Expand Down
3 changes: 2 additions & 1 deletion libs/cart/cart-page/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"libs/cart/cart-page/src/**/*.ts",
"libs/cart/cart-page/src/**/*.html"
]
}
},
"outputs": ["{options.outputFile}"]
},
"test": {
"executor": "@nrwl/jest:jest",
Expand Down
3 changes: 2 additions & 1 deletion libs/products/home-page/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"libs/products/home-page/src/**/*.ts",
"libs/products/home-page/src/**/*.html"
]
}
},
"outputs": ["{options.outputFile}"]
},
"test": {
"executor": "@nrwl/jest:jest",
Expand Down
3 changes: 2 additions & 1 deletion libs/products/product-detail-page/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"libs/products/product-detail-page/src/**/*.ts",
"libs/products/product-detail-page/src/**/*.html"
]
}
},
"outputs": ["{options.outputFile}"]
},
"test": {
"executor": "@nrwl/jest:jest",
Expand Down
3 changes: 2 additions & 1 deletion libs/shared/cart/state/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"libs/shared/cart/state/src/**/*.ts",
"libs/shared/cart/state/src/**/*.html"
]
}
},
"outputs": ["{options.outputFile}"]
},
"test": {
"executor": "@nrwl/jest:jest",
Expand Down
3 changes: 2 additions & 1 deletion libs/shared/e2e-utils/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"libs/shared/e2e-utils/src/**/*.ts",
"libs/shared/e2e-utils/src/**/*.html"
]
}
},
"outputs": ["{options.outputFile}"]
}
},
"tags": ["scope:shared", "type:e2e-utils"]
Expand Down
3 changes: 2 additions & 1 deletion libs/shared/header/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"libs/shared/header/src/**/*.ts",
"libs/shared/header/src/**/*.html"
]
}
},
"outputs": ["{options.outputFile}"]
},
"test": {
"executor": "@nrwl/jest:jest",
Expand Down
3 changes: 2 additions & 1 deletion libs/shared/jsxify/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"libs/shared/jsxify/src/**/*.ts",
"libs/shared/jsxify/src/**/*.html"
]
}
},
"outputs": ["{options.outputFile}"]
}
},
"tags": ["scope:shared", "type:types"]
Expand Down
3 changes: 2 additions & 1 deletion libs/shared/product/data/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"libs/shared/product/data/src/**/*.ts",
"libs/shared/product/data/src/**/*.html"
]
}
},
"outputs": ["{options.outputFile}"]
}
},
"tags": ["type:data", "scope:shared"]
Expand Down
3 changes: 2 additions & 1 deletion libs/shared/product/state/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"libs/shared/product/state/src/**/*.ts",
"libs/shared/product/state/src/**/*.html"
]
}
},
"outputs": ["{options.outputFile}"]
},
"test": {
"executor": "@nrwl/jest:jest",
Expand Down
3 changes: 2 additions & 1 deletion libs/shared/product/types/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"libs/shared/product/types/src/**/*.ts",
"libs/shared/product/types/src/**/*.html"
]
}
},
"outputs": ["{options.outputFile}"]
}
},
"tags": ["type:types", "scope:shared"]
Expand Down
3 changes: 2 additions & 1 deletion libs/shared/product/ui/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"libs/shared/product/ui/src/**/*.ts",
"libs/shared/product/ui/src/**/*.html"
]
}
},
"outputs": ["{options.outputFile}"]
},
"test": {
"executor": "@nrwl/jest:jest",
Expand Down
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,22 +28,22 @@
},
"private": true,
"dependencies": {
"@angular/animations": "12.1.3",
"@angular/common": "12.1.3",
"@angular/compiler": "12.1.3",
"@angular/core": "12.1.3",
"@angular/forms": "12.1.3",
"@angular/platform-browser": "12.1.3",
"@angular/platform-browser-dynamic": "12.1.3",
"@angular/router": "12.1.3",
"@angular/animations": "12.2.4",
"@angular/common": "12.2.4",
"@angular/compiler": "12.2.4",
"@angular/core": "12.2.4",
"@angular/forms": "12.2.4",
"@angular/platform-browser": "12.2.4",
"@angular/platform-browser-dynamic": "12.2.4",
"@angular/router": "12.2.4",
"@emotion/react": "11.1.5",
"@emotion/styled": "11.1.5",
"@ngrx/component-store": "12.4.0",
"@ngrx/effects": "12.4.0",
"@ngrx/entity": "12.4.0",
"@ngrx/router-store": "12.4.0",
"@ngrx/store": "12.4.0",
"@nrwl/angular": "12.8.0",
"@nrwl/angular": "12.9.0-beta.3",
"core-js": "^2.5.4",
"document-register-element": "1.13.1",
"normalize.css": "^8.0.1",
Expand All @@ -56,25 +56,25 @@
"@emotion/babel-plugin": "11.2.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "12.1.3",
"@angular-devkit/build-angular": "12.2.4",
"@angular-eslint/eslint-plugin": "12.3.1",
"@angular-eslint/eslint-plugin-template": "12.3.1",
"@angular-eslint/template-parser": "12.3.1",
"@angular/cli": "12.1.3",
"@angular/compiler-cli": "12.1.3",
"@angular/language-service": "12.1.3",
"@angular/cli": "12.2.4",
"@angular/compiler-cli": "12.2.4",
"@angular/language-service": "12.2.4",
"@babel/preset-react": "7.0.0",
"@ngrx/store-devtools": "12.4.0",
"@nrwl/cli": "12.8.0",
"@nrwl/cypress": "12.8.0",
"@nrwl/eslint-plugin-nx": "12.8.0",
"@nrwl/jest": "12.8.0",
"@nrwl/linter": "12.8.0",
"@nrwl/cli": "12.9.0-beta.3",
"@nrwl/cypress": "12.9.0-beta.3",
"@nrwl/eslint-plugin-nx": "12.9.0-beta.3",
"@nrwl/jest": "12.9.0-beta.3",
"@nrwl/linter": "12.9.0-beta.3",
"@nrwl/nx-cloud": "12.3.10",
"@nrwl/react": "12.8.0",
"@nrwl/tao": "12.8.0",
"@nrwl/web": "12.8.0",
"@nrwl/workspace": "12.8.0",
"@nrwl/react": "12.9.0-beta.3",
"@nrwl/tao": "12.9.0-beta.3",
"@nrwl/web": "12.9.0-beta.3",
"@nrwl/workspace": "12.9.0-beta.3",
"@testing-library/react": "11.2.5",
"@types/jest": "26.0.8",
"@types/node": "14.14.33",
Expand All @@ -97,7 +97,7 @@
"inquirer": "^6.2.2",
"inquirer-autocomplete-prompt": "^1.0.1",
"jest": "27.0.3",
"jest-preset-angular": "9.0.3",
"jest-preset-angular": "9.0.7",
"netlify": "^2.4.8",
"prettier": "2.3.2",
"ts-jest": "27.0.3",
Expand Down
Loading

0 comments on commit 476a3e3

Please sign in to comment.