|
21 | 21 | "script:sync-projects": "yarn tsx ./scripts/sync-projects.ts",
|
22 | 22 | "script:gpr-setup": "yarn tsx ./scripts/gpr-setup.ts",
|
23 | 23 | "postinstall": "yarn script:create-version",
|
24 |
| - "prepare": "husky install", |
| 24 | + "prepare": "husky", |
25 | 25 | "version": "yarn script:sync-projects && git add projects/ngx-translate-version/ && auto-changelog -p && git add CHANGELOG.md",
|
26 | 26 | "postversion": "git push && git push --follow-tags",
|
27 | 27 | "publish:beta": "yarn && yarn build && npm publish --folder dist --tag beta",
|
|
32 | 32 | "fix-vulnerabilities": "npx yarn-audit-fix && npx browserslist --update-db"
|
33 | 33 | },
|
34 | 34 | "dependencies": {
|
35 |
| - "@angular/animations": "^17.1.3", |
36 |
| - "@angular/common": "^17.1.3", |
37 |
| - "@angular/compiler": "^17.1.3", |
38 |
| - "@angular/core": "^17.1.3", |
39 |
| - "@angular/forms": "^17.1.3", |
40 |
| - "@angular/platform-browser": "^17.1.3", |
41 |
| - "@angular/platform-browser-dynamic": "^17.1.3", |
42 |
| - "@angular/router": "^17.1.3", |
43 |
| - "@gilsdav/ngx-translate-router": "^7.0.0", |
| 35 | + "@angular/animations": "^18.2.8", |
| 36 | + "@angular/common": "^18.2.8", |
| 37 | + "@angular/compiler": "^18.2.8", |
| 38 | + "@angular/core": "^18.2.8", |
| 39 | + "@angular/forms": "^18.2.8", |
| 40 | + "@angular/platform-browser": "^18.2.8", |
| 41 | + "@angular/platform-browser-dynamic": "^18.2.8", |
| 42 | + "@angular/router": "^18.2.8", |
| 43 | + "@gilsdav/ngx-translate-router": "^7.2.1", |
44 | 44 | "@gilsdav/ngx-translate-router-http-loader": "^2.0.0",
|
45 | 45 | "@ngx-translate/core": "^15.0.0",
|
46 | 46 | "@ngx-translate/http-loader": "^8.0.0",
|
47 | 47 | "rxjs": "^7.8.1",
|
48 |
| - "tslib": "^2.6.2", |
49 |
| - "zone.js": "^0.14.2" |
| 48 | + "tslib": "^2.8.0", |
| 49 | + "zone.js": "^0.14.10" |
50 | 50 | },
|
51 | 51 | "devDependencies": {
|
52 |
| - "@angular-devkit/build-angular": "^17.1.3", |
53 |
| - "@angular-eslint/builder": "17.2.1", |
54 |
| - "@angular-eslint/eslint-plugin": "17.2.1", |
55 |
| - "@angular-eslint/eslint-plugin-template": "17.2.1", |
56 |
| - "@angular-eslint/schematics": "17.2.1", |
57 |
| - "@angular-eslint/template-parser": "17.2.1", |
58 |
| - "@angular/cli": "^17.1.3", |
59 |
| - "@angular/compiler-cli": "^17.1.3", |
60 |
| - "@angular/language-service": "^17.1.3", |
61 |
| - "@commitlint/cli": "^18.6.0", |
62 |
| - "@commitlint/config-conventional": "^18.6.0", |
| 52 | + "@angular-devkit/build-angular": "^18.2.9", |
| 53 | + "@angular-eslint/builder": "18.3.1", |
| 54 | + "@angular-eslint/eslint-plugin": "18.3.1", |
| 55 | + "@angular-eslint/eslint-plugin-template": "18.3.1", |
| 56 | + "@angular-eslint/schematics": "18.3.1", |
| 57 | + "@angular-eslint/template-parser": "18.3.1", |
| 58 | + "@angular/cli": "^18.2.9", |
| 59 | + "@angular/compiler-cli": "^18.2.8", |
| 60 | + "@angular/language-service": "^18.2.8", |
| 61 | + "@commitlint/cli": "^19.5.0", |
| 62 | + "@commitlint/config-angular": "^19.5.0", |
63 | 63 | "@types/jasmine": "^5.1.4",
|
64 | 64 | "@types/jasminewd2": "^2.0.13",
|
65 |
| - "@types/node": "^20.11.17", |
66 |
| - "@typescript-eslint/eslint-plugin": "^6.21.0", |
67 |
| - "@typescript-eslint/parser": "^6.21.0", |
68 |
| - "auto-changelog": "^2.4.0", |
69 |
| - "eslint": "^8.56.0", |
70 |
| - "husky": "^9.0.10", |
71 |
| - "jasmine-core": "^5.1.2", |
| 65 | + "@types/node": "^22.7.6", |
| 66 | + "@typescript-eslint/eslint-plugin": "^7.2.0", |
| 67 | + "@typescript-eslint/parser": "^7.2.0", |
| 68 | + "auto-changelog": "^2.5.0", |
| 69 | + "eslint": "^8.57.0", |
| 70 | + "husky": "^9.1.6", |
| 71 | + "jasmine-core": "^5.4.0", |
72 | 72 | "jasmine-spec-reporter": "^7.0.0",
|
73 |
| - "karma": "^6.4.2", |
| 73 | + "karma": "^6.4.4", |
74 | 74 | "karma-chrome-launcher": "^3.2.0",
|
75 | 75 | "karma-coverage": "^2.2.1",
|
76 | 76 | "karma-jasmine": "^5.1.0",
|
77 | 77 | "karma-jasmine-html-reporter": "^2.1.0",
|
78 |
| - "lint-staged": "^15.2.2", |
79 |
| - "ng-packagr": "^17.1.2", |
80 |
| - "prettier": "^3.2.5", |
81 |
| - "protractor": "~7.0.0", |
82 |
| - "tsx": "^4.7.1", |
83 |
| - "typescript": "^5.3.3" |
| 78 | + "lint-staged": "^15.2.10", |
| 79 | + "ng-packagr": "^18.2.1", |
| 80 | + "prettier": "^3.3.3", |
| 81 | + "tsx": "^4.19.1", |
| 82 | + "typescript": "5.5.4" |
84 | 83 | },
|
85 | 84 | "peerDependencies": {},
|
86 | 85 | "homepage": "https://github.com/Celtian/ngx-translate-version",
|
|
102 | 101 | "dist"
|
103 | 102 | ],
|
104 | 103 | "engines": {
|
105 |
| - "node": ">=20 <24", |
| 104 | + "node": ">=22 <24", |
106 | 105 | "npm": "please-use-yarn"
|
107 | 106 | },
|
108 | 107 | "publishConfig": {
|
|
0 commit comments