@dartcom/ui-kit 3.8.7 → 3.8.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/dist/index.cjs +20593 -57647
- package/dist/index.cjs.map +1 -1
- package/dist/index.esm.js +2 -140
- package/dist/index.esm.js.map +1 -1
- package/package.json +28 -28
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dartcom/ui-kit",
|
|
3
|
-
"version": "3.8.
|
|
3
|
+
"version": "3.8.8",
|
|
4
4
|
"description": "Кастомная библиотека комопнентов Dartcom",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -48,11 +48,17 @@
|
|
|
48
48
|
"homepage": "https://github.com/jeni2d/tiles_library#readme",
|
|
49
49
|
"peerDependencies": {
|
|
50
50
|
"react": "^19.2.0",
|
|
51
|
-
"react-dom": "^19.2.0"
|
|
51
|
+
"react-dom": "^19.2.0",
|
|
52
|
+
"@mui/lab": "^7.0.1-beta.20",
|
|
53
|
+
"@mui/material": "^7.3.6",
|
|
54
|
+
"@mui/icons-material": "^7.3.6",
|
|
55
|
+
"@mui/x-date-pickers": "^8.21.0",
|
|
56
|
+
"@emotion/react": "^11.14.0",
|
|
57
|
+
"@emotion/styled": "^11.14.1"
|
|
52
58
|
},
|
|
53
59
|
"devDependencies": {
|
|
54
|
-
"@eslint/compat": "^
|
|
55
|
-
"@eslint/eslintrc": "^3.3.
|
|
60
|
+
"@eslint/compat": "^2.0.0",
|
|
61
|
+
"@eslint/eslintrc": "^3.3.3",
|
|
56
62
|
"@eslint/js": "^9.39.1",
|
|
57
63
|
"@rollup/plugin-alias": "^6.0.0",
|
|
58
64
|
"@rollup/plugin-commonjs": "^29.0.0",
|
|
@@ -62,20 +68,20 @@
|
|
|
62
68
|
"@rollup/plugin-yaml": "^4.1.2",
|
|
63
69
|
"@semantic-release/changelog": "^6.0.3",
|
|
64
70
|
"@semantic-release/git": "^10.0.1",
|
|
65
|
-
"@storybook/addon-docs": "^10.
|
|
66
|
-
"@storybook/addon-onboarding": "^10.
|
|
67
|
-
"@storybook/addon-themes": "^10.
|
|
68
|
-
"@storybook/react-vite": "^10.
|
|
71
|
+
"@storybook/addon-docs": "^10.1.4",
|
|
72
|
+
"@storybook/addon-onboarding": "^10.1.4",
|
|
73
|
+
"@storybook/addon-themes": "^10.1.4",
|
|
74
|
+
"@storybook/react-vite": "^10.1.4",
|
|
69
75
|
"@testing-library/jest-dom": "^6.9.1",
|
|
70
76
|
"@testing-library/react": "^16.3.0",
|
|
71
77
|
"@types/jest": "^30.0.0",
|
|
72
78
|
"@types/leaflet": "^1.9.21",
|
|
73
79
|
"@types/node": "^24.10.1",
|
|
74
|
-
"@types/react": "^19.2.
|
|
80
|
+
"@types/react": "^19.2.7",
|
|
75
81
|
"@types/react-dom": "^19.2.3",
|
|
76
|
-
"@types/rollup-plugin-peer-deps-external": "^2.2.
|
|
77
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
78
|
-
"@typescript-eslint/parser": "^8.
|
|
82
|
+
"@types/rollup-plugin-peer-deps-external": "^2.2.6",
|
|
83
|
+
"@typescript-eslint/eslint-plugin": "^8.48.1",
|
|
84
|
+
"@typescript-eslint/parser": "^8.48.1",
|
|
79
85
|
"eslint": "^9.39.1",
|
|
80
86
|
"eslint-config-prettier": "^10.1.8",
|
|
81
87
|
"eslint-plugin-prettier": "^5.5.4",
|
|
@@ -87,21 +93,21 @@
|
|
|
87
93
|
"husky": "^9.1.7",
|
|
88
94
|
"jest": "^30.2.0",
|
|
89
95
|
"jest-environment-jsdom": "^30.2.0",
|
|
90
|
-
"lint-staged": "^16.2.
|
|
91
|
-
"prettier": "^3.
|
|
92
|
-
"rollup": "^4.53.
|
|
96
|
+
"lint-staged": "^16.2.7",
|
|
97
|
+
"prettier": "^3.7.4",
|
|
98
|
+
"rollup": "^4.53.3",
|
|
93
99
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
94
100
|
"rollup-plugin-postcss": "^4.0.2",
|
|
95
101
|
"rollup-plugin-preserve-directives": "^0.4.0",
|
|
96
102
|
"rollup-plugin-tsconfig-paths": "^1.5.2",
|
|
97
103
|
"semantic-release": "^25.0.2",
|
|
98
|
-
"storybook": "^10.
|
|
99
|
-
"ts-jest": "^29.4.
|
|
104
|
+
"storybook": "^10.1.4",
|
|
105
|
+
"ts-jest": "^29.4.6",
|
|
100
106
|
"ts-node": "^10.9.2",
|
|
101
107
|
"typescript": "^5.9.3",
|
|
102
|
-
"typescript-eslint": "^8.
|
|
108
|
+
"typescript-eslint": "^8.48.1",
|
|
103
109
|
"typescript-transform-paths": "^3.5.5",
|
|
104
|
-
"vite": "^7.2.
|
|
110
|
+
"vite": "^7.2.6",
|
|
105
111
|
"vite-tsconfig-paths": "^5.1.4"
|
|
106
112
|
},
|
|
107
113
|
"lint-staged": {
|
|
@@ -115,14 +121,8 @@
|
|
|
115
121
|
"@dnd-kit/core": "^6.3.1",
|
|
116
122
|
"@dnd-kit/sortable": "^10.0.0",
|
|
117
123
|
"@dnd-kit/utilities": "^3.2.2",
|
|
118
|
-
"@emotion/react": "^11.14.0",
|
|
119
|
-
"@emotion/styled": "^11.14.1",
|
|
120
124
|
"@hookform/resolvers": "^5.2.2",
|
|
121
|
-
"@
|
|
122
|
-
"@mui/lab": "^7.0.1-beta.20",
|
|
123
|
-
"@mui/material": "^7.3.5",
|
|
124
|
-
"@mui/x-date-pickers": "^8.19.0",
|
|
125
|
-
"@tanstack/react-query": "^5.90.11",
|
|
125
|
+
"@tanstack/react-query": "^5.90.12",
|
|
126
126
|
"axios": "^1.13.2",
|
|
127
127
|
"date-fns": "^4.1.0",
|
|
128
128
|
"leaflet": "^1.9.4",
|
|
@@ -130,9 +130,9 @@
|
|
|
130
130
|
"mobx-react-lite": "^4.1.1",
|
|
131
131
|
"notistack": "^3.0.2",
|
|
132
132
|
"react-error-boundary": "^6.0.0",
|
|
133
|
-
"react-hook-form": "^7.
|
|
133
|
+
"react-hook-form": "^7.68.0",
|
|
134
134
|
"react-leaflet": "^5.0.0",
|
|
135
|
-
"react-router-dom": "^7.10.
|
|
135
|
+
"react-router-dom": "^7.10.1",
|
|
136
136
|
"react-uuid": "^2.0.0",
|
|
137
137
|
"tangram": "^0.22.0",
|
|
138
138
|
"yup": "^1.7.1"
|