@bigbinary/neeto-integrations-frontend 3.1.4 → 3.1.5
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.
|
@@ -69,8 +69,6 @@
|
|
|
69
69
|
"phNumReq": "Phone number is required"
|
|
70
70
|
},
|
|
71
71
|
"smsConfiguration": {
|
|
72
|
-
"delete": "Twilio SMS integration has been successfully deleted.",
|
|
73
|
-
"configuredSuccess": "Twilio SMS integration has been successfully configured.",
|
|
74
72
|
"invalidCredentials": "Twilio credentials are invalid",
|
|
75
73
|
"invalidPhoneNumberConfig": "Twilio phone number is invalid"
|
|
76
74
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-integrations-frontend",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.5",
|
|
4
4
|
"description": "UI for integrations in neeto products",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"homepage": "https://github.com/bigbinary/neeto-integrations-nano",
|
|
@@ -58,13 +58,13 @@
|
|
|
58
58
|
"@babel/preset-typescript": "^7.18.6",
|
|
59
59
|
"@babel/runtime": "7.19.0",
|
|
60
60
|
"@bigbinary/babel-preset-neeto": "^1.0.3",
|
|
61
|
-
"@bigbinary/eslint-plugin-neeto": "1.5.
|
|
62
|
-
"@bigbinary/neeto-cist": "1.0.
|
|
63
|
-
"@bigbinary/neeto-commons-frontend": "4.
|
|
64
|
-
"@bigbinary/neeto-filters-frontend": "4.3.
|
|
65
|
-
"@bigbinary/neeto-icons": "1.20.
|
|
66
|
-
"@bigbinary/neeto-molecules": "3.7.
|
|
67
|
-
"@bigbinary/neetoui": "8.2.
|
|
61
|
+
"@bigbinary/eslint-plugin-neeto": "1.5.5",
|
|
62
|
+
"@bigbinary/neeto-cist": "1.0.13",
|
|
63
|
+
"@bigbinary/neeto-commons-frontend": "4.10.0",
|
|
64
|
+
"@bigbinary/neeto-filters-frontend": "4.3.6",
|
|
65
|
+
"@bigbinary/neeto-icons": "1.20.9",
|
|
66
|
+
"@bigbinary/neeto-molecules": "3.7.29",
|
|
67
|
+
"@bigbinary/neetoui": "8.2.28",
|
|
68
68
|
"@emotion/is-prop-valid": "1.2.0",
|
|
69
69
|
"@faker-js/faker": "8.2.0",
|
|
70
70
|
"@honeybadger-io/js": "^6.4.1",
|
|
@@ -85,6 +85,7 @@
|
|
|
85
85
|
"babel-plugin-istanbul": "^6.1.1",
|
|
86
86
|
"babel-plugin-js-logger": "1.0.17",
|
|
87
87
|
"babel-plugin-macros": "3.1.0",
|
|
88
|
+
"babel-plugin-module-resolver": "^5.0.0",
|
|
88
89
|
"babel-plugin-preval": "^5.1.0",
|
|
89
90
|
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
|
|
90
91
|
"babel-preset-react": "6.24.1",
|
|
@@ -167,12 +168,12 @@
|
|
|
167
168
|
},
|
|
168
169
|
"peerDependencies": {
|
|
169
170
|
"@babel/runtime": "7.19.0",
|
|
170
|
-
"@bigbinary/neeto-cist": "1.0.
|
|
171
|
-
"@bigbinary/neeto-commons-frontend": "4.
|
|
172
|
-
"@bigbinary/neeto-filters-frontend": "4.3.
|
|
173
|
-
"@bigbinary/neeto-icons": "1.20.
|
|
174
|
-
"@bigbinary/neeto-molecules": "3.7.
|
|
175
|
-
"@bigbinary/neetoui": "8.2.
|
|
171
|
+
"@bigbinary/neeto-cist": "1.0.13",
|
|
172
|
+
"@bigbinary/neeto-commons-frontend": "4.10.0",
|
|
173
|
+
"@bigbinary/neeto-filters-frontend": "4.3.6",
|
|
174
|
+
"@bigbinary/neeto-icons": "1.20.9",
|
|
175
|
+
"@bigbinary/neeto-molecules": "3.7.29",
|
|
176
|
+
"@bigbinary/neetoui": "8.2.28",
|
|
176
177
|
"@honeybadger-io/js": "^6.4.1",
|
|
177
178
|
"@honeybadger-io/react": "^6.1.3",
|
|
178
179
|
"@tanstack/react-query": "5.40.0",
|