Skip to content

Commit 432b895

Browse files
authored
chore: update nx to 13.10.0 (#197)
1 parent 4ce39df commit 432b895

File tree

2 files changed

+1086
-890
lines changed

2 files changed

+1086
-890
lines changed

package.json

Lines changed: 40 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -28,77 +28,80 @@
2828
},
2929
"private": true,
3030
"dependencies": {
31-
"@angular/animations": "13.2.2",
32-
"@angular/common": "13.2.2",
33-
"@angular/compiler": "13.2.2",
34-
"@angular/core": "13.2.2",
35-
"@angular/forms": "13.2.2",
36-
"@angular/platform-browser": "13.2.2",
37-
"@angular/platform-browser-dynamic": "13.2.2",
38-
"@angular/router": "13.2.2",
39-
"@emotion/babel-plugin": "11.2.0",
40-
"@emotion/react": "11.1.5",
41-
"@emotion/styled": "11.1.5",
31+
"@angular/animations": "13.3.2",
32+
"@angular/common": "13.3.2",
33+
"@angular/compiler": "13.3.2",
34+
"@angular/core": "13.3.2",
35+
"@angular/forms": "13.3.2",
36+
"@angular/platform-browser": "13.3.2",
37+
"@angular/platform-browser-dynamic": "13.3.2",
38+
"@angular/router": "13.3.2",
39+
"@emotion/babel-plugin": "11.7.2",
40+
"@emotion/react": "11.8.2",
41+
"@emotion/styled": "11.8.1",
4242
"@ngrx/component-store": "13.0.1",
4343
"@ngrx/effects": "13.0.1",
4444
"@ngrx/entity": "13.0.1",
4545
"@ngrx/router-store": "13.0.1",
4646
"@ngrx/store": "13.0.1",
47-
"@nrwl/angular": "13.8.1",
47+
"@nrwl/angular": "13.10.0",
4848
"core-js": "^2.5.4",
4949
"document-register-element": "1.13.1",
5050
"normalize.css": "^8.0.1",
5151
"react": "17.0.2",
5252
"react-dom": "17.0.2",
53+
"react-is": "18.0.0",
5354
"react-router-dom": "5.2.0",
55+
"react-test-renderer": "18.0.0",
5456
"rxjs": "~6.5.5",
5557
"tslib": "^2.0.0",
5658
"zone.js": "0.11.4"
5759
},
5860
"devDependencies": {
59-
"@angular-devkit/build-angular": "13.2.3",
61+
"@angular-devkit/build-angular": "13.3.2",
6062
"@angular-eslint/eslint-plugin": "13.0.1",
6163
"@angular-eslint/eslint-plugin-template": "13.0.1",
6264
"@angular-eslint/template-parser": "13.0.1",
63-
"@angular/cli": "13.2.3",
64-
"@angular/compiler-cli": "13.2.2",
65-
"@angular/language-service": "13.2.2",
65+
"@angular/cli": "13.3.2",
66+
"@angular/compiler-cli": "13.3.2",
67+
"@angular/language-service": "13.3.2",
6668
"@ngrx/store-devtools": "13.0.1",
67-
"@nrwl/cli": "13.8.1",
68-
"@nrwl/cypress": "13.8.1",
69-
"@nrwl/eslint-plugin-nx": "13.8.1",
70-
"@nrwl/jest": "13.8.1",
71-
"@nrwl/linter": "13.8.1",
72-
"@nrwl/nx-cloud": "13.1.4",
73-
"@nrwl/react": "13.8.1",
74-
"@nrwl/tao": "13.8.1",
75-
"@nrwl/web": "13.8.1",
76-
"@nrwl/workspace": "13.8.1",
77-
"@testing-library/react": "11.2.6",
69+
"@nrwl/cli": "13.10.0",
70+
"@nrwl/cypress": "13.10.0",
71+
"@nrwl/devkit": "13.10.0",
72+
"@nrwl/eslint-plugin-nx": "13.10.0",
73+
"@nrwl/jest": "13.10.0",
74+
"@nrwl/linter": "13.10.0",
75+
"@nrwl/nx-cloud": "13.2.2",
76+
"@nrwl/react": "13.10.0",
77+
"@nrwl/web": "13.10.0",
78+
"@nrwl/workspace": "13.10.0",
79+
"@testing-library/react": "12.1.4",
7880
"@types/jest": "27.0.2",
7981
"@types/node": "14.14.33",
80-
"@types/react": "17.0.3",
81-
"@types/react-dom": "17.0.3",
82-
"@types/react-router-dom": "5.1.7",
83-
"@typescript-eslint/eslint-plugin": "5.10.2",
84-
"@typescript-eslint/parser": "5.10.2",
82+
"@types/react": "17.0.43",
83+
"@types/react-dom": "17.0.14",
84+
"@types/react-router-dom": "5.3.3",
85+
"@typescript-eslint/eslint-plugin": "5.18.0",
86+
"@typescript-eslint/parser": "5.18.0",
8587
"cypress": "^8.3.0",
8688
"dotenv": "10.0.0",
87-
"eslint": "8.7.0",
89+
"eslint": "8.12.0",
8890
"eslint-config-prettier": "8.1.0",
8991
"eslint-plugin-cypress": "^2.10.3",
9092
"eslint-plugin-jsx-a11y": "6.4.1",
91-
"eslint-plugin-react": "7.23.1",
92-
"eslint-plugin-react-hooks": "4.3.0",
93+
"eslint-plugin-react": "7.29.4",
94+
"eslint-plugin-react-hooks": "4.4.0",
9395
"fuzzy": "^0.1.3",
9496
"inquirer": "^6.2.2",
9597
"inquirer-autocomplete-prompt": "^1.0.1",
9698
"jest": "27.2.3",
97-
"jest-preset-angular": "11.0.0",
99+
"jest-preset-angular": "11.1.1",
98100
"netlify": "^2.4.8",
101+
"nx": "13.10.0",
99102
"prettier": "2.5.1",
100103
"ts-jest": "27.0.5",
101104
"ts-node": "9.1.1",
102-
"typescript": "4.5.5"
105+
"typescript": "4.6.3"
103106
}
104107
}

0 commit comments

Comments
 (0)