|
3 | 3 | "version": "3.2.4",
|
4 | 4 | "description": "Standard Energy Efficiency Data (SEED) Platform™",
|
5 | 5 | "license": "SEE LICENSE IN LICENSE.md",
|
6 |
| - "packageManager": "pnpm@10.2.0", |
7 | 6 | "repository": {
|
8 | 7 | "type": "git",
|
9 | 8 | "url": "github:SEED-platform/seed"
|
|
12 | 11 | "url": "https://github.com/SEED-platform/seed/issues"
|
13 | 12 | },
|
14 | 13 | "engines": {
|
15 |
| - "node": ">=22" |
| 14 | + "node": ">=22", |
| 15 | + "pnpm": ">=10" |
16 | 16 | },
|
17 | 17 | "private": true,
|
18 | 18 | "scripts": {
|
|
34 | 34 | "update-translations": "node --env-file=.env --import=tsx --no-warnings update-translations.mts"
|
35 | 35 | },
|
36 | 36 | "dependencies": {
|
37 |
| - "@angular/animations": "^19.1.0", |
38 |
| - "@angular/cdk": "^19.1.0", |
39 |
| - "@angular/common": "^19.1.0", |
40 |
| - "@angular/compiler": "^19.1.0", |
41 |
| - "@angular/core": "^19.1.0", |
42 |
| - "@angular/forms": "^19.1.0", |
43 |
| - "@angular/material": "^19.1.0", |
44 |
| - "@angular/material-luxon-adapter": "^19.1.0", |
45 |
| - "@angular/platform-browser": "^19.1.0", |
46 |
| - "@angular/platform-browser-dynamic": "^19.1.0", |
47 |
| - "@angular/router": "^19.1.0", |
| 37 | + "@angular/animations": "^19.2.0", |
| 38 | + "@angular/cdk": "^19.2.0", |
| 39 | + "@angular/common": "^19.2.0", |
| 40 | + "@angular/compiler": "^19.2.0", |
| 41 | + "@angular/core": "^19.2.0", |
| 42 | + "@angular/forms": "^19.2.0", |
| 43 | + "@angular/material": "^19.2.0", |
| 44 | + "@angular/material-luxon-adapter": "^19.2.0", |
| 45 | + "@angular/platform-browser": "^19.2.0", |
| 46 | + "@angular/platform-browser-dynamic": "^19.2.0", |
| 47 | + "@angular/router": "^19.2.0", |
48 | 48 | "@fontsource-variable/inter": "^5.1.1",
|
49 | 49 | "@jsverse/transloco": "^7.5.1",
|
50 | 50 | "crypto-es": "^2.1.0",
|
|
59 | 59 | "zone.js": "~0.15.0"
|
60 | 60 | },
|
61 | 61 | "devDependencies": {
|
62 |
| - "@angular-devkit/build-angular": "^19.1.3", |
63 |
| - "@angular/cli": "^19.1.3", |
64 |
| - "@angular/compiler-cli": "^19.1.0", |
| 62 | + "@angular-devkit/build-angular": "^19.2.1", |
| 63 | + "@angular/cli": "^19.2.1", |
| 64 | + "@angular/compiler-cli": "^19.2.0", |
65 | 65 | "@cspell/cspell-types": "^8.17.3",
|
66 | 66 | "@cspell/eslint-plugin": "^8.17.3",
|
67 | 67 | "@dotenvx/dotenvx": "^1.34.0",
|
|
86 | 86 | "eslint-plugin-import": "^2.31.0",
|
87 | 87 | "eslint-plugin-perfectionist": "^4.7.0",
|
88 | 88 | "eslint-plugin-unused-imports": "^4.1.4",
|
89 |
| - "jasmine-core": "~5.5.0", |
| 89 | + "jasmine-core": "~5.6.0", |
90 | 90 | "karma": "~6.4.4",
|
91 | 91 | "karma-chrome-launcher": "~3.2.0",
|
92 | 92 | "karma-coverage": "~2.2.1",
|
|
0 commit comments