|
51 | 51 | "recording" |
52 | 52 | ], |
53 | 53 | "devDependencies": { |
54 | | - "@angular/animations": "15.0.3", |
55 | | - "@angular/cdk": "15.0.2", |
56 | | - "@angular/common": "15.0.3", |
57 | | - "@angular/compiler": "15.0.3", |
58 | | - "@angular/core": "15.0.3", |
59 | | - "@angular/forms": "15.0.3", |
60 | | - "@angular/material": "15.0.2", |
61 | | - "@angular/platform-browser": "15.0.3", |
62 | | - "@angular/platform-browser-dynamic": "15.0.3", |
63 | | - "@angular/router": "15.0.3", |
64 | | - "@angular-devkit/build-angular": "15.0.3", |
65 | | - "@angular-eslint/builder": "15.1.0", |
66 | | - "@angular-eslint/eslint-plugin": "15.1.0", |
67 | | - "@angular-eslint/eslint-plugin-template": "15.1.0", |
68 | | - "@angular-eslint/schematics": "15.1.0", |
69 | | - "@angular-eslint/template-parser": "15.1.0", |
70 | | - "@angular/cli": "15.0.3", |
71 | | - "@angular/compiler-cli": "15.0.3", |
72 | | - "@commitlint/cli": "17.3.0", |
73 | | - "@commitlint/config-conventional": "17.3.0", |
74 | | - "@ng-apimock/base-client": "3.3.0", |
75 | | - "@ng-apimock/core": "3.6.0", |
76 | | - "@ng-apimock/protractor-plugin": "2.1.0", |
| 54 | + "@angular/animations": "15.1.0", |
| 55 | + "@angular/cdk": "15.1.0", |
| 56 | + "@angular/common": "15.1.0", |
| 57 | + "@angular/compiler": "15.1.0", |
| 58 | + "@angular/core": "15.1.0", |
| 59 | + "@angular/forms": "15.1.0", |
| 60 | + "@angular/material": "15.1.0", |
| 61 | + "@angular/platform-browser": "15.1.0", |
| 62 | + "@angular/platform-browser-dynamic": "15.1.0", |
| 63 | + "@angular/router": "15.1.0", |
| 64 | + "@angular-devkit/build-angular": "15.1.1", |
| 65 | + "@angular-eslint/builder": "15.2.0", |
| 66 | + "@angular-eslint/eslint-plugin": "15.2.0", |
| 67 | + "@angular-eslint/eslint-plugin-template": "15.2.0", |
| 68 | + "@angular-eslint/schematics": "15.2.0", |
| 69 | + "@angular-eslint/template-parser": "15.2.0", |
| 70 | + "@angular/cli": "15.1.1", |
| 71 | + "@angular/compiler-cli": "15.1.0", |
| 72 | + "@commitlint/cli": "17.4.2", |
| 73 | + "@commitlint/config-conventional": "17.4.2", |
| 74 | + "@ng-apimock/base-client": "3.3.1", |
| 75 | + "@ng-apimock/core": "3.6.1", |
| 76 | + "@ng-apimock/protractor-plugin": "2.1.1", |
77 | 77 | "@semantic-release/changelog": "6.0.2", |
78 | 78 | "@semantic-release/commit-analyzer": "9.0.2", |
79 | 79 | "@semantic-release/git": "10.0.1", |
80 | 80 | "@semantic-release/github": "8.0.7", |
81 | | - "@semantic-release/npm": "9.0.1", |
| 81 | + "@semantic-release/npm": "9.0.2", |
82 | 82 | "@semantic-release/release-notes-generator": "10.0.3", |
83 | 83 | "@types/chai": "4.3.4", |
84 | 84 | "@types/cucumber": "6.0.1", |
85 | | - "@types/jest": "29.2.4", |
86 | | - "@types/node": "18.11.12", |
87 | | - "@typescript-eslint/eslint-plugin": "5.46.0", |
88 | | - "@typescript-eslint/parser": "5.46.0", |
| 85 | + "@types/jest": "29.2.5", |
| 86 | + "@types/node": "18.11.18", |
| 87 | + "@typescript-eslint/eslint-plugin": "5.48.1", |
| 88 | + "@typescript-eslint/parser": "5.48.1", |
89 | 89 | "angular2-prettyjson": "3.0.1", |
90 | 90 | "body-parser": "1.20.1", |
91 | 91 | "chai": "4.3.7", |
92 | 92 | "commitizen": "4.2.6", |
93 | 93 | "cucumber": "6.0.5", |
94 | | - "eslint": "8.29.0", |
| 94 | + "eslint": "8.32.0", |
95 | 95 | "express": "4.18.2", |
96 | | - "husky": "8.0.2", |
| 96 | + "husky": "8.0.3", |
97 | 97 | "jest": "29.3.1", |
98 | 98 | "jest-createspyobj": "2.0.0", |
99 | 99 | "jest-preset-angular": "12.2.3", |
100 | 100 | "lint-staged": "13.1.0", |
101 | 101 | "p-iteration": "1.1.8", |
102 | 102 | "protractor": "7.0.0", |
103 | | - "protractor-cucumber-framework": "8.4.4", |
104 | | - "rimraf": "3.0.2", |
105 | | - "rxjs": "7.6.0", |
106 | | - "semantic-release": "19.0.5", |
| 103 | + "protractor-cucumber-framework": "9.0.0", |
| 104 | + "rimraf": "4.0.6", |
| 105 | + "rxjs": "7.8.0", |
| 106 | + "semantic-release": "20.0.2", |
107 | 107 | "tslib": "2.4.1", |
108 | 108 | "ts-node": "10.9.1", |
109 | 109 | "typescript": "4.9.4", |
110 | | - "wait-on": "6.0.1", |
| 110 | + "wait-on": "7.0.1", |
111 | 111 | "zone.js": "~0.12.0" |
112 | 112 | }, |
113 | 113 | "lint-staged": { |
|
0 commit comments