Skip to content

Commit 9267644

Browse files
authored
chore: upgrade dependencies (#41)
1 parent 50703c9 commit 9267644

File tree

3 files changed

+1512
-1417
lines changed

3 files changed

+1512
-1417
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ in a new tab, when clicked.)
6464
`valueClickHandlers` input.
6565

6666
A `ValueClickHandler` has two properties:
67-
6867
- `canHandle`: A function that returns `true` if the handler should apply to
6968
a given value.
7069
- `handler`: The function to execute when the value is clicked.

package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -32,36 +32,36 @@
3232
},
3333
"private": true,
3434
"dependencies": {
35-
"@angular/animations": "^20.0.1",
36-
"@angular/cdk": "^20.0.2",
37-
"@angular/common": "^20.0.1",
38-
"@angular/compiler": "^20.0.1",
39-
"@angular/core": "^20.0.1",
40-
"@angular/forms": "^20.0.1",
41-
"@angular/platform-browser": "^20.0.1",
42-
"@angular/platform-browser-dynamic": "^20.0.1",
43-
"@angular/router": "^20.0.1",
35+
"@angular/animations": "^20.3.0",
36+
"@angular/cdk": "^20.2.0",
37+
"@angular/common": "^20.3.0",
38+
"@angular/compiler": "^20.3.0",
39+
"@angular/core": "^20.3.0",
40+
"@angular/forms": "^20.3.0",
41+
"@angular/platform-browser": "^20.3.0",
42+
"@angular/platform-browser-dynamic": "^20.3.0",
43+
"@angular/router": "^20.3.0",
4444
"rxjs": "~7.8.0",
4545
"tslib": "^2.3.0",
4646
"zone.js": "~0.15.0"
4747
},
4848
"devDependencies": {
49-
"@angular/build": "^20.0.1",
50-
"@angular/cli": "^20.0.1",
51-
"@angular/compiler-cli": "^20.0.1",
52-
"@types/jasmine": "~5.1.0",
53-
"cpy-cli": "^5.0.0",
54-
"jasmine-core": "~5.2.0",
49+
"@angular/build": "^20.3.0",
50+
"@angular/cli": "^20.3.0",
51+
"@angular/compiler-cli": "^20.3.0",
52+
"@types/jasmine": "~5.1.13",
53+
"cpy-cli": "^6.0.0",
54+
"jasmine-core": "~5.13.0",
5555
"karma": "~6.4.0",
5656
"karma-chrome-launcher": "~3.2.0",
5757
"karma-coverage": "~2.2.0",
5858
"karma-jasmine": "~5.1.0",
5959
"karma-jasmine-html-reporter": "~2.1.0",
60-
"ng-packagr": "^20.0.0",
61-
"prettier": "^3.5.3",
60+
"ng-packagr": "^20.3.0",
61+
"prettier": "^3.7.4",
6262
"prettier-plugin-css-order": "^2.1.2",
63-
"prettier-plugin-organize-imports": "^4.1.0",
64-
"typescript": "~5.8.3"
63+
"prettier-plugin-organize-imports": "^4.3.0",
64+
"typescript": "~5.9.3"
6565
},
6666
"packageManager": "pnpm@10.7.1+sha512.2d92c86b7928dc8284f53494fb4201f983da65f0fb4f0d40baafa5cf628fa31dae3e5968f12466f17df7e97310e30f343a648baea1b9b350685dafafffdf5808"
6767
}

0 commit comments

Comments
 (0)