Skip to content

Commit

Permalink
fix(deps): widen peerDependency (#1480)
Browse files Browse the repository at this point in the history
* fix(deps): widen peerDependency

* fix: version
  • Loading branch information
adamdehaven authored Apr 10, 2024
1 parent d8ac430 commit 6a48a90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"vue-tsc": "^1.8.27"
},
"peerDependencies": {
"@kong/kongponents": "^8.126.2",
"@kong/kongponents": ">= ^8.126.2 || < 10",
"axios": "^1.6.5",
"vue": "<= 3.3.0"
},
Expand Down

0 comments on commit 6a48a90

Please sign in to comment.