|
2 | 2 |
|
3 | 3 | exports[`v13-new-workspace it should pass linting after creating a new workspace from scratch using @angular-eslint 2`] = ` |
4 | 4 | Object { |
5 | | - "@angular-devkit/build-angular": "~13.0.2", |
| 5 | + "@angular-devkit/build-angular": "~13.2.3", |
6 | 6 | "@angular-eslint/builder": "9999.0.1-local-integration-tests", |
7 | 7 | "@angular-eslint/eslint-plugin": "9999.0.1-local-integration-tests", |
8 | 8 | "@angular-eslint/eslint-plugin-template": "9999.0.1-local-integration-tests", |
9 | 9 | "@angular-eslint/schematics": "9999.0.1-local-integration-tests", |
10 | 10 | "@angular-eslint/template-parser": "9999.0.1-local-integration-tests", |
11 | | - "@angular/cli": "~13.0.2", |
12 | | - "@angular/compiler-cli": "~13.0.0", |
| 11 | + "@angular/cli": "~13.2.3", |
| 12 | + "@angular/compiler-cli": "~13.2.0", |
13 | 13 | "@types/jasmine": "~3.10.0", |
14 | 14 | "@types/node": "^12.11.1", |
15 | 15 | "@typescript-eslint/eslint-plugin": "5.3.0", |
16 | 16 | "@typescript-eslint/parser": "5.3.0", |
17 | 17 | "eslint": "^8.2.0", |
18 | | - "jasmine-core": "~3.10.0", |
| 18 | + "jasmine-core": "~4.0.0", |
19 | 19 | "karma": "~6.3.0", |
20 | 20 | "karma-chrome-launcher": "~3.1.0", |
21 | | - "karma-coverage": "~2.0.3", |
| 21 | + "karma-coverage": "~2.1.0", |
22 | 22 | "karma-jasmine": "~4.0.0", |
23 | 23 | "karma-jasmine-html-reporter": "~1.7.0", |
24 | 24 | "ng-packagr": "^13.0.0", |
25 | | - "typescript": "~4.4.3", |
| 25 | + "typescript": "~4.5.2", |
26 | 26 | } |
27 | 27 | `; |
28 | 28 |
|
|
0 commit comments