Skip to content

Commit

Permalink
Merge pull request #142 from ember-polyfills/get-ci-green
Browse files Browse the repository at this point in the history
Fix CI
  • Loading branch information
NullVoxPopuli authored Aug 3, 2023
2 parents 63a701c + 03f90af commit ceb0cb0
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 166 deletions.
6 changes: 6 additions & 0 deletions config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ module.exports = async function () {
npm: {
devDependencies: {
'ember-source': await getChannelURL('release'),
'ember-cli': '^5.0.0',
'@glint/template': '^1.0.0',
},
},
},
Expand All @@ -47,6 +49,8 @@ module.exports = async function () {
},
devDependencies: {
'ember-source': await getChannelURL('beta'),
'@glint/template': '^1.0.0',
'ember-cli': '^5.0.0',
webpack: '^5.0.0',
},
},
Expand All @@ -59,6 +63,8 @@ module.exports = async function () {
},
devDependencies: {
'ember-source': await getChannelURL('canary'),
'@glint/template': '^1.0.0',
'ember-cli': '^5.0.0',
webpack: '^5.0.0',
},
},
Expand Down
13 changes: 6 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,16 @@
"peerDependencies": {
"ember-source": "^3.25.0 || >=4.0.0"
},
"resolutions": {
"@ember/test-helpers": "^2.6.0"
},
"devDependencies": {
"@commitlint/cli": "^16.2.3",
"@commitlint/config-conventional": "^16.2.1",
"@ember/optional-features": "^2.0.0",
"@ember/string": "^3.1.1",
"@ember/test-helpers": "^2.6.0",
"@ember/test-waiters": "^3.0.1",
"@ember/test-waiters": "~3.0.1",
"@embroider/macros": "^1.0.0",
"@embroider/test-setup": "^1.0.0",
"@glimmer/tracking": "^1.0.4",
Expand Down Expand Up @@ -72,16 +76,11 @@
"@typescript-eslint/eslint-plugin": "^5.16.0",
"@typescript-eslint/parser": "^5.16.0",
"babel-eslint": "^10.1.0",
"broccoli-asset-rev": "^3.0.0",
"ember-auto-import": "^2.4.1",
"ember-cli": "~4.2.0",
"ember-cli-dependency-checker": "^3.2.0",
"ember-cli-htmlbars": "^6.0.1",
"ember-cli-inject-live-reload": "^2.1.0",
"ember-cli-sri": "^2.1.1",
"ember-cli-terser": "^4.0.2",
"ember-disable-prototype-extensions": "^1.1.3",
"ember-export-application-global": "^2.0.1",
"ember-load-initializers": "^2.1.2",
"ember-page-title": "^7.0.0",
"ember-qunit": "^5.1.5",
Expand Down Expand Up @@ -123,7 +122,7 @@
]
},
"volta": {
"node": "16.13.2",
"node": "14.21.3",
"yarn": "1.22.17"
},
"engines": {
Expand Down
Loading

0 comments on commit ceb0cb0

Please sign in to comment.