Skip to content

Commit

Permalink
chore(deps): update eslint to v5.62.0 (#453)
Browse files Browse the repository at this point in the history
Signed-off-by: Todd Baert <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Todd Baert <[email protected]>
  • Loading branch information
renovate[bot] and toddbaert authored Jul 10, 2023
1 parent 626cda8 commit 6e3387d
Show file tree
Hide file tree
Showing 6 changed files with 108 additions and 108 deletions.
2 changes: 1 addition & 1 deletion libs/providers/flagd-web/schemas
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { CallbackClient, Code, ConnectError, PromiseClient } from '@bufbuild/con
import { Struct } from '@bufbuild/protobuf';
import { Client, ErrorCode, JsonValue, OpenFeature, ProviderEvents, StandardResolutionReasons } from '@openfeature/web-sdk';
import fetchMock from 'jest-fetch-mock';
import { Service } from '../proto/ts/schema/v1/schema_connectweb';
import { Service } from '../proto/ts/schema/v1/schema_connect';
import { AnyFlag, EventStreamResponse, ResolveAllResponse } from '../proto/ts/schema/v1/schema_pb';
import { FlagdWebProvider } from './flagd-web-provider';

Expand Down
2 changes: 1 addition & 1 deletion libs/providers/flagd-web/src/lib/flagd-web-provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import {
StandardResolutionReasons,
TypeMismatchError,
} from '@openfeature/web-sdk';
import { Service } from '../proto/ts/schema/v1/schema_connectweb';
import { Service } from '../proto/ts/schema/v1/schema_connect';
import { AnyFlag } from '../proto/ts/schema/v1/schema_pb';
import { FlagdProviderOptions, getOptions } from './options';

Expand Down
2 changes: 1 addition & 1 deletion libs/providers/flagd/schemas
Loading

0 comments on commit 6e3387d

Please sign in to comment.