@itcase/forms 1.0.59 → 1.0.60

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@itcase/forms",
3
- "version": "1.0.59",
3
+ "version": "1.0.60",
4
4
  "description": "Forms fields, inputs, etc.",
5
5
  "keywords": [],
6
6
  "license": "MIT",
@@ -30,32 +30,35 @@
30
30
  "registry": "https://registry.npmjs.org/"
31
31
  },
32
32
  "dependencies": {
33
- "@itcase/common": "^1.1.13",
34
- "@itcase/ui": "^1.1.0",
35
- "axios": "^1.6.7",
33
+ "@itcase/common": "^1.1.16",
34
+ "@itcase/ui": "^1.1.7",
35
+ "axios": "^1.6.8",
36
36
  "clsx": "^2.1.0",
37
37
  "date-fns": "2.0.0-alpha.7",
38
38
  "final-form": "^4.20.10",
39
39
  "final-form-focus": "^1.1.2",
40
- "libphonenumber-js": "^1.10.57",
40
+ "libphonenumber-js": "^1.10.60",
41
41
  "lodash": "^4.17.21",
42
42
  "luxon": "^3.4.4",
43
- "postcss": "^8.4.35",
43
+ "postcss": "^8.4.38",
44
44
  "prop-types": "^15.8.1",
45
45
  "react": "^18.2.0",
46
46
  "react-date-range": "^1.4.0",
47
+ "react-datepicker": "^6.6.0",
47
48
  "react-dom": "^18.2.0",
48
49
  "react-dropzone": "^14.2.3",
49
50
  "react-final-form": "^6.5.9",
51
+ "react-imask": "^7.6.0",
50
52
  "react-select": "^5.8.0"
51
53
  },
52
54
  "devDependencies": {
53
- "@babel/core": "^7.24.0",
54
- "@babel/eslint-parser": "^7.23.10",
55
- "@babel/preset-env": "^7.24.0",
56
- "@babel/preset-react": "^7.23.3",
57
- "@commitlint/cli": "^19.0.3",
58
- "@commitlint/config-conventional": "^19.0.3",
55
+ "@babel/core": "^7.24.4",
56
+ "@babel/eslint-parser": "^7.24.1",
57
+ "@babel/preset-env": "^7.24.4",
58
+ "@babel/preset-react": "^7.24.1",
59
+ "@commitlint/cli": "^19.2.1",
60
+ "@commitlint/config-conventional": "^19.1.0",
61
+ "@ianvs/prettier-plugin-sort-imports": "^4.2.1",
59
62
  "@rollup/plugin-babel": "^6.0.4",
60
63
  "@rollup/plugin-commonjs": "^25.0.7",
61
64
  "@rollup/plugin-json": "^6.1.0",
@@ -65,44 +68,46 @@
65
68
  "babel-plugin-inline-react-svg": "^2.0.2",
66
69
  "babel-plugin-transform-react-remove-prop-types": "^0.4.24",
67
70
  "eslint": "8.57.0",
68
- "eslint-config-prettier": "^9.1.0",
69
- "eslint-config-standard": "^17.1.0",
70
- "eslint-plugin-import": "^2.29.1",
71
- "eslint-plugin-n": "^16.6.2",
72
- "eslint-plugin-prettier": "^5.1.3",
73
- "eslint-plugin-promise": "^6.1.1",
74
- "eslint-plugin-react": "^7.33.2",
75
- "eslint-plugin-standard": "^5.0.0",
71
+ "eslint-config-prettier": "9.1.0",
72
+ "eslint-config-standard": "17.1.0",
73
+ "eslint-plugin-babel": "5.3.1",
74
+ "eslint-plugin-import": "2.29.1",
75
+ "eslint-plugin-n": "16.6.2",
76
+ "eslint-plugin-node": "11.1.0",
77
+ "eslint-plugin-prettier": "5.1.3",
78
+ "eslint-plugin-promise": "6.1.1",
79
+ "eslint-plugin-react": "7.34.1",
80
+ "eslint-plugin-react-hooks": "4.6.0",
81
+ "eslint-plugin-standard": "5.0.0",
76
82
  "husky": "^9.0.11",
77
83
  "lint-staged": "^15.2.2",
78
- "npm": "^10.5.0",
84
+ "npm": "^10.5.2",
79
85
  "postcss-aspect-ratio-polyfill": "^2.0.0",
80
86
  "postcss-cli": "^11.0.0",
81
87
  "postcss-combine-duplicated-selectors": "^10.0.3",
82
88
  "postcss-dark-theme-class": "^1.2.1",
83
- "postcss-discard-duplicates": "^6.0.2",
89
+ "postcss-discard-duplicates": "^6.0.3",
84
90
  "postcss-each": "^1.1.0",
85
91
  "postcss-easings": "^4.0.0",
86
92
  "postcss-extend-rule": "^4.0.0",
87
93
  "postcss-flexbugs-fixes": "^5.0.2",
88
94
  "postcss-hexrgba": "^2.1.0",
89
- "postcss-import": "^16.0.1",
95
+ "postcss-import": "^16.1.0",
90
96
  "postcss-import-ext-glob": "^2.1.1",
91
- "postcss-mixins": "^9.0.4",
97
+ "postcss-mixins": "^10.0.0",
92
98
  "postcss-nested": "^6.0.1",
93
99
  "postcss-nested-ancestors": "^3.0.0",
94
100
  "postcss-normalize": "^10.0.1",
95
101
  "postcss-prepend-imports": "^1.0.1",
96
- "postcss-preset-env": "^9.4.0",
102
+ "postcss-preset-env": "^9.5.4",
97
103
  "postcss-pxtorem": "^6.1.0",
98
104
  "postcss-responsive-type": "github:ITCase/postcss-responsive-type",
99
105
  "postcss-sort-media-queries": "^5.2.0",
100
- "prettier": "^3.2.5",
101
- "react-datepicker": "^6.2.0",
102
- "rollup": "^4.12.0",
106
+ "prettier": "3.2.5",
107
+ "rollup": "^4.14.1",
103
108
  "rollup-plugin-peer-deps-external": "^2.2.4",
104
- "semantic-release": "^23.0.2",
105
- "stylelint": "^16.2.1",
109
+ "semantic-release": "^23.0.8",
110
+ "stylelint": "^16.3.1",
106
111
  "stylelint-config-standard": "^36.0.0",
107
112
  "stylelint-no-unsupported-browser-features": "^8.0.1",
108
113
  "stylelint-order": "^6.0.4"