We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 808479b + 60b5eaa commit 6a5d6c6Copy full SHA for 6a5d6c6
2 files changed
package.json
@@ -42,6 +42,7 @@
42
"devDependencies": {
43
"body-parser": "^1.18.3",
44
"broccoli-asset-rev": "^3.0.0",
45
+ "broccoli-file-creator": "^1.1.1",
46
"broccoli-test-helper": "^1.5.0",
47
"chai": "^4.1.2",
48
"chai-fs": "^2.0.0",
@@ -75,8 +76,10 @@
75
76
"release-it": "^12.0.1",
77
"release-it-lerna-changelog": "^1.0.2",
78
"request": "^2.88.0",
- "rsvp": "^4.8.3",
79
- "broccoli-file-creator": "^1.1.1"
+ "rsvp": "^4.8.3"
80
+ },
81
+ "resolutions": {
82
+ "**/engine.io": "~3.3.0"
83
},
84
"engines": {
85
"node": "6.* || 8.* || >= 10.*"
0 commit comments