@bigbinary/neetoui 5.2.31 → 5.2.32
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/formik.cjs.js +549 -1566
- package/formik.cjs.js.map +1 -1
- package/formik.js +535 -1552
- package/formik.js.map +1 -1
- package/index.cjs.js +23610 -25615
- package/index.cjs.js.map +1 -1
- package/index.js +23601 -25606
- package/index.js.map +1 -1
- package/layouts.cjs.js +576 -224
- package/layouts.cjs.js.map +1 -1
- package/layouts.js +574 -222
- package/layouts.js.map +1 -1
- package/package.json +11 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neetoui",
|
|
3
|
-
"version": "5.2.
|
|
3
|
+
"version": "5.2.32",
|
|
4
4
|
"main": "./index.cjs.js",
|
|
5
5
|
"module": "./index.js",
|
|
6
6
|
"types": "./index.d.ts",
|
|
@@ -64,8 +64,9 @@
|
|
|
64
64
|
"@babel/preset-typescript": "^7.18.6",
|
|
65
65
|
"@babel/runtime": "^7.19.0",
|
|
66
66
|
"@bigbinary/babel-preset-neeto": "^1.0.3",
|
|
67
|
-
"@bigbinary/eslint-plugin-neeto": "^1.
|
|
68
|
-
"@bigbinary/neeto-
|
|
67
|
+
"@bigbinary/eslint-plugin-neeto": "^1.1.30",
|
|
68
|
+
"@bigbinary/neeto-cist": "1.0.3",
|
|
69
|
+
"@bigbinary/neeto-commons-frontend": "^2.1.32",
|
|
69
70
|
"@bigbinary/neeto-icons": "^1.9.22",
|
|
70
71
|
"@reach/auto-id": "0.15.0",
|
|
71
72
|
"@rollup/plugin-alias": "^4.0.3",
|
|
@@ -96,6 +97,7 @@
|
|
|
96
97
|
"babel-plugin-istanbul": "^6.1.1",
|
|
97
98
|
"babel-plugin-js-logger": "1.0.17",
|
|
98
99
|
"babel-plugin-macros": "3.1.0",
|
|
100
|
+
"babel-plugin-preval": "^5.1.0",
|
|
99
101
|
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
|
|
100
102
|
"babel-preset-react": "6.24.1",
|
|
101
103
|
"babel-preset-typescript": "^7.0.0-alpha.19",
|
|
@@ -110,11 +112,15 @@
|
|
|
110
112
|
"eslint-plugin-import": "2.26.0",
|
|
111
113
|
"eslint-plugin-jam3": "0.2.3",
|
|
112
114
|
"eslint-plugin-json": "3.1.0",
|
|
115
|
+
"eslint-plugin-no-unsanitized": "^4.0.2",
|
|
113
116
|
"eslint-plugin-prettier": "4.0.0",
|
|
114
117
|
"eslint-plugin-promise": "6.0.0",
|
|
115
118
|
"eslint-plugin-react": "7.29.4",
|
|
116
119
|
"eslint-plugin-react-hooks": "4.5.0",
|
|
120
|
+
"eslint-plugin-security": "^1.7.1",
|
|
121
|
+
"eslint-plugin-sonarjs": "^0.21.0",
|
|
117
122
|
"eslint-plugin-unused-imports": "2.0.0",
|
|
123
|
+
"eslint-plugin-xss": "^0.1.12",
|
|
118
124
|
"express": "^4.18.2",
|
|
119
125
|
"formik": "2.2.0",
|
|
120
126
|
"framer-motion": "10.16.4",
|
|
@@ -159,10 +165,12 @@
|
|
|
159
165
|
"yup": "0.32.11"
|
|
160
166
|
},
|
|
161
167
|
"peerDependencies": {
|
|
168
|
+
"@bigbinary/neeto-cist": "1.0.3",
|
|
162
169
|
"@bigbinary/neeto-icons": "latest",
|
|
163
170
|
"antd": "5.9.2",
|
|
164
171
|
"formik": "2.2.0",
|
|
165
172
|
"i18next": "21.7.0",
|
|
173
|
+
"ramda": "^0.29.0",
|
|
166
174
|
"react": "18.2.0",
|
|
167
175
|
"react-dom": "18.2.0",
|
|
168
176
|
"react-router-dom": "5.3.3",
|