Skip to content

Commit

Permalink
fix ember-try scenarios
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeAstapov committed Oct 5, 2024
1 parent 653f59b commit 6092513
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"@babel/core": "^7.25.2",
"body-parser": "1.20.3",
"body-parser": "^1.20.3",
"ember-auto-import": "^2.8.1",
"ember-cli-babel": "^8.2.0",
"fastboot": "^3.0.3 || ^4.1.5",
Expand Down
2 changes: 2 additions & 0 deletions tests/dummy/config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ module.exports = async function () {
'ember-source': '~3.20.7',
'ember-data': '~3.20.5',
'ember-qunit': '^5.1.5',
'ember-resolver': '^10.0.0',
},
// ember-cli-fastboot v3 incorrectly passed args to json-stable-stringify
// which results in TypeError in latest versions of json-stable-stringify,
Expand All @@ -89,6 +90,7 @@ module.exports = async function () {
'ember-cli-fastboot': '^2.0.0',
'ember-data': '~3.20.5',
'ember-qunit': '^5.1.5',
'ember-resolver': '^10.0.0',
'ember-source': '~3.20.7',
},
// ember-cli-fastboot v3 incorrectly passed args to json-stable-stringify
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3886,7 +3886,7 @@ blueimp-md5@^2.10.0:
resolved "https://registry.yarnpkg.com/blueimp-md5/-/blueimp-md5-2.19.0.tgz#b53feea5498dcb53dc6ec4b823adb84b729c4af0"
integrity sha512-DRQrD6gJyy8FbiE4s+bDoXS9hiW3Vbx5uCdwvcCf3zLHL+Iv7LtGHLpr+GZV8rHG8tK766FGYBwRbu8pELTt+w==

[email protected]:
[email protected], body-parser@^1.20.3:
version "1.20.3"
resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.20.3.tgz#1953431221c6fb5cd63c4b36d53fab0928e548c6"
integrity sha512-7rAxByjUMqQ3/bHJy7D6OGXvx/MMc4IqBn/X0fcM1QUcAItpZrBEYhWGem+tzXH90c+G01ypMcYJBO9Y30203g==
Expand Down

0 comments on commit 6092513

Please sign in to comment.