Skip to content

Commit

Permalink
fix floating dependencies tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaurav0 committed Feb 4, 2023
1 parent 8e5f499 commit 127a02e
Show file tree
Hide file tree
Showing 4 changed files with 53 additions and 141 deletions.
3 changes: 2 additions & 1 deletion packages/classic-test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"devDependencies": {
"@ember/optional-features": "^2.0.0",
"@ember/test-helpers": "~2.7.0",
"@ember/legacy-built-in-components": "^0.4.1",
"@glimmer/component": "^1.0.0",
"@glimmer/tracking": "^1.0.0",
"babel-eslint": "^10.1.0",
Expand All @@ -39,7 +40,7 @@
"ember-cli-terser": "4.0.2",
"ember-data": "~4.4.0",
"ember-disable-prototype-extensions": "^1.1.2",
"ember-engines": "^0.8.22",
"ember-engines": "^0.9.0",
"ember-export-application-global": "^2.0.1",
"ember-fetch": "^8.0.1",
"ember-load-initializers": "^2.1.1",
Expand Down
32 changes: 13 additions & 19 deletions packages/ember-simple-auth/config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ module.exports = function() {
'ember-source': '~3.12.0',
'ember-inflector': '~3.0.1',
'@ember/string': '~3.0.1',
"torii": "^0.10.0"
"torii": "^0.10.0",
"ember-engines": "0.8.21",
"@ember/legacy-built-in-components": null,
},
},
},
Expand All @@ -37,7 +39,9 @@ module.exports = function() {
'ember-source': '~3.16.0',
'ember-inflector': '~3.0.1',
'@ember/string': '~3.0.1',
"torii": "^0.10.0"
"torii": "^0.10.0",
"ember-engines": "0.8.21",
"@ember/legacy-built-in-components": null,
},
},
},
Expand All @@ -50,7 +54,9 @@ module.exports = function() {
'ember-source': '~3.20.0',
'ember-inflector': '~3.0.1',
'@ember/string': '~3.0.1',
"torii": "^0.10.0"
"torii": "^0.10.0",
"ember-engines": "0.8.21",
"@ember/legacy-built-in-components": null,
},
},
},
Expand All @@ -61,6 +67,8 @@ module.exports = function() {
'ember-cli': '~3.28.0',
'ember-data': '~3.24.0',
'ember-source': '~3.24.0',
"ember-engines": "0.8.21",
"@ember/legacy-built-in-components": null,
},
},
},
Expand All @@ -87,7 +95,6 @@ module.exports = function() {
'ember-qunit': '^5.1.4',
qunit: '^2.17.2',
'ember-cli-app-version': '~5.0.0',
'@ember/legacy-built-in-components': "~0.4.0",
},
},
},
Expand All @@ -104,7 +111,6 @@ module.exports = function() {
'ember-qunit': '^5.1.4',
qunit: '^2.17.2',
'ember-cli-app-version': '~5.0.0',
'@ember/legacy-built-in-components': "~0.4.0",
},
},
},
Expand All @@ -121,7 +127,6 @@ module.exports = function() {
'ember-qunit': '^5.1.4',
qunit: '^2.17.2',
'ember-cli-app-version': '~5.0.0',
'@ember/legacy-built-in-components': "~0.4.0",
},
},
},
Expand All @@ -138,7 +143,6 @@ module.exports = function() {
'ember-qunit': '^5.1.4',
qunit: '^2.17.2',
'ember-cli-app-version': '~5.0.0',
'@ember/legacy-built-in-components': "~0.4.0",
},
},
},
Expand All @@ -155,7 +159,6 @@ module.exports = function() {
'ember-qunit': '^5.1.4',
qunit: '^2.17.2',
'ember-cli-app-version': '~5.0.0',
'@ember/legacy-built-in-components': "~0.4.0",
},
},
},
Expand All @@ -172,7 +175,6 @@ module.exports = function() {
'ember-qunit': '^5.1.4',
qunit: '^2.17.2',
'ember-cli-app-version': '~5.0.0',
'@ember/legacy-built-in-components': "~0.4.0",
},
},
},
Expand All @@ -182,16 +184,8 @@ module.exports = function() {
devDependencies: {}
}
},
embroiderSafe({
npm: {
devDependencies: {}
}
}),
embroiderOptimized({
npm: {
devDependencies: {}
}
})
embroiderSafe(),
embroiderOptimized()
]
};
});
Expand Down
3 changes: 2 additions & 1 deletion packages/test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"test:fastboot": "ember fastboot:test"
},
"devDependencies": {
"@ember/legacy-built-in-components": "^0.4.1",
"@ember/optional-features": "^2.0.0",
"@ember/test-helpers": "~2.7.0",
"@glimmer/component": "^1.0.0",
Expand All @@ -40,7 +41,7 @@
"ember-cli-terser": "4.0.2",
"ember-data": "~4.4.0",
"ember-disable-prototype-extensions": "^1.1.2",
"ember-engines": "^0.8.22",
"ember-engines": "^0.9.0",
"ember-export-application-global": "^2.0.1",
"ember-fetch": "^8.0.1",
"ember-load-initializers": "^2.1.1",
Expand Down
Loading

0 comments on commit 127a02e

Please sign in to comment.