mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-25 09:03:12 +03:00
Update dependency ember-simple-auth to v4 (#2085)
- Update dependency ember-simple-auth to v4 - Removed `setup-session-service` initializer as it's no longer needed/present in v4 Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Kevin Ansfield <kevin@lookingsideways.co.uk>
This commit is contained in:
parent
0613f5eacb
commit
e5f6e63309
@ -3,7 +3,6 @@ import ENV from '../config/environment';
|
||||
import ghostPaths from '../utils/ghost-paths';
|
||||
import setupSession from 'ember-simple-auth/initializers/setup-session';
|
||||
import setupSessionRestoration from 'ember-simple-auth/initializers/setup-session-restoration';
|
||||
import setupSessionService from 'ember-simple-auth/initializers/setup-session-service';
|
||||
|
||||
export default {
|
||||
name: 'ember-simple-auth',
|
||||
@ -13,7 +12,6 @@ export default {
|
||||
Configuration.load(config);
|
||||
|
||||
setupSession(registry);
|
||||
setupSessionService(registry);
|
||||
setupSessionRestoration(registry);
|
||||
}
|
||||
};
|
||||
|
@ -100,7 +100,7 @@
|
||||
"ember-power-select": "4.1.5",
|
||||
"ember-resolver": "8.0.3",
|
||||
"ember-route-action-helper": "2.0.8",
|
||||
"ember-simple-auth": "3.1.0",
|
||||
"ember-simple-auth": "4.0.0",
|
||||
"ember-sinon": "5.0.0",
|
||||
"ember-source": "3.21.3",
|
||||
"ember-svg-jar": "2.3.3",
|
||||
|
@ -6933,10 +6933,10 @@ ember-router-generator@^2.0.0:
|
||||
"@babel/traverse" "^7.4.5"
|
||||
recast "^0.18.1"
|
||||
|
||||
ember-simple-auth@3.1.0:
|
||||
version "3.1.0"
|
||||
resolved "https://registry.yarnpkg.com/ember-simple-auth/-/ember-simple-auth-3.1.0.tgz#e8abe27f6c3c44f46ebacace57364e82223bab9a"
|
||||
integrity sha512-JS8NtYAlSftkoQh36Kxps6iLHTP/InIgKt8w21QBHCTqDx07af4aka59GojaBvc+8GubQuGKldk6vvw3R8bwxA==
|
||||
ember-simple-auth@4.0.0:
|
||||
version "4.0.0"
|
||||
resolved "https://registry.yarnpkg.com/ember-simple-auth/-/ember-simple-auth-4.0.0.tgz#03efe3272f3f3ff9cd1646ce16189a1a1275f69e"
|
||||
integrity sha512-OrVsAs+w9HJx8V1dlxcCuhkvwwaOjkD2rzetGqmsuUNNrBb1zghLmeKNeaQj4XIML4fungmCHh0o7MI/hq/y8Q==
|
||||
dependencies:
|
||||
base-64 "^0.1.0"
|
||||
broccoli-file-creator "^2.0.0"
|
||||
|
Loading…
Reference in New Issue
Block a user