@20minutes/hela 2.18.14 → 2.19.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@20minutes/hela",
3
- "version": "2.18.14",
3
+ "version": "2.19.1",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+ssh://git@github.com/20minutes/hela.git"
@@ -85,15 +85,15 @@
85
85
  "react-dom": "^18.3.1"
86
86
  },
87
87
  "devDependencies": {
88
- "@20minutes/eslint-config": "^3.0.2",
89
- "@aws-sdk/client-s3": "3.1032.0",
88
+ "@20minutes/eslint-config": "^3.0.3",
89
+ "@aws-sdk/client-s3": "3.1044.0",
90
90
  "@octokit/core": "7.0.6",
91
- "@storybook/addon-a11y": "^10.3.5",
92
- "@storybook/addon-docs": "^10.3.5",
93
- "@storybook/addon-links": "^10.3.5",
94
- "@storybook/addon-vitest": "^10.3.5",
91
+ "@storybook/addon-a11y": "^10.3.6",
92
+ "@storybook/addon-docs": "^10.3.6",
93
+ "@storybook/addon-links": "^10.3.6",
94
+ "@storybook/addon-vitest": "^10.3.6",
95
95
  "@storybook/csf": "^0.1.13",
96
- "@storybook/react-vite": "^10.3.5",
96
+ "@storybook/react-vite": "^10.3.6",
97
97
  "@svgr/cli": "^8.1.0",
98
98
  "@testing-library/dom": "^10.4.1",
99
99
  "@testing-library/react": "^16.3.2",
@@ -103,14 +103,15 @@
103
103
  "@vitejs/plugin-react": "^5.1.4",
104
104
  "@vitest/browser-playwright": "4.0.18",
105
105
  "@vitest/coverage-v8": "4.0.18",
106
+ "@whitespace/storybook-addon-html": "^9.0.0",
106
107
  "autoprefixer": "^10.5.0",
107
108
  "dotenv": "^17.4.2",
108
- "globals": "^17.5.0",
109
+ "globals": "^17.6.0",
109
110
  "husky": "^9.1.7",
110
- "jsdom": "^28.1.0",
111
- "lint-staged": "^16.4.0",
111
+ "jsdom": "^29.1.1",
112
+ "lint-staged": "^17.0.2",
112
113
  "playwright": "^1.59.1",
113
- "postcss": "^8.5.10",
114
+ "postcss": "^8.5.14",
114
115
  "postcss-inline-svg": "^6.0.0",
115
116
  "postcss-scss": "^4.0.9",
116
117
  "postcss-url": "^10.1.3",
@@ -121,20 +122,21 @@
121
122
  "rollup-plugin-peer-deps-external": "^2.2.4",
122
123
  "rollup-plugin-visualizer": "^7.0.1",
123
124
  "sass-embedded": "^1.99.0",
124
- "storybook": "^10.3.5",
125
+ "storybook": "^10.3.6",
125
126
  "style-dictionary": "^5.4.0",
126
- "stylelint": "^17.8.0",
127
+ "stylelint": "^17.11.0",
127
128
  "stylelint-config-standard-scss": "^17.0.0",
128
129
  "stylelint-prettier": "^5.0.3",
129
130
  "svg-sprite": "2.0.4",
130
131
  "tsx": "^4.21.0",
131
132
  "typescript": "^6.0.3",
132
- "unplugin-dts": "^1.0.0-beta.6",
133
+ "unplugin-dts": "^1.0.0",
133
134
  "vite": "^7.3.1",
134
135
  "vite-tsconfig-paths": "^6.1.1",
135
136
  "vitest": "4.0.18"
136
137
  },
137
138
  "resolutions": {
139
+ "postcss-url/minimatch": "3.1.3",
138
140
  "prismjs": "^1.30.0",
139
141
  "uri-js": "npm:uri-js-replace"
140
142
  }