@20minutes/tyr 2.3.2 → 2.3.4

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.
@@ -19,4 +19,5 @@ export declare const ArticlePageWithPhotoSwipeGalleryMobile: Story;
19
19
  export declare const ArticlePageWithPhotoSwipeGalleryDesktop: Story;
20
20
  export declare const ArticleProductionMobile: Story;
21
21
  export declare const ArticleProductionDesktop: Story;
22
+ export declare const ArticleVieProMobile: Story;
22
23
  export declare const ArticleVieProDesktop: Story;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@20minutes/tyr",
3
- "version": "2.3.2",
3
+ "version": "2.3.4",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+ssh://git@github.com/20minutes/tyr.git"
@@ -73,26 +73,26 @@
73
73
  "@eslint/eslintrc": "^3.2.0",
74
74
  "@eslint/js": "^9.20.0",
75
75
  "@graphql-codegen/cli": "^5.0.5",
76
- "@graphql-codegen/typescript": "^4.1.3",
77
- "@graphql-codegen/typescript-operations": "^4.4.1",
76
+ "@graphql-codegen/typescript": "^4.1.4",
77
+ "@graphql-codegen/typescript-operations": "^4.5.0",
78
78
  "@octokit/core": "5.1.0",
79
79
  "@rollup/plugin-commonjs": "^28.0.2",
80
80
  "@rollup/plugin-node-resolve": "^16.0.0",
81
81
  "@rollup/plugin-replace": "^6.0.2",
82
82
  "@rollup/plugin-terser": "^0.4.4",
83
- "@storybook/addon-actions": "^8.5.6",
84
- "@storybook/addon-essentials": "^8.5.6",
85
- "@storybook/addon-interactions": "^8.5.6",
86
- "@storybook/addon-links": "^8.5.6",
87
- "@storybook/manager-api": "^8.5.6",
88
- "@storybook/react": "^8.5.6",
89
- "@storybook/react-vite": "^8.5.6",
83
+ "@storybook/addon-actions": "^8.5.8",
84
+ "@storybook/addon-essentials": "^8.5.8",
85
+ "@storybook/addon-interactions": "^8.5.8",
86
+ "@storybook/addon-links": "^8.5.8",
87
+ "@storybook/manager-api": "^8.5.8",
88
+ "@storybook/react": "^8.5.8",
89
+ "@storybook/react-vite": "^8.5.8",
90
90
  "@storybook/theming": "^8.5.5",
91
91
  "@testing-library/dom": "^10.4.0",
92
92
  "@testing-library/jest-dom": "^6.6.3",
93
93
  "@testing-library/react": "^16.2.0",
94
94
  "@types/draft-js": "^0.11.18",
95
- "@types/googletag": "^3.2.0",
95
+ "@types/googletag": "^3.3.0",
96
96
  "@types/jsdom": "^21.1.7",
97
97
  "@types/node": "^22.13.4",
98
98
  "@types/poool-access": "^5.18.0",
@@ -103,13 +103,13 @@
103
103
  "@typescript-eslint/eslint-plugin": "^8.24.1",
104
104
  "@typescript-eslint/parser": "^8.24.1",
105
105
  "@vitejs/plugin-react": "^4.3.4",
106
- "@vitest/coverage-v8": "^3.0.5",
106
+ "@vitest/coverage-v8": "^3.0.6",
107
107
  "babel-loader": "^9.2.1",
108
108
  "eslint": "^8.57.1",
109
109
  "eslint-config-airbnb": "^19.0.4",
110
110
  "eslint-config-prettier": "^9.1.0",
111
111
  "eslint-import-resolver-alias": "^1.1.2",
112
- "eslint-import-resolver-typescript": "^3.8.1",
112
+ "eslint-import-resolver-typescript": "^3.8.2",
113
113
  "eslint-plugin-babel": "^5.3.1",
114
114
  "eslint-plugin-import": "^2.31.0",
115
115
  "eslint-plugin-jsx-a11y": "^6.10.2",
@@ -134,15 +134,15 @@
134
134
  "rollup-plugin-typescript-paths": "^1.5.0",
135
135
  "rollup-plugin-visualizer": "^5.14.0",
136
136
  "schema-dts": "^1.1.2",
137
- "storybook": "^8.5.6",
137
+ "storybook": "^8.5.8",
138
138
  "ts-node": "^10.9.2",
139
139
  "tsconfig-paths": "^4.2.0",
140
140
  "typed-query-selector": "^2.12.0",
141
141
  "typescript": "^4.9.5",
142
- "vite": "^6.1.0",
142
+ "vite": "^6.1.1",
143
143
  "vite-plugin-dts": "^4.5.0",
144
144
  "vite-tsconfig-paths": "^5.1.4",
145
- "vitest": "3.0.5"
145
+ "vitest": "3.0.6"
146
146
  },
147
147
  "resolutions": {
148
148
  "uri-js": "npm:uri-js-replace",