@20minutes/hela 2.19.0 → 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.19.0",
3
+ "version": "2.19.1",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+ssh://git@github.com/20minutes/hela.git"
@@ -86,7 +86,7 @@
86
86
  },
87
87
  "devDependencies": {
88
88
  "@20minutes/eslint-config": "^3.0.3",
89
- "@aws-sdk/client-s3": "3.1042.0",
89
+ "@aws-sdk/client-s3": "3.1044.0",
90
90
  "@octokit/core": "7.0.6",
91
91
  "@storybook/addon-a11y": "^10.3.6",
92
92
  "@storybook/addon-docs": "^10.3.6",
@@ -103,12 +103,13 @@
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
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
114
  "postcss": "^8.5.14",
114
115
  "postcss-inline-svg": "^6.0.0",
@@ -123,7 +124,7 @@
123
124
  "sass-embedded": "^1.99.0",
124
125
  "storybook": "^10.3.6",
125
126
  "style-dictionary": "^5.4.0",
126
- "stylelint": "^17.10.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",
@@ -135,6 +136,7 @@
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
  }