formik-form-components 0.2.8 → 0.2.9

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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +15 -71
package/README.md CHANGED
@@ -21,7 +21,7 @@ A comprehensive collection of reusable, accessible, and customizable form compon
21
21
  npm install formik-form-components --legacy-peer-deps
22
22
 
23
23
  # Using yarn
24
- yarn add formik-form-components --legacy-peer-deps
24
+ yarn add formik-form-components
25
25
  ```
26
26
 
27
27
  ## Peer Dependencies
@@ -42,7 +42,7 @@ Using npm:
42
42
  npm install --save-dev typescript@latest
43
43
 
44
44
  # Then install peer dependencies with --legacy-peer-deps to handle dependency conflicts
45
- npm install @mui/material@5.15.0 @mui/icons-material@5.15.0 @mui/x-date-pickers@6.19.0 @emotion/react @emotion/styled @iconify/react @tiptap/react @tiptap/starter-kit @tiptap/extension-link @tiptap/extension-text-align classnames dayjs framer-motion@10.16.4 i18next react-i18next@12.3.1 react-dropzone react-phone-input-2 sanitize-html yup --legacy-peer-deps
45
+ npm install formik @mui/material @mui/icons-material @emotion/react @emotion/styled @mui/x-date-pickers dayjs @iconify/react react-phone-input-2 framer-motion react-dropzone i18next react-i18next react-lazy-load-image-component @tiptap/react @tiptap/starter-kit @tiptap/extension-link @tiptap/extension-text-align --legacy-peer-deps
46
46
  ```
47
47
 
48
48
  Or with Yarn:
@@ -52,7 +52,7 @@ Or with Yarn:
52
52
  yarn add --dev typescript@latest
53
53
 
54
54
  # Then install peer dependencies
55
- yarn add @iconify/react@^6.0.0 @mui/icons-material@^6.0.0 @mui/material@^6.0.0 @mui/x-date-pickers@^8.0.0 @tiptap/extension-link@^3.0.0 @tiptap/extension-text-align@^3.0.0 @tiptap/react@^3.0.0 @tiptap/starter-kit@^3.0.0 classnames@^2.5.1 dayjs@^1.11.0 formik@^2.2.9 framer-motion@^12.0.0 i18next@^25.0.0 lodash@^4.17.21 react@^18.0.0 react-dom@^18.0.0 react-dropzone@^14.0.0 react-i18next@^16.0.0 react-lazy-load-image-component@^3.0.0 react-phone-input-2@^2.15.1 sanitize-html@^2.17.0 yup@^1.2.0
55
+ yarn add formik @mui/material @mui/icons-material @emotion/react @emotion/styled @mui/x-date-pickers dayjs @iconify/react react-phone-input-2 framer-motion react-dropzone i18next react-i18next react-lazy-load-image-component @tiptap/react @tiptap/starter-kit @tiptap/extension-link @tiptap/extension-text-align --legacy-peer-deps
56
56
  ```
57
57
 
58
58
  ### Optional Dependencies
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "formik-form-components",
3
- "version": "0.2.8",
3
+ "version": "0.2.9",
4
4
  "private": false,
5
5
  "description": "A collection of reusable form components built with React, Material UI, Formik, and Tiptap",
6
6
  "keywords": [
@@ -39,89 +39,33 @@
39
39
  "dev": "tsup --watch",
40
40
  "prepublishOnly": "npm run build"
41
41
  },
42
- "peerDependencies": {
42
+ "dependencies": {
43
43
  "@iconify/react": "^6.0.0",
44
- "@mui/icons-material": "^5.0.0 || ^6.0.0 || ^7.0.0",
45
- "@mui/material": "^5.0.0 || ^6.0.0 || ^7.0.0",
44
+ "@mui/material": "^7.0.0",
45
+ "@mui/icons-material": "^7.3.6",
46
46
  "@mui/x-date-pickers": "^8.0.0",
47
- "@tiptap/extension-link": "^3.0.0",
48
- "@tiptap/extension-text-align": "^3.0.0",
49
- "@tiptap/react": "^3.0.0",
50
- "@tiptap/starter-kit": "^3.0.0",
47
+ "@tiptap/react": "^3.13.0",
48
+ "@tiptap/starter-kit": "^3.13.0",
49
+ "@tiptap/extension-link": "^3.13.0",
50
+ "@tiptap/extension-text-align": "^3.13.0",
51
51
  "classnames": "^2.5.1",
52
52
  "dayjs": "^1.11.0",
53
- "formik": "^2.2.9",
53
+ "formik": "^2.4.5",
54
54
  "framer-motion": "^12.0.0",
55
55
  "i18next": "^25.0.0",
56
56
  "lodash": "^4.17.21",
57
- "react": ">=18.0.0 <20",
58
- "react-dom": ">=18.0.0 <20",
59
- "react-dropzone": "^14.0.0",
57
+ "react-dropzone": "^14.2.3",
60
58
  "react-i18next": "^16.0.0",
61
- "react-lazy-load-image-component": "^1 || ^2 || ^3",
59
+ "react-lazy-load-image-component": "^1.6.2",
62
60
  "react-phone-input-2": "^2.15.1",
63
61
  "sanitize-html": "^2.17.0",
64
- "yup": "^1.2.0"
62
+ "yup": "^1.4.0"
65
63
  },
66
- "peerDependenciesMeta": {
67
- "@mui/icons-material": {
68
- "optional": true
69
- },
70
- "@tiptap/react": {
71
- "optional": true
72
- },
73
- "@tiptap/starter-kit": {
74
- "optional": true
75
- },
76
- "@tiptap/extension-link": {
77
- "optional": true
78
- },
79
- "@tiptap/extension-text-align": {
80
- "optional": true
81
- },
82
- "react-lazy-load-image-component": {
83
- "optional": true
84
- },
85
- "@mui/x-date-pickers": {
86
- "optional": true
87
- },
88
- "dayjs": {
89
- "optional": true
90
- },
91
- "sanitize-html": {
92
- "optional": true
93
- },
94
- "framer-motion": {
95
- "optional": true
96
- },
97
- "react-dropzone": {
98
- "optional": true
99
- },
100
- "react-i18next": {
101
- "optional": true
102
- },
103
- "i18next": {
104
- "optional": true
105
- },
106
- "@iconify/react": {
107
- "optional": true
108
- },
109
- "react-phone-input-2": {
110
- "optional": true
111
- },
112
- "classnames": {
113
- "optional": true
114
- },
115
- "lodash": {
116
- "optional": true
117
- }
64
+ "peerDependencies": {
65
+ "react": ">=18 <20",
66
+ "react-dom": ">=18 <20"
118
67
  },
119
68
  "devDependencies": {
120
- "@mui/icons-material": "^7.3.6",
121
- "@tiptap/extension-link": "^3.13.0",
122
- "@tiptap/extension-text-align": "^3.13.0",
123
- "@tiptap/react": "^3.13.0",
124
- "@tiptap/starter-kit": "^3.13.0",
125
69
  "@types/lodash": "^4.17.21",
126
70
  "@types/node": "^20.11.0",
127
71
  "@types/react": "^18.2.48",