|
28 | 28 | }, |
29 | 29 | "private": true, |
30 | 30 | "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", |
42 | 42 | "@ngrx/component-store": "13.0.1", |
43 | 43 | "@ngrx/effects": "13.0.1", |
44 | 44 | "@ngrx/entity": "13.0.1", |
45 | 45 | "@ngrx/router-store": "13.0.1", |
46 | 46 | "@ngrx/store": "13.0.1", |
47 | | - "@nrwl/angular": "13.8.1", |
| 47 | + "@nrwl/angular": "13.10.0", |
48 | 48 | "core-js": "^2.5.4", |
49 | 49 | "document-register-element": "1.13.1", |
50 | 50 | "normalize.css": "^8.0.1", |
51 | 51 | "react": "17.0.2", |
52 | 52 | "react-dom": "17.0.2", |
| 53 | + "react-is": "18.0.0", |
53 | 54 | "react-router-dom": "5.2.0", |
| 55 | + "react-test-renderer": "18.0.0", |
54 | 56 | "rxjs": "~6.5.5", |
55 | 57 | "tslib": "^2.0.0", |
56 | 58 | "zone.js": "0.11.4" |
57 | 59 | }, |
58 | 60 | "devDependencies": { |
59 | | - "@angular-devkit/build-angular": "13.2.3", |
| 61 | + "@angular-devkit/build-angular": "13.3.2", |
60 | 62 | "@angular-eslint/eslint-plugin": "13.0.1", |
61 | 63 | "@angular-eslint/eslint-plugin-template": "13.0.1", |
62 | 64 | "@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", |
66 | 68 | "@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", |
78 | 80 | "@types/jest": "27.0.2", |
79 | 81 | "@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", |
85 | 87 | "cypress": "^8.3.0", |
86 | 88 | "dotenv": "10.0.0", |
87 | | - "eslint": "8.7.0", |
| 89 | + "eslint": "8.12.0", |
88 | 90 | "eslint-config-prettier": "8.1.0", |
89 | 91 | "eslint-plugin-cypress": "^2.10.3", |
90 | 92 | "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", |
93 | 95 | "fuzzy": "^0.1.3", |
94 | 96 | "inquirer": "^6.2.2", |
95 | 97 | "inquirer-autocomplete-prompt": "^1.0.1", |
96 | 98 | "jest": "27.2.3", |
97 | | - "jest-preset-angular": "11.0.0", |
| 99 | + "jest-preset-angular": "11.1.1", |
98 | 100 | "netlify": "^2.4.8", |
| 101 | + "nx": "13.10.0", |
99 | 102 | "prettier": "2.5.1", |
100 | 103 | "ts-jest": "27.0.5", |
101 | 104 | "ts-node": "9.1.1", |
102 | | - "typescript": "4.5.5" |
| 105 | + "typescript": "4.6.3" |
103 | 106 | } |
104 | 107 | } |
0 commit comments