|
95 | 95 | "jest-environment-jsdom": "27.4.6"
|
96 | 96 | },
|
97 | 97 | "devDependencies": {
|
98 |
| - "@angular-devkit/build-angular": "^17.3.7", |
99 |
| - "@angular-eslint/builder": "^17.3.0", |
100 |
| - "@angular-eslint/eslint-plugin": "^17.3.0", |
101 |
| - "@angular-eslint/eslint-plugin-template": "^17.3.0", |
102 |
| - "@angular-eslint/schematics": "^17.3.0", |
103 |
| - "@angular-eslint/template-parser": "^17.3.0", |
104 |
| - "@angular/animations": "^17.3.7", |
105 |
| - "@angular/cli": "^17.3.7", |
106 |
| - "@angular/common": "^17.3.7", |
107 |
| - "@angular/compiler": "^17.3.7", |
108 |
| - "@angular/compiler-cli": "^17.3.7", |
109 |
| - "@angular/core": "^17.3.7", |
110 |
| - "@angular/forms": "^17.3.7", |
111 |
| - "@angular/platform-browser": "^17.3.7", |
112 |
| - "@angular/platform-browser-dynamic": "^17.3.7", |
113 |
| - "@angular/platform-server": "^17.3.7", |
114 |
| - "@angular/router": "^17.3.7", |
| 98 | + "@angular-devkit/build-angular": "17.3.7", |
| 99 | + "@angular-eslint/builder": "17.3.0", |
| 100 | + "@angular-eslint/eslint-plugin": "17.3.0", |
| 101 | + "@angular-eslint/eslint-plugin-template": "17.3.0", |
| 102 | + "@angular-eslint/schematics": "17.3.0", |
| 103 | + "@angular-eslint/template-parser": "17.3.0", |
| 104 | + "@angular/animations": "17.3.7", |
| 105 | + "@angular/cli": "17.3.7", |
| 106 | + "@angular/common": "17.3.7", |
| 107 | + "@angular/compiler": "17.3.7", |
| 108 | + "@angular/compiler-cli": "17.3.7", |
| 109 | + "@angular/core": "17.3.7", |
| 110 | + "@angular/forms": "17.3.7", |
| 111 | + "@angular/platform-browser": "17.3.7", |
| 112 | + "@angular/platform-browser-dynamic": "17.3.7", |
| 113 | + "@angular/platform-server": "17.3.7", |
| 114 | + "@angular/router": "17.3.7", |
115 | 115 | "typescript": "5.4.5",
|
116 |
| - "zone.js": "^0.14.3", |
117 |
| - "jest": "^29.7.0", |
118 |
| - "jest-environment-jsdom": "^29.7.0", |
119 |
| - "jest-preset-angular": "^13.1.2", |
120 |
| - "ts-jest": "^29.1.1", |
121 |
| - "ts-node": "^10.9.2", |
122 |
| - "@types/jest": "^29.5.12", |
123 |
| - "@types/node": "^20.11.30", |
124 |
| - "prettier": "^3.2.5", |
125 |
| - "eslint": "^8.57.0", |
126 |
| - "eslint-plugin-import": "^2.29.1", |
127 |
| - "eslint-plugin-jsdoc": "^46.9.0", |
128 |
| - "eslint-plugin-no-null": "^1.0.2", |
129 |
| - "eslint-plugin-prefer-arrow": "^1.2.3", |
130 |
| - "eslint-plugin-rxjs": "^5.0.2", |
131 |
| - "eslint-plugin-unicorn": "^51.0.1", |
132 |
| - "lint-staged": "^15.2.0", |
| 116 | + "zone.js": "0.14.3", |
| 117 | + "jest": "29.7.0", |
| 118 | + "jest-environment-jsdom": "29.7.0", |
| 119 | + "jest-preset-angular": "13.1.2", |
| 120 | + "ts-jest": "29.1.1", |
| 121 | + "ts-node": "10.9.2", |
| 122 | + "@types/jest": "29.5.12", |
| 123 | + "@types/node": "20.11.30", |
| 124 | + "prettier": "3.2.5", |
| 125 | + "eslint": "8.57.0", |
| 126 | + "eslint-plugin-import": "2.29.1", |
| 127 | + "eslint-plugin-jsdoc": "46.9.0", |
| 128 | + "eslint-plugin-no-null": "1.0.2", |
| 129 | + "eslint-plugin-prefer-arrow": "1.2.3", |
| 130 | + "eslint-plugin-rxjs": "5.0.2", |
| 131 | + "eslint-plugin-unicorn": "51.0.1", |
| 132 | + "lint-staged": "15.2.0", |
133 | 133 | "ng-packagr": "20.1.0",
|
134 |
| - "codelyzer": "^6.0.2", |
135 |
| - "protractor": "^7.0.0", |
136 |
| - "nyc": "^15.1.0", |
137 |
| - "coveralls": "^3.1.1", |
138 |
| - "cpy-cli": "^4.2.0", |
139 |
| - "ncp": "^2.0.0", |
140 |
| - "rimraf": "^5.0.5", |
141 |
| - "rollup": "^4.16.4", |
142 |
| - "sorcery": "^0.11.0", |
143 |
| - "ts-mockito": "^2.6.1", |
144 |
| - "module-alias": "^2.2.3", |
145 |
| - "deep-freeze": "^0.0.1", |
146 |
| - "fake-indexeddb": "^4.0.2", |
147 |
| - "faker": "^5.5.3", |
148 |
| - "fs-extra": "^11.2.0", |
149 |
| - "gh-pages": "^6.0.0", |
150 |
| - "glob": "^10.3.10", |
151 |
| - "ora": "^7.0.1", |
152 |
| - "rxjs-tslint-rules": "^4.7.2" |
| 134 | + "codelyzer": "6.0.2", |
| 135 | + "protractor": "7.0.0", |
| 136 | + "nyc": "15.1.0", |
| 137 | + "coveralls": "3.1.1", |
| 138 | + "cpy-cli": "4.2.0", |
| 139 | + "ncp": "2.0.0", |
| 140 | + "rimraf": "5.0.5", |
| 141 | + "rollup": "4.16.4", |
| 142 | + "sorcery": "0.11.0", |
| 143 | + "ts-mockito": "2.6.1", |
| 144 | + "module-alias": "2.2.3", |
| 145 | + "deep-freeze": "0.0.1", |
| 146 | + "fake-indexeddb": "4.0.2", |
| 147 | + "faker": "5.5.3", |
| 148 | + "fs-extra": "11.2.0", |
| 149 | + "gh-pages": "6.0.0", |
| 150 | + "glob": "10.3.10", |
| 151 | + "ora": "7.0.1", |
| 152 | + "rxjs-tslint-rules": "4.7.2" |
153 | 153 | },
|
154 | 154 | "dependencies": {
|
155 |
| - "dexie": "^4.0.6", |
156 |
| - "lodash-es": "^4.17.21", |
157 |
| - "rxjs": "^7.8.1", |
| 155 | + "dexie": "4.0.7", |
| 156 | + "lodash-es": "4.17.21", |
| 157 | + "rxjs": "7.8.1", |
158 | 158 | "tsickle": "0.46.3",
|
159 |
| - "tslib": "^2.6.2" |
| 159 | + "tslib": "2.6.2" |
160 | 160 | },
|
161 | 161 | "version": "2.4.0-dev-test"
|
162 | 162 | }
|
0 commit comments