@20minutes/tyr 1.3.0 → 1.4.0
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/css/horoscopePage-mobile-critical.css +1 -1
- package/dist/css/horoscopePage-mobile-no-critical.css +1 -1
- package/dist/index.es.js +212 -210
- package/dist/index.umd.js +2 -2
- package/dist/js/cmp.min.js +1 -1
- package/dist/js/main.min.js +2 -2
- package/dist/src/assets/thirdParties/dmp/cookieHandler.d.ts +1 -0
- package/dist/src/types/graphql.d.ts +1 -1
- package/package.json +17 -17
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const connectMediarithmics: () => void;
|
|
@@ -742,7 +742,7 @@ export type TBlockLink = TNode & TTimestampable & {
|
|
|
742
742
|
public_id?: Maybe<Scalars['Int']['output']>;
|
|
743
743
|
theme?: Maybe<Scalars['String']['output']>;
|
|
744
744
|
themeColor?: Maybe<TThemeColorSingleConnection>;
|
|
745
|
-
theme_color_id
|
|
745
|
+
theme_color_id?: Maybe<Scalars['ID']['output']>;
|
|
746
746
|
title?: Maybe<Scalars['String']['output']>;
|
|
747
747
|
type?: Maybe<BlockLinkTypes>;
|
|
748
748
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@20minutes/tyr",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.4.0",
|
|
4
4
|
"repository": "git@github.com:20minutes/tyr.git",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "20 Minutes",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"node": ">=20"
|
|
56
56
|
},
|
|
57
57
|
"dependencies": {
|
|
58
|
-
"@20minutes/hela": "^1.
|
|
58
|
+
"@20minutes/hela": "^1.1.0",
|
|
59
59
|
"aws-rum-web": "^1.17.0",
|
|
60
60
|
"classnames": "^2.5.1",
|
|
61
61
|
"draft-convert": "^2.1.13",
|
|
@@ -72,20 +72,20 @@
|
|
|
72
72
|
"@aws-sdk/client-s3": "3.515.0",
|
|
73
73
|
"@babel/core": "^7.23.9",
|
|
74
74
|
"@graphql-codegen/cli": "^5.0.2",
|
|
75
|
-
"@graphql-codegen/typescript": "^4.0.
|
|
76
|
-
"@graphql-codegen/typescript-operations": "^4.1.
|
|
75
|
+
"@graphql-codegen/typescript": "^4.0.5",
|
|
76
|
+
"@graphql-codegen/typescript-operations": "^4.1.3",
|
|
77
77
|
"@octokit/core": "5.1.0",
|
|
78
78
|
"@rollup/plugin-commonjs": "^25.0.7",
|
|
79
79
|
"@rollup/plugin-node-resolve": "^15.2.3",
|
|
80
80
|
"@rollup/plugin-replace": "^5.0.5",
|
|
81
81
|
"@rollup/plugin-terser": "^0.4.4",
|
|
82
|
-
"@storybook/addon-actions": "^7.6.
|
|
83
|
-
"@storybook/addon-essentials": "^7.6.
|
|
84
|
-
"@storybook/addon-interactions": "^7.6.
|
|
85
|
-
"@storybook/addon-links": "^7.6.
|
|
86
|
-
"@storybook/addon-mdx-gfm": "^7.6.
|
|
87
|
-
"@storybook/react": "^7.6.
|
|
88
|
-
"@storybook/react-vite": "^7.6.
|
|
82
|
+
"@storybook/addon-actions": "^7.6.17",
|
|
83
|
+
"@storybook/addon-essentials": "^7.6.17",
|
|
84
|
+
"@storybook/addon-interactions": "^7.6.17",
|
|
85
|
+
"@storybook/addon-links": "^7.6.17",
|
|
86
|
+
"@storybook/addon-mdx-gfm": "^7.6.17",
|
|
87
|
+
"@storybook/react": "^7.6.17",
|
|
88
|
+
"@storybook/react-vite": "^7.6.17",
|
|
89
89
|
"@storybook/testing-library": "0.2.2",
|
|
90
90
|
"@testing-library/jest-dom": "^6.4.2",
|
|
91
91
|
"@testing-library/react": "^14.2.1",
|
|
@@ -93,13 +93,13 @@
|
|
|
93
93
|
"@types/draft-js": "^0.11.17",
|
|
94
94
|
"@types/googletag": "^3.1.3",
|
|
95
95
|
"@types/jsdom": "^21.1.6",
|
|
96
|
-
"@types/react": "^18.2.
|
|
96
|
+
"@types/react": "^18.2.57",
|
|
97
97
|
"@types/react-dom": "^18.2.19",
|
|
98
98
|
"@types/sinon": "^17.0.3",
|
|
99
|
-
"@typescript-eslint/eslint-plugin": "^7.0.
|
|
100
|
-
"@typescript-eslint/parser": "^7.0.
|
|
99
|
+
"@typescript-eslint/eslint-plugin": "^7.0.2",
|
|
100
|
+
"@typescript-eslint/parser": "^7.0.2",
|
|
101
101
|
"@vitejs/plugin-react": "^4.2.1",
|
|
102
|
-
"@vitest/coverage-v8": "^1.3.
|
|
102
|
+
"@vitest/coverage-v8": "^1.3.1",
|
|
103
103
|
"babel-loader": "^9.1.3",
|
|
104
104
|
"cypress": "13.6.4",
|
|
105
105
|
"cypress-each": "^1.14.0",
|
|
@@ -131,13 +131,13 @@
|
|
|
131
131
|
"rollup-plugin-visualizer": "^5.12.0",
|
|
132
132
|
"schema-dts": "^1.1.2",
|
|
133
133
|
"start-server-and-test": "^2.0.3",
|
|
134
|
-
"storybook": "^7.6.
|
|
134
|
+
"storybook": "^7.6.17",
|
|
135
135
|
"ts-node": "^10.9.2",
|
|
136
136
|
"tsconfig-paths": "^4.2.0",
|
|
137
137
|
"typescript": "^4.9.5",
|
|
138
138
|
"vite": "^4.5.2",
|
|
139
139
|
"vite-plugin-dts": "^3.7.2",
|
|
140
140
|
"vite-tsconfig-paths": "^4.3.1",
|
|
141
|
-
"vitest": "1.3.
|
|
141
|
+
"vitest": "1.3.1"
|
|
142
142
|
}
|
|
143
143
|
}
|