Skip to content

Commit bb5eaba

Browse files
committed
fix(ember): fix problem with ember-concurrency
upgrade ember-data to fix a problem with ember-concurrency machty/ember-concurrency#509
1 parent 2e7176f commit bb5eaba

File tree

2 files changed

+403
-271
lines changed

2 files changed

+403
-271
lines changed

ember/package.json

+3-4
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"ember-cli-terser": "^4.0.2",
6464
"ember-composable-helpers": "^5.0.0",
6565
"ember-concurrency": "^2.3.7",
66-
"ember-data": "~4.4.1",
66+
"ember-data": "~4.6.4",
6767
"ember-engines": "^0.8.23",
6868
"ember-export-application-global": "^2.0.1",
6969
"ember-fetch": "^8.1.2",
@@ -101,15 +101,14 @@
101101
"webpack": "^5.75.0"
102102
},
103103
"//": [
104-
"@babel/helper-get-function-arity: remove after https://github.com/cibernox/ember-power-select/pull/1562/ and ember-composable-helpers work without the dependency",
105104
"validated-changeset: remove validated-changeset resolution when https://github.com/poteto/ember-changeset/issues/650 is addressed",
106105
"@embroider/macros: needs to be resolved so no version under 1 gets used",
107-
"ember-data: remove after 4.8 upgrade"
106+
"ember-data: problem with ember-concurrency https://github.com/machty/ember-concurrency/issues/509"
108107
],
109108
"resolutions": {
110109
"validated-changeset": "^1.3.4",
111110
"@embroider/macros": "^1.10.0",
112-
"ember-data": "~4.4.1"
111+
"ember-data": "~4.6.4"
113112
},
114113
"engines": {
115114
"node": "16.* || >= 18"

0 commit comments

Comments
 (0)