@20minutes/hela 2.12.13 → 2.12.15
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/dist/index.es.js +374 -452
- package/dist/index.umd.js +1 -1
- package/dist/scss/abstracts/variables/_token-variables.scss +1 -1
- package/dist/scss/abstracts/variables/_variables.scss +1 -1
- package/dist/src/components/molecules/ShowCover/ShowCover.d.ts +0 -1
- package/dist/src/components/molecules/ShowCover/ShowCover.stories.d.ts +10 -6
- package/dist/style.css +1 -1
- package/package.json +18 -18
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@20minutes/hela",
|
|
3
|
-
"version": "2.12.
|
|
3
|
+
"version": "2.12.15",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+ssh://git@github.com/20minutes/hela.git"
|
|
@@ -77,13 +77,13 @@
|
|
|
77
77
|
},
|
|
78
78
|
"devDependencies": {
|
|
79
79
|
"@20minutes/eslint-config": "^1.2.7",
|
|
80
|
-
"@aws-sdk/client-s3": "3.
|
|
80
|
+
"@aws-sdk/client-s3": "3.955.0",
|
|
81
81
|
"@babel/core": "^7.28.5",
|
|
82
82
|
"@babel/eslint-parser": "^7.28.5",
|
|
83
83
|
"@csstools/postcss-sass": "^5.1.1",
|
|
84
|
-
"@eslint/compat": "^
|
|
85
|
-
"@eslint/eslintrc": "^3.3.
|
|
86
|
-
"@eslint/js": "^9.39.
|
|
84
|
+
"@eslint/compat": "^2.0.0",
|
|
85
|
+
"@eslint/eslintrc": "^3.3.3",
|
|
86
|
+
"@eslint/js": "^9.39.2",
|
|
87
87
|
"@octokit/core": "5.1.0",
|
|
88
88
|
"@storybook/addon-docs": "^9.1.5",
|
|
89
89
|
"@storybook/addon-links": "^9.1.5",
|
|
@@ -91,14 +91,14 @@
|
|
|
91
91
|
"@storybook/react-vite": "^9.1.5",
|
|
92
92
|
"@svgr/cli": "^8.1.0",
|
|
93
93
|
"@testing-library/dom": "^10.4.1",
|
|
94
|
-
"@testing-library/react": "^16.3.
|
|
95
|
-
"@types/node": "^
|
|
94
|
+
"@testing-library/react": "^16.3.1",
|
|
95
|
+
"@types/node": "^25.0.3",
|
|
96
96
|
"@types/react": "^18.3.12",
|
|
97
97
|
"@types/react-dom": "^18.3.1",
|
|
98
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
99
|
-
"@typescript-eslint/parser": "^8.
|
|
100
|
-
"@vitejs/plugin-react": "^5.1.
|
|
101
|
-
"autoprefixer": "^10.4.
|
|
98
|
+
"@typescript-eslint/eslint-plugin": "^8.50.0",
|
|
99
|
+
"@typescript-eslint/parser": "^8.50.0",
|
|
100
|
+
"@vitejs/plugin-react": "^5.1.2",
|
|
101
|
+
"autoprefixer": "^10.4.23",
|
|
102
102
|
"dotenv": "^17.2.3",
|
|
103
103
|
"eslint": "^8.57.1",
|
|
104
104
|
"eslint-config-airbnb": "^19.0.4",
|
|
@@ -113,31 +113,31 @@
|
|
|
113
113
|
"eslint-plugin-storybook": "^9.1.5",
|
|
114
114
|
"globals": "^16.5.0",
|
|
115
115
|
"husky": "^9.1.7",
|
|
116
|
-
"jsdom": "^27.
|
|
116
|
+
"jsdom": "^27.3.0",
|
|
117
117
|
"lint-staged": "^16.2.7",
|
|
118
118
|
"postcss": "^8.5.6",
|
|
119
119
|
"postcss-inline-svg": "^6.0.0",
|
|
120
120
|
"postcss-scss": "^4.0.9",
|
|
121
121
|
"postcss-url": "^10.1.3",
|
|
122
|
-
"prettier": "^3.7.
|
|
122
|
+
"prettier": "^3.7.4",
|
|
123
123
|
"react": "^18.3.1",
|
|
124
124
|
"react-dom": "^18.3.1",
|
|
125
125
|
"react-syntax-highlighter": "^15.6.6",
|
|
126
126
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
127
127
|
"rollup-plugin-visualizer": "^6.0.5",
|
|
128
|
-
"sass": "^1.
|
|
128
|
+
"sass": "^1.97.0",
|
|
129
129
|
"storybook": "^9.1.5",
|
|
130
130
|
"style-dictionary": "^3.9.2",
|
|
131
131
|
"stylelint": "^15.11.0",
|
|
132
132
|
"stylelint-config-standard-scss": "^11.1.0",
|
|
133
133
|
"stylelint-prettier": "^4.1.0",
|
|
134
134
|
"svg-sprite": "2.0.4",
|
|
135
|
-
"tsx": "^4.
|
|
135
|
+
"tsx": "^4.21.0",
|
|
136
136
|
"typescript": "^4.9.5",
|
|
137
|
-
"vite": "^7.
|
|
137
|
+
"vite": "^7.3.0",
|
|
138
138
|
"vite-plugin-dts": "^4.5.4",
|
|
139
|
-
"vite-tsconfig-paths": "^
|
|
140
|
-
"vitest": "^4.0.
|
|
139
|
+
"vite-tsconfig-paths": "^6.0.3",
|
|
140
|
+
"vitest": "^4.0.16"
|
|
141
141
|
},
|
|
142
142
|
"resolutions": {
|
|
143
143
|
"jackspeak": "2.1.1",
|