File tree 3 files changed +119
-214
lines changed
3 files changed +119
-214
lines changed Original file line number Diff line number Diff line change @@ -63,6 +63,8 @@ module.exports = async function () {
63
63
npm : {
64
64
devDependencies : {
65
65
'ember-source' : await getChannelURL ( 'beta' ) ,
66
+ 'ember-auto-import' : '^2.0.0' ,
67
+ webpack : '^5.0.0' ,
66
68
} ,
67
69
} ,
68
70
} ,
@@ -71,6 +73,8 @@ module.exports = async function () {
71
73
npm : {
72
74
devDependencies : {
73
75
'ember-source' : await getChannelURL ( 'canary' ) ,
76
+ 'ember-auto-import' : '^2.0.0' ,
77
+ webpack : '^5.0.0' ,
74
78
} ,
75
79
} ,
76
80
} ,
Original file line number Diff line number Diff line change 78
78
"qunit-dom" : " ^1.6.0" ,
79
79
"sass" : " ^1.22.12" ,
80
80
"sinon" : " ^11.0.0" ,
81
+ "testem" : " ^3.4.2" ,
81
82
"typescript" : " ~3.9.5"
82
83
},
83
84
"keywords" : [
102
103
"ember-compatibility-helpers" : " ^1.2.0" ,
103
104
"ember-destroyable-polyfill" : " ^2.0.2"
104
105
},
106
+ "resolutions" : {
107
+ "socket.io" : " 4.2.0"
108
+ },
105
109
"ember" : {
106
110
"edition" : " octane"
107
111
},
You can’t perform that action at this time.
0 commit comments