Skip to content

Commit

Permalink
update to nx 9.4.0 (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenPandaz authored Jun 7, 2020
1 parent f685b60 commit 1987362
Show file tree
Hide file tree
Showing 6 changed files with 1,380 additions and 693 deletions.
32 changes: 16 additions & 16 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"apps/products/tsconfig.app.json",
"apps/products/tsconfig.spec.json"
],
"exclude": ["**/node_modules/**", "!apps/products/**"]
"exclude": ["**/node_modules/**", "!apps/products/**/*"]
}
},
"test": {
Expand Down Expand Up @@ -144,7 +144,7 @@
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": "apps/products-e2e/tsconfig.e2e.json",
"exclude": ["**/node_modules/**", "!apps/products-e2e/**"]
"exclude": ["**/node_modules/**", "!apps/products-e2e/**/*"]
}
}
}
Expand Down Expand Up @@ -229,7 +229,7 @@
"apps/cart/tsconfig.app.json",
"apps/cart/tsconfig.spec.json"
],
"exclude": ["**/node_modules/**", "!apps/cart/**"]
"exclude": ["**/node_modules/**", "!apps/cart/**/*"]
}
},
"test": {
Expand Down Expand Up @@ -275,7 +275,7 @@
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": "apps/cart-e2e/tsconfig.e2e.json",
"exclude": ["**/node_modules/**", "!apps/cart-e2e/**"]
"exclude": ["**/node_modules/**", "!apps/cart-e2e/**/*"]
}
}
}
Expand All @@ -290,7 +290,7 @@
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": ["libs/shared/product/types/tsconfig.lib.json"],
"exclude": ["**/node_modules/**", "!libs/shared/product/types/**"]
"exclude": ["**/node_modules/**", "!libs/shared/product/types/**/*"]
}
}
}
Expand All @@ -305,7 +305,7 @@
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": ["libs/shared/product/data/tsconfig.lib.json"],
"exclude": ["**/node_modules/**", "!libs/shared/product/data/**"]
"exclude": ["**/node_modules/**", "!libs/shared/product/data/**/*"]
}
}
}
Expand All @@ -323,7 +323,7 @@
"libs/shared/product/ui/tsconfig.lib.json",
"libs/shared/product/ui/tsconfig.spec.json"
],
"exclude": ["**/node_modules/**", "!libs/shared/product/ui/**"]
"exclude": ["**/node_modules/**", "!libs/shared/product/ui/**/*"]
}
},
"test": {
Expand All @@ -350,7 +350,7 @@
"libs/products/home-page/tsconfig.lib.json",
"libs/products/home-page/tsconfig.spec.json"
],
"exclude": ["**/node_modules/**", "!libs/products/home-page/**"]
"exclude": ["**/node_modules/**", "!libs/products/home-page/**/*"]
}
},
"test": {
Expand Down Expand Up @@ -382,7 +382,7 @@
"libs/cart/cart-page/tsconfig.lib.json",
"libs/cart/cart-page/tsconfig.spec.json"
],
"exclude": ["**/node_modules/**", "!libs/cart/cart-page/**"]
"exclude": ["**/node_modules/**", "!libs/cart/cart-page/**/*"]
}
},
"test": {
Expand All @@ -406,7 +406,7 @@
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": ["libs/shared/e2e-utils/tsconfig.lib.json"],
"exclude": ["**/node_modules/**", "!libs/shared/e2e-utils/**"]
"exclude": ["**/node_modules/**", "!libs/shared/e2e-utils/**/*"]
}
}
}
Expand All @@ -421,7 +421,7 @@
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": ["libs/shared/jsxify/tsconfig.lib.json"],
"exclude": ["**/node_modules/**", "!libs/shared/jsxify/**"]
"exclude": ["**/node_modules/**", "!libs/shared/jsxify/**/*"]
}
}
}
Expand All @@ -439,7 +439,7 @@
"libs/shared/cart/state/tsconfig.lib.json",
"libs/shared/cart/state/tsconfig.spec.json"
],
"exclude": ["**/node_modules/**", "!libs/shared/cart/state/**"]
"exclude": ["**/node_modules/**", "!libs/shared/cart/state/**/*"]
}
},
"test": {
Expand Down Expand Up @@ -471,7 +471,7 @@
"libs/shared/product/state/tsconfig.lib.json",
"libs/shared/product/state/tsconfig.spec.json"
],
"exclude": ["**/node_modules/**", "!libs/shared/product/state/**"]
"exclude": ["**/node_modules/**", "!libs/shared/product/state/**/*"]
}
},
"test": {
Expand Down Expand Up @@ -510,7 +510,7 @@
"libs/shared/header/tsconfig.lib.json",
"libs/shared/header/tsconfig.spec.json"
],
"exclude": ["**/node_modules/**", "!libs/shared/header/**"]
"exclude": ["**/node_modules/**", "!libs/shared/header/**/*"]
}
},
"test": {
Expand Down Expand Up @@ -539,7 +539,7 @@
],
"exclude": [
"**/node_modules/**",
"!libs/products/product-detail-page/**"
"!libs/products/product-detail-page/**/*"
]
}
},
Expand Down Expand Up @@ -569,7 +569,7 @@
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": ["libs/shared/styles/tsconfig.lib.json"],
"exclude": ["**/node_modules/**", "!libs/shared/styles/**"]
"exclude": ["**/node_modules/**", "!libs/shared/styles/**/*"]
}
}
}
Expand Down
6 changes: 6 additions & 0 deletions apps/cart/.babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"presets": [
"@nrwl/react/babel"
],
"plugins": []
}
4 changes: 4 additions & 0 deletions babel.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"presets": ["@nrwl/web/babel"],
"babelrcRoots": ["*"]
}
7 changes: 7 additions & 0 deletions libs/cart/cart-page/.babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"presets": [
"@nrwl/react/babel",
"@emotion/babel-preset-css-prop"
],
"plugins": []
}
39 changes: 20 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,18 @@
"@angular/router": "~9.1.0",
"@emotion/core": "10.0.27",
"@emotion/styled": "10.0.27",
"@ngrx/effects": "9.0.0",
"@ngrx/entity": "9.0.0",
"@ngrx/router-store": "9.0.0",
"@ngrx/store": "9.0.0",
"@nrwl/angular": "9.2.4",
"@emotion/babel-preset-css-prop": "10.0.27",
"@ngrx/effects": "9.1.0",
"@ngrx/entity": "9.1.0",
"@ngrx/router-store": "9.1.0",
"@ngrx/store": "9.1.0",
"@nrwl/angular": "9.4.0-rc.0",
"core-js": "^2.5.4",
"document-register-element": "1.13.1",
"normalize.css": "^8.0.1",
"react": "16.12.0",
"react-dom": "16.12.0",
"react-router-dom": "5.1.2",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-router-dom": "5.2.0",
"rxjs": "~6.5.4",
"tslib": "^1.10.0",
"zone.js": "~0.10.2"
Expand All @@ -61,19 +62,19 @@
"@angular/compiler-cli": "~9.1.0",
"@angular/language-service": "~9.1.0",
"@babel/preset-react": "7.0.0",
"@ngrx/store-devtools": "9.0.0",
"@nrwl/cypress": "9.2.4",
"@ngrx/store-devtools": "9.1.0",
"@nrwl/cypress": "9.4.0-rc.0",
"@nrwl/nx-cloud": "9.0.1",
"@nrwl/jest": "9.2.4",
"@nrwl/react": "9.2.4",
"@nrwl/web": "9.2.4",
"@nrwl/workspace": "9.2.4",
"@testing-library/react": "9.4.0",
"@nrwl/jest": "9.4.0-rc.0",
"@nrwl/react": "9.4.0-rc.0",
"@nrwl/web": "9.4.0-rc.0",
"@nrwl/workspace": "9.4.0-rc.0",
"@testing-library/react": "10.0.4",
"@types/jest": "25.1.4",
"@types/node": "^12.11.1",
"@types/react": "16.9.17",
"@types/react-dom": "16.9.4",
"@types/react-router-dom": "5.1.3",
"@types/react": "16.9.35",
"@types/react-dom": "16.9.8",
"@types/react-router-dom": "5.1.5",
"codelyzer": "^5.1.2",
"cypress": "^3.8.2",
"dotenv": "6.2.0",
Expand All @@ -84,7 +85,7 @@
"jest-environment-jsdom-fourteen": "^0.1.0",
"jest-preset-angular": "8.0.0",
"netlify": "^2.4.8",
"prettier": "1.19.1",
"prettier": "2.0.5",
"ts-jest": "25.2.1",
"ts-node": "~7.0.0",
"tslint": "6.0.0",
Expand Down
Loading

0 comments on commit 1987362

Please sign in to comment.