@itcase/forms 1.0.36 → 1.0.37
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
CHANGED
|
@@ -1,12 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itcase/forms",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.37",
|
|
4
4
|
"description": "Forms fields, inputs, etc.",
|
|
5
|
-
"keywords": [
|
|
6
|
-
"forms",
|
|
7
|
-
"form field",
|
|
8
|
-
"form inputs"
|
|
9
|
-
],
|
|
5
|
+
"keywords": [],
|
|
10
6
|
"license": "MIT",
|
|
11
7
|
"private": false,
|
|
12
8
|
"main": "dist/itcase-forms.cjs.js",
|
|
@@ -34,14 +30,14 @@
|
|
|
34
30
|
"registry": "https://registry.npmjs.org/"
|
|
35
31
|
},
|
|
36
32
|
"dependencies": {
|
|
37
|
-
"@itcase/common": "^1.1.
|
|
38
|
-
"@itcase/ui": "^1.0.
|
|
39
|
-
"axios": "^1.5.
|
|
33
|
+
"@itcase/common": "^1.1.7",
|
|
34
|
+
"@itcase/ui": "^1.0.72",
|
|
35
|
+
"axios": "^1.5.1",
|
|
40
36
|
"clsx": "^2.0.0",
|
|
41
37
|
"date-fns": "2.0.0-alpha.7",
|
|
42
38
|
"final-form": "^4.20.10",
|
|
43
39
|
"final-form-focus": "^1.1.2",
|
|
44
|
-
"libphonenumber-js": "^1.10.
|
|
40
|
+
"libphonenumber-js": "^1.10.47",
|
|
45
41
|
"lodash": "^4.17.21",
|
|
46
42
|
"luxon": "^3.4.3",
|
|
47
43
|
"prop-types": "^15.8.1",
|
|
@@ -50,34 +46,35 @@
|
|
|
50
46
|
"react-dom": "^18.2.0",
|
|
51
47
|
"react-dropzone": "^14.2.3",
|
|
52
48
|
"react-final-form": "^6.5.9",
|
|
53
|
-
"react-select": "^5.7.
|
|
49
|
+
"react-select": "^5.7.7"
|
|
54
50
|
},
|
|
55
51
|
"devDependencies": {
|
|
56
52
|
"@babel/core": "^7.23.0",
|
|
57
53
|
"@babel/eslint-parser": "^7.22.15",
|
|
58
54
|
"@babel/preset-env": "^7.22.20",
|
|
59
55
|
"@babel/preset-react": "^7.22.15",
|
|
60
|
-
"@commitlint/cli": "^17.7.
|
|
56
|
+
"@commitlint/cli": "^17.7.2",
|
|
61
57
|
"@commitlint/config-conventional": "^17.7.0",
|
|
62
|
-
"@rollup/plugin-babel": "^6.0.
|
|
63
|
-
"@rollup/plugin-commonjs": "^25.0.
|
|
64
|
-
"@rollup/plugin-json": "^6.0.
|
|
65
|
-
"@rollup/plugin-node-resolve": "^15.2.
|
|
66
|
-
"@rollup/plugin-terser": "^0.4.
|
|
58
|
+
"@rollup/plugin-babel": "^6.0.4",
|
|
59
|
+
"@rollup/plugin-commonjs": "^25.0.5",
|
|
60
|
+
"@rollup/plugin-json": "^6.0.1",
|
|
61
|
+
"@rollup/plugin-node-resolve": "^15.2.3",
|
|
62
|
+
"@rollup/plugin-terser": "^0.4.4",
|
|
67
63
|
"@semantic-release/git": "^10.0.1",
|
|
68
64
|
"babel-plugin-inline-react-svg": "^2.0.2",
|
|
69
65
|
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
|
|
70
|
-
"eslint": "8.
|
|
66
|
+
"eslint": "8.51.0",
|
|
71
67
|
"eslint-config-prettier": "^9.0.0",
|
|
72
68
|
"eslint-config-standard": "^17.1.0",
|
|
73
69
|
"eslint-plugin-import": "^2.28.1",
|
|
74
70
|
"eslint-plugin-n": "^16.1.0",
|
|
75
|
-
"eslint-plugin-prettier": "^5.0.
|
|
71
|
+
"eslint-plugin-prettier": "^5.0.1",
|
|
76
72
|
"eslint-plugin-promise": "^6.1.1",
|
|
77
73
|
"eslint-plugin-react": "^7.33.2",
|
|
78
74
|
"eslint-plugin-standard": "^5.0.0",
|
|
79
75
|
"husky": "^8.0.3",
|
|
80
|
-
"
|
|
76
|
+
"lint-staged": "^14.0.1",
|
|
77
|
+
"npm": "^10.2.0",
|
|
81
78
|
"postcss-aspect-ratio-polyfill": "^2.0.0",
|
|
82
79
|
"postcss-cli": "^10.1.0",
|
|
83
80
|
"postcss-combine-duplicated-selectors": "^10.0.3",
|
|
@@ -95,13 +92,13 @@
|
|
|
95
92
|
"postcss-nested-ancestors": "^3.0.0",
|
|
96
93
|
"postcss-normalize": "^10.0.1",
|
|
97
94
|
"postcss-prepend-imports": "^1.0.1",
|
|
98
|
-
"postcss-preset-env": "^9.
|
|
95
|
+
"postcss-preset-env": "^9.2.0",
|
|
99
96
|
"postcss-pxtorem": "^6.0.0",
|
|
100
97
|
"postcss-responsive-type": "github:ITCase/postcss-responsive-type",
|
|
101
98
|
"postcss-sort-media-queries": "^5.2.0",
|
|
102
99
|
"prettier": "^3.0.3",
|
|
103
|
-
"react-datepicker": "^4.
|
|
104
|
-
"rollup": "^
|
|
100
|
+
"react-datepicker": "^4.20.0",
|
|
101
|
+
"rollup": "^4.0.2",
|
|
105
102
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
106
103
|
"semantic-release": "^22.0.5",
|
|
107
104
|
"stylelint": "^15.10.3",
|