Skip to content

Commit

Permalink
update nx to 12.8,0 (nrwl#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenPandaz authored Aug 26, 2021
1 parent 92a8a0d commit 893c157
Show file tree
Hide file tree
Showing 12 changed files with 444 additions and 1,021 deletions.
2 changes: 1 addition & 1 deletion apps/cart-e2e/cypress.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"fileServerFolder": ".",
"fixturesFolder": "./src/fixtures",
"integrationFolder": "./src/integration",
"pluginsFile": "./src/plugins/index",
"pluginsFile": false,
"supportFile": false,
"video": true,
"videosFolder": "../../dist/cypress/apps/cart-e2e/videos",
Expand Down
1 change: 0 additions & 1 deletion apps/cart-e2e/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"executor": "@nrwl/cypress:cypress",
"options": {
"cypressConfig": "apps/cart-e2e/cypress.json",
"tsConfig": "apps/cart-e2e/tsconfig.e2e.json",
"devServerTarget": "cart:serve"
},
"configurations": {
Expand Down
22 changes: 0 additions & 22 deletions apps/cart-e2e/src/plugins/index.js

This file was deleted.

10 changes: 0 additions & 10 deletions apps/cart-e2e/tsconfig.e2e.json

This file was deleted.

14 changes: 7 additions & 7 deletions apps/cart-e2e/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"extends": "../../tsconfig.base.json",
"files": [],
"include": [],
"references": [
{
"path": "./tsconfig.e2e.json"
}
]
"compilerOptions": {
"sourceMap": false,
"outDir": "../../dist/out-tsc",
"allowJs": true,
"types": ["cypress", "node"]
},
"include": ["src/**/*.ts", "src/**/*.js"]
}
2 changes: 1 addition & 1 deletion apps/products-e2e/cypress.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"fileServerFolder": ".",
"fixturesFolder": "./src/fixtures",
"integrationFolder": "./src/integration",
"pluginsFile": "./src/plugins/index",
"pluginsFile": false,
"supportFile": false,
"video": true,
"videosFolder": "../../dist/cypress/apps/products-e2e/videos",
Expand Down
1 change: 0 additions & 1 deletion apps/products-e2e/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"executor": "@nrwl/cypress:cypress",
"options": {
"cypressConfig": "apps/products-e2e/cypress.json",
"tsConfig": "apps/products-e2e/tsconfig.e2e.json",
"devServerTarget": "products:serve"
},
"configurations": {
Expand Down
22 changes: 0 additions & 22 deletions apps/products-e2e/src/plugins/index.js

This file was deleted.

10 changes: 0 additions & 10 deletions apps/products-e2e/tsconfig.e2e.json

This file was deleted.

14 changes: 7 additions & 7 deletions apps/products-e2e/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"extends": "../../tsconfig.base.json",
"files": [],
"include": [],
"references": [
{
"path": "./tsconfig.e2e.json"
}
]
"compilerOptions": {
"sourceMap": false,
"outDir": "../../dist/out-tsc",
"allowJs": true,
"types": ["cypress", "node"]
},
"include": ["src/**/*.ts", "src/**/*.js"]
}
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@
"@angular/router": "12.1.3",
"@emotion/react": "11.1.5",
"@emotion/styled": "11.1.5",
"@ngrx/component-store": "12.2.0",
"@ngrx/effects": "12.2.0",
"@ngrx/entity": "12.2.0",
"@ngrx/router-store": "12.2.0",
"@ngrx/store": "12.2.0",
"@nrwl/angular": "12.7.0-beta.1",
"@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",
"core-js": "^2.5.4",
"document-register-element": "1.13.1",
"normalize.css": "^8.0.1",
Expand All @@ -64,17 +64,17 @@
"@angular/compiler-cli": "12.1.3",
"@angular/language-service": "12.1.3",
"@babel/preset-react": "7.0.0",
"@ngrx/store-devtools": "12.2.0",
"@nrwl/cli": "12.7.0-beta.1",
"@nrwl/cypress": "12.7.0-beta.1",
"@nrwl/eslint-plugin-nx": "12.7.0-beta.1",
"@nrwl/jest": "12.7.0-beta.1",
"@nrwl/linter": "12.7.0-beta.1",
"@nrwl/nx-cloud": "12.3.8",
"@nrwl/react": "12.7.0-beta.1",
"@nrwl/tao": "12.7.0-beta.1",
"@nrwl/web": "12.7.0-beta.1",
"@nrwl/workspace": "12.7.0-beta.1",
"@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/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",
"@testing-library/react": "11.2.5",
"@types/jest": "26.0.8",
"@types/node": "14.14.33",
Expand All @@ -84,7 +84,7 @@
"@typescript-eslint/eslint-plugin": "4.28.4",
"@typescript-eslint/parser": "4.28.4",
"codelyzer": "6.0.1",
"cypress": "^5.0.0",
"cypress": "^8.3.0",
"dotenv": "10.0.0",
"eslint": "7.10.0",
"eslint-config-prettier": "8.1.0",
Expand Down
Loading

0 comments on commit 893c157

Please sign in to comment.