@itcase/forms 1.1.55 → 1.1.56
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/itcase-forms.cjs.js +476 -375
- package/dist/itcase-forms.esm.js +462 -362
- package/package.json +20 -19
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itcase/forms",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.56",
|
|
4
4
|
"description": "Forms fields, inputs, etc.",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "MIT",
|
|
@@ -32,18 +32,19 @@
|
|
|
32
32
|
"registry": "https://registry.npmjs.org/"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@itcase/common": "^1.2.
|
|
36
|
-
"@itcase/config": "^1.6.
|
|
35
|
+
"@itcase/common": "^1.2.41",
|
|
36
|
+
"@itcase/config": "^1.6.52",
|
|
37
37
|
"@itcase/icons": "^1.2.29",
|
|
38
|
-
"@itcase/storybook-config": "^1.2.
|
|
38
|
+
"@itcase/storybook-config": "^1.2.47",
|
|
39
39
|
"@itcase/tokens-am": "^1.1.45",
|
|
40
40
|
"@itcase/tokens-baikal": "^1.1.41",
|
|
41
|
-
"@itcase/ui": "^1.9.
|
|
42
|
-
"
|
|
41
|
+
"@itcase/ui-core": "^1.9.77",
|
|
42
|
+
"@itcase/ui-web": "^1.9.77",
|
|
43
|
+
"axios": "^1.13.6",
|
|
43
44
|
"clsx": "^2.1.1",
|
|
44
45
|
"final-form": "4.20.10",
|
|
45
46
|
"final-form-focus": "1.1.2",
|
|
46
|
-
"libphonenumber-js": "^1.12.
|
|
47
|
+
"libphonenumber-js": "^1.12.40",
|
|
47
48
|
"lodash": "^4.17.23",
|
|
48
49
|
"luxon": "^3.7.2",
|
|
49
50
|
"react": "^18.3.1",
|
|
@@ -57,13 +58,13 @@
|
|
|
57
58
|
},
|
|
58
59
|
"devDependencies": {
|
|
59
60
|
"@babel/core": "^7.29.0",
|
|
60
|
-
"@babel/preset-env": "^7.29.
|
|
61
|
+
"@babel/preset-env": "^7.29.2",
|
|
61
62
|
"@babel/preset-react": "^7.28.5",
|
|
62
|
-
"@commitlint/cli": "^20.
|
|
63
|
-
"@commitlint/config-conventional": "^20.
|
|
64
|
-
"@itcase/lint": "^1.1.
|
|
65
|
-
"@rollup/plugin-babel": "^
|
|
66
|
-
"@rollup/plugin-commonjs": "^29.0.
|
|
63
|
+
"@commitlint/cli": "^20.5.0",
|
|
64
|
+
"@commitlint/config-conventional": "^20.5.0",
|
|
65
|
+
"@itcase/lint": "^1.1.102",
|
|
66
|
+
"@rollup/plugin-babel": "^7.0.0",
|
|
67
|
+
"@rollup/plugin-commonjs": "^29.0.2",
|
|
67
68
|
"@rollup/plugin-json": "^6.1.0",
|
|
68
69
|
"@rollup/plugin-node-resolve": "^16.0.3",
|
|
69
70
|
"@semantic-release/changelog": "^6.0.3",
|
|
@@ -73,17 +74,17 @@
|
|
|
73
74
|
"@types/react-dom": "^18.3.1",
|
|
74
75
|
"babel-plugin-inline-react-svg": "^2.0.2",
|
|
75
76
|
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
|
|
76
|
-
"conventional-changelog-conventionalcommits": "^9.
|
|
77
|
+
"conventional-changelog-conventionalcommits": "^9.3.0",
|
|
77
78
|
"eslint": "9.39.2",
|
|
78
79
|
"husky": "^9.1.7",
|
|
79
|
-
"lint-staged": "^16.
|
|
80
|
-
"postcss": "^8.5.
|
|
80
|
+
"lint-staged": "^16.4.0",
|
|
81
|
+
"postcss": "^8.5.8",
|
|
81
82
|
"prettier": "3.8.1",
|
|
82
|
-
"rollup": "^4.
|
|
83
|
+
"rollup": "^4.59.0",
|
|
83
84
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
84
85
|
"semantic-release": "^25.0.3",
|
|
85
|
-
"storybook": "^10.
|
|
86
|
-
"stylelint": "^17.
|
|
86
|
+
"storybook": "^10.3.0",
|
|
87
|
+
"stylelint": "^17.4.0",
|
|
87
88
|
"typescript": "^5.9.3",
|
|
88
89
|
"yup": "^1.7.1"
|
|
89
90
|
}
|