@itcase/ui 1.9.39 → 1.9.41
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 +14 -14
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itcase/ui",
|
|
3
|
-
"version": "1.9.
|
|
3
|
+
"version": "1.9.41",
|
|
4
4
|
"description": "UI components (Modal, Loader, Popup, etc)",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Modal",
|
|
@@ -105,17 +105,17 @@
|
|
|
105
105
|
"@emotion/is-prop-valid": "^1.4.0",
|
|
106
106
|
"@itcase/common": "^1.2.36",
|
|
107
107
|
"@itcase/icons": "^1.2.28",
|
|
108
|
-
"@itcase/storybook-config": "^1.2.
|
|
109
|
-
"@itcase/tokens-am": "^1.1.
|
|
110
|
-
"@itcase/tokens-baikal": "^1.1.
|
|
111
|
-
"@itcase/tokens-palette": "^1.1.
|
|
108
|
+
"@itcase/storybook-config": "^1.2.33",
|
|
109
|
+
"@itcase/tokens-am": "^1.1.45",
|
|
110
|
+
"@itcase/tokens-baikal": "^1.1.41",
|
|
111
|
+
"@itcase/tokens-palette": "^1.1.41",
|
|
112
112
|
"clsx": "^2.1.1",
|
|
113
113
|
"date-fns": "^4.1.0",
|
|
114
|
-
"framer-motion": "^12.
|
|
114
|
+
"framer-motion": "^12.26.2",
|
|
115
115
|
"js-cookie": "^3.0.5",
|
|
116
116
|
"lodash": "^4.17.21",
|
|
117
117
|
"luxon": "^3.7.2",
|
|
118
|
-
"motion": "^12.
|
|
118
|
+
"motion": "^12.26.2",
|
|
119
119
|
"rc-slider": "^11.1.9",
|
|
120
120
|
"react": "^18.3.1",
|
|
121
121
|
"react-dadata": "^2.27.4",
|
|
@@ -136,13 +136,13 @@
|
|
|
136
136
|
"uuid": "^13.0.0"
|
|
137
137
|
},
|
|
138
138
|
"devDependencies": {
|
|
139
|
-
"@babel/core": "^7.28.
|
|
139
|
+
"@babel/core": "^7.28.6",
|
|
140
140
|
"@babel/preset-react": "^7.28.5",
|
|
141
141
|
"@commitlint/cli": "^20.3.1",
|
|
142
142
|
"@commitlint/config-conventional": "^20.3.1",
|
|
143
|
-
"@itcase/config": "^1.6.
|
|
144
|
-
"@itcase/lint": "^1.1.
|
|
145
|
-
"@itcase/types": "^1.1.
|
|
143
|
+
"@itcase/config": "^1.6.26",
|
|
144
|
+
"@itcase/lint": "^1.1.78",
|
|
145
|
+
"@itcase/types": "^1.1.19",
|
|
146
146
|
"@rollup/plugin-alias": "^6.0.0",
|
|
147
147
|
"@rollup/plugin-babel": "^6.1.0",
|
|
148
148
|
"@rollup/plugin-commonjs": "^29.0.0",
|
|
@@ -155,7 +155,7 @@
|
|
|
155
155
|
"@semantic-release/git": "^10.0.1",
|
|
156
156
|
"@semantic-release/release-notes-generator": "14.1.0",
|
|
157
157
|
"@types/js-cookie": "^3.0.6",
|
|
158
|
-
"@types/lodash": "^4.17.
|
|
158
|
+
"@types/lodash": "^4.17.23",
|
|
159
159
|
"@types/luxon": "^3.7.1",
|
|
160
160
|
"@types/react": "^19",
|
|
161
161
|
"@types/react-datepicker": "^7.0.0",
|
|
@@ -168,7 +168,7 @@
|
|
|
168
168
|
"eslint": "9.39.2",
|
|
169
169
|
"husky": "^9.1.7",
|
|
170
170
|
"lint-staged": "^16.2.7",
|
|
171
|
-
"prettier": "^3.
|
|
171
|
+
"prettier": "^3.8.0",
|
|
172
172
|
"rollup": "4.55.1",
|
|
173
173
|
"rollup-plugin-copy": "^3.5.0",
|
|
174
174
|
"rollup-plugin-dts": "^6.3.0",
|
|
@@ -176,7 +176,7 @@
|
|
|
176
176
|
"rollup-preserve-directives": "^1.1.3",
|
|
177
177
|
"semantic-release": "^25.0.2",
|
|
178
178
|
"storybook": "^10.1.11",
|
|
179
|
-
"stylelint": "^
|
|
179
|
+
"stylelint": "^17.0.0",
|
|
180
180
|
"typescript": "^5.9.3"
|
|
181
181
|
}
|
|
182
182
|
}
|