Skip to content

Commit ae8a60a

Browse files
authored
update nx to 13.0.0-rc.1 (#172)
1 parent 522c67a commit ae8a60a

File tree

4 files changed

+627
-1756
lines changed

4 files changed

+627
-1756
lines changed

nx.json

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,35 @@
1919
}
2020
}
2121
},
22-
"projects": {},
2322
"targetDependencies": {
2423
"build": [
2524
{
2625
"target": "build",
2726
"projects": "dependencies"
2827
}
2928
]
30-
}
29+
},
30+
"cli": {
31+
"warnings": {
32+
"versionMismatch": false
33+
},
34+
"packageManager": "yarn",
35+
"defaultCollection": "@nrwl/angular",
36+
"analytics": false
37+
},
38+
"generators": {
39+
"@nrwl/angular:application": {
40+
"unitTestRunner": "jest",
41+
"e2eTestRunner": "cypress"
42+
},
43+
"@nrwl/angular:library": {
44+
"unitTestRunner": "jest"
45+
},
46+
"@nrwl/angular": {
47+
"convert-tslint-to-eslint": {
48+
"removeTSLintIfNoMoreTSLintTargets": true
49+
}
50+
}
51+
},
52+
"defaultProject": "products"
3153
}

package.json

Lines changed: 21 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@
3939
"@emotion/babel-plugin": "11.2.0",
4040
"@emotion/react": "11.1.5",
4141
"@emotion/styled": "11.1.5",
42-
"@ngrx/component-store": "12.4.0",
43-
"@ngrx/effects": "12.4.0",
44-
"@ngrx/entity": "12.4.0",
45-
"@ngrx/router-store": "12.4.0",
46-
"@ngrx/store": "12.4.0",
47-
"@nrwl/angular": "12.10.0-beta.3",
42+
"@ngrx/component-store": "12.5.0",
43+
"@ngrx/effects": "12.5.0",
44+
"@ngrx/entity": "12.5.0",
45+
"@ngrx/router-store": "12.5.0",
46+
"@ngrx/store": "12.5.0",
47+
"@nrwl/angular": "13.0.0-rc.1",
4848
"core-js": "^2.5.4",
4949
"document-register-element": "1.13.1",
5050
"normalize.css": "^8.0.1",
@@ -63,30 +63,28 @@
6363
"@angular/cli": "12.2.4",
6464
"@angular/compiler-cli": "12.2.4",
6565
"@angular/language-service": "12.2.4",
66-
"@ngrx/store-devtools": "12.4.0",
67-
"@nrwl/cli": "12.10.0-beta.3",
68-
"@nrwl/cypress": "12.10.0-beta.3",
69-
"@nrwl/eslint-plugin-nx": "12.10.0-beta.3",
70-
"@nrwl/jest": "12.10.0-beta.3",
71-
"@nrwl/linter": "12.10.0-beta.3",
72-
"@nrwl/nx-cloud": "12.3.13",
73-
"@nrwl/react": "12.10.0-beta.3",
74-
"@nrwl/tao": "12.10.0-beta.3",
75-
"@nrwl/web": "12.10.0-beta.3",
76-
"@nrwl/workspace": "12.10.0-beta.3",
77-
"@pmmmwh/react-refresh-webpack-plugin": "0.5.0-rc.2",
66+
"@ngrx/store-devtools": "12.5.0",
67+
"@nrwl/cli": "13.0.0-rc.1",
68+
"@nrwl/cypress": "13.0.0-rc.1",
69+
"@nrwl/eslint-plugin-nx": "13.0.0-rc.1",
70+
"@nrwl/jest": "13.0.0-rc.1",
71+
"@nrwl/linter": "13.0.0-rc.1",
72+
"@nrwl/nx-cloud": "12.5.0",
73+
"@nrwl/react": "13.0.0-rc.1",
74+
"@nrwl/tao": "13.0.0-rc.1",
75+
"@nrwl/web": "13.0.0-rc.1",
76+
"@nrwl/workspace": "13.0.0-rc.1",
7877
"@testing-library/react": "11.2.6",
7978
"@types/jest": "27.0.2",
8079
"@types/node": "14.14.33",
8180
"@types/react": "17.0.3",
8281
"@types/react-dom": "17.0.3",
8382
"@types/react-router-dom": "5.1.7",
84-
"@typescript-eslint/eslint-plugin": "4.31.2",
85-
"@typescript-eslint/parser": "4.31.2",
86-
"copy-webpack-plugin": "^9.0.1",
83+
"@typescript-eslint/eslint-plugin": "4.33.0",
84+
"@typescript-eslint/parser": "4.33.0",
8785
"cypress": "^8.3.0",
8886
"dotenv": "10.0.0",
89-
"eslint": "7.10.0",
87+
"eslint": "7.32.0",
9088
"eslint-config-prettier": "8.1.0",
9189
"eslint-plugin-cypress": "^2.10.3",
9290
"eslint-plugin-import": "2.22.1",
@@ -98,19 +96,10 @@
9896
"inquirer-autocomplete-prompt": "^1.0.1",
9997
"jest": "27.2.3",
10098
"jest-preset-angular": "10.0.1",
101-
"mini-css-extract-plugin": "^2.1.0",
10299
"netlify": "^2.4.8",
103100
"prettier": "2.3.2",
104-
"react-refresh": "^0.10.0",
105-
"source-map-loader": "^3.0.0",
106-
"terser-webpack-plugin": "^5.1.1",
107101
"ts-jest": "27.0.5",
108102
"ts-node": "9.1.1",
109-
"typescript": "4.3.5",
110-
"webpack": "^5.47.0",
111-
"webpack-dev-server": "4.0.0-rc.0",
112-
"webpack-merge": "^5.8.0",
113-
"webpack-node-externals": "^3.0.0",
114-
"webpack-sources": "^3.0.2"
103+
"typescript": "4.3.5"
115104
}
116105
}

workspace.json

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,5 @@
11
{
22
"version": 2,
3-
"cli": {
4-
"warnings": {
5-
"versionMismatch": false
6-
},
7-
"packageManager": "yarn",
8-
"defaultCollection": "@nrwl/angular",
9-
"analytics": false
10-
},
11-
"defaultProject": "products",
12-
"generators": {
13-
"@nrwl/angular:application": {
14-
"unitTestRunner": "jest",
15-
"e2eTestRunner": "cypress"
16-
},
17-
"@nrwl/angular:library": {
18-
"unitTestRunner": "jest"
19-
},
20-
"@nrwl/angular": {
21-
"convert-tslint-to-eslint": {
22-
"removeTSLintIfNoMoreTSLintTargets": true
23-
}
24-
}
25-
},
263
"projects": {
274
"cart": "apps/cart",
285
"cart-cart-page": "libs/cart/cart-page",

0 commit comments

Comments
 (0)