From 98ff30f627a2464c178c76a92cc0a5e71ad8b4a2 Mon Sep 17 00:00:00 2001 From: Dave Cardwell Date: Fri, 25 Jan 2019 15:11:27 -0500 Subject: [PATCH] [@feathersjs/authentication-oauth2] Fix TypeScript version Error: feathersjs__authentication-oauth2 depends on passport-github but has a lower required TypeScript version. --- types/feathersjs__authentication-oauth2/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/feathersjs__authentication-oauth2/index.d.ts b/types/feathersjs__authentication-oauth2/index.d.ts index debbc3ba4c..65e8989ae9 100644 --- a/types/feathersjs__authentication-oauth2/index.d.ts +++ b/types/feathersjs__authentication-oauth2/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Jan Lohage // Nick Bolles // Definitions: https://github.com/feathersjs-ecosystem/feathers-typescript -// TypeScript Version: 2.3 +// TypeScript Version: 2.8 import * as self from '@feathersjs/authentication-oauth2'; import { Application, Paginated, Service } from '@feathersjs/feathers';