@bigbinary/neeto-integrations-frontend 3.0.0 → 3.1.0
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/app/javascript/src/translations/en.json +1 -1
- package/dist/Daily.cjs.js +26 -75
- package/dist/Daily.cjs.js.map +1 -1
- package/dist/Daily.js +24 -72
- package/dist/Daily.js.map +1 -1
- package/dist/GoogleCalender.cjs.js +25 -74
- package/dist/GoogleCalender.cjs.js.map +1 -1
- package/dist/GoogleCalender.js +26 -74
- package/dist/GoogleCalender.js.map +1 -1
- package/dist/Twilio.cjs.js.map +1 -1
- package/dist/Twilio.js.map +1 -1
- package/dist/ZapierForm.cjs.js +1 -1
- package/dist/ZapierForm.cjs.js.map +1 -1
- package/dist/ZapierForm.js +1 -1
- package/dist/ZapierForm.js.map +1 -1
- package/dist/Zoom.cjs.js +20 -69
- package/dist/Zoom.cjs.js.map +1 -1
- package/dist/Zoom.js +21 -69
- package/dist/Zoom.js.map +1 -1
- package/dist/index.cjs.js +28 -77
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +28 -76
- package/dist/index.js.map +1 -1
- package/package.json +15 -13
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-integrations-frontend",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.1.0",
|
|
4
4
|
"description": "UI for integrations in neeto products",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"homepage": "https://github.com/bigbinary/neeto-integrations-nano",
|
|
@@ -59,13 +59,13 @@
|
|
|
59
59
|
"@babel/runtime": "7.23.2",
|
|
60
60
|
"@bigbinary/babel-preset-neeto": "1.0.6",
|
|
61
61
|
"@bigbinary/eslint-plugin-neeto": "1.5.2",
|
|
62
|
-
"@bigbinary/neeto-audit-frontend": "2.0.
|
|
63
|
-
"@bigbinary/neeto-cist": "1.0.
|
|
64
|
-
"@bigbinary/neeto-commons-frontend": "3.6
|
|
65
|
-
"@bigbinary/neeto-filters-frontend": "
|
|
66
|
-
"@bigbinary/neeto-icons": "1.
|
|
67
|
-
"@bigbinary/neeto-molecules": "
|
|
68
|
-
"@bigbinary/neetoui": "
|
|
62
|
+
"@bigbinary/neeto-audit-frontend": "2.0.12",
|
|
63
|
+
"@bigbinary/neeto-cist": "1.0.11",
|
|
64
|
+
"@bigbinary/neeto-commons-frontend": "4.3.6",
|
|
65
|
+
"@bigbinary/neeto-filters-frontend": "4.1.1",
|
|
66
|
+
"@bigbinary/neeto-icons": "1.20.0",
|
|
67
|
+
"@bigbinary/neeto-molecules": "3.3.10",
|
|
68
|
+
"@bigbinary/neetoui": "8.2.1",
|
|
69
69
|
"@emotion/is-prop-valid": "1.2.0",
|
|
70
70
|
"@faker-js/faker": "8.2.0",
|
|
71
71
|
"@honeybadger-io/js": "6.5.3",
|
|
@@ -78,6 +78,7 @@
|
|
|
78
78
|
"@rollup/plugin-replace": "5.0.4",
|
|
79
79
|
"@svgr/rollup": "8.1.0",
|
|
80
80
|
"@tanstack/react-query": "5.40.0",
|
|
81
|
+
"@tanstack/react-query-devtools": "5.40.0",
|
|
81
82
|
"antd": "5.10.2",
|
|
82
83
|
"autoprefixer": "10.4.16",
|
|
83
84
|
"axios": "1.6.0",
|
|
@@ -164,14 +165,15 @@
|
|
|
164
165
|
},
|
|
165
166
|
"peerDependencies": {
|
|
166
167
|
"@bigbinary/neeto-cist": "latest",
|
|
167
|
-
"@bigbinary/neeto-commons-frontend": "3.6
|
|
168
|
-
"@bigbinary/neeto-filters-frontend": "
|
|
169
|
-
"@bigbinary/neeto-icons": "1.
|
|
170
|
-
"@bigbinary/neeto-molecules": "
|
|
171
|
-
"@bigbinary/neetoui": "
|
|
168
|
+
"@bigbinary/neeto-commons-frontend": "4.3.6",
|
|
169
|
+
"@bigbinary/neeto-filters-frontend": "4.1.1",
|
|
170
|
+
"@bigbinary/neeto-icons": "1.20.0",
|
|
171
|
+
"@bigbinary/neeto-molecules": "3.3.10",
|
|
172
|
+
"@bigbinary/neetoui": "8.2.1",
|
|
172
173
|
"@honeybadger-io/js": "^6.5.3",
|
|
173
174
|
"@honeybadger-io/react": "^6.1.9",
|
|
174
175
|
"@tanstack/react-query": "5.40.0",
|
|
176
|
+
"@tanstack/react-query-devtools": "5.40.0",
|
|
175
177
|
"axios": "^1.6.0",
|
|
176
178
|
"classnames": "^2.3.2",
|
|
177
179
|
"formik": "^2.4.5",
|