Skip to content

Commit 7039f7e

Browse files
chore: update peer dependencies to support multiple Angular versions
1 parent 566cce0 commit 7039f7e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

projects/angular-vlibras/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
},
1313
"public": true,
1414
"peerDependencies": {
15-
"@angular/common": "^21.1.0",
16-
"@angular/core": "^21.1.0"
15+
"@angular/common": "^18.0.0 || ^19.0.0 || ^20.0.0 || ^21.0.0",
16+
"@angular/core": "^18.0.0 || ^19.0.0 || ^20.0.0 || ^21.0.0"
1717
},
1818
"dependencies": {
1919
"tslib": "^2.3.0"

0 commit comments

Comments
 (0)