@bigbinary/neeto-form-frontend 1.2.2 → 1.2.4
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/index.cjs.js +2233 -34021
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +2217 -34005
- package/dist/index.js.map +1 -1
- package/package.json +13 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-form-frontend",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.4",
|
|
4
4
|
"description": "Neeto Form Engine Frontend",
|
|
5
5
|
"author": "BigBinary",
|
|
6
6
|
"license": "MIT",
|
|
@@ -33,9 +33,11 @@
|
|
|
33
33
|
"@babel/preset-react": "7.16.7",
|
|
34
34
|
"@babel/preset-typescript": "^7.18.6",
|
|
35
35
|
"@babel/runtime": "^7.19.0",
|
|
36
|
-
"@bigbinary/
|
|
36
|
+
"@bigbinary/babel-preset-neeto": "^1.0.6",
|
|
37
|
+
"@bigbinary/eslint-plugin-neeto": "^1.1.14",
|
|
37
38
|
"@bigbinary/neeto-audit-frontend": "1.0.7",
|
|
38
|
-
"@bigbinary/neeto-
|
|
39
|
+
"@bigbinary/neeto-cist": "^1.0.2",
|
|
40
|
+
"@bigbinary/neeto-commons-frontend": "^2.1.28",
|
|
39
41
|
"@bigbinary/neeto-editor": "1.20.0",
|
|
40
42
|
"@bigbinary/neeto-icons": "1.9.12",
|
|
41
43
|
"@bigbinary/neeto-molecules": "^1.0.19",
|
|
@@ -57,6 +59,7 @@
|
|
|
57
59
|
"babel-plugin-istanbul": "^6.1.1",
|
|
58
60
|
"babel-plugin-js-logger": "1.0.17",
|
|
59
61
|
"babel-plugin-macros": "3.1.0",
|
|
62
|
+
"babel-plugin-preval": "^5.1.0",
|
|
60
63
|
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
|
|
61
64
|
"babel-preset-react": "6.24.1",
|
|
62
65
|
"babel-preset-typescript": "^7.0.0-alpha.19",
|
|
@@ -75,7 +78,8 @@
|
|
|
75
78
|
"eslint-plugin-unused-imports": "2.0.0",
|
|
76
79
|
"formik": "2.2.9",
|
|
77
80
|
"husky": "7.0.4",
|
|
78
|
-
"i18next": "
|
|
81
|
+
"i18next": "23.2.7",
|
|
82
|
+
"js-logger": "^1.6.1",
|
|
79
83
|
"libphonenumber-js": "^1.10.9",
|
|
80
84
|
"lint-staged": "12.4.1",
|
|
81
85
|
"postcss": "^8.4.17",
|
|
@@ -90,7 +94,7 @@
|
|
|
90
94
|
"react-beautiful-dnd": "^13.1.0",
|
|
91
95
|
"react-dom": "^18.2.0",
|
|
92
96
|
"react-helmet": "^6.1.0",
|
|
93
|
-
"react-i18next": "
|
|
97
|
+
"react-i18next": "13.0.1",
|
|
94
98
|
"react-linkify": "^1.0.0-alpha",
|
|
95
99
|
"react-query": "3.39.2",
|
|
96
100
|
"react-router-dom": "5.3.3",
|
|
@@ -104,6 +108,7 @@
|
|
|
104
108
|
"tailwindcss": "npm:@tailwindcss/postcss7-compat",
|
|
105
109
|
"uuid": "^9.0.0",
|
|
106
110
|
"vite": "^4.1.4",
|
|
111
|
+
"vite-plugin-babel": "^1.1.3",
|
|
107
112
|
"vite-plugin-external": "^1.2.8",
|
|
108
113
|
"vite-plugin-svgr-component": "^1.0.1",
|
|
109
114
|
"yup": "^1.0.0",
|
|
@@ -120,11 +125,12 @@
|
|
|
120
125
|
"classnames": "2.3.1",
|
|
121
126
|
"dayjs": "1.11.1",
|
|
122
127
|
"formik": "2.2.9",
|
|
123
|
-
"i18next": "
|
|
128
|
+
"i18next": "23.2.7",
|
|
129
|
+
"js-logger": "^1.6.1",
|
|
124
130
|
"ramda": "0.29.0",
|
|
125
131
|
"react": "17.0.2",
|
|
126
132
|
"react-dom": "17.0.2",
|
|
127
|
-
"react-i18next": "
|
|
133
|
+
"react-i18next": "13.0.1",
|
|
128
134
|
"react-router-dom": "5.3.0",
|
|
129
135
|
"react-toastify": "8.0.2",
|
|
130
136
|
"yup": "^1.0.0",
|