|
3 | 3 | "version": "0.0.0",
|
4 | 4 | "scripts": {
|
5 | 5 | "ng": "ng",
|
6 |
| - "start": "ng serve", |
| 6 | + "start": "ng serve --configuration=dev", |
7 | 7 | "build": "ng build",
|
8 | 8 | "test": "jest --collectCoverage",
|
9 | 9 | "test:update": "jest -u",
|
|
33 | 33 | "@angular/router": "14.2.5",
|
34 | 34 | "@angular/service-worker": "14.2.5",
|
35 | 35 | "angular-in-memory-web-api": "0.11.0",
|
36 |
| - "jasmine-marbles": "0.6.0", |
37 | 36 | "rxjs": "6.6.6",
|
38 | 37 | "tslib": "2.1.0",
|
39 | 38 | "zone.js": "0.11.8"
|
|
51 | 50 | "@angular/language-service": "14.2.5",
|
52 | 51 | "@bahmutov/cypress-extends": "1.1.0",
|
53 | 52 | "@cypress/code-coverage": "3.10.0",
|
54 |
| - "@ngneat/spectator": "^7.1.0", |
55 |
| - "@types/jest": "^26.0.21", |
| 53 | + "@ngneat/spectator": "^11.3.0", |
| 54 | + "@types/jest": "^29.2.0", |
56 | 55 | "@types/node": "^12.11.1",
|
57 | 56 | "@typescript-eslint/eslint-plugin": "^5.39.0",
|
58 | 57 | "@typescript-eslint/parser": "^5.39.0",
|
|
61 | 60 | "eslint": "^8.25.0",
|
62 | 61 | "eslint-config-prettier": "^8.3.0",
|
63 | 62 | "eslint-plugin-cypress": "2.12.1",
|
64 |
| - "eslint-plugin-import": "^2.22.1", |
65 |
| - "eslint-plugin-jest": "^24.3.5", |
66 |
| - "eslint-plugin-jsdoc": "^32.3.1", |
| 63 | + "eslint-plugin-import": "^2.26.0", |
| 64 | + "eslint-plugin-jest": "^27.1.3", |
| 65 | + "eslint-plugin-jsdoc": "^39.3.20", |
67 | 66 | "eslint-plugin-prefer-arrow": "^1.2.3",
|
68 |
| - "eslint-plugin-prettier": "^3.4.0", |
69 |
| - "husky": "^4.3.5", |
70 |
| - "jest": "^26.6.3", |
71 |
| - "jest-canvas-mock": "^2.3.1", |
72 |
| - "jest-chain": "^1.1.5", |
73 |
| - "jest-preset-angular": "^8.4.0", |
| 67 | + "eslint-plugin-prettier": "^4.2.1", |
| 68 | + "husky": "^8.0.1", |
| 69 | + "jest": "^29.2.1", |
| 70 | + "jest-canvas-mock": "^2.4.0", |
| 71 | + "jest-chain": "^1.1.6", |
| 72 | + "jest-preset-angular": "^12.2.2", |
74 | 73 | "js-beautify": "^1.13.13",
|
75 | 74 | "ng-mocks": "^14.2.3",
|
76 | 75 | "ngx-build-plus": "14.0.0",
|
|
82 | 81 | "typescript": "4.6.4"
|
83 | 82 | },
|
84 | 83 | "optionalDependencies": {
|
85 |
| - "cypress": "10.7.0" |
| 84 | + "cypress": "^10.10.0" |
86 | 85 | },
|
87 | 86 | "husky": {
|
88 | 87 | "hooks": {
|
|
0 commit comments