Skip to content

Commit c158f69

Browse files
author
Gérard Collin
committed
fix: updated peerdependencies
1 parent 53dce26 commit c158f69

20 files changed

Lines changed: 288 additions & 285 deletions

File tree

common/config/rush/pnpm-lock.yaml

Lines changed: 193 additions & 190 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libs/dc-workflow/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@angular/platform-browser": "^21.2.7",
3737
"@angular/platform-browser-dynamic": "^21.2.7",
3838
"@angular/router": "^21.2.7",
39-
"@angular/cdk": "^20.2.4",
39+
"@angular/cdk": "^21.2.5",
4040
"rxjs": "^7.8.2",
4141
"primeng": "^21.1.5",
4242
"@primeuix/themes": "^2.0.3",

libs/dc-workflow/projects/dc-workflow/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
{
22
"name": "dont-code-workflow",
3-
"version": "0.6.4",
3+
"version": "0.7.0",
44
"repository": {
55
"url": "https://github.com/dont-code/ng-xtend.git"
66
},
77
"peerDependencies": {
8-
"@angular/animations": "^20.2.3",
9-
"@angular/common": "^20.2.3",
10-
"@angular/compiler": "^20.2.3",
11-
"@angular/core": "^20.2.3",
12-
"@angular/forms": "^20.2.3",
13-
"@angular/platform-browser": "^20.2.3",
14-
"@angular/platform-browser-dynamic": "^20.2.3",
15-
"@angular/router": "^20.2.3",
8+
"@angular/animations": "^21.2.7",
9+
"@angular/common": "^21.2.7",
10+
"@angular/compiler": "^21.2.7",
11+
"@angular/core": "^21.2.7",
12+
"@angular/forms": "^21.2.7",
13+
"@angular/platform-browser": "^21.2.7",
14+
"@angular/platform-browser-dynamic": "^21.2.7",
15+
"@angular/router": "^21.2.7",
1616
"xt-type": ">= 0.10.4",
17-
"xt-store": ">= 0.6.4",
18-
"xt-components": ">= 0.6.4",
17+
"xt-store": ">= 0.7.0",
18+
"xt-components": ">= 0.7.0",
1919
"rxjs": "~7.8.2"
2020
},
2121
"dependencies": {

libs/xt-components/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@angular/platform-browser": "^21.2.7",
2727
"@angular/platform-browser-dynamic": "^21.2.7",
2828
"@angular/router": "^21.2.7",
29-
"@angular/cdk": "^20.2.4",
29+
"@angular/cdk": "^21.2.5",
3030
"rxjs": "^7.8.2",
3131
"primeng": "^21.1.5",
3232
"xt-type": "workspace:^",
@@ -49,7 +49,7 @@
4949
"vite": "^8.0.3",
5050
"vitest": "^4.1.2",
5151
"@primeuix/utils": "^0.7.1",
52-
"@primeuix/styles": "^1.2.3",
52+
"@primeuix/styles": "^2.0.3",
5353
"@primeuix/styled": "^0.7.2"
5454
}
5555
}

