Skip to content

Commit

Permalink
fix(deps): synchronize peer dep versions across packages (#1599)
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomaash authored Mar 21, 2023
1 parent ad51841 commit 7e0e10c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,12 @@
"peerDependencies": {
"@egjs/hammerjs": "^2.0.0",
"component-emitter": "^1.3.0",
"keycharm": "^0.3.0 || ^0.4.0",
"keycharm": "^0.2.0 || ^0.3.0 || ^0.4.0",
"moment": "^2.24.0",
"propagating-hammerjs": "^1.4.0 || ^2.0.0",
"uuid": "^3.4.0 || ^7.0.0 || ^8.0.0",
"uuid": "^3.4.0 || ^7.0.0 || ^8.0.0 || ^9.0.0",
"vis-data": "^6.3.0 || ^7.0.0",
"vis-util": "^3.0.0 || ^4.0.0 || ^5.0.0",
"vis-util": "^5.0.1",
"xss": "^1.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 7e0e10c

Please sign in to comment.