Skip to content

Commit

Permalink
Upgrade ember-fetch & ember-simple-auth (see description)
Browse files Browse the repository at this point in the history
Known issue breaks app but can be resolved by upgrading: ember-cli/ember-fetch#547
  • Loading branch information
aatauil committed Jun 4, 2021
1 parent c0b46ae commit c02a6c0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@
"ember-data": "~3.15.0",
"ember-data-table": "^1.2.2",
"ember-export-application-global": "^2.0.1",
"ember-fetch": "^7.0.0",
"ember-fetch": "^8.0.5",
"ember-load-initializers": "^2.1.1",
"ember-maybe-import-regenerator": "^0.1.6",
"ember-power-select": "^3.0.6",
"ember-qunit": "^4.6.0",
"ember-resolver": "^7.0.0",
"ember-simple-auth": "^2.1.1",
"ember-simple-auth": "^3.1.0",
"ember-source": "~3.15.0",
"eslint-plugin-ember": "^7.7.1",
"eslint-plugin-node": "^10.0.0",
Expand All @@ -75,5 +75,8 @@
},
"dependencies": {
"ember-moment": "^8.0.0"
},
"resolutions": {
"whatwg-fetch": "3.3.1"
}
}

0 comments on commit c02a6c0

Please sign in to comment.