@20minutes/hela 2.18.7 → 2.18.8
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.
|
|
3
|
+
"version": "2.18.8",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+ssh://git@github.com/20minutes/hela.git"
|
|
@@ -53,8 +53,9 @@
|
|
|
53
53
|
"lint:ts:fix": "biome check --write --unsafe --max-diagnostics=none",
|
|
54
54
|
"lint:ts:staged": "biome check --error-on-warnings --no-errors-on-unmatched --staged --max-diagnostics=none",
|
|
55
55
|
"lint:ts:ci": "biome ci --max-diagnostics=none --error-on-warnings",
|
|
56
|
-
"test": "vitest run --silent",
|
|
57
|
-
"test:
|
|
56
|
+
"test": "vitest run --silent --project unit",
|
|
57
|
+
"test:storybook": "NODE_OPTIONS=--max-old-space-size=8192 vitest --run --project storybook",
|
|
58
|
+
"test:coverage": "vitest run --coverage --project unit",
|
|
58
59
|
"test:package": "node bin/testPackedPackage.mjs",
|
|
59
60
|
"tsc": "tsc --noEmit",
|
|
60
61
|
"upload:artifacts": "tsx bin/uploadArtifacts",
|
|
@@ -85,27 +86,31 @@
|
|
|
85
86
|
},
|
|
86
87
|
"devDependencies": {
|
|
87
88
|
"@20minutes/eslint-config": "^3.0.2",
|
|
88
|
-
"@aws-sdk/client-s3": "3.
|
|
89
|
+
"@aws-sdk/client-s3": "3.1027.0",
|
|
89
90
|
"@octokit/core": "7.0.6",
|
|
90
|
-
"@storybook/addon-
|
|
91
|
-
"@storybook/addon-
|
|
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",
|
|
92
95
|
"@storybook/csf": "^0.1.13",
|
|
93
|
-
"@storybook/react-vite": "^10.3.
|
|
96
|
+
"@storybook/react-vite": "^10.3.5",
|
|
94
97
|
"@svgr/cli": "^8.1.0",
|
|
95
98
|
"@testing-library/dom": "^10.4.1",
|
|
96
99
|
"@testing-library/react": "^16.3.2",
|
|
97
|
-
"@types/node": "^25.5.
|
|
100
|
+
"@types/node": "^25.5.2",
|
|
98
101
|
"@types/react": "^18.3.12",
|
|
99
102
|
"@types/react-dom": "^18.3.1",
|
|
100
103
|
"@vitejs/plugin-react": "^5.1.4",
|
|
104
|
+
"@vitest/browser-playwright": "4.0.18",
|
|
101
105
|
"@vitest/coverage-v8": "4.0.18",
|
|
102
106
|
"autoprefixer": "^10.4.27",
|
|
103
|
-
"dotenv": "^17.
|
|
107
|
+
"dotenv": "^17.4.1",
|
|
104
108
|
"globals": "^17.4.0",
|
|
105
109
|
"husky": "^9.1.7",
|
|
106
110
|
"jsdom": "^28.1.0",
|
|
107
111
|
"lint-staged": "^16.4.0",
|
|
108
|
-
"
|
|
112
|
+
"playwright": "^1.59.1",
|
|
113
|
+
"postcss": "^8.5.9",
|
|
109
114
|
"postcss-inline-svg": "^6.0.0",
|
|
110
115
|
"postcss-scss": "^4.0.9",
|
|
111
116
|
"postcss-url": "^10.1.3",
|
|
@@ -115,8 +120,8 @@
|
|
|
115
120
|
"react-syntax-highlighter": "^16.1.1",
|
|
116
121
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
117
122
|
"rollup-plugin-visualizer": "^7.0.1",
|
|
118
|
-
"sass-embedded": "^1.
|
|
119
|
-
"storybook": "^10.3.
|
|
123
|
+
"sass-embedded": "^1.99.0",
|
|
124
|
+
"storybook": "^10.3.5",
|
|
120
125
|
"style-dictionary": "^5.4.0",
|
|
121
126
|
"stylelint": "^17.6.0",
|
|
122
127
|
"stylelint-config-standard-scss": "^17.0.0",
|