Skip to content

Commit 4ce39df

Browse files
authored
update nx to 13.8.1 (#186)
1 parent eeaa5d5 commit 4ce39df

File tree

2 files changed

+1473
-1243
lines changed

2 files changed

+1473
-1243
lines changed

package.json

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@
2828
},
2929
"private": true,
3030
"dependencies": {
31-
"@angular/animations": "13.1.1",
32-
"@angular/common": "13.1.1",
33-
"@angular/compiler": "13.1.1",
34-
"@angular/core": "13.1.1",
35-
"@angular/forms": "13.1.1",
36-
"@angular/platform-browser": "13.1.1",
37-
"@angular/platform-browser-dynamic": "13.1.1",
38-
"@angular/router": "13.1.1",
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",
3939
"@emotion/babel-plugin": "11.2.0",
4040
"@emotion/react": "11.1.5",
4141
"@emotion/styled": "11.1.5",
@@ -44,7 +44,7 @@
4444
"@ngrx/entity": "13.0.1",
4545
"@ngrx/router-store": "13.0.1",
4646
"@ngrx/store": "13.0.1",
47-
"@nrwl/angular": "13.5.2",
47+
"@nrwl/angular": "13.8.1",
4848
"core-js": "^2.5.4",
4949
"document-register-element": "1.13.1",
5050
"normalize.css": "^8.0.1",
@@ -56,40 +56,40 @@
5656
"zone.js": "0.11.4"
5757
},
5858
"devDependencies": {
59-
"@angular-devkit/build-angular": "13.1.2",
59+
"@angular-devkit/build-angular": "13.2.3",
6060
"@angular-eslint/eslint-plugin": "13.0.1",
6161
"@angular-eslint/eslint-plugin-template": "13.0.1",
6262
"@angular-eslint/template-parser": "13.0.1",
63-
"@angular/cli": "13.1.2",
64-
"@angular/compiler-cli": "13.1.1",
65-
"@angular/language-service": "13.1.1",
63+
"@angular/cli": "13.2.3",
64+
"@angular/compiler-cli": "13.2.2",
65+
"@angular/language-service": "13.2.2",
6666
"@ngrx/store-devtools": "13.0.1",
67-
"@nrwl/cli": "13.5.2",
68-
"@nrwl/cypress": "13.5.2",
69-
"@nrwl/eslint-plugin-nx": "13.5.2",
70-
"@nrwl/jest": "13.5.2",
71-
"@nrwl/linter": "13.5.2",
72-
"@nrwl/nx-cloud": "13.1.2",
73-
"@nrwl/react": "13.5.2",
74-
"@nrwl/tao": "13.5.2",
75-
"@nrwl/web": "13.5.2",
76-
"@nrwl/workspace": "13.5.2",
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",
7777
"@testing-library/react": "11.2.6",
7878
"@types/jest": "27.0.2",
7979
"@types/node": "14.14.33",
8080
"@types/react": "17.0.3",
8181
"@types/react-dom": "17.0.3",
8282
"@types/react-router-dom": "5.1.7",
83-
"@typescript-eslint/eslint-plugin": "5.3.1",
84-
"@typescript-eslint/parser": "5.3.1",
83+
"@typescript-eslint/eslint-plugin": "5.10.2",
84+
"@typescript-eslint/parser": "5.10.2",
8585
"cypress": "^8.3.0",
8686
"dotenv": "10.0.0",
87-
"eslint": "8.2.0",
87+
"eslint": "8.7.0",
8888
"eslint-config-prettier": "8.1.0",
8989
"eslint-plugin-cypress": "^2.10.3",
9090
"eslint-plugin-jsx-a11y": "6.4.1",
9191
"eslint-plugin-react": "7.23.1",
92-
"eslint-plugin-react-hooks": "4.2.0",
92+
"eslint-plugin-react-hooks": "4.3.0",
9393
"fuzzy": "^0.1.3",
9494
"inquirer": "^6.2.2",
9595
"inquirer-autocomplete-prompt": "^1.0.1",
@@ -99,6 +99,6 @@
9999
"prettier": "2.5.1",
100100
"ts-jest": "27.0.5",
101101
"ts-node": "9.1.1",
102-
"typescript": "4.5.4"
102+
"typescript": "4.5.5"
103103
}
104104
}

0 commit comments

Comments
 (0)