@bigbinary/neeto-audit-frontend 2.2.0 → 2.3.1
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/common/recommendedDependencies/common.js +2 -2
- package/common/recommendedDependencies/extension.js +3 -3
- package/common/recommendedDependencies/frontend.js +11 -11
- package/common/recommendedDependencies/nano.js +5 -5
- package/dist/index.js +2060 -995
- package/package.json +3 -3
- package/src/constants/index.js +7 -0
- package/src/utils/index.js +20 -18
|
@@ -20,7 +20,7 @@ const DEV_DEPENDENCIES = {
|
|
|
20
20
|
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
|
|
21
21
|
"babel-preset-react": "6.24.1",
|
|
22
22
|
"babel-preset-typescript": "^7.0.0-alpha.19",
|
|
23
|
-
"eslint": "
|
|
23
|
+
"eslint": "9.27.0",
|
|
24
24
|
"eslint-config-prettier": "^10.1.2",
|
|
25
25
|
"eslint-plugin-cypress": "^4.3.0",
|
|
26
26
|
"eslint-plugin-import": "^2.31.0",
|
|
@@ -45,7 +45,7 @@ const DEV_DEPENDENCIES = {
|
|
|
45
45
|
"postcss-loader": "^7.0.1",
|
|
46
46
|
"postcss-preset-env": "7.8.2",
|
|
47
47
|
"prettier": "3",
|
|
48
|
-
"prettier-plugin-tailwindcss": "0.
|
|
48
|
+
"prettier-plugin-tailwindcss": "0.6.14",
|
|
49
49
|
};
|
|
50
50
|
|
|
51
51
|
const PEER_DEPENDENCIES = {};
|
|
@@ -6,12 +6,12 @@ const DEPENDENCIES = {
|
|
|
6
6
|
"i18next": "22.5.1",
|
|
7
7
|
"js-logger": "1.6.1",
|
|
8
8
|
ramda: "0.29.1",
|
|
9
|
-
react: "18.
|
|
10
|
-
"react-dom": "18.
|
|
9
|
+
react: "18.3.1",
|
|
10
|
+
"react-dom": "18.3.1",
|
|
11
11
|
"react-i18next": "12.3.1",
|
|
12
12
|
"react-router-dom": "5.3.3",
|
|
13
13
|
"react-toastify": "8.0.2",
|
|
14
|
-
sass: "1.
|
|
14
|
+
sass: "1.89.0",
|
|
15
15
|
yup: "0.32.11",
|
|
16
16
|
};
|
|
17
17
|
|
|
@@ -18,7 +18,7 @@ const DEV_DEPENDENCIES = {
|
|
|
18
18
|
"@tippyjs/react": "4.2.6",
|
|
19
19
|
"antd": "5.22.0",
|
|
20
20
|
"avvvatars-react": "0.4.2",
|
|
21
|
-
"axios": "1.
|
|
21
|
+
"axios": "1.12.0",
|
|
22
22
|
"classnames": "2.5.1",
|
|
23
23
|
"crypto-browserify": "3.12.1",
|
|
24
24
|
"dayjs": "1.11.13",
|
|
@@ -31,15 +31,15 @@ const DEV_DEPENDENCIES = {
|
|
|
31
31
|
"i18next": "22.5.1",
|
|
32
32
|
"js-logger": "1.6.1",
|
|
33
33
|
"libphonenumber-js": "1.11.14",
|
|
34
|
-
"linkifyjs": "4.
|
|
35
|
-
"linkify-react": "4.
|
|
34
|
+
"linkifyjs": "4.3.2",
|
|
35
|
+
"linkify-react": "4.3.2",
|
|
36
36
|
"os-browserify": "0.3.0",
|
|
37
37
|
"path-browserify": "1.0.1",
|
|
38
38
|
"qs": "6.13.0",
|
|
39
39
|
"ramda": "0.29.1",
|
|
40
|
-
"react": "18.
|
|
40
|
+
"react": "18.3.1",
|
|
41
41
|
"react-colorful": "5.6.1",
|
|
42
|
-
"react-dom": "18.
|
|
42
|
+
"react-dom": "18.3.1",
|
|
43
43
|
"react-drag-listview": "2.0.0",
|
|
44
44
|
"react-helmet": "^6.1.0",
|
|
45
45
|
"react-i18next": "12.3.1",
|
|
@@ -52,7 +52,7 @@ const DEV_DEPENDENCIES = {
|
|
|
52
52
|
"rollup-plugin-copy": "3.5.0",
|
|
53
53
|
"rollup-plugin-peer-deps-external": "2.2.4",
|
|
54
54
|
"rollup-plugin-styles": "4.0.0",
|
|
55
|
-
"sass": "1.
|
|
55
|
+
"sass": "1.89.0",
|
|
56
56
|
"sass-loader": "^13.0.2",
|
|
57
57
|
"stream-browserify": "^3.0.0",
|
|
58
58
|
"stream-http": "3.2.0",
|
|
@@ -76,7 +76,7 @@ const PEER_DEPENDENCIES = {
|
|
|
76
76
|
"@tippyjs/react": "4.2.6",
|
|
77
77
|
"antd": "5.22.0",
|
|
78
78
|
"avvvatars-react": "0.4.2",
|
|
79
|
-
"axios": "1.
|
|
79
|
+
"axios": "1.12.0",
|
|
80
80
|
"classnames": "2.5.1",
|
|
81
81
|
"crypto-browserify": "3.12.1",
|
|
82
82
|
"dayjs": "1.11.13",
|
|
@@ -89,15 +89,15 @@ const PEER_DEPENDENCIES = {
|
|
|
89
89
|
"i18next": "22.5.1",
|
|
90
90
|
"js-logger": "1.6.1",
|
|
91
91
|
"libphonenumber-js": "1.11.14",
|
|
92
|
-
"linkifyjs": "4.
|
|
93
|
-
"linkify-react": "4.
|
|
92
|
+
"linkifyjs": "4.3.2",
|
|
93
|
+
"linkify-react": "4.3.2",
|
|
94
94
|
"os-browserify": "0.3.0",
|
|
95
95
|
"path-browserify": "^1.0.1",
|
|
96
96
|
"qs": "6.13.0",
|
|
97
97
|
"ramda": "0.29.1",
|
|
98
|
-
"react": "18.
|
|
98
|
+
"react": "18.3.1",
|
|
99
99
|
"react-colorful": "5.6.1",
|
|
100
|
-
"react-dom": "18.
|
|
100
|
+
"react-dom": "18.3.1",
|
|
101
101
|
"react-drag-listview": "2.0.0",
|
|
102
102
|
"react-dropzone": "14.3.8",
|
|
103
103
|
"react-helmet": "^6.1.0",
|
|
@@ -21,8 +21,8 @@ const DEV_DEPENDENCIES = {
|
|
|
21
21
|
"js-logger": "1.6.1",
|
|
22
22
|
qs: "6.13.0",
|
|
23
23
|
ramda: "0.29.0",
|
|
24
|
-
react: "18.
|
|
25
|
-
"react-dom": "18.
|
|
24
|
+
react: "18.3.1",
|
|
25
|
+
"react-dom": "18.3.1",
|
|
26
26
|
"react-helmet": "^6.1.0",
|
|
27
27
|
"react-i18next": "12.3.1",
|
|
28
28
|
"react-router-dom": "5.3.3",
|
|
@@ -32,7 +32,7 @@ const DEV_DEPENDENCIES = {
|
|
|
32
32
|
"rollup-plugin-cleaner": "1.0.0",
|
|
33
33
|
"rollup-plugin-peer-deps-external": "2.2.4",
|
|
34
34
|
"rollup-plugin-styles": "4.0.0",
|
|
35
|
-
"sass": "1.
|
|
35
|
+
"sass": "1.89.0",
|
|
36
36
|
tailwindcss: "3.4.14",
|
|
37
37
|
util: "^0.12.5",
|
|
38
38
|
yup: "0.32.11",
|
|
@@ -49,8 +49,8 @@ const PEER_DEPENDENCIES = {
|
|
|
49
49
|
"i18next": "22.5.1",
|
|
50
50
|
"js-logger": "1.6.1",
|
|
51
51
|
ramda: "0.29.0",
|
|
52
|
-
react: "18.
|
|
53
|
-
"react-dom": "18.
|
|
52
|
+
react: "18.3.1",
|
|
53
|
+
"react-dom": "18.3.1",
|
|
54
54
|
"react-helmet": "^6.1.0",
|
|
55
55
|
"react-i18next": "12.3.1",
|
|
56
56
|
"react-router-dom": "5.3.3",
|