@20minutes/hela 2.1.3 → 2.1.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.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@20minutes/hela",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.4",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+ssh://git@github.com/20minutes/hela.git"
|
|
@@ -84,17 +84,19 @@
|
|
|
84
84
|
"@eslint/eslintrc": "^3.2.0",
|
|
85
85
|
"@eslint/js": "^9.20.0",
|
|
86
86
|
"@octokit/core": "5.1.0",
|
|
87
|
-
"@storybook/addon-actions": "^8.5.
|
|
88
|
-
"@storybook/addon-essentials": "^8.5.
|
|
89
|
-
"@storybook/addon-links": "^8.5.
|
|
90
|
-
"@storybook/blocks": "^8.5.
|
|
87
|
+
"@storybook/addon-actions": "^8.5.5",
|
|
88
|
+
"@storybook/addon-essentials": "^8.5.5",
|
|
89
|
+
"@storybook/addon-links": "^8.5.5",
|
|
90
|
+
"@storybook/blocks": "^8.5.5",
|
|
91
91
|
"@storybook/csf": "0.1.2",
|
|
92
|
-
"@storybook/
|
|
93
|
-
"@storybook/react
|
|
92
|
+
"@storybook/manager-api": "^8.5.5",
|
|
93
|
+
"@storybook/react": "^8.5.5",
|
|
94
|
+
"@storybook/react-vite": "^8.5.5",
|
|
95
|
+
"@storybook/theming": "^8.5.5",
|
|
94
96
|
"@svgr/cli": "^8.1.0",
|
|
95
97
|
"@testing-library/dom": "^10.4.0",
|
|
96
98
|
"@testing-library/react": "^16.2.0",
|
|
97
|
-
"@types/node": "^22.13.
|
|
99
|
+
"@types/node": "^22.13.4",
|
|
98
100
|
"@types/react": "^18.3.12",
|
|
99
101
|
"@types/react-dom": "^18.3.1",
|
|
100
102
|
"@typescript-eslint/eslint-plugin": "^8.24.0",
|
|
@@ -113,7 +115,7 @@
|
|
|
113
115
|
"eslint-plugin-react": "^7.37.4",
|
|
114
116
|
"eslint-plugin-simple-import-sort": "^12.1.1",
|
|
115
117
|
"eslint-plugin-storybook": "^0.11.2",
|
|
116
|
-
"globals": "^15.
|
|
118
|
+
"globals": "^15.15.0",
|
|
117
119
|
"husky": "^9.1.7",
|
|
118
120
|
"jsdom": "^26.0.0",
|
|
119
121
|
"lint-staged": "^15.4.3",
|
|
@@ -121,14 +123,14 @@
|
|
|
121
123
|
"postcss-inline-svg": "^6.0.0",
|
|
122
124
|
"postcss-scss": "^4.0.9",
|
|
123
125
|
"postcss-url": "^10.1.3",
|
|
124
|
-
"prettier": "^3.5.
|
|
126
|
+
"prettier": "^3.5.1",
|
|
125
127
|
"react": "^18.3.1",
|
|
126
128
|
"react-dom": "^18.3.1",
|
|
127
129
|
"react-syntax-highlighter": "^15.6.1",
|
|
128
130
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
129
131
|
"rollup-plugin-visualizer": "^5.14.0",
|
|
130
|
-
"sass": "^1.
|
|
131
|
-
"storybook": "^8.5.
|
|
132
|
+
"sass": "^1.85.0",
|
|
133
|
+
"storybook": "^8.5.5",
|
|
132
134
|
"style-dictionary": "^3.9.2",
|
|
133
135
|
"stylelint": "^15.11.0",
|
|
134
136
|
"stylelint-config-standard-scss": "^11.1.0",
|