|
15 | 15 | },
|
16 | 16 | "engines": {
|
17 | 17 | "node": "20",
|
18 |
| - "pnpm": "9" |
| 18 | + "pnpm": "10" |
19 | 19 | },
|
| 20 | + "packageManager": "[email protected]", |
20 | 21 | "private": true,
|
21 | 22 | "dependencies": {
|
22 |
| - "@angular/animations": "^18.2.12", |
23 |
| - "@angular/cdk": "18.2.13", |
24 |
| - "@angular/common": "^18.2.12", |
25 |
| - "@angular/compiler": "^18.2.12", |
26 |
| - "@angular/core": "^18.2.12", |
27 |
| - "@angular/forms": "^18.2.12", |
28 |
| - "@angular/material": "18.2.13", |
29 |
| - "@angular/platform-browser": "^18.2.12", |
30 |
| - "@angular/platform-browser-dynamic": "^18.2.12", |
31 |
| - "@angular/platform-server": "^18.2.12", |
32 |
| - "@angular/router": "^18.2.12", |
33 |
| - "@angular/service-worker": "^18.2.12", |
34 |
| - "@angular/ssr": "^18.2.12", |
35 |
| - "@ngrx/operators": "^18.1.1", |
36 |
| - "@ngrx/signals": "^18.1.1", |
37 |
| - "consola": "^3.2.3", |
38 |
| - "express": "^4.21.1", |
39 |
| - "firebase": "^11.0.2", |
40 |
| - "ngxtension": "^4.1.0", |
41 |
| - "rxfire": "^6.0.6-canary.5cfad21", |
| 23 | + "@angular/animations": "^19.1.5", |
| 24 | + "@angular/cdk": "19.1.3", |
| 25 | + "@angular/common": "^19.1.5", |
| 26 | + "@angular/compiler": "^19.1.5", |
| 27 | + "@angular/core": "^19.1.5", |
| 28 | + "@angular/forms": "^19.1.5", |
| 29 | + "@angular/material": "19.1.3", |
| 30 | + "@angular/platform-browser": "^19.1.5", |
| 31 | + "@angular/platform-browser-dynamic": "^19.1.5", |
| 32 | + "@angular/platform-server": "^19.1.5", |
| 33 | + "@angular/router": "^19.1.5", |
| 34 | + "@angular/service-worker": "^19.1.5", |
| 35 | + "@angular/ssr": "^19.1.6", |
| 36 | + "@ngrx/operators": "^19.0.1", |
| 37 | + "@ngrx/signals": "^19.0.1", |
| 38 | + "consola": "^3.4.0", |
| 39 | + "express": "^4.21.2", |
| 40 | + "firebase": "^11.3.0", |
| 41 | + "ngxtension": "^4.3.2", |
| 42 | + "rxfire": "^6.1.0", |
42 | 43 | "rxjs": "~7.8.0",
|
43 | 44 | "tslib": "^2.8.1",
|
44 |
| - "type-fest": "^4.27.0", |
45 |
| - "zone.js": "~0.14.10" |
| 45 | + "type-fest": "^4.33.0", |
| 46 | + "zone.js": "~0.15.0" |
46 | 47 | },
|
47 | 48 | "devDependencies": {
|
48 |
| - "@angular-devkit/build-angular": "^18.2.12", |
49 |
| - "@angular/cli": "^18.2.12", |
50 |
| - "@angular/compiler-cli": "^18.2.12", |
51 |
| - "@ngrx/eslint-plugin": "^18.1.1", |
52 |
| - "@types/express": "^4.17.17", |
53 |
| - "@types/jasmine": "~5.1.0", |
54 |
| - "@types/node": "^22.9.0", |
55 |
| - "angular-eslint": "^18.4.1", |
56 |
| - "autoprefixer": "^10.4.20", |
57 |
| - "eslint": "^9.15.0", |
58 |
| - "eslint-config-prettier": "^9.1.0", |
59 |
| - "jasmine-core": "~5.4.0", |
| 49 | + "@angular-devkit/build-angular": "^19.1.6", |
| 50 | + "@angular/cli": "^19.1.6", |
| 51 | + "@angular/compiler-cli": "^19.1.5", |
| 52 | + "@ngrx/eslint-plugin": "^19.0.1", |
| 53 | + "@tailwindcss/postcss": "^4.0.0", |
| 54 | + "@types/express": "^5.0.0", |
| 55 | + "@types/jasmine": "~5.1.5", |
| 56 | + "@types/node": "^22.13.1", |
| 57 | + "angular-eslint": "^19.0.2", |
| 58 | + "eslint": "^9.19.0", |
| 59 | + "eslint-config-prettier": "^10.0.1", |
| 60 | + "jasmine-core": "~5.5.0", |
60 | 61 | "karma": "~6.4.4",
|
61 | 62 | "karma-chrome-launcher": "~3.2.0",
|
62 | 63 | "karma-coverage": "~2.2.0",
|
63 | 64 | "karma-jasmine": "~5.1.0",
|
64 | 65 | "karma-jasmine-html-reporter": "~2.1.0",
|
65 |
| - "ng-mocks": "^14.13.1", |
66 |
| - "postcss": "^8.4.49", |
67 |
| - "prettier": "^3.3.3", |
68 |
| - "prettier-plugin-tailwindcss": "^0.6.8", |
69 |
| - "tailwindcss": "^3.4.15", |
70 |
| - "typescript": "~5.5.4", |
71 |
| - "typescript-eslint": "^8.15.0" |
| 66 | + "ng-mocks": "^14.13.2", |
| 67 | + "postcss": "^8.5.1", |
| 68 | + "prettier": "^3.4.2", |
| 69 | + "prettier-plugin-tailwindcss": "^0.6.11", |
| 70 | + "tailwindcss": "^4.0.0", |
| 71 | + "typescript": "~5.7.3", |
| 72 | + "typescript-eslint": "^8.23.0" |
| 73 | + }, |
| 74 | + "pnpm": { |
| 75 | + "onlyBuiltDependencies": [ |
| 76 | + "protobufjs", |
| 77 | + "nx", |
| 78 | + "@parcel/watcher", |
| 79 | + "esbuild", |
| 80 | + "msgpackr-extract", |
| 81 | + "lmdb" |
| 82 | + ] |
72 | 83 | }
|
73 | 84 | }
|
0 commit comments