Skip to content

Commit 409e047

Browse files
committed
fix(deps): allow uuid ^10 and ^11
We only use v4 which didn't changed so it's fine to allow our users to update.
1 parent 8679525 commit 409e047

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"@egjs/hammerjs": "^2.0.0",
6161
"component-emitter": "^1.3.0 || ^2.0.0",
6262
"keycharm": "^0.2.0 || ^0.3.0 || ^0.4.0",
63-
"uuid": "^3.4.0 || ^7.0.0 || ^8.0.0 || ^9.0.0",
63+
"uuid": "^3.4.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0",
6464
"vis-data": "^6.3.0 || ^7.0.0",
6565
"vis-util": "^5.0.1"
6666
},

0 commit comments

Comments
 (0)