Skip to content

Commit

Permalink
Fix peer dependencies versions
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtek1150 committed Jun 28, 2024
1 parent fb70f86 commit 42aad9b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions packages/jsonforms-zorro-wrapper/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@wojtek1150/jsonforms-zorro-wrapper",
"author": "Wojciech Parys",
"version": "1.2.0",
"version": "1.2.1",
"homepage": "https://wojtek1150.github.io/json-forms-zorro-wrapper/",
"repository": {
"type": "git",
Expand All @@ -19,15 +19,15 @@
"angular"
],
"peerDependencies": {
"@angular/animations": ">=17",
"@angular/common": ">=17",
"@angular/forms": ">=17",
"@angular/core": ">=17",
"@angular/platform-browser": ">=17",
"@angular/animations": "17",
"@angular/common": "17",
"@angular/forms": "17",
"@angular/core": "17",
"@angular/platform-browser": "17",
"ajv": "^8.12.0",
"ajv-formats": "^2.1.1",
"ng-zorro-antd": ">=17",
"ngx-quill": ">=25.3.1",
"ng-zorro-antd": "17",
"ngx-quill": "25",
"lodash-es": "^4.17"
}
}

0 comments on commit 42aad9b

Please sign in to comment.