@gravity-ui/icons 2.19.0 → 2.20.0
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 +48 -34
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gravity-ui/icons",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.20.0",
|
|
4
4
|
"description": "Pack of Gravity UI icons",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"icons",
|
|
@@ -18,6 +18,21 @@
|
|
|
18
18
|
"metadata.json"
|
|
19
19
|
],
|
|
20
20
|
"module": "esm/index.js",
|
|
21
|
+
"exports": {
|
|
22
|
+
".": {
|
|
23
|
+
"types": "./index.d.ts",
|
|
24
|
+
"import": "./esm/index.js",
|
|
25
|
+
"require": "./index.js"
|
|
26
|
+
},
|
|
27
|
+
"./*": {
|
|
28
|
+
"types": "./*.d.ts",
|
|
29
|
+
"import": "./esm/*.js",
|
|
30
|
+
"require": "./*.js"
|
|
31
|
+
},
|
|
32
|
+
"./svgs/*": "./svgs/*",
|
|
33
|
+
"./metadata.json": "./metadata.json",
|
|
34
|
+
"./package.json": "./package.json"
|
|
35
|
+
},
|
|
21
36
|
"sideEffects": false,
|
|
22
37
|
"repository": {
|
|
23
38
|
"type": "git",
|
|
@@ -48,46 +63,45 @@
|
|
|
48
63
|
"tslib": "^2.8.1"
|
|
49
64
|
},
|
|
50
65
|
"devDependencies": {
|
|
51
|
-
"@babel/preset-env": "^7.
|
|
52
|
-
"@babel/preset-react": "^7.
|
|
53
|
-
"@babel/preset-typescript": "^7.
|
|
54
|
-
"@bem-react/classname": "^1.
|
|
55
|
-
"@commitlint/cli": "^
|
|
56
|
-
"@commitlint/config-conventional": "^
|
|
57
|
-
"@figma-export/core": "^6.
|
|
58
|
-
"@gravity-ui/eslint-config": "^4.
|
|
59
|
-
"@gravity-ui/prettier-config": "^1.1.
|
|
66
|
+
"@babel/preset-env": "^7.29.7",
|
|
67
|
+
"@babel/preset-react": "^7.29.7",
|
|
68
|
+
"@babel/preset-typescript": "^7.29.7",
|
|
69
|
+
"@bem-react/classname": "^1.8.0",
|
|
70
|
+
"@commitlint/cli": "^21.1.0",
|
|
71
|
+
"@commitlint/config-conventional": "^21.1.0",
|
|
72
|
+
"@figma-export/core": "^6.4.0",
|
|
73
|
+
"@gravity-ui/eslint-config": "^4.3.1",
|
|
74
|
+
"@gravity-ui/prettier-config": "^1.1.1",
|
|
60
75
|
"@gravity-ui/stylelint-config": "^5.0.0",
|
|
61
76
|
"@gravity-ui/tsconfig": "^1.0.0",
|
|
62
|
-
"@gravity-ui/uikit": "^7.
|
|
63
|
-
"@storybook/addon-a11y": "^
|
|
64
|
-
"@storybook/addon-
|
|
65
|
-
"@storybook/
|
|
66
|
-
"@storybook/cli": "^
|
|
67
|
-
"@storybook/react-webpack5": "^9.0.15",
|
|
77
|
+
"@gravity-ui/uikit": "^7.43.0",
|
|
78
|
+
"@storybook/addon-a11y": "^10.4.6",
|
|
79
|
+
"@storybook/addon-webpack5-compiler-swc": "^4.0.3",
|
|
80
|
+
"@storybook/react-webpack5": "^10.4.6",
|
|
81
|
+
"@storybook/cli": "^10.4.6",
|
|
68
82
|
"@svgr/core": "^8.1.0",
|
|
69
83
|
"@svgr/plugin-jsx": "^8.1.0",
|
|
70
|
-
"@types/react": "^
|
|
71
|
-
"@types/react-dom": "^
|
|
72
|
-
"css-loader": "^
|
|
73
|
-
"eslint": "^9.
|
|
74
|
-
"eslint-plugin-storybook": "^
|
|
84
|
+
"@types/react": "^19.2.17",
|
|
85
|
+
"@types/react-dom": "^19.2.3",
|
|
86
|
+
"css-loader": "^7.1.4",
|
|
87
|
+
"eslint": "^9.39.4",
|
|
88
|
+
"eslint-plugin-storybook": "^10.4.6",
|
|
75
89
|
"fast-glob": "^3.3.3",
|
|
76
|
-
"globals": "^16.
|
|
90
|
+
"globals": "^16.5.0",
|
|
77
91
|
"husky": "^9.1.7",
|
|
78
|
-
"nano-staged": "^0.
|
|
92
|
+
"nano-staged": "^1.0.2",
|
|
79
93
|
"npm-run-all": "^4.1.5",
|
|
80
|
-
"prettier": "^3.
|
|
81
|
-
"react": "^
|
|
82
|
-
"react-dom": "^
|
|
83
|
-
"rimraf": "^6.
|
|
84
|
-
"sass": "^1.
|
|
85
|
-
"sass-loader": "^
|
|
86
|
-
"storybook": "^
|
|
87
|
-
"style-loader": "^
|
|
88
|
-
"stylelint": "^16.
|
|
89
|
-
"svgo": "^4.0.
|
|
90
|
-
"typescript": "
|
|
94
|
+
"prettier": "^3.8.4",
|
|
95
|
+
"react": "^19.2.7",
|
|
96
|
+
"react-dom": "^19.2.7",
|
|
97
|
+
"rimraf": "^6.1.3",
|
|
98
|
+
"sass": "^1.101.0",
|
|
99
|
+
"sass-loader": "^17.0.0",
|
|
100
|
+
"storybook": "^10.4.6",
|
|
101
|
+
"style-loader": "^4.0.0",
|
|
102
|
+
"stylelint": "^16.26.1",
|
|
103
|
+
"svgo": "^4.0.1",
|
|
104
|
+
"typescript": "~5.8.3"
|
|
91
105
|
},
|
|
92
106
|
"peerDependencies": {
|
|
93
107
|
"react": "*"
|