libs/xt-components/projects/xt-components/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@
55
"url": "https://github.com/dont-code/ng-xtend.git"
66
},
77
"peerDependencies": {
8-
"@angular/animations": "^20.2.3",
9-
"@angular/common": "^20.2.3",
10-
"@angular/compiler": "^20.2.3",
11-
"@angular/core": "^20.2.3",
12-
"@angular/forms": "^20.2.3",
13-
"@angular/platform-browser": "^20.2.3",
14-
"@angular/platform-browser-dynamic": "^20.2.3",
15-
"@angular/router": "^20.2.3",
8+
"@angular/animations": "^21.0.0",
9+
"@angular/common": "^21.0.0",
10+
"@angular/compiler": "^21.0.0",
11+
"@angular/core": "^21.0.0",
12+
"@angular/forms": "^21.0.0",
13+
"@angular/platform-browser": "^21.0.0",
14+
"@angular/platform-browser-dynamic": "^21.0.0",
15+
"@angular/router": "^21.0.0",
1616
"xt-type": ">= 0.10.4",
1717
"rxjs": "~7.8.2",
18-
"primeng": "^20.0.1",
18+
"primeng": "^21.0.0",
1919
"primeicons": "^7.0.0"
2020
},
2121
"dependencies": {

libs/xt-plugin-sample/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@angular/platform-browser": "^21.2.7",
2727
"@angular/platform-browser-dynamic": "^21.2.7",
2828
"@angular/router": "^21.2.7",
29-
"@angular/cdk": "^20.2.4",
29+
"@angular/cdk": "^21.2.5",
3030
"xt-components": "workspace:^",
3131
"xt-type": "workspace:^",
3232
"rxjs": "^7.8.2",

libs/xt-plugin-sample/projects/sample/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,21 @@
1010
"url": "https://github.com/dont-code/ng-xtend.git"
1111
},
1212
"peerDependencies": {
13-
"@angular/animations": "^20.0.0",
14-
"@angular/common": "^20.0.0",
15-
"@angular/compiler": "^20.0.0",
16-
"@angular/core": "^20.0.0",
17-
"@angular/forms": "^20.0.0",
18-
"@angular/platform-browser": "^20.0.0",
19-
"@angular/platform-browser-dynamic": "^20.0.0",
20-
"@angular/router": "^20.0.0",
21-
"xt-components": ">= 0.6.4",
13+
"@angular/animations": "^21.0.0",
14+
"@angular/common": "^21.0.0",
15+
"@angular/compiler": "^21.0.0",
16+
"@angular/core": "^21.0.0",
17+
"@angular/forms": "^21.0.0",
18+
"@angular/platform-browser": "^21.0.0",
19+
"@angular/platform-browser-dynamic": "^21.0.0",
20+
"@angular/router": "^21.0.0",
21+
"xt-components": ">= 0.7.0",
2222
"rxjs": "^7.8.0",
23-
"primeng": "^20.0.0",
23+
"primeng": "^21.0.0",
2424
"primeicons": "^7.0.0"
2525
},
2626
"dependencies": {
27-
"tslib": "^2.3.0"
27+
"tslib": "^2.8.1"
2828
},
2929
"sideEffects": false
3030
}

libs/xt-store/projects/store/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"url": "https://github.com/dont-code/ng-xtend.git"
66
},
77
"peerDependencies": {
8-
"@angular/common": "^20.0.0",
8+
"@angular/common": "^21.0.0",
99
"@angular/core": "^20.0.0",
1010
"xt-type": ">= 0.10.4"
1111
},

plugins/xt-agenda/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@angular/platform-browser": "^21.2.7",
2727
"@angular/platform-browser-dynamic": "^21.2.7",
2828
"@angular/router": "^21.2.7",
29-
"@angular/cdk": "^20.2.4",
29+
"@angular/cdk": "^21.2.5",
3030
"xt-components": "workspace:^",
3131
"xt-plugin-default": "workspace:^",
3232
"xt-type": "workspace:^",

plugins/xt-agenda/projects/agenda/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,21 @@
55
"url": "https://github.com/dont-code/ng-xtend.git"
66
},
77
"peerDependencies": {
8-
"@angular/animations": "^20.0.0",
9-
"@angular/common": "^20.0.0",
10-
"@angular/compiler": "^20.0.0",
11-
"@angular/core": "^20.0.0",
12-
"@angular/forms": "^20.0.0",
13-
"@angular/platform-browser": "^20.0.0",
14-
"@angular/platform-browser-dynamic": "^20.0.0",
15-
"@angular/router": "^20.0.0",
16-
"xt-components": ">= 0.6.4",
8+
"@angular/animations": "^21.0.0",
9+
"@angular/common": "^21.0.0",
10+
"@angular/compiler": "^21.0.0",
11+
"@angular/core": "^21.0.0",
12+
"@angular/forms": "^21.0.0",
13+
"@angular/platform-browser": "^21.0.0",
14+
"@angular/platform-browser-dynamic": "^21.0.0",
15+
"@angular/router": "^21.0.0",
16+
"xt-components": ">= 0.7.0",
1717
"rxjs": "^7.8.0",
18-
"primeng": "^20.0.0",
18+
"primeng": "^21.0.0",
1919
"primeicons": "^7.0.0"
2020
},
2121
"dependencies": {
22-
"tslib": "^2.3.0"
22+
"tslib": "^2.8.1"
2323
},
2424
"sideEffects": false
2525
}

0 commit comments

Comments
 (0)