Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
Update dependency ember-simple-auth to v2 (#1449)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <renovatebot@gmail.com>
  • Loading branch information
2 people authored and kevinansfield committed Jan 7, 2020
1 parent 36018c7 commit 4efee29
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
4 changes: 0 additions & 4 deletions app/adapters/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ export default RESTAdapter.extend(DataAdapterMixin, AjaxServiceSupport, {
return false;
},

authorize(/*xhr*/) {
// noop - we're using server-side session cookies
},

query(store, type, query) {
let id;

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"ember-power-select": "2.3.5",
"ember-resolver": "7.0.0",
"ember-route-action-helper": "2.0.7",
"ember-simple-auth": "1.9.2",
"ember-simple-auth": "2.1.1",
"ember-sinon": "4.1.1",
"ember-source": "3.15.0",
"ember-sticky-element": "0.2.3",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5798,10 +5798,10 @@ ember-router-generator@^2.0.0:
"@babel/traverse" "^7.4.5"
recast "^0.18.1"

ember-simple-auth@1.9.2:
version "1.9.2"
resolved "https://registry.yarnpkg.com/ember-simple-auth/-/ember-simple-auth-1.9.2.tgz#ee8b1b0ec4c5c0e08bc94560cb90552d4ae7fd5d"
integrity sha512-WTG2uGe8+TIfwsy5eaS7uIszEmyQ/pjKLUMjyq6YYkU9d9erSXVRiuO4h46OxTEbVI3c17mjAu/4kTxc+BOFZw==
ember-simple-auth@2.1.1:
version "2.1.1"
resolved "https://registry.yarnpkg.com/ember-simple-auth/-/ember-simple-auth-2.1.1.tgz#c9624485193304f7767ce9a0c9353eae9a4f7325"
integrity sha512-VrX09hZGGk/PuDmaVDEfRf46tNBJF8FJR6nszvY3rmmB1+tGrzeyHOZTyY7+mcAQfsyZAS71gs6twjxYKCquGQ==
dependencies:
base-64 "^0.1.0"
broccoli-file-creator "^2.0.0"
Expand Down

0 comments on commit 4efee29

Please sign in to comment.