@bigbinary/neeto-form-frontend 1.2.3 → 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 +9202 -41114
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +9203 -41115
- package/dist/index.js.map +1 -1
- package/package.json +12 -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,10 +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
39
|
"@bigbinary/neeto-cist": "^1.0.2",
|
|
39
|
-
"@bigbinary/neeto-commons-frontend": "^2.
|
|
40
|
+
"@bigbinary/neeto-commons-frontend": "^2.1.28",
|
|
40
41
|
"@bigbinary/neeto-editor": "1.20.0",
|
|
41
42
|
"@bigbinary/neeto-icons": "1.9.12",
|
|
42
43
|
"@bigbinary/neeto-molecules": "^1.0.19",
|
|
@@ -58,6 +59,7 @@
|
|
|
58
59
|
"babel-plugin-istanbul": "^6.1.1",
|
|
59
60
|
"babel-plugin-js-logger": "1.0.17",
|
|
60
61
|
"babel-plugin-macros": "3.1.0",
|
|
62
|
+
"babel-plugin-preval": "^5.1.0",
|
|
61
63
|
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
|
|
62
64
|
"babel-preset-react": "6.24.1",
|
|
63
65
|
"babel-preset-typescript": "^7.0.0-alpha.19",
|
|
@@ -76,7 +78,8 @@
|
|
|
76
78
|
"eslint-plugin-unused-imports": "2.0.0",
|
|
77
79
|
"formik": "2.2.9",
|
|
78
80
|
"husky": "7.0.4",
|
|
79
|
-
"i18next": "
|
|
81
|
+
"i18next": "23.2.7",
|
|
82
|
+
"js-logger": "^1.6.1",
|
|
80
83
|
"libphonenumber-js": "^1.10.9",
|
|
81
84
|
"lint-staged": "12.4.1",
|
|
82
85
|
"postcss": "^8.4.17",
|
|
@@ -91,7 +94,7 @@
|
|
|
91
94
|
"react-beautiful-dnd": "^13.1.0",
|
|
92
95
|
"react-dom": "^18.2.0",
|
|
93
96
|
"react-helmet": "^6.1.0",
|
|
94
|
-
"react-i18next": "
|
|
97
|
+
"react-i18next": "13.0.1",
|
|
95
98
|
"react-linkify": "^1.0.0-alpha",
|
|
96
99
|
"react-query": "3.39.2",
|
|
97
100
|
"react-router-dom": "5.3.3",
|
|
@@ -105,6 +108,7 @@
|
|
|
105
108
|
"tailwindcss": "npm:@tailwindcss/postcss7-compat",
|
|
106
109
|
"uuid": "^9.0.0",
|
|
107
110
|
"vite": "^4.1.4",
|
|
111
|
+
"vite-plugin-babel": "^1.1.3",
|
|
108
112
|
"vite-plugin-external": "^1.2.8",
|
|
109
113
|
"vite-plugin-svgr-component": "^1.0.1",
|
|
110
114
|
"yup": "^1.0.0",
|
|
@@ -121,11 +125,12 @@
|
|
|
121
125
|
"classnames": "2.3.1",
|
|
122
126
|
"dayjs": "1.11.1",
|
|
123
127
|
"formik": "2.2.9",
|
|
124
|
-
"i18next": "
|
|
128
|
+
"i18next": "23.2.7",
|
|
129
|
+
"js-logger": "^1.6.1",
|
|
125
130
|
"ramda": "0.29.0",
|
|
126
131
|
"react": "17.0.2",
|
|
127
132
|
"react-dom": "17.0.2",
|
|
128
|
-
"react-i18next": "
|
|
133
|
+
"react-i18next": "13.0.1",
|
|
129
134
|
"react-router-dom": "5.3.0",
|
|
130
135
|
"react-toastify": "8.0.2",
|
|
131
136
|
"yup": "^1.0.0",
|