Skip to content

Commit ea3374c

Browse files
committed
fix(deps): allow the use of component-emitter ^2
This already worked, it just wasn't explicitly allowed in package JSON. We'll stay on ^1 for now because ^2 dropped support for older browsers we still oficially support, ditching ^1 will be a major release.
1 parent 94d7e3d commit ea3374c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package-lock.json

Lines changed: 2 additions & 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
@@ -95,7 +95,7 @@
9595
},
9696
"peerDependencies": {
9797
"@egjs/hammerjs": "^2.0.0",
98-
"component-emitter": "^1.3.0",
98+
"component-emitter": "^1.3.0 || ^2.0.0",
9999
"keycharm": "^0.2.0 || ^0.3.0 || ^0.4.0",
100100
"uuid": "^3.4.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0",
101101
"vis-data": "^6.3.0 || ^7.0.0",

0 commit comments

Comments
 (0)