Skip to content

Commit 7abe449

Browse files
author
Raphael Balet
committed
core - update
1 parent 492efdd commit 7abe449

File tree

3 files changed

+27
-26
lines changed

3 files changed

+27
-26
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ Choose the version corresponding to your Angular version:
3030

3131
| Angular | @ngx-translate/core | ngx-translate-multi-http-loader |
3232
| ------- | ------------------- | ------------------------------- |
33+
| 15 | 15.x+ | 9.x+ |
3334
| 14 | 14.x+ | 8.x+ |
3435
| 13 | 14.x+ | 7.x+ |
3536
| 6 | 10.x+ | 1.x+ |

package.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-translate-multi-http-loader",
3-
"version": "9.3.0",
3+
"version": "9.3.1",
44
"license": "MIT",
55
"author": "Raphael Balet",
66
"maintainers": [
@@ -10,36 +10,36 @@
1010
"publish": "ng build ngx-translate-multi-http-loader --configuration production && npm publish ./dist/ngx-translate-multi-http-loader"
1111
},
1212
"dependencies": {
13-
"@angular/common": "^15.0.3",
14-
"@angular/core": "^15.0.3",
13+
"@angular/common": "^15.1.3",
14+
"@angular/core": "^15.1.3",
1515
"@ngx-translate/core": "^14.0.0",
16-
"deepmerge-ts": "^4.2.2",
17-
"rxjs": "^7.6.0",
18-
"tslib": "2.4.1"
16+
"deepmerge-ts": "^4.3.0",
17+
"rxjs": "^7.8.0",
18+
"tslib": "2.5.0"
1919
},
2020
"devDependencies": {
21-
"@angular-devkit/build-angular": "^15.0.3",
22-
"@angular-eslint/builder": "15.1.0",
23-
"@angular-eslint/eslint-plugin": "15.1.0",
24-
"@angular-eslint/eslint-plugin-template": "15.1.0",
25-
"@angular-eslint/schematics": "15.1.0",
26-
"@angular-eslint/template-parser": "15.1.0",
27-
"@angular/cli": "^15.0.3",
28-
"@angular/compiler-cli": "^15.0.3",
21+
"@angular-devkit/build-angular": "^15.1.4",
22+
"@angular-eslint/builder": "15.2.0",
23+
"@angular-eslint/eslint-plugin": "15.2.0",
24+
"@angular-eslint/eslint-plugin-template": "15.2.0",
25+
"@angular-eslint/schematics": "15.2.0",
26+
"@angular-eslint/template-parser": "15.2.0",
27+
"@angular/cli": "^15.1.4",
28+
"@angular/compiler-cli": "^15.1.3",
2929
"@types/jasmine": "^4.3.1",
3030
"@types/jasminewd2": "^2.0.10",
31-
"@types/node": "^18.11.12",
32-
"@typescript-eslint/eslint-plugin": "5.46.0",
33-
"@typescript-eslint/parser": "5.46.0",
34-
"eslint": "^8.29.0",
31+
"@types/node": "^18.13.0",
32+
"@typescript-eslint/eslint-plugin": "5.51.0",
33+
"@typescript-eslint/parser": "5.51.0",
34+
"eslint": "^8.33.0",
3535
"jasmine-core": "^4.5.0",
3636
"jasmine-spec-reporter": "^7.0.0",
3737
"karma": "^6.4.1",
3838
"karma-chrome-launcher": "~3.1.1",
3939
"karma-coverage-istanbul-reporter": "^3.0.3",
4040
"karma-jasmine": "^5.1.0",
4141
"karma-jasmine-html-reporter": "^2.0.0",
42-
"ng-packagr": "^15.0.3",
43-
"typescript": "4.8.4"
42+
"ng-packagr": "^15.1.1",
43+
"typescript": "4.9.5"
4444
}
4545
}

projects/multi-http-loader/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-translate-multi-http-loader",
3-
"version": "9.3.0",
3+
"version": "9.3.1",
44
"license": "MIT",
55
"author": "Raphael Balet",
66
"maintainers": [
@@ -20,13 +20,13 @@
2020
"url": "https://github.com/rbalet/ngx-translate-multi-http-loader"
2121
},
2222
"dependencies": {
23-
"tslib": "^2.4.1"
23+
"tslib": "^2.5.0"
2424
},
2525
"peerDependencies": {
26-
"@angular/common": ">=12.0.0",
27-
"@angular/core": ">=12.0.0",
26+
"@angular/common": ">=13.0.0",
27+
"@angular/core": ">=13.0.0",
2828
"@ngx-translate/core": ">=14.0.0",
29-
"deepmerge-ts": "^4.2.2",
30-
"rxjs": "^7.5.7"
29+
"deepmerge-ts": "^4.3.0",
30+
"rxjs": "^7.8.0"
3131
}
3232
}

0 commit comments

Comments
 (0)