Skip to content

Commit c3e5ff4

Browse files
authored
update to version 15 (#6)
1 parent 87a9e97 commit c3e5ff4

2 files changed

Lines changed: 8 additions & 7 deletions

File tree

README.md

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

2020
Angular | @themost/angular |
2121
--- | --- |
22+
15 | 15.x+
2223
14 | 14.x+
2324
13 | 13.x+
2425
12 | 12.x+

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
22
"name": "@themost/angular",
3-
"version": "14.1.0",
3+
"version": "15.1.0",
44
"description": "MOST Web Framework client module for angular",
55
"scripts": {
66
},
77
"peerDependencies": {
8-
"@angular/common": "^14",
9-
"@angular/core": "^14",
10-
"@angular/platform-browser": "^14",
11-
"@angular/platform-browser-dynamic": "^14",
8+
"@angular/common": "^15",
9+
"@angular/core": "^15",
10+
"@angular/platform-browser": "^15",
11+
"@angular/platform-browser-dynamic": "^15",
1212
"@themost/client": "^2",
1313
"@themost/xml": "^2",
1414
"core-js": "^3.21.1",
15-
"rxjs": "~7.5.0",
16-
"zone.js": "^0.11.4"
15+
"rxjs": "~7.8.0",
16+
"zone.js": "^0.12.0"
1717
},
1818
"repository": {
1919
"type": "git",

0 commit comments

Comments
 (0)