@os-team/profile 1.0.32 → 1.0.36
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/components/profile/ProfileConfigContext.js +1 -1
- package/dist/cjs/components/profile/ProfileContext.js +1 -1
- package/dist/cjs/components/profile/ProfileDrawer.js +1 -1
- package/dist/cjs/components/profile/ProfileUpdateNameModal.js +12 -9
- package/dist/cjs/components/profile/ProfileUpdateNameModal.js.map +1 -1
- package/dist/cjs/components/profile/ProfileUpdatePasswordModal.js +12 -9
- package/dist/cjs/components/profile/ProfileUpdatePasswordModal.js.map +1 -1
- package/dist/cjs/components/profile/ProtectedWrapper.js +28 -19
- package/dist/cjs/components/profile/ProtectedWrapper.js.map +1 -1
- package/dist/cjs/components/profile/UserAvatar.js +1 -1
- package/dist/cjs/components/profile/__generated__/ProfileDrawerSignOutMutation.graphql.js +7 -9
- package/dist/cjs/components/profile/__generated__/ProfileDrawerSignOutMutation.graphql.js.map +1 -1
- package/dist/cjs/components/profile/__generated__/ProfileDrawerUpdateAvatarMutation.graphql.js +7 -12
- package/dist/cjs/components/profile/__generated__/ProfileDrawerUpdateAvatarMutation.graphql.js.map +1 -1
- package/dist/cjs/components/profile/__generated__/ProfileUpdateNameModalMutation.graphql.js +7 -13
- package/dist/cjs/components/profile/__generated__/ProfileUpdateNameModalMutation.graphql.js.map +1 -1
- package/dist/cjs/components/profile/__generated__/ProfileUpdatePasswordModalMutation.graphql.js +7 -11
- package/dist/cjs/components/profile/__generated__/ProfileUpdatePasswordModalMutation.graphql.js.map +1 -1
- package/dist/cjs/components/profile/__generated__/ProtectedWrapperQuery.graphql.js +7 -13
- package/dist/cjs/components/profile/__generated__/ProtectedWrapperQuery.graphql.js.map +1 -1
- package/dist/cjs/components/session/SessionDrawer.js +1 -1
- package/dist/cjs/components/session/SessionDrawerContent.js +9 -7
- package/dist/cjs/components/session/SessionDrawerContent.js.map +1 -1
- package/dist/cjs/components/session/SessionList.js +1 -1
- package/dist/cjs/components/session/SessionListItem.js +1 -1
- package/dist/cjs/components/session/__generated__/SessionDrawerContentQuery.graphql.js +7 -34
- package/dist/cjs/components/session/__generated__/SessionDrawerContentQuery.graphql.js.map +1 -1
- package/dist/cjs/components/session/__generated__/SessionListDestroyAllOtherSessionsMutation.graphql.js +7 -9
- package/dist/cjs/components/session/__generated__/SessionListDestroyAllOtherSessionsMutation.graphql.js.map +1 -1
- package/dist/cjs/components/session/__generated__/SessionListItemDestroySessionMutation.graphql.js +7 -11
- package/dist/cjs/components/session/__generated__/SessionListItemDestroySessionMutation.graphql.js.map +1 -1
- package/dist/cjs/components/session/__generated__/SessionListItem_session.graphql.js +7 -1
- package/dist/cjs/components/session/__generated__/SessionListItem_session.graphql.js.map +1 -1
- package/dist/cjs/components/session/__generated__/SessionListRefetchQuery.graphql.js +7 -34
- package/dist/cjs/components/session/__generated__/SessionListRefetchQuery.graphql.js.map +1 -1
- package/dist/cjs/components/session/__generated__/SessionList_sessions.graphql.js +7 -5
- package/dist/cjs/components/session/__generated__/SessionList_sessions.graphql.js.map +1 -1
- package/dist/cjs/index.js +1 -1
- package/dist/esm/components/profile/ProfileDrawer.js +9 -3
- package/dist/esm/components/profile/ProfileDrawer.js.map +1 -1
- package/dist/esm/components/profile/ProfileUpdateNameModal.js +10 -9
- package/dist/esm/components/profile/ProfileUpdateNameModal.js.map +1 -1
- package/dist/esm/components/profile/ProfileUpdatePasswordModal.js +10 -9
- package/dist/esm/components/profile/ProfileUpdatePasswordModal.js.map +1 -1
- package/dist/esm/components/profile/ProtectedWrapper.js +24 -25
- package/dist/esm/components/profile/ProtectedWrapper.js.map +1 -1
- package/dist/esm/components/profile/__generated__/ProfileDrawerSignOutMutation.graphql.js +7 -9
- package/dist/esm/components/profile/__generated__/ProfileDrawerSignOutMutation.graphql.js.map +1 -1
- package/dist/esm/components/profile/__generated__/ProfileDrawerUpdateAvatarMutation.graphql.js +7 -12
- package/dist/esm/components/profile/__generated__/ProfileDrawerUpdateAvatarMutation.graphql.js.map +1 -1
- package/dist/esm/components/profile/__generated__/ProfileUpdateNameModalMutation.graphql.js +7 -13
- package/dist/esm/components/profile/__generated__/ProfileUpdateNameModalMutation.graphql.js.map +1 -1
- package/dist/esm/components/profile/__generated__/ProfileUpdatePasswordModalMutation.graphql.js +7 -11
- package/dist/esm/components/profile/__generated__/ProfileUpdatePasswordModalMutation.graphql.js.map +1 -1
- package/dist/esm/components/profile/__generated__/ProtectedWrapperQuery.graphql.js +7 -13
- package/dist/esm/components/profile/__generated__/ProtectedWrapperQuery.graphql.js.map +1 -1
- package/dist/esm/components/session/SessionDrawerContent.js +7 -5
- package/dist/esm/components/session/SessionDrawerContent.js.map +1 -1
- package/dist/esm/components/session/SessionList.js +2 -2
- package/dist/esm/components/session/SessionList.js.map +1 -1
- package/dist/esm/components/session/__generated__/SessionDrawerContentQuery.graphql.js +7 -34
- package/dist/esm/components/session/__generated__/SessionDrawerContentQuery.graphql.js.map +1 -1
- package/dist/esm/components/session/__generated__/SessionListDestroyAllOtherSessionsMutation.graphql.js +7 -9
- package/dist/esm/components/session/__generated__/SessionListDestroyAllOtherSessionsMutation.graphql.js.map +1 -1
- package/dist/esm/components/session/__generated__/SessionListItemDestroySessionMutation.graphql.js +7 -11
- package/dist/esm/components/session/__generated__/SessionListItemDestroySessionMutation.graphql.js.map +1 -1
- package/dist/esm/components/session/__generated__/SessionListItem_session.graphql.js +7 -1
- package/dist/esm/components/session/__generated__/SessionListItem_session.graphql.js.map +1 -1
- package/dist/esm/components/session/__generated__/SessionListRefetchQuery.graphql.js +7 -34
- package/dist/esm/components/session/__generated__/SessionListRefetchQuery.graphql.js.map +1 -1
- package/dist/esm/components/session/__generated__/SessionList_sessions.graphql.js +8 -3
- package/dist/esm/components/session/__generated__/SessionList_sessions.graphql.js.map +1 -1
- package/dist/esm/components/shared/ErrorResult.js +3 -1
- package/dist/esm/components/shared/ErrorResult.js.map +1 -1
- package/dist/types/components/profile/ProfileUpdateNameModal.d.ts.map +1 -1
- package/dist/types/components/profile/ProfileUpdatePasswordModal.d.ts.map +1 -1
- package/dist/types/components/profile/ProtectedWrapper.d.ts.map +1 -1
- package/dist/types/components/profile/__generated__/ProfileDrawerSignOutMutation.graphql.d.ts +5 -5
- package/dist/types/components/profile/__generated__/ProfileDrawerSignOutMutation.graphql.d.ts.map +1 -1
- package/dist/types/components/profile/__generated__/ProfileDrawerUpdateAvatarMutation.graphql.d.ts +6 -6
- package/dist/types/components/profile/__generated__/ProfileDrawerUpdateAvatarMutation.graphql.d.ts.map +1 -1
- package/dist/types/components/profile/__generated__/ProfileUpdateNameModalMutation.graphql.d.ts +5 -5
- package/dist/types/components/profile/__generated__/ProfileUpdateNameModalMutation.graphql.d.ts.map +1 -1
- package/dist/types/components/profile/__generated__/ProfileUpdatePasswordModalMutation.graphql.d.ts +5 -5
- package/dist/types/components/profile/__generated__/ProfileUpdatePasswordModalMutation.graphql.d.ts.map +1 -1
- package/dist/types/components/profile/__generated__/ProtectedWrapperQuery.graphql.d.ts +5 -5
- package/dist/types/components/profile/__generated__/ProtectedWrapperQuery.graphql.d.ts.map +1 -1
- package/dist/types/components/session/SessionDrawerContent.d.ts.map +1 -1
- package/dist/types/components/session/__generated__/SessionDrawerContentQuery.graphql.d.ts +6 -6
- package/dist/types/components/session/__generated__/SessionDrawerContentQuery.graphql.d.ts.map +1 -1
- package/dist/types/components/session/__generated__/SessionListDestroyAllOtherSessionsMutation.graphql.d.ts +5 -5
- package/dist/types/components/session/__generated__/SessionListDestroyAllOtherSessionsMutation.graphql.d.ts.map +1 -1
- package/dist/types/components/session/__generated__/SessionListItemDestroySessionMutation.graphql.d.ts +5 -5
- package/dist/types/components/session/__generated__/SessionListItemDestroySessionMutation.graphql.d.ts.map +1 -1
- package/dist/types/components/session/__generated__/SessionListItem_session.graphql.d.ts +4 -5
- package/dist/types/components/session/__generated__/SessionListItem_session.graphql.d.ts.map +1 -1
- package/dist/types/components/session/__generated__/SessionListRefetchQuery.graphql.d.ts +6 -6
- package/dist/types/components/session/__generated__/SessionListRefetchQuery.graphql.d.ts.map +1 -1
- package/dist/types/components/session/__generated__/SessionList_sessions.graphql.d.ts +5 -6
- package/dist/types/components/session/__generated__/SessionList_sessions.graphql.d.ts.map +1 -1
- package/package.json +59 -61
package/dist/types/components/profile/__generated__/ProfileDrawerUpdateAvatarMutation.graphql.d.ts
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import { ConcreteRequest } from
|
|
1
|
+
import { ConcreteRequest } from 'relay-runtime';
|
|
2
2
|
export declare type UpdateAvatarInput = {
|
|
3
|
-
avatar?:
|
|
3
|
+
avatar?: any | null;
|
|
4
4
|
};
|
|
5
|
-
export declare type
|
|
5
|
+
export declare type ProfileDrawerUpdateAvatarMutation$variables = {
|
|
6
6
|
input: UpdateAvatarInput;
|
|
7
7
|
};
|
|
8
|
-
export declare type
|
|
8
|
+
export declare type ProfileDrawerUpdateAvatarMutation$data = {
|
|
9
9
|
readonly updateAvatar: {
|
|
10
10
|
readonly id: string;
|
|
11
11
|
readonly avatar: string | null;
|
|
12
12
|
};
|
|
13
13
|
};
|
|
14
14
|
export declare type ProfileDrawerUpdateAvatarMutation = {
|
|
15
|
-
|
|
16
|
-
|
|
15
|
+
variables: ProfileDrawerUpdateAvatarMutation$variables;
|
|
16
|
+
response: ProfileDrawerUpdateAvatarMutation$data;
|
|
17
17
|
};
|
|
18
18
|
declare const node: ConcreteRequest;
|
|
19
19
|
export default node;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ProfileDrawerUpdateAvatarMutation.graphql.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/profile/__generated__/ProfileDrawerUpdateAvatarMutation.graphql.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ProfileDrawerUpdateAvatarMutation.graphql.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/profile/__generated__/ProfileDrawerUpdateAvatarMutation.graphql.ts"],"names":[],"mappings":"AAUA,OAAO,EAAE,eAAe,EAAY,MAAM,eAAe,CAAC;AAC1D,oBAAY,iBAAiB,GAAG;IAC9B,MAAM,CAAC,EAAE,GAAG,GAAG,IAAI,CAAC;CACrB,CAAC;AACF,oBAAY,2CAA2C,GAAG;IACxD,KAAK,EAAE,iBAAiB,CAAC;CAC1B,CAAC;AACF,oBAAY,sCAAsC,GAAG;IACnD,QAAQ,CAAC,YAAY,EAAE;QACrB,QAAQ,CAAC,EAAE,EAAE,MAAM,CAAC;QACpB,QAAQ,CAAC,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;KAChC,CAAC;CACH,CAAC;AACF,oBAAY,iCAAiC,GAAG;IAC9C,SAAS,EAAE,2CAA2C,CAAC;IACvD,QAAQ,EAAE,sCAAsC,CAAC;CAClD,CAAC;AAEF,QAAA,MAAM,IAAI,EAAE,eAmER,CAAC;AAIL,eAAe,IAAI,CAAC"}
|
package/dist/types/components/profile/__generated__/ProfileUpdateNameModalMutation.graphql.d.ts
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
import { ConcreteRequest } from
|
|
1
|
+
import { ConcreteRequest } from 'relay-runtime';
|
|
2
2
|
export declare type UpdateProfileInput = {
|
|
3
3
|
firstName?: string | null;
|
|
4
4
|
lastName?: string | null;
|
|
5
5
|
};
|
|
6
|
-
export declare type
|
|
6
|
+
export declare type ProfileUpdateNameModalMutation$variables = {
|
|
7
7
|
input: UpdateProfileInput;
|
|
8
8
|
};
|
|
9
|
-
export declare type
|
|
9
|
+
export declare type ProfileUpdateNameModalMutation$data = {
|
|
10
10
|
readonly updateProfile: {
|
|
11
11
|
readonly firstName: string | null;
|
|
12
12
|
readonly lastName: string | null;
|
|
13
13
|
};
|
|
14
14
|
};
|
|
15
15
|
export declare type ProfileUpdateNameModalMutation = {
|
|
16
|
-
|
|
17
|
-
|
|
16
|
+
variables: ProfileUpdateNameModalMutation$variables;
|
|
17
|
+
response: ProfileUpdateNameModalMutation$data;
|
|
18
18
|
};
|
|
19
19
|
declare const node: ConcreteRequest;
|
|
20
20
|
export default node;
|
package/dist/types/components/profile/__generated__/ProfileUpdateNameModalMutation.graphql.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ProfileUpdateNameModalMutation.graphql.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/profile/__generated__/ProfileUpdateNameModalMutation.graphql.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ProfileUpdateNameModalMutation.graphql.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/profile/__generated__/ProfileUpdateNameModalMutation.graphql.ts"],"names":[],"mappings":"AAUA,OAAO,EAAE,eAAe,EAAY,MAAM,eAAe,CAAC;AAC1D,oBAAY,kBAAkB,GAAG;IAC/B,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC1B,CAAC;AACF,oBAAY,wCAAwC,GAAG;IACrD,KAAK,EAAE,kBAAkB,CAAC;CAC3B,CAAC;AACF,oBAAY,mCAAmC,GAAG;IAChD,QAAQ,CAAC,aAAa,EAAE;QACtB,QAAQ,CAAC,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;QAClC,QAAQ,CAAC,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;KAClC,CAAC;CACH,CAAC;AACF,oBAAY,8BAA8B,GAAG;IAC3C,SAAS,EAAE,wCAAwC,CAAC;IACpD,QAAQ,EAAE,mCAAmC,CAAC;CAC/C,CAAC;AAEF,QAAA,MAAM,IAAI,EAAE,eA0FR,CAAC;AAIL,eAAe,IAAI,CAAC"}
|
package/dist/types/components/profile/__generated__/ProfileUpdatePasswordModalMutation.graphql.d.ts
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import { ConcreteRequest } from
|
|
1
|
+
import { ConcreteRequest } from 'relay-runtime';
|
|
2
2
|
export declare type UpdatePasswordInput = {
|
|
3
3
|
password: string;
|
|
4
4
|
currentPassword: string;
|
|
5
5
|
};
|
|
6
|
-
export declare type
|
|
6
|
+
export declare type ProfileUpdatePasswordModalMutation$variables = {
|
|
7
7
|
input: UpdatePasswordInput;
|
|
8
8
|
};
|
|
9
|
-
export declare type
|
|
9
|
+
export declare type ProfileUpdatePasswordModalMutation$data = {
|
|
10
10
|
readonly updatePassword: {
|
|
11
11
|
readonly id: string;
|
|
12
12
|
};
|
|
13
13
|
};
|
|
14
14
|
export declare type ProfileUpdatePasswordModalMutation = {
|
|
15
|
-
|
|
16
|
-
|
|
15
|
+
variables: ProfileUpdatePasswordModalMutation$variables;
|
|
16
|
+
response: ProfileUpdatePasswordModalMutation$data;
|
|
17
17
|
};
|
|
18
18
|
declare const node: ConcreteRequest;
|
|
19
19
|
export default node;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ProfileUpdatePasswordModalMutation.graphql.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/profile/__generated__/ProfileUpdatePasswordModalMutation.graphql.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ProfileUpdatePasswordModalMutation.graphql.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/profile/__generated__/ProfileUpdatePasswordModalMutation.graphql.ts"],"names":[],"mappings":"AAUA,OAAO,EAAE,eAAe,EAAY,MAAM,eAAe,CAAC;AAC1D,oBAAY,mBAAmB,GAAG;IAChC,QAAQ,EAAE,MAAM,CAAC;IACjB,eAAe,EAAE,MAAM,CAAC;CACzB,CAAC;AACF,oBAAY,4CAA4C,GAAG;IACzD,KAAK,EAAE,mBAAmB,CAAC;CAC5B,CAAC;AACF,oBAAY,uCAAuC,GAAG;IACpD,QAAQ,CAAC,cAAc,EAAE;QACvB,QAAQ,CAAC,EAAE,EAAE,MAAM,CAAC;KACrB,CAAC;CACH,CAAC;AACF,oBAAY,kCAAkC,GAAG;IAC/C,SAAS,EAAE,4CAA4C,CAAC;IACxD,QAAQ,EAAE,uCAAuC,CAAC;CACnD,CAAC;AAEF,QAAA,MAAM,IAAI,EAAE,eA4DR,CAAC;AAIL,eAAe,IAAI,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { ConcreteRequest } from
|
|
2
|
-
export declare type
|
|
3
|
-
export declare type
|
|
1
|
+
import { ConcreteRequest } from 'relay-runtime';
|
|
2
|
+
export declare type ProtectedWrapperQuery$variables = {};
|
|
3
|
+
export declare type ProtectedWrapperQuery$data = {
|
|
4
4
|
readonly profile: {
|
|
5
5
|
readonly id: string;
|
|
6
6
|
readonly email: string;
|
|
@@ -10,8 +10,8 @@ export declare type ProtectedWrapperQueryResponse = {
|
|
|
10
10
|
};
|
|
11
11
|
};
|
|
12
12
|
export declare type ProtectedWrapperQuery = {
|
|
13
|
-
|
|
14
|
-
|
|
13
|
+
variables: ProtectedWrapperQuery$variables;
|
|
14
|
+
response: ProtectedWrapperQuery$data;
|
|
15
15
|
};
|
|
16
16
|
declare const node: ConcreteRequest;
|
|
17
17
|
export default node;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ProtectedWrapperQuery.graphql.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/profile/__generated__/ProtectedWrapperQuery.graphql.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ProtectedWrapperQuery.graphql.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/profile/__generated__/ProtectedWrapperQuery.graphql.ts"],"names":[],"mappings":"AAUA,OAAO,EAAE,eAAe,EAAS,MAAM,eAAe,CAAC;AACvD,oBAAY,+BAA+B,GAAG,EAAE,CAAC;AACjD,oBAAY,0BAA0B,GAAG;IACvC,QAAQ,CAAC,OAAO,EAAE;QAChB,QAAQ,CAAC,EAAE,EAAE,MAAM,CAAC;QACpB,QAAQ,CAAC,KAAK,EAAE,MAAM,CAAC;QACvB,QAAQ,CAAC,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;QAClC,QAAQ,CAAC,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;QACjC,QAAQ,CAAC,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;KAChC,CAAC;CACH,CAAC;AACF,oBAAY,qBAAqB,GAAG;IAClC,SAAS,EAAE,+BAA+B,CAAC;IAC3C,QAAQ,EAAE,0BAA0B,CAAC;CACtC,CAAC;AAEF,QAAA,MAAM,IAAI,EAAE,eA2ER,CAAC;AAIL,eAAe,IAAI,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SessionDrawerContent.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/session/SessionDrawerContent.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AASxC,eAAO,MAAM,0BAA0B,IAAI,CAAC;
|
|
1
|
+
{"version":3,"file":"SessionDrawerContent.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/session/SessionDrawerContent.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AASxC,eAAO,MAAM,0BAA0B,IAAI,CAAC;AAkB5C,QAAA,MAAM,oBAAoB,EAAE,KAAK,CAAC,EAMjC,CAAC;AAEF,eAAe,oBAAoB,CAAC"}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { ConcreteRequest } from
|
|
1
|
+
import { ConcreteRequest } from 'relay-runtime';
|
|
2
2
|
import { FragmentRefs } from "relay-runtime";
|
|
3
|
-
export declare type
|
|
4
|
-
export declare type
|
|
5
|
-
readonly " $
|
|
3
|
+
export declare type SessionDrawerContentQuery$variables = {};
|
|
4
|
+
export declare type SessionDrawerContentQuery$data = {
|
|
5
|
+
readonly " $fragmentSpreads": FragmentRefs<"SessionList_sessions">;
|
|
6
6
|
};
|
|
7
7
|
export declare type SessionDrawerContentQuery = {
|
|
8
|
-
|
|
9
|
-
|
|
8
|
+
variables: SessionDrawerContentQuery$variables;
|
|
9
|
+
response: SessionDrawerContentQuery$data;
|
|
10
10
|
};
|
|
11
11
|
declare const node: ConcreteRequest;
|
|
12
12
|
export default node;
|
package/dist/types/components/session/__generated__/SessionDrawerContentQuery.graphql.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SessionDrawerContentQuery.graphql.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/session/__generated__/SessionDrawerContentQuery.graphql.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"SessionDrawerContentQuery.graphql.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/session/__generated__/SessionDrawerContentQuery.graphql.ts"],"names":[],"mappings":"AAUA,OAAO,EAAE,eAAe,EAAS,MAAM,eAAe,CAAC;AACvD,OAAO,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAC7C,oBAAY,mCAAmC,GAAG,EAAE,CAAC;AACrD,oBAAY,8BAA8B,GAAG;IAC3C,QAAQ,CAAC,mBAAmB,EAAE,YAAY,CAAC,sBAAsB,CAAC,CAAC;CACpE,CAAC;AACF,oBAAY,yBAAyB,GAAG;IACtC,SAAS,EAAE,mCAAmC,CAAC;IAC/C,QAAQ,EAAE,8BAA8B,CAAC;CAC1C,CAAC;AAEF,QAAA,MAAM,IAAI,EAAE,eA2JX,CAAC;AAIF,eAAe,IAAI,CAAC"}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { ConcreteRequest } from
|
|
2
|
-
export declare type
|
|
3
|
-
export declare type
|
|
1
|
+
import { ConcreteRequest } from 'relay-runtime';
|
|
2
|
+
export declare type SessionListDestroyAllOtherSessionsMutation$variables = {};
|
|
3
|
+
export declare type SessionListDestroyAllOtherSessionsMutation$data = {
|
|
4
4
|
readonly destroyAllOtherSessions: {
|
|
5
5
|
readonly ok: boolean;
|
|
6
6
|
};
|
|
7
7
|
};
|
|
8
8
|
export declare type SessionListDestroyAllOtherSessionsMutation = {
|
|
9
|
-
|
|
10
|
-
|
|
9
|
+
variables: SessionListDestroyAllOtherSessionsMutation$variables;
|
|
10
|
+
response: SessionListDestroyAllOtherSessionsMutation$data;
|
|
11
11
|
};
|
|
12
12
|
declare const node: ConcreteRequest;
|
|
13
13
|
export default node;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SessionListDestroyAllOtherSessionsMutation.graphql.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/session/__generated__/SessionListDestroyAllOtherSessionsMutation.graphql.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"SessionListDestroyAllOtherSessionsMutation.graphql.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/session/__generated__/SessionListDestroyAllOtherSessionsMutation.graphql.ts"],"names":[],"mappings":"AAUA,OAAO,EAAE,eAAe,EAAY,MAAM,eAAe,CAAC;AAC1D,oBAAY,oDAAoD,GAAG,EAAE,CAAC;AACtE,oBAAY,+CAA+C,GAAG;IAC5D,QAAQ,CAAC,uBAAuB,EAAE;QAChC,QAAQ,CAAC,EAAE,EAAE,OAAO,CAAC;KACtB,CAAC;CACH,CAAC;AACF,oBAAY,0CAA0C,GAAG;IACvD,SAAS,EAAE,oDAAoD,CAAC;IAChE,QAAQ,EAAE,+CAA+C,CAAC;CAC3D,CAAC;AAEF,QAAA,MAAM,IAAI,EAAE,eA+CR,CAAC;AAIL,eAAe,IAAI,CAAC"}
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
import { ConcreteRequest } from
|
|
1
|
+
import { ConcreteRequest } from 'relay-runtime';
|
|
2
2
|
export declare type DestroySessionInput = {
|
|
3
3
|
id: string;
|
|
4
4
|
};
|
|
5
|
-
export declare type
|
|
5
|
+
export declare type SessionListItemDestroySessionMutation$variables = {
|
|
6
6
|
input: DestroySessionInput;
|
|
7
7
|
};
|
|
8
|
-
export declare type
|
|
8
|
+
export declare type SessionListItemDestroySessionMutation$data = {
|
|
9
9
|
readonly destroySession: {
|
|
10
10
|
readonly ok: boolean;
|
|
11
11
|
};
|
|
12
12
|
};
|
|
13
13
|
export declare type SessionListItemDestroySessionMutation = {
|
|
14
|
-
|
|
15
|
-
|
|
14
|
+
variables: SessionListItemDestroySessionMutation$variables;
|
|
15
|
+
response: SessionListItemDestroySessionMutation$data;
|
|
16
16
|
};
|
|
17
17
|
declare const node: ConcreteRequest;
|
|
18
18
|
export default node;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SessionListItemDestroySessionMutation.graphql.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/session/__generated__/SessionListItemDestroySessionMutation.graphql.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"SessionListItemDestroySessionMutation.graphql.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/session/__generated__/SessionListItemDestroySessionMutation.graphql.ts"],"names":[],"mappings":"AAUA,OAAO,EAAE,eAAe,EAAY,MAAM,eAAe,CAAC;AAC1D,oBAAY,mBAAmB,GAAG;IAChC,EAAE,EAAE,MAAM,CAAC;CACZ,CAAC;AACF,oBAAY,+CAA+C,GAAG;IAC5D,KAAK,EAAE,mBAAmB,CAAC;CAC5B,CAAC;AACF,oBAAY,0CAA0C,GAAG;IACvD,QAAQ,CAAC,cAAc,EAAE;QACvB,QAAQ,CAAC,EAAE,EAAE,OAAO,CAAC;KACtB,CAAC;CACH,CAAC;AACF,oBAAY,qCAAqC,GAAG;IAClD,SAAS,EAAE,+CAA+C,CAAC;IAC3D,QAAQ,EAAE,0CAA0C,CAAC;CACtD,CAAC;AAEF,QAAA,MAAM,IAAI,EAAE,eA4DR,CAAC;AAIL,eAAe,IAAI,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { ReaderFragment } from
|
|
1
|
+
import { ReaderFragment } from 'relay-runtime';
|
|
2
2
|
import { FragmentRefs } from "relay-runtime";
|
|
3
|
-
export declare type SessionListItem_session = {
|
|
3
|
+
export declare type SessionListItem_session$data = {
|
|
4
4
|
readonly id: string;
|
|
5
5
|
readonly isApp: boolean;
|
|
6
6
|
readonly browserName: string | null;
|
|
@@ -16,12 +16,11 @@ export declare type SessionListItem_session = {
|
|
|
16
16
|
readonly country: string | null;
|
|
17
17
|
readonly city: string | null;
|
|
18
18
|
readonly lastSeenAt: string;
|
|
19
|
-
readonly " $
|
|
19
|
+
readonly " $fragmentType": "SessionListItem_session";
|
|
20
20
|
};
|
|
21
|
-
export declare type SessionListItem_session$data = SessionListItem_session;
|
|
22
21
|
export declare type SessionListItem_session$key = {
|
|
23
22
|
readonly " $data"?: SessionListItem_session$data;
|
|
24
|
-
readonly " $
|
|
23
|
+
readonly " $fragmentSpreads": FragmentRefs<"SessionListItem_session">;
|
|
25
24
|
};
|
|
26
25
|
declare const node: ReaderFragment;
|
|
27
26
|
export default node;
|
package/dist/types/components/session/__generated__/SessionListItem_session.graphql.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SessionListItem_session.graphql.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/session/__generated__/SessionListItem_session.graphql.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"SessionListItem_session.graphql.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/session/__generated__/SessionListItem_session.graphql.ts"],"names":[],"mappings":"AAUA,OAAO,EAAY,cAAc,EAAE,MAAM,eAAe,CAAC;AACzD,OAAO,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAC7C,oBAAY,4BAA4B,GAAG;IACzC,QAAQ,CAAC,EAAE,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,KAAK,EAAE,OAAO,CAAC;IACxB,QAAQ,CAAC,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IACpC,QAAQ,CAAC,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IACvC,QAAQ,CAAC,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B,QAAQ,CAAC,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IAClC,QAAQ,CAAC,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IACnC,QAAQ,CAAC,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IACnC,QAAQ,CAAC,kBAAkB,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3C,QAAQ,CAAC,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IACpC,QAAQ,CAAC,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IACpC,QAAQ,CAAC,EAAE,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,QAAQ,CAAC,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,QAAQ,CAAC,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAC;IAC5B,QAAQ,CAAC,gBAAgB,EAAE,yBAAyB,CAAC;CACtD,CAAC;AACF,oBAAY,2BAA2B,GAAG;IACxC,QAAQ,CAAC,QAAQ,CAAC,EAAE,4BAA4B,CAAC;IACjD,QAAQ,CAAC,mBAAmB,EAAE,YAAY,CAAC,yBAAyB,CAAC,CAAC;CACvE,CAAC;AAEF,QAAA,MAAM,IAAI,EAAE,cAkHX,CAAC;AAIF,eAAe,IAAI,CAAC"}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { ConcreteRequest } from
|
|
1
|
+
import { ConcreteRequest } from 'relay-runtime';
|
|
2
2
|
import { FragmentRefs } from "relay-runtime";
|
|
3
|
-
export declare type
|
|
4
|
-
export declare type
|
|
5
|
-
readonly " $
|
|
3
|
+
export declare type SessionListRefetchQuery$variables = {};
|
|
4
|
+
export declare type SessionListRefetchQuery$data = {
|
|
5
|
+
readonly " $fragmentSpreads": FragmentRefs<"SessionList_sessions">;
|
|
6
6
|
};
|
|
7
7
|
export declare type SessionListRefetchQuery = {
|
|
8
|
-
|
|
9
|
-
|
|
8
|
+
variables: SessionListRefetchQuery$variables;
|
|
9
|
+
response: SessionListRefetchQuery$data;
|
|
10
10
|
};
|
|
11
11
|
declare const node: ConcreteRequest;
|
|
12
12
|
export default node;
|
package/dist/types/components/session/__generated__/SessionListRefetchQuery.graphql.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SessionListRefetchQuery.graphql.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/session/__generated__/SessionListRefetchQuery.graphql.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"SessionListRefetchQuery.graphql.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/session/__generated__/SessionListRefetchQuery.graphql.ts"],"names":[],"mappings":"AAUA,OAAO,EAAE,eAAe,EAAS,MAAM,eAAe,CAAC;AACvD,OAAO,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAC7C,oBAAY,iCAAiC,GAAG,EAAE,CAAC;AACnD,oBAAY,4BAA4B,GAAG;IACzC,QAAQ,CAAC,mBAAmB,EAAE,YAAY,CAAC,sBAAsB,CAAC,CAAC;CACpE,CAAC;AACF,oBAAY,uBAAuB,GAAG;IACpC,SAAS,EAAE,iCAAiC,CAAC;IAC7C,QAAQ,EAAE,4BAA4B,CAAC;CACxC,CAAC;AAEF,QAAA,MAAM,IAAI,EAAE,eA2JX,CAAC;AAIF,eAAe,IAAI,CAAC"}
|
|
@@ -1,18 +1,17 @@
|
|
|
1
|
-
import { ReaderFragment } from
|
|
1
|
+
import { ReaderFragment } from 'relay-runtime';
|
|
2
2
|
import { FragmentRefs } from "relay-runtime";
|
|
3
|
-
export declare type SessionList_sessions = {
|
|
3
|
+
export declare type SessionList_sessions$data = {
|
|
4
4
|
readonly sessions: ReadonlyArray<{
|
|
5
5
|
readonly id: string;
|
|
6
6
|
readonly current: boolean;
|
|
7
7
|
readonly lastSeenAt: string;
|
|
8
|
-
readonly " $
|
|
8
|
+
readonly " $fragmentSpreads": FragmentRefs<"SessionListItem_session">;
|
|
9
9
|
}>;
|
|
10
|
-
readonly " $
|
|
10
|
+
readonly " $fragmentType": "SessionList_sessions";
|
|
11
11
|
};
|
|
12
|
-
export declare type SessionList_sessions$data = SessionList_sessions;
|
|
13
12
|
export declare type SessionList_sessions$key = {
|
|
14
13
|
readonly " $data"?: SessionList_sessions$data;
|
|
15
|
-
readonly " $
|
|
14
|
+
readonly " $fragmentSpreads": FragmentRefs<"SessionList_sessions">;
|
|
16
15
|
};
|
|
17
16
|
declare const node: ReaderFragment;
|
|
18
17
|
export default node;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SessionList_sessions.graphql.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/session/__generated__/SessionList_sessions.graphql.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"SessionList_sessions.graphql.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/session/__generated__/SessionList_sessions.graphql.ts"],"names":[],"mappings":"AAUA,OAAO,EAAE,cAAc,EAAuB,MAAM,eAAe,CAAC;AACpE,OAAO,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAC7C,oBAAY,yBAAyB,GAAG;IACtC,QAAQ,CAAC,QAAQ,EAAE,aAAa,CAAC;QAC/B,QAAQ,CAAC,EAAE,EAAE,MAAM,CAAC;QACpB,QAAQ,CAAC,OAAO,EAAE,OAAO,CAAC;QAC1B,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAC;QAC5B,QAAQ,CAAC,mBAAmB,EAAE,YAAY,CAAC,yBAAyB,CAAC,CAAC;KACvE,CAAC,CAAC;IACH,QAAQ,CAAC,gBAAgB,EAAE,sBAAsB,CAAC;CACnD,CAAC;AACF,oBAAY,wBAAwB,GAAG;IACrC,QAAQ,CAAC,QAAQ,CAAC,EAAE,yBAAyB,CAAC;IAC9C,QAAQ,CAAC,mBAAmB,EAAE,YAAY,CAAC,sBAAsB,CAAC,CAAC;CACpE,CAAC;AAEF,QAAA,MAAM,IAAI,EAAE,cAoDX,CAAC;AAIF,eAAe,IAAI,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@os-team/profile",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.36",
|
|
4
4
|
"license": "UNLICENSED",
|
|
5
5
|
"repository": "git@gitlab.com:os-team/libs/profile.git",
|
|
6
6
|
"main": "dist/cjs/index.js",
|
|
@@ -24,12 +24,12 @@
|
|
|
24
24
|
"build": "yarn clean && npm-run-all build:*",
|
|
25
25
|
"release": "yarn build && release-it --only-version",
|
|
26
26
|
"gen-schema": "get-graphql-schema http://localhost:4000/graphql > ./src/schema.graphql",
|
|
27
|
-
"relay": "relay-compiler
|
|
27
|
+
"relay": "relay-compiler",
|
|
28
28
|
"relay:watch": "yarn relay --watch",
|
|
29
29
|
"dev-start": "react-scripts start",
|
|
30
30
|
"dev": "yarn relay && npm-run-all dev-start relay:watch",
|
|
31
31
|
"test": "react-scripts test --watchAll=false",
|
|
32
|
-
"ncu": "
|
|
32
|
+
"ncu": "ncu -u '/^(?!(react|react-dom|react-relay|graphql|react-scripts)$).*$/'",
|
|
33
33
|
"lint": "eslint --fix .",
|
|
34
34
|
"lint-check": "eslint .",
|
|
35
35
|
"pretty": "prettier --write --ignore-unknown .",
|
|
@@ -41,70 +41,69 @@
|
|
|
41
41
|
"registry": "https://registry.npmjs.org"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@os-design/core": "^1.0.
|
|
45
|
-
"@os-design/icons": "^1.0.
|
|
46
|
-
"@os-design/media": "^1.0.
|
|
47
|
-
"@os-design/styles": "^1.0.
|
|
48
|
-
"@os-design/theming": "^1.0.
|
|
49
|
-
"@os-design/utils": "^1.0.
|
|
50
|
-
"@os-team/form-utils": "^1.0.
|
|
51
|
-
"@os-team/plural-forms": "^1.0.
|
|
44
|
+
"@os-design/core": "^1.0.113",
|
|
45
|
+
"@os-design/icons": "^1.0.32",
|
|
46
|
+
"@os-design/media": "^1.0.10",
|
|
47
|
+
"@os-design/styles": "^1.0.30",
|
|
48
|
+
"@os-design/theming": "^1.0.28",
|
|
49
|
+
"@os-design/utils": "^1.0.43",
|
|
50
|
+
"@os-team/form-utils": "^1.0.30",
|
|
51
|
+
"@os-team/plural-forms": "^1.0.10"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
|
-
"@babel/cli": "^7.
|
|
55
|
-
"@babel/core": "^7.
|
|
56
|
-
"@babel/preset-env": "^7.
|
|
57
|
-
"@babel/preset-react": "^7.
|
|
58
|
-
"@babel/preset-typescript": "^7.
|
|
59
|
-
"@emotion/react": "^11.
|
|
54
|
+
"@babel/cli": "^7.17.3",
|
|
55
|
+
"@babel/core": "^7.17.4",
|
|
56
|
+
"@babel/preset-env": "^7.16.11",
|
|
57
|
+
"@babel/preset-react": "^7.16.7",
|
|
58
|
+
"@babel/preset-typescript": "^7.16.7",
|
|
59
|
+
"@emotion/react": "^11.7.1",
|
|
60
60
|
"@emotion/serialize": "^1.0.2",
|
|
61
|
-
"@emotion/styled": "^11.
|
|
62
|
-
"@os-team/prettier-config": "1.1.
|
|
63
|
-
"@os-team/relay-network-creator": "^1.1.
|
|
64
|
-
"@os-team/relay-network-mw-credentials": "^1.1.
|
|
65
|
-
"@os-team/relay-network-mw-upload": "^1.1.
|
|
66
|
-
"@types/jest": "^27.0
|
|
67
|
-
"@types/node": "^
|
|
68
|
-
"@types/react": "^17.0.
|
|
69
|
-
"@types/react-dom": "^17.0.
|
|
70
|
-
"@types/react-relay": "^
|
|
71
|
-
"@types/react-router-dom": "^5.3.
|
|
72
|
-
"@typescript-eslint/eslint-plugin": "^
|
|
73
|
-
"@typescript-eslint/parser": "^
|
|
74
|
-
"babel-plugin-relay": "^
|
|
61
|
+
"@emotion/styled": "^11.6.0",
|
|
62
|
+
"@os-team/prettier-config": "1.1.8",
|
|
63
|
+
"@os-team/relay-network-creator": "^1.1.8",
|
|
64
|
+
"@os-team/relay-network-mw-credentials": "^1.1.14",
|
|
65
|
+
"@os-team/relay-network-mw-upload": "^1.1.14",
|
|
66
|
+
"@types/jest": "^27.4.0",
|
|
67
|
+
"@types/node": "^17.0.18",
|
|
68
|
+
"@types/react": "^17.0.39",
|
|
69
|
+
"@types/react-dom": "^17.0.11",
|
|
70
|
+
"@types/react-relay": "^13.0.1",
|
|
71
|
+
"@types/react-router-dom": "^5.3.3",
|
|
72
|
+
"@typescript-eslint/eslint-plugin": "^5.12.0",
|
|
73
|
+
"@typescript-eslint/parser": "^5.12.0",
|
|
74
|
+
"babel-plugin-relay": "^13.1.1",
|
|
75
75
|
"cross-env": "^7.0.3",
|
|
76
|
-
"eslint": "^
|
|
77
|
-
"eslint-config-os-team-react": "1.1.
|
|
78
|
-
"eslint-plugin-import": "^2.
|
|
79
|
-
"eslint-plugin-jest": "^
|
|
80
|
-
"eslint-plugin-jsx-a11y": "^6.
|
|
81
|
-
"eslint-plugin-promise": "^
|
|
82
|
-
"eslint-plugin-react": "^7.
|
|
83
|
-
"eslint-plugin-react-hooks": "^4.
|
|
76
|
+
"eslint": "^8.9.0",
|
|
77
|
+
"eslint-config-os-team-react": "1.1.33",
|
|
78
|
+
"eslint-plugin-import": "^2.25.4",
|
|
79
|
+
"eslint-plugin-jest": "^26.1.1",
|
|
80
|
+
"eslint-plugin-jsx-a11y": "^6.5.1",
|
|
81
|
+
"eslint-plugin-promise": "^6.0.0",
|
|
82
|
+
"eslint-plugin-react": "^7.28.0",
|
|
83
|
+
"eslint-plugin-react-hooks": "^4.3.0",
|
|
84
84
|
"get-graphql-schema": "^2.1.2",
|
|
85
|
-
"graphql": "^15.
|
|
86
|
-
"husky": "^7.0.
|
|
87
|
-
"i18next": "^
|
|
88
|
-
"i18next-browser-languagedetector": "^6.1.
|
|
89
|
-
"i18next-http-backend": "^1.2
|
|
85
|
+
"graphql": "^15.7.2",
|
|
86
|
+
"husky": "^7.0.4",
|
|
87
|
+
"i18next": "^21.6.11",
|
|
88
|
+
"i18next-browser-languagedetector": "^6.1.3",
|
|
89
|
+
"i18next-http-backend": "^1.3.2",
|
|
90
90
|
"lazysizes": "^5.3.2",
|
|
91
|
-
"lint-staged": "^
|
|
91
|
+
"lint-staged": "^12.3.4",
|
|
92
92
|
"npm-run-all": "^4.1.5",
|
|
93
|
-
"prettier": "2.
|
|
93
|
+
"prettier": "2.5.1",
|
|
94
94
|
"progress-bar-webpack-plugin": "^2.1.0",
|
|
95
|
-
"react": "0.0.0-experimental-
|
|
96
|
-
"react-dom": "0.0.0-experimental-
|
|
97
|
-
"react-i18next": "^11.
|
|
95
|
+
"react": "0.0.0-experimental-27b569969-20220211",
|
|
96
|
+
"react-dom": "0.0.0-experimental-27b569969-20220211",
|
|
97
|
+
"react-i18next": "^11.15.4",
|
|
98
98
|
"react-relay": "0.0.0-experimental-4c4107dd",
|
|
99
|
-
"react-router-dom": "^
|
|
100
|
-
"react-scripts": "4.0.3",
|
|
99
|
+
"react-router-dom": "^6.2.1",
|
|
100
|
+
"react-scripts": "^4.0.3",
|
|
101
101
|
"react-test-renderer": "^17.0.2",
|
|
102
|
-
"relay-compiler": "^
|
|
103
|
-
"relay-
|
|
104
|
-
"
|
|
105
|
-
"
|
|
106
|
-
"
|
|
107
|
-
"webpack-bundle-analyzer": "^4.4.2"
|
|
102
|
+
"relay-compiler": "^13.1.1",
|
|
103
|
+
"relay-runtime": "^13.1.1",
|
|
104
|
+
"release-it": "^14.12.4",
|
|
105
|
+
"typescript": "^4.5.5",
|
|
106
|
+
"webpack-bundle-analyzer": "^4.5.0"
|
|
108
107
|
},
|
|
109
108
|
"peerDependencies": {
|
|
110
109
|
"@emotion/react": ">=11",
|
|
@@ -114,19 +113,18 @@
|
|
|
114
113
|
"@os-team/relay-network-mw-credentials": ">=1",
|
|
115
114
|
"@os-team/relay-network-mw-upload": ">=1",
|
|
116
115
|
"babel-plugin-relay": ">=12",
|
|
117
|
-
"graphql": "
|
|
116
|
+
"graphql": "15",
|
|
118
117
|
"i18next": ">=21",
|
|
119
118
|
"i18next-browser-languagedetector": ">=6",
|
|
120
119
|
"i18next-http-backend": ">=1",
|
|
121
120
|
"lazysizes": ">=5",
|
|
122
|
-
"react": "0.0.0-experimental-
|
|
123
|
-
"react-dom": "0.0.0-experimental-
|
|
121
|
+
"react": "0.0.0-experimental-27b569969-20220211",
|
|
122
|
+
"react-dom": "0.0.0-experimental-27b569969-20220211",
|
|
124
123
|
"react-i18next": ">=11",
|
|
125
124
|
"react-relay": "0.0.0-experimental-4c4107dd",
|
|
126
125
|
"react-router-dom": ">=5",
|
|
127
126
|
"react-scripts": ">=4",
|
|
128
127
|
"relay-compiler": ">=12",
|
|
129
|
-
"relay-compiler-language-typescript": ">=14",
|
|
130
128
|
"relay-runtime": ">=12"
|
|
131
129
|
}
|
|
132
130
|
}
|