Skip to content

Commit 6ac6713

Browse files
committed
downgrade to 5.7
1 parent 36d18a6 commit 6ac6713

File tree

3 files changed

+146
-72
lines changed

3 files changed

+146
-72
lines changed

packages/test-app/ember-cli-build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ module.exports = async function (defaults) {
1313
},
1414
});
1515

16-
setConfig(app, __dirname, { compatWith: '5.8' });
16+
setConfig(app, __dirname, { compatWith: '5.7' });
1717

1818
// Use `app.import` to add additional libraries to the generated
1919
// output files.

packages/test-app/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
"devDependencies": {
2121
"@babel/eslint-parser": "7.28.5",
2222
"@babel/plugin-transform-typescript": "7.28.5",
23-
"@ember-data/debug": "5.8.0",
24-
"@ember-data/request-utils": "^5.8.0",
23+
"@ember-data/debug": "5.7.0",
24+
"@ember-data/request-utils": "5.7.0",
2525
"@ember/legacy-built-in-components": "0.5.0",
2626
"@ember/optional-features": "2.2.0",
2727
"@ember/string": "3.1.1",
@@ -38,10 +38,10 @@
3838
"@types/qunit": "2.19.13",
3939
"@typescript-eslint/eslint-plugin": "8.46.3",
4040
"@typescript-eslint/parser": "8.46.3",
41-
"@warp-drive/core": "5.8.0",
42-
"@warp-drive/ember": "5.8.0",
43-
"@warp-drive/json-api": "5.8.0",
44-
"@warp-drive/legacy": "^5.8.0",
41+
"@warp-drive/core": "5.7.0",
42+
"@warp-drive/ember": "5.7.0",
43+
"@warp-drive/json-api": "5.7.0",
44+
"@warp-drive/legacy": "5.7.0",
4545
"body-parser": "2.2.0",
4646
"bootstrap": "5.3.8",
4747
"broccoli-asset-rev": "3.0.0",

0 commit comments

Comments
 (0)