@itcase/forms 1.1.53 → 1.1.55
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/form/Field/RadioGroup/FormFieldRadioGroup.css +7 -2
- package/dist/itcase-forms.cjs.js +1623 -1371
- package/dist/itcase-forms.esm.js +1623 -1371
- package/package.json +23 -23
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itcase/forms",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.55",
|
|
4
4
|
"description": "Forms fields, inputs, etc.",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "MIT",
|
|
@@ -32,36 +32,36 @@
|
|
|
32
32
|
"registry": "https://registry.npmjs.org/"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@itcase/common": "^1.2.
|
|
36
|
-
"@itcase/config": "^1.
|
|
37
|
-
"@itcase/icons": "^1.2.
|
|
38
|
-
"@itcase/storybook-config": "^1.2.
|
|
39
|
-
"@itcase/tokens-am": "^1.1.
|
|
40
|
-
"@itcase/tokens-baikal": "^1.1.
|
|
41
|
-
"@itcase/ui": "^1.9.
|
|
42
|
-
"axios": "^1.13.
|
|
35
|
+
"@itcase/common": "^1.2.40",
|
|
36
|
+
"@itcase/config": "^1.6.49",
|
|
37
|
+
"@itcase/icons": "^1.2.29",
|
|
38
|
+
"@itcase/storybook-config": "^1.2.35",
|
|
39
|
+
"@itcase/tokens-am": "^1.1.45",
|
|
40
|
+
"@itcase/tokens-baikal": "^1.1.41",
|
|
41
|
+
"@itcase/ui": "^1.9.53",
|
|
42
|
+
"axios": "^1.13.5",
|
|
43
43
|
"clsx": "^2.1.1",
|
|
44
44
|
"final-form": "4.20.10",
|
|
45
45
|
"final-form-focus": "1.1.2",
|
|
46
|
-
"libphonenumber-js": "^1.12.
|
|
47
|
-
"lodash": "^4.17.
|
|
46
|
+
"libphonenumber-js": "^1.12.36",
|
|
47
|
+
"lodash": "^4.17.23",
|
|
48
48
|
"luxon": "^3.7.2",
|
|
49
49
|
"react": "^18.3.1",
|
|
50
50
|
"react-date-range": "^2.0.1",
|
|
51
|
-
"react-datepicker": "^9.
|
|
51
|
+
"react-datepicker": "^9.1.0",
|
|
52
52
|
"react-dom": "^18.3.1",
|
|
53
|
-
"react-dropzone": "^
|
|
53
|
+
"react-dropzone": "^15.0.0",
|
|
54
54
|
"react-final-form": "6.5.9",
|
|
55
55
|
"react-imask": "^7.6.1",
|
|
56
56
|
"react-select": "^5.10.2"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
|
-
"@babel/core": "^7.
|
|
60
|
-
"@babel/preset-env": "^7.
|
|
59
|
+
"@babel/core": "^7.29.0",
|
|
60
|
+
"@babel/preset-env": "^7.29.0",
|
|
61
61
|
"@babel/preset-react": "^7.28.5",
|
|
62
|
-
"@commitlint/cli": "^20.
|
|
63
|
-
"@commitlint/config-conventional": "^20.
|
|
64
|
-
"@itcase/lint": "^1.1.
|
|
62
|
+
"@commitlint/cli": "^20.4.1",
|
|
63
|
+
"@commitlint/config-conventional": "^20.4.1",
|
|
64
|
+
"@itcase/lint": "^1.1.96",
|
|
65
65
|
"@rollup/plugin-babel": "^6.1.0",
|
|
66
66
|
"@rollup/plugin-commonjs": "^29.0.0",
|
|
67
67
|
"@rollup/plugin-json": "^6.1.0",
|
|
@@ -78,12 +78,12 @@
|
|
|
78
78
|
"husky": "^9.1.7",
|
|
79
79
|
"lint-staged": "^16.2.7",
|
|
80
80
|
"postcss": "^8.5.6",
|
|
81
|
-
"prettier": "3.
|
|
82
|
-
"rollup": "^4.
|
|
81
|
+
"prettier": "3.8.1",
|
|
82
|
+
"rollup": "^4.57.1",
|
|
83
83
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
84
|
-
"semantic-release": "^25.0.
|
|
85
|
-
"storybook": "^10.
|
|
86
|
-
"stylelint": "^
|
|
84
|
+
"semantic-release": "^25.0.3",
|
|
85
|
+
"storybook": "^10.2.8",
|
|
86
|
+
"stylelint": "^17.2.0",
|
|
87
87
|
"typescript": "^5.9.3",
|
|
88
88
|
"yup": "^1.7.1"
|
|
89
89
|
}
|