Skip to content

Commit

Permalink
chore: remove webpack as devDeps
Browse files Browse the repository at this point in the history
  • Loading branch information
GreatWizard committed May 2, 2022
1 parent 4b009b5 commit 195c30f
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 281 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
with:
package-manager: yarn
ember-try-scenarios: "[
'ember-lts-3.20',
'ember-lts-3.24',
'ember-lts-3.28',
'ember-release',
'ember-beta',
'ember-canary',
Expand Down
17 changes: 13 additions & 4 deletions config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@ module.exports = async function () {
useYarn: true,
scenarios: [
{
name: 'ember-lts-3.20',
name: 'ember-lts-3.24',
npm: {
devDependencies: {
'ember-source': '~3.20.5',
'ember-source': '~3.24.3',
},
},
},
{
name: 'ember-lts-3.24',
name: 'ember-lts-3.28',
npm: {
devDependencies: {
'ember-source': '~3.24.3',
'ember-source': '~3.28.0',
},
},
},
Expand All @@ -31,22 +31,31 @@ module.exports = async function () {
},
devDependencies: {
'ember-source': await getChannelURL('release'),
webpack: '^5.0.0',
},
},
},
{
name: 'ember-beta',
npm: {
dependencies: {
'ember-auto-import': '^2.0.0',
},
devDependencies: {
'ember-source': await getChannelURL('beta'),
webpack: '^5.0.0',
},
},
},
{
name: 'ember-canary',
npm: {
dependencies: {
'ember-auto-import': '^2.0.0',
},
devDependencies: {
'ember-source': await getChannelURL('canary'),
webpack: '^5.0.0',
},
},
},
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,7 @@
"npm-run-all": "^4.1.5",
"prettier": "^2.3.2",
"qunit": "^2.16.0",
"qunit-dom": "^2.0.0",
"webpack": "^5.38.1"
"qunit-dom": "^2.0.0"
},
"resolutions": {
"clean-css": "4.2.1"
Expand Down
Loading

0 comments on commit 195c30f

Please sign in to comment.