Skip to content

Commit db159b2

Browse files
authored
feat(ng-keyboard-sort): update to Angular 19.1 (#144)
1 parent 649d3ab commit db159b2

File tree

5 files changed

+2478
-2157
lines changed

5 files changed

+2478
-2157
lines changed

.github/workflows/pages.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: |
4040
mkdir _site
4141
cd repo
42-
BRANCHES="$(git branch -r --format='%(refname:lstrip=3)')"
42+
BRANCHES="$(git branch -r --format='%(refname:lstrip=3)' | fgrep -v HEAD)"
4343
echo "Building:"
4444
echo "${BRANCHES}" | sed 's/^/ 🟢 /g'
4545
echo ''

libs/ng-keyboard-sort/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
"directory": "libs/ng-keyboard-sort"
1010
},
1111
"peerDependencies": {
12-
"@angular/cdk": "^19.0.0",
13-
"@angular/common": "^19.0.0",
14-
"@angular/core": "^19.0.0",
15-
"rxjs": "^7.8.0"
12+
"@angular/cdk": "^19.1.1",
13+
"@angular/common": "^19.1.3",
14+
"@angular/core": "^19.1.3",
15+
"rxjs": "^7.8.1"
1616
},
1717
"keywords": [
1818
"angular",

0 commit comments

Comments
 (0)