|
1 | 1 | {
|
2 | 2 | "name": "p3x-angular-http-cache-interceptor",
|
3 |
| - "version": "2023.10.129", |
| 3 | + "version": "2023.10.132", |
4 | 4 | "corifeus": {
|
5 | 5 | "icon": "fas fa-fire",
|
6 | 6 | "prefix": "p3x-",
|
7 | 7 | "publish": true,
|
8 | 8 | "type": "p3x",
|
9 | 9 | "code": "Breeze",
|
10 |
| - "nodejs": "v20.5.0", |
| 10 | + "nodejs": "v20.5.1", |
11 | 11 | "opencollective": false,
|
12 | 12 | "reponame": "angular-http-cache-interceptor",
|
13 | 13 | "build": true,
|
14 | 14 | "cdn": true,
|
15 | 15 | "publish-location": "./dist/angular-http-cache-interceptor",
|
16 |
| - "angular": "16.1.8" |
| 16 | + "angular": "17.0.5" |
17 | 17 | },
|
18 | 18 | "description": "🔥 Cache every request in Angular, not only the GET, but all methods of this interceptor, and allows you to interact with the interceptor via specific headers and modify the request, and these specific headers will be not included in the final request",
|
19 | 19 | "scripts": {
|
|
52 | 52 | },
|
53 | 53 | "homepage": "https://corifeus.com/angular-http-cache-interceptor",
|
54 | 54 | "dependencies": {
|
55 |
| - "@angular/animations": "^16.1.8", |
56 |
| - "@angular/cdk": "^16.1.7", |
57 |
| - "@angular/common": "^16.1.8", |
58 |
| - "@angular/compiler": "^16.1.8", |
59 |
| - "@angular/core": "^16.1.8", |
60 |
| - "@angular/forms": "^16.1.8", |
61 |
| - "@angular/material": "^16.1.7", |
62 |
| - "@angular/platform-browser": "^16.1.8", |
63 |
| - "@angular/platform-browser-dynamic": "^16.1.8", |
64 |
| - "@angular/router": "^16.1.8", |
65 |
| - "@types/node": "^20.4.9", |
| 55 | + "@angular/animations": "^17.0.5", |
| 56 | + "@angular/cdk": "^17.0.2", |
| 57 | + "@angular/common": "^17.0.5", |
| 58 | + "@angular/compiler": "^17.0.5", |
| 59 | + "@angular/core": "^17.0.5", |
| 60 | + "@angular/forms": "^17.0.5", |
| 61 | + "@angular/material": "^17.0.2", |
| 62 | + "@angular/platform-browser": "^17.0.5", |
| 63 | + "@angular/platform-browser-dynamic": "^17.0.5", |
| 64 | + "@angular/router": "^17.0.5", |
| 65 | + "@types/node": "^20.10.3", |
66 | 66 | "hash": "^0.2.1",
|
67 |
| - "highlight.js": "^11.8.0", |
| 67 | + "highlight.js": "^11.9.0", |
68 | 68 | "object": "^0.1.1",
|
69 | 69 | "object-hash": "^3.0.0",
|
70 |
| - "postcss": "^8.4.27", |
| 70 | + "postcss": "^8.4.32", |
71 | 71 | "rxjs": "~6.6.3",
|
72 | 72 | "tslib": "^2.2.0",
|
73 |
| - "zone.js": "~0.13.1" |
| 73 | + "zone.js": "~0.14.2" |
74 | 74 | },
|
75 | 75 | "dependencies-save": {
|
76 | 76 | "p3x-interceptor": "npm:p3x-angular-http-cache-interceptor@^2020.4.304"
|
77 | 77 | },
|
78 | 78 | "devDependencies": {
|
79 |
| - "@angular-devkit/build-angular": "^16.1.8", |
80 |
| - "@angular/cli": "^16.1.8", |
81 |
| - "@angular/compiler-cli": "^16.1.8", |
82 |
| - "@angular/language-service": "^16.1.8", |
| 79 | + "@angular-devkit/build-angular": "^17.0.5", |
| 80 | + "@angular/cli": "^17.0.5", |
| 81 | + "@angular/compiler-cli": "^17.0.5", |
| 82 | + "@angular/language-service": "^17.0.5", |
83 | 83 | "@types/highlight.js": "^9.12.4",
|
84 |
| - "@types/jasmine": "~4.3.5", |
85 |
| - "@types/jasminewd2": "~2.0.10", |
86 |
| - "@typescript-eslint/eslint-plugin": "6.3.0", |
87 |
| - "@typescript-eslint/parser": "6.3.0", |
| 84 | + "@types/jasmine": "~5.1.4", |
| 85 | + "@types/jasminewd2": "~2.0.13", |
| 86 | + "@typescript-eslint/eslint-plugin": "6.13.1", |
| 87 | + "@typescript-eslint/parser": "6.13.1", |
88 | 88 | "codelyzer": "^6.0.2",
|
89 |
| - "corifeus-builder": "^2023.10.135", |
90 |
| - "eslint": "^8.46.0", |
91 |
| - "eslint-plugin-import": "2.28.0", |
92 |
| - "eslint-plugin-jsdoc": "46.4.6", |
| 89 | + "corifeus-builder": "^2023.10.139", |
| 90 | + "eslint": "^8.55.0", |
| 91 | + "eslint-plugin-import": "2.29.0", |
| 92 | + "eslint-plugin-jsdoc": "46.9.0", |
93 | 93 | "eslint-plugin-prefer-arrow": "1.2.3",
|
94 |
| - "jasmine-core": "~5.1.0", |
| 94 | + "jasmine-core": "~5.1.1", |
95 | 95 | "jasmine-spec-reporter": "~7.0.0",
|
96 | 96 | "karma": "~6.3.2",
|
97 | 97 | "karma-chrome-launcher": "~3.2.0",
|
98 | 98 | "karma-coverage-istanbul-reporter": "~3.0.3",
|
99 | 99 | "karma-jasmine": "~5.1.0",
|
100 | 100 | "karma-jasmine-html-reporter": "^2.1.0",
|
101 |
| - "ng-packagr": "^16.1.0", |
| 101 | + "ng-packagr": "^17.0.2", |
102 | 102 | "protractor": "~7.0.0",
|
103 | 103 | "ts-node": "~10.9.1",
|
104 |
| - "typescript": "~5.1.6", |
105 |
| - "webpack-bundle-analyzer": "^4.9.0" |
| 104 | + "typescript": "~5.2.2", |
| 105 | + "webpack-bundle-analyzer": "^4.10.1" |
106 | 106 | },
|
107 | 107 | "engines": {
|
108 | 108 | "node": ">=12.13.0"
|
|
0 commit comments