@20minutes/tyr 2.40.8 → 2.40.10
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/assets/thirdParties/cmp/partnersHandler.d.ts +3 -0
- package/dist/css/homePage-desktop-critical.css +1 -1
- package/dist/css/homePage-desktop-no-critical.css +1 -1
- package/dist/css/homePage-mobile-critical.css +1 -1
- package/dist/css/homePage-mobile-no-critical.css +1 -1
- package/dist/index.es.js +3701 -3672
- package/dist/index.umd.js +83 -83
- package/dist/js/cmp.min.js +2 -2
- package/dist/js/main.min.js +5 -5
- package/dist/types/ComponentConfig.d.ts +0 -1
- package/dist/types/graphql.d.ts +69 -50
- package/package.json +6 -6
|
@@ -148,7 +148,6 @@ export declare enum ComponentNameHome {
|
|
|
148
148
|
HOME_PARTNERS = "home/partners",
|
|
149
149
|
HOME_MOVIES = "home/movies",
|
|
150
150
|
HOME_STREAMING_TV = "home/streaming-tv",
|
|
151
|
-
HOME_SHOWS = "home/shows",
|
|
152
151
|
HOME_MUNICIPAL_BLOCK = "home/municipal-block"
|
|
153
152
|
}
|
|
154
153
|
export declare enum ComponentNameHoroscope {
|
package/dist/types/graphql.d.ts
CHANGED
|
@@ -40,6 +40,10 @@ export type Scalars = {
|
|
|
40
40
|
input: number;
|
|
41
41
|
output: number;
|
|
42
42
|
};
|
|
43
|
+
ContentHtml: {
|
|
44
|
+
input: string;
|
|
45
|
+
output: string;
|
|
46
|
+
};
|
|
43
47
|
Date: {
|
|
44
48
|
input: string;
|
|
45
49
|
output: string;
|
|
@@ -64,35 +68,15 @@ export type Scalars = {
|
|
|
64
68
|
[key: string]: any;
|
|
65
69
|
};
|
|
66
70
|
};
|
|
67
|
-
|
|
71
|
+
PdfMonth: {
|
|
68
72
|
input: string;
|
|
69
73
|
output: string;
|
|
70
74
|
};
|
|
71
|
-
|
|
75
|
+
PdfPublicationDate: {
|
|
72
76
|
input: string;
|
|
73
77
|
output: string;
|
|
74
78
|
};
|
|
75
|
-
|
|
76
|
-
input: string;
|
|
77
|
-
output: string;
|
|
78
|
-
};
|
|
79
|
-
LimitedString4: {
|
|
80
|
-
input: string;
|
|
81
|
-
output: string;
|
|
82
|
-
};
|
|
83
|
-
LimitedString5: {
|
|
84
|
-
input: string;
|
|
85
|
-
output: string;
|
|
86
|
-
};
|
|
87
|
-
LimitedString6: {
|
|
88
|
-
input: string;
|
|
89
|
-
output: string;
|
|
90
|
-
};
|
|
91
|
-
LimitedString7: {
|
|
92
|
-
input: string;
|
|
93
|
-
output: string;
|
|
94
|
-
};
|
|
95
|
-
LimitedString8: {
|
|
79
|
+
PdfYear: {
|
|
96
80
|
input: string;
|
|
97
81
|
output: string;
|
|
98
82
|
};
|
|
@@ -109,8 +93,8 @@ export type Scalars = {
|
|
|
109
93
|
output: string;
|
|
110
94
|
};
|
|
111
95
|
UUID: {
|
|
112
|
-
input:
|
|
113
|
-
output:
|
|
96
|
+
input: string;
|
|
97
|
+
output: string;
|
|
114
98
|
};
|
|
115
99
|
Upload: {
|
|
116
100
|
input: File | string;
|
|
@@ -120,13 +104,25 @@ export type Scalars = {
|
|
|
120
104
|
input: File | string;
|
|
121
105
|
output: File | string;
|
|
122
106
|
};
|
|
107
|
+
UserBackUsername: {
|
|
108
|
+
input: string;
|
|
109
|
+
output: string;
|
|
110
|
+
};
|
|
111
|
+
UserBiography: {
|
|
112
|
+
input: string;
|
|
113
|
+
output: string;
|
|
114
|
+
};
|
|
115
|
+
Username: {
|
|
116
|
+
input: string;
|
|
117
|
+
output: string;
|
|
118
|
+
};
|
|
123
119
|
limitElement: {
|
|
124
120
|
input: number;
|
|
125
121
|
output: number;
|
|
126
122
|
};
|
|
127
123
|
percentage: {
|
|
128
|
-
input:
|
|
129
|
-
output:
|
|
124
|
+
input: number;
|
|
125
|
+
output: number;
|
|
130
126
|
};
|
|
131
127
|
perpage: {
|
|
132
128
|
input: number;
|
|
@@ -1798,7 +1794,7 @@ export type TBrandUserFrontArgs = {
|
|
|
1798
1794
|
export type TBrandUserFrontCheckUsernameEmailArgs = {
|
|
1799
1795
|
email?: InputMaybe<Scalars['EmailAddress']['input']>;
|
|
1800
1796
|
options?: InputMaybe<TUserFrontSingleConnectionOptions>;
|
|
1801
|
-
username?: InputMaybe<Scalars['
|
|
1797
|
+
username?: InputMaybe<Scalars['Username']['input']>;
|
|
1802
1798
|
};
|
|
1803
1799
|
export type TBrandUserFrontCommentSsoDataArgs = {
|
|
1804
1800
|
options?: InputMaybe<TUserFrontSingleConnectionOptions>;
|
|
@@ -3240,7 +3236,7 @@ export type TCreateNewsDispatchType = {
|
|
|
3240
3236
|
changes?: InputMaybe<Scalars['String']['input']>;
|
|
3241
3237
|
clientMutationId?: InputMaybe<Scalars['String']['input']>;
|
|
3242
3238
|
content_djs?: InputMaybe<Scalars['JSONObject']['input']>;
|
|
3243
|
-
content_html?: InputMaybe<Scalars['
|
|
3239
|
+
content_html?: InputMaybe<Scalars['ContentHtml']['input']>;
|
|
3244
3240
|
creator?: InputMaybe<Scalars['String']['input']>;
|
|
3245
3241
|
databaseId?: InputMaybe<Scalars['UUID']['input']>;
|
|
3246
3242
|
expiration_date?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -3266,7 +3262,7 @@ export type TCreateNewsletterType = {
|
|
|
3266
3262
|
logo?: InputMaybe<Scalars['Upload']['input']>;
|
|
3267
3263
|
slug?: InputMaybe<Scalars['String']['input']>;
|
|
3268
3264
|
sort?: InputMaybe<Scalars['Int']['input']>;
|
|
3269
|
-
|
|
3265
|
+
theme_color_id?: InputMaybe<Scalars['ID']['input']>;
|
|
3270
3266
|
title?: InputMaybe<Scalars['String']['input']>;
|
|
3271
3267
|
type?: InputMaybe<NewsletterType>;
|
|
3272
3268
|
};
|
|
@@ -3652,6 +3648,7 @@ export type TCreateTagInputType = {
|
|
|
3652
3648
|
editorial_text_md?: InputMaybe<Scalars['JSONObject']['input']>;
|
|
3653
3649
|
enable_selectable_content_type?: InputMaybe<Scalars['Boolean']['input']>;
|
|
3654
3650
|
highlighted_tag_id?: InputMaybe<Scalars['ID']['input']>;
|
|
3651
|
+
insee_code?: InputMaybe<Scalars['String']['input']>;
|
|
3655
3652
|
label: Scalars['String']['input'];
|
|
3656
3653
|
legacy?: InputMaybe<TLegacyInput>;
|
|
3657
3654
|
meta?: InputMaybe<TMetaInput>;
|
|
@@ -3707,7 +3704,7 @@ export type TCreateUserBackBrandType = {
|
|
|
3707
3704
|
user_back_id: Scalars['ID']['input'];
|
|
3708
3705
|
};
|
|
3709
3706
|
export type TCreateUserBackType = {
|
|
3710
|
-
about_me?: InputMaybe<Scalars['
|
|
3707
|
+
about_me?: InputMaybe<Scalars['UserBiography']['input']>;
|
|
3711
3708
|
active?: InputMaybe<Scalars['Boolean']['input']>;
|
|
3712
3709
|
author_page?: InputMaybe<Scalars['String']['input']>;
|
|
3713
3710
|
clientMutationId?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -3728,7 +3725,7 @@ export type TCreateUserBackType = {
|
|
|
3728
3725
|
public_id?: InputMaybe<Scalars['Int']['input']>;
|
|
3729
3726
|
service?: InputMaybe<Service>;
|
|
3730
3727
|
twitter_account_name?: InputMaybe<Scalars['String']['input']>;
|
|
3731
|
-
username: Scalars['
|
|
3728
|
+
username: Scalars['UserBackUsername']['input'];
|
|
3732
3729
|
work_location?: InputMaybe<Scalars['String']['input']>;
|
|
3733
3730
|
};
|
|
3734
3731
|
export type TCreateUserBotType = {
|
|
@@ -3740,7 +3737,7 @@ export type TCreateUserBotType = {
|
|
|
3740
3737
|
messenger_fields?: InputMaybe<TMessengerFieldsInput>;
|
|
3741
3738
|
};
|
|
3742
3739
|
export type TCreateUserFrontType = {
|
|
3743
|
-
about_me?: InputMaybe<Scalars['
|
|
3740
|
+
about_me?: InputMaybe<Scalars['UserBiography']['input']>;
|
|
3744
3741
|
author_id?: InputMaybe<Scalars['Int']['input']>;
|
|
3745
3742
|
avatar?: InputMaybe<Scalars['String']['input']>;
|
|
3746
3743
|
birthdate?: InputMaybe<Scalars['Date']['input']>;
|
|
@@ -3774,7 +3771,7 @@ export type TCreateUserFrontType = {
|
|
|
3774
3771
|
subscription_renew_at?: InputMaybe<Scalars['DateTime']['input']>;
|
|
3775
3772
|
subscription_start_at?: InputMaybe<Scalars['DateTime']['input']>;
|
|
3776
3773
|
user_back_id?: InputMaybe<Scalars['ID']['input']>;
|
|
3777
|
-
username?: InputMaybe<Scalars['
|
|
3774
|
+
username?: InputMaybe<Scalars['Username']['input']>;
|
|
3778
3775
|
zipcode?: InputMaybe<Scalars['String']['input']>;
|
|
3779
3776
|
};
|
|
3780
3777
|
export type TCreateVersionType = {
|
|
@@ -9256,6 +9253,8 @@ export type TNewsletter = TNode & TTimestampable & {
|
|
|
9256
9253
|
slug?: Maybe<Scalars['String']['output']>;
|
|
9257
9254
|
sort?: Maybe<Scalars['Int']['output']>;
|
|
9258
9255
|
theme?: Maybe<NewsletterThemeType>;
|
|
9256
|
+
themeColor?: Maybe<TThemeColorSingleConnection>;
|
|
9257
|
+
theme_color_id?: Maybe<Scalars['ID']['output']>;
|
|
9259
9258
|
title?: Maybe<Scalars['String']['output']>;
|
|
9260
9259
|
type?: Maybe<NewsletterType>;
|
|
9261
9260
|
};
|
|
@@ -10734,10 +10733,10 @@ export type TPdfEdge = {
|
|
|
10734
10733
|
node?: Maybe<TPdf>;
|
|
10735
10734
|
};
|
|
10736
10735
|
export type TPdfFilter = {
|
|
10737
|
-
maxPublicationDate?: InputMaybe<Scalars['
|
|
10738
|
-
minPublicationDate?: InputMaybe<Scalars['
|
|
10739
|
-
month?: InputMaybe<Scalars['
|
|
10740
|
-
year?: InputMaybe<Scalars['
|
|
10736
|
+
maxPublicationDate?: InputMaybe<Scalars['PdfPublicationDate']['input']>;
|
|
10737
|
+
minPublicationDate?: InputMaybe<Scalars['PdfPublicationDate']['input']>;
|
|
10738
|
+
month?: InputMaybe<Scalars['PdfMonth']['input']>;
|
|
10739
|
+
year?: InputMaybe<Scalars['PdfYear']['input']>;
|
|
10741
10740
|
};
|
|
10742
10741
|
export type TPdfIdentifierInputType = {
|
|
10743
10742
|
clientMutationId?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -14629,6 +14628,7 @@ export type TTag = TCrawlable & TNode & TRouting & TTimestampable & {
|
|
|
14629
14628
|
highlighted_tag?: Maybe<THighlightedTagSingleConnection>;
|
|
14630
14629
|
highlighted_tag_id?: Maybe<Scalars['ID']['output']>;
|
|
14631
14630
|
id: Scalars['ID']['output'];
|
|
14631
|
+
insee_code?: Maybe<Scalars['String']['output']>;
|
|
14632
14632
|
label?: Maybe<Scalars['String']['output']>;
|
|
14633
14633
|
legacy?: Maybe<TLegacy>;
|
|
14634
14634
|
meta?: Maybe<TMeta>;
|
|
@@ -16031,7 +16031,7 @@ export type TUpdateNewsDispatchType = {
|
|
|
16031
16031
|
changes?: InputMaybe<Scalars['String']['input']>;
|
|
16032
16032
|
clientMutationId?: InputMaybe<Scalars['String']['input']>;
|
|
16033
16033
|
content_djs?: InputMaybe<Scalars['JSONObject']['input']>;
|
|
16034
|
-
content_html?: InputMaybe<Scalars['
|
|
16034
|
+
content_html?: InputMaybe<Scalars['ContentHtml']['input']>;
|
|
16035
16035
|
creator?: InputMaybe<Scalars['String']['input']>;
|
|
16036
16036
|
external_id?: InputMaybe<Scalars['String']['input']>;
|
|
16037
16037
|
external_tags?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
@@ -16055,7 +16055,7 @@ export type TUpdateNewsletterType = {
|
|
|
16055
16055
|
id: Scalars['ID']['input'];
|
|
16056
16056
|
logo?: InputMaybe<Scalars['Upload']['input']>;
|
|
16057
16057
|
sort?: InputMaybe<Scalars['Int']['input']>;
|
|
16058
|
-
|
|
16058
|
+
theme_color_id?: InputMaybe<Scalars['ID']['input']>;
|
|
16059
16059
|
title?: InputMaybe<Scalars['String']['input']>;
|
|
16060
16060
|
type?: InputMaybe<NewsletterType>;
|
|
16061
16061
|
};
|
|
@@ -16475,7 +16475,7 @@ export type TUpdateUserBackBrandType = {
|
|
|
16475
16475
|
user_back_id: Scalars['ID']['input'];
|
|
16476
16476
|
};
|
|
16477
16477
|
export type TUpdateUserBackType = {
|
|
16478
|
-
about_me?: InputMaybe<Scalars['
|
|
16478
|
+
about_me?: InputMaybe<Scalars['UserBiography']['input']>;
|
|
16479
16479
|
active?: InputMaybe<Scalars['Boolean']['input']>;
|
|
16480
16480
|
author_page?: InputMaybe<Scalars['String']['input']>;
|
|
16481
16481
|
avatar?: InputMaybe<Scalars['Upload']['input']>;
|
|
@@ -16497,7 +16497,7 @@ export type TUpdateUserBackType = {
|
|
|
16497
16497
|
public_id?: InputMaybe<Scalars['Int']['input']>;
|
|
16498
16498
|
service?: InputMaybe<Service>;
|
|
16499
16499
|
twitter_account_name?: InputMaybe<Scalars['String']['input']>;
|
|
16500
|
-
username?: InputMaybe<Scalars['
|
|
16500
|
+
username?: InputMaybe<Scalars['UserBackUsername']['input']>;
|
|
16501
16501
|
work_location?: InputMaybe<Scalars['String']['input']>;
|
|
16502
16502
|
};
|
|
16503
16503
|
export type TUpdateUserBotType = {
|
|
@@ -16509,7 +16509,7 @@ export type TUpdateUserBotType = {
|
|
|
16509
16509
|
messenger_fields?: InputMaybe<TMessengerFieldsInput>;
|
|
16510
16510
|
};
|
|
16511
16511
|
export type TUpdateUserFrontType = {
|
|
16512
|
-
about_me?: InputMaybe<Scalars['
|
|
16512
|
+
about_me?: InputMaybe<Scalars['UserBiography']['input']>;
|
|
16513
16513
|
author_id?: InputMaybe<Scalars['Int']['input']>;
|
|
16514
16514
|
avatar?: InputMaybe<Scalars['String']['input']>;
|
|
16515
16515
|
avatar_file?: InputMaybe<Scalars['Upload']['input']>;
|
|
@@ -16548,7 +16548,7 @@ export type TUpdateUserFrontType = {
|
|
|
16548
16548
|
subscription_renew_at?: InputMaybe<Scalars['DateTime']['input']>;
|
|
16549
16549
|
subscription_start_at?: InputMaybe<Scalars['DateTime']['input']>;
|
|
16550
16550
|
user_back_id?: InputMaybe<Scalars['ID']['input']>;
|
|
16551
|
-
username?: InputMaybe<Scalars['
|
|
16551
|
+
username?: InputMaybe<Scalars['Username']['input']>;
|
|
16552
16552
|
website?: InputMaybe<Scalars['String']['input']>;
|
|
16553
16553
|
zipcode?: InputMaybe<Scalars['String']['input']>;
|
|
16554
16554
|
};
|
|
@@ -16603,7 +16603,7 @@ export type TUserBack = TNode & TTimestampable & {
|
|
|
16603
16603
|
subtype?: Maybe<TSubtypeSingleConnection>;
|
|
16604
16604
|
twitter_account_name?: Maybe<Scalars['String']['output']>;
|
|
16605
16605
|
userFront?: Maybe<TUserFrontSingleConnection>;
|
|
16606
|
-
username?: Maybe<Scalars['
|
|
16606
|
+
username?: Maybe<Scalars['UserBackUsername']['output']>;
|
|
16607
16607
|
work_location?: Maybe<Scalars['String']['output']>;
|
|
16608
16608
|
};
|
|
16609
16609
|
export type TUserBackBrandRelationArgs = {
|
|
@@ -17119,6 +17119,7 @@ export type TUserFrontInputFilter = {
|
|
|
17119
17119
|
newsletters_registration?: InputMaybe<TUserFrontFilter>;
|
|
17120
17120
|
origin?: InputMaybe<TUserFrontFilter>;
|
|
17121
17121
|
status?: InputMaybe<UserStatus>;
|
|
17122
|
+
subscriber?: InputMaybe<TUserFrontSubscriberFilter>;
|
|
17122
17123
|
top_pv_month_num?: InputMaybe<TUserFrontTopPvMonthNumFilter>;
|
|
17123
17124
|
top_reading_day_of_week?: InputMaybe<TUserFrontFilter>;
|
|
17124
17125
|
user_front_id?: InputMaybe<TUserFrontFilter>;
|
|
@@ -17215,6 +17216,22 @@ export type TUserFrontSingleConnectionOptions = {
|
|
|
17215
17216
|
export declare enum UserFrontSingleConnectionTotal {
|
|
17216
17217
|
TRUTH = "TRUTH"
|
|
17217
17218
|
}
|
|
17219
|
+
export type TUserFrontSubscriberFilter = {
|
|
17220
|
+
eq?: InputMaybe<Scalars['Boolean']['input']>;
|
|
17221
|
+
gt?: InputMaybe<Scalars['Boolean']['input']>;
|
|
17222
|
+
gte?: InputMaybe<Scalars['Boolean']['input']>;
|
|
17223
|
+
ilike?: InputMaybe<Scalars['Boolean']['input']>;
|
|
17224
|
+
in?: InputMaybe<Array<InputMaybe<Scalars['Boolean']['input']>>>;
|
|
17225
|
+
like?: InputMaybe<Scalars['Boolean']['input']>;
|
|
17226
|
+
lt?: InputMaybe<Scalars['Boolean']['input']>;
|
|
17227
|
+
lte?: InputMaybe<Scalars['Boolean']['input']>;
|
|
17228
|
+
ne?: InputMaybe<Scalars['Boolean']['input']>;
|
|
17229
|
+
nilike?: InputMaybe<Scalars['Boolean']['input']>;
|
|
17230
|
+
nin?: InputMaybe<Array<InputMaybe<Scalars['Boolean']['input']>>>;
|
|
17231
|
+
nlike?: InputMaybe<Scalars['Boolean']['input']>;
|
|
17232
|
+
nre?: InputMaybe<Scalars['Boolean']['input']>;
|
|
17233
|
+
re?: InputMaybe<Scalars['Boolean']['input']>;
|
|
17234
|
+
};
|
|
17218
17235
|
export type TUserFrontTopPvMonthNumFilter = {
|
|
17219
17236
|
eq?: InputMaybe<Scalars['Int']['input']>;
|
|
17220
17237
|
gt?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -18022,6 +18039,7 @@ export type THomeReservePublishableContentStorySingleConnection = {
|
|
|
18022
18039
|
};
|
|
18023
18040
|
export declare enum HoroscopeEntityType {
|
|
18024
18041
|
chinese = "chinese",
|
|
18042
|
+
numerology = "numerology",
|
|
18025
18043
|
zodiac = "zodiac"
|
|
18026
18044
|
}
|
|
18027
18045
|
export type TImage = {
|
|
@@ -18289,6 +18307,7 @@ export declare enum NewsletterThemeType {
|
|
|
18289
18307
|
partner = "partner",
|
|
18290
18308
|
planet = "planet",
|
|
18291
18309
|
sport = "sport",
|
|
18310
|
+
tempo = "tempo",
|
|
18292
18311
|
weird = "weird"
|
|
18293
18312
|
}
|
|
18294
18313
|
export declare enum NewsletterType {
|
|
@@ -19058,7 +19077,7 @@ export type TUpdateUserFrontUsernameType = {
|
|
|
19058
19077
|
brand_id: Scalars['ID']['input'];
|
|
19059
19078
|
clientMutationId?: InputMaybe<Scalars['String']['input']>;
|
|
19060
19079
|
id: Scalars['ID']['input'];
|
|
19061
|
-
username?: InputMaybe<Scalars['
|
|
19080
|
+
username?: InputMaybe<Scalars['Username']['input']>;
|
|
19062
19081
|
};
|
|
19063
19082
|
export declare enum UserStatus {
|
|
19064
19083
|
archived = "archived",
|
|
@@ -20308,10 +20327,10 @@ export type TGetPdfsByEditionSlugQueryVariables = Exact<{
|
|
|
20308
20327
|
slug: Scalars['String']['input'];
|
|
20309
20328
|
first: Scalars['FirstElement']['input'];
|
|
20310
20329
|
sort: OrderDirection;
|
|
20311
|
-
maxPublicationDate?: InputMaybe<Scalars['
|
|
20312
|
-
minPublicationDate?: InputMaybe<Scalars['
|
|
20313
|
-
year?: InputMaybe<Scalars['
|
|
20314
|
-
month?: InputMaybe<Scalars['
|
|
20330
|
+
maxPublicationDate?: InputMaybe<Scalars['PdfPublicationDate']['input']>;
|
|
20331
|
+
minPublicationDate?: InputMaybe<Scalars['PdfPublicationDate']['input']>;
|
|
20332
|
+
year?: InputMaybe<Scalars['PdfYear']['input']>;
|
|
20333
|
+
month?: InputMaybe<Scalars['PdfMonth']['input']>;
|
|
20315
20334
|
}>;
|
|
20316
20335
|
export type TGetPdfsByEditionSlugQuery = {
|
|
20317
20336
|
__typename?: 'Query';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@20minutes/tyr",
|
|
3
|
-
"version": "2.40.
|
|
3
|
+
"version": "2.40.10",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+ssh://git@github.com/20minutes/tyr.git"
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
56
|
"@20minutes/draft-convert": "^3.1.2",
|
|
57
|
-
"@20minutes/hela": "^2.18.
|
|
57
|
+
"@20minutes/hela": "^2.18.14",
|
|
58
58
|
"classnames": "^2.5.1",
|
|
59
59
|
"draft-js": "^0.11.7",
|
|
60
60
|
"html-entities": "^2.6.0",
|
|
@@ -68,8 +68,8 @@
|
|
|
68
68
|
"whatwg-url": "^16.0.0"
|
|
69
69
|
},
|
|
70
70
|
"devDependencies": {
|
|
71
|
-
"@20minutes/eslint-config": "^3.0.
|
|
72
|
-
"@aws-sdk/client-s3": "3.
|
|
71
|
+
"@20minutes/eslint-config": "^3.0.3",
|
|
72
|
+
"@aws-sdk/client-s3": "3.1038.0",
|
|
73
73
|
"@graphql-codegen/cli": "^6.3.1",
|
|
74
74
|
"@graphql-codegen/typescript": "^5.0.10",
|
|
75
75
|
"@graphql-codegen/typescript-operations": "^5.1.0",
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
"jest-worker": "^30.3.0",
|
|
103
103
|
"jsdom": "^28.1.0",
|
|
104
104
|
"mockdate": "^3.0.5",
|
|
105
|
-
"postcss": "^8.5.
|
|
105
|
+
"postcss": "^8.5.12",
|
|
106
106
|
"purgecss": "^8.0.0",
|
|
107
107
|
"purgecss-from-html": "^8.0.0",
|
|
108
108
|
"rollup": "^4.60.2",
|
|
@@ -112,7 +112,7 @@
|
|
|
112
112
|
"schema-dts": "^2.0.0",
|
|
113
113
|
"storybook": "^10.3.5",
|
|
114
114
|
"tsx": "^4.21.0",
|
|
115
|
-
"typed-query-selector": "^2.12.
|
|
115
|
+
"typed-query-selector": "^2.12.2",
|
|
116
116
|
"typescript": "^6.0.3",
|
|
117
117
|
"unplugin-dts": "^1.0.0-beta.6",
|
|
118
118
|
"vite": "^7.3.1",
|