@20minutes/hela 0.1.13 → 0.1.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/css/style.css +1 -1
- package/dist/index.d.ts +12 -3
- package/dist/index.es.js +3632 -3533
- package/dist/index.umd.js +85 -85
- package/package.json +15 -15
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@20minutes/hela",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.15",
|
|
4
4
|
"repository": "git@github.com:20minutes/hela.git",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "20 Minutes",
|
|
@@ -37,9 +37,9 @@
|
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"@20minutes/eslint-config": "^1.2.4",
|
|
40
|
-
"@babel/core": "^7.
|
|
40
|
+
"@babel/core": "^7.20.2",
|
|
41
41
|
"@babel/eslint-parser": "^7.19.1",
|
|
42
|
-
"@babel/plugin-transform-typescript": "^7.20.
|
|
42
|
+
"@babel/plugin-transform-typescript": "^7.20.2",
|
|
43
43
|
"@csstools/postcss-sass": "^5.0.1",
|
|
44
44
|
"@storybook/addon-essentials": "^6.5.13",
|
|
45
45
|
"@storybook/addon-links": "^6.5.13",
|
|
@@ -49,18 +49,18 @@
|
|
|
49
49
|
"@types/draft-convert": "^2.1.4",
|
|
50
50
|
"@types/draft-js": "^0.11.9",
|
|
51
51
|
"@types/merge-stream": "^1.1.2",
|
|
52
|
-
"@types/node": "^18.11.
|
|
53
|
-
"@types/react": "^18.0.
|
|
52
|
+
"@types/node": "^18.11.9",
|
|
53
|
+
"@types/react": "^18.0.25",
|
|
54
54
|
"@types/react-dom": "^18.0.8",
|
|
55
|
-
"@typescript-eslint/eslint-plugin": "^5.42.
|
|
56
|
-
"@typescript-eslint/parser": "^5.42.
|
|
55
|
+
"@typescript-eslint/eslint-plugin": "^5.42.1",
|
|
56
|
+
"@typescript-eslint/parser": "^5.42.1",
|
|
57
57
|
"@vitejs/plugin-react": "^2.2.0",
|
|
58
58
|
"autoprefixer": "^10.4.13",
|
|
59
|
-
"babel-loader": "^9.0
|
|
59
|
+
"babel-loader": "^9.1.0",
|
|
60
60
|
"babel-preset-env": "^1.7.0",
|
|
61
61
|
"babel-preset-react": "^6.24.1",
|
|
62
62
|
"cssnano": "^5.1.14",
|
|
63
|
-
"eslint": "^8.
|
|
63
|
+
"eslint": "^8.27.0",
|
|
64
64
|
"eslint-config-airbnb": "^19.0.4",
|
|
65
65
|
"eslint-config-prettier": "^8.5.0",
|
|
66
66
|
"eslint-import-resolver-typescript": "^3.5.2",
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"eslint-plugin-react": "^7.31.10",
|
|
72
72
|
"eslint-plugin-simple-import-sort": "^8.0.0",
|
|
73
73
|
"glob": "^8.0.3",
|
|
74
|
-
"husky": "^8.0.
|
|
74
|
+
"husky": "^8.0.2",
|
|
75
75
|
"merge-stream": "^2.0.0",
|
|
76
76
|
"postcss": "^8.4.18",
|
|
77
77
|
"postcss-inline-svg": "^5.0.0",
|
|
@@ -79,16 +79,16 @@
|
|
|
79
79
|
"prettier": "^2.7.1",
|
|
80
80
|
"rollup": "^2.79.1",
|
|
81
81
|
"rollup-plugin-dts": "^4.2.3",
|
|
82
|
-
"rollup-plugin-esbuild": "^4.10.
|
|
82
|
+
"rollup-plugin-esbuild": "^4.10.2",
|
|
83
83
|
"rollup-plugin-scss": "^3.0.0",
|
|
84
|
-
"sass": "^1.
|
|
84
|
+
"sass": "^1.56.0",
|
|
85
85
|
"size-limit": "^8.1.0",
|
|
86
|
-
"stylelint": "^14.14.
|
|
87
|
-
"stylelint-config-standard-scss": "^6.
|
|
86
|
+
"stylelint": "^14.14.1",
|
|
87
|
+
"stylelint-config-standard-scss": "^6.1.0",
|
|
88
88
|
"svg-sprite": "2.0.1",
|
|
89
89
|
"ts-node": "^10.9.1",
|
|
90
90
|
"typescript": "^4.8.4",
|
|
91
|
-
"vite": "^3.2.
|
|
91
|
+
"vite": "^3.2.3"
|
|
92
92
|
},
|
|
93
93
|
"engines": {
|
|
94
94
|
"node": ">=16"
|