@bigbinary/neeto-integrations-frontend 2.12.3 → 2.12.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/README.md +4 -0
- package/app/javascript/src/translations/en.json +1 -1
- package/dist/Daily.cjs.js +70 -70
- package/dist/Daily.cjs.js.map +1 -1
- package/dist/Daily.js +68 -68
- package/dist/Daily.js.map +1 -1
- package/dist/GoogleCalender.cjs.js +36 -37
- package/dist/GoogleCalender.cjs.js.map +1 -1
- package/dist/GoogleCalender.js +35 -36
- package/dist/GoogleCalender.js.map +1 -1
- package/dist/ZapierForm.cjs.js +3 -4
- package/dist/ZapierForm.cjs.js.map +1 -1
- package/dist/ZapierForm.js +3 -4
- package/dist/ZapierForm.js.map +1 -1
- package/dist/Zoom.cjs.js +24 -24
- package/dist/Zoom.cjs.js.map +1 -1
- package/dist/Zoom.js +24 -24
- package/dist/Zoom.js.map +1 -1
- package/dist/index.cjs.js +49 -55
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +48 -54
- package/dist/index.js.map +1 -1
- package/package.json +13 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-integrations-frontend",
|
|
3
|
-
"version": "2.12.
|
|
3
|
+
"version": "2.12.4",
|
|
4
4
|
"description": "UI for integrations in neeto products",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"homepage": "https://github.com/bigbinary/neeto-integrations-nano",
|
|
@@ -58,14 +58,14 @@
|
|
|
58
58
|
"@babel/preset-typescript": "7.23.2",
|
|
59
59
|
"@babel/runtime": "7.23.2",
|
|
60
60
|
"@bigbinary/babel-preset-neeto": "1.0.6",
|
|
61
|
-
"@bigbinary/eslint-plugin-neeto": "1.
|
|
61
|
+
"@bigbinary/eslint-plugin-neeto": "1.5.0",
|
|
62
62
|
"@bigbinary/neeto-audit-frontend": "2.0.9",
|
|
63
63
|
"@bigbinary/neeto-cist": "1.0.8",
|
|
64
|
-
"@bigbinary/neeto-commons-frontend": "3.1.
|
|
65
|
-
"@bigbinary/neeto-filters-frontend": "3.1.
|
|
66
|
-
"@bigbinary/neeto-icons": "1.17.
|
|
67
|
-
"@bigbinary/neeto-molecules": "1.6
|
|
68
|
-
"@bigbinary/neetoui": "6.
|
|
64
|
+
"@bigbinary/neeto-commons-frontend": "3.1.20",
|
|
65
|
+
"@bigbinary/neeto-filters-frontend": "3.1.3",
|
|
66
|
+
"@bigbinary/neeto-icons": "1.17.14",
|
|
67
|
+
"@bigbinary/neeto-molecules": "1.13.6",
|
|
68
|
+
"@bigbinary/neetoui": "6.3.3",
|
|
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",
|
|
@@ -142,6 +142,7 @@
|
|
|
142
142
|
"rollup": "2.79.1",
|
|
143
143
|
"rollup-plugin-analyzer": "4.0.0",
|
|
144
144
|
"rollup-plugin-cleaner": "1.0.0",
|
|
145
|
+
"rollup-plugin-copy": "^3.5.0",
|
|
145
146
|
"rollup-plugin-peer-deps-external": "2.2.4",
|
|
146
147
|
"rollup-plugin-styles": "4.0.0",
|
|
147
148
|
"sass": "1.69.5",
|
|
@@ -163,11 +164,11 @@
|
|
|
163
164
|
},
|
|
164
165
|
"peerDependencies": {
|
|
165
166
|
"@bigbinary/neeto-cist": "latest",
|
|
166
|
-
"@bigbinary/neeto-commons-frontend": "3.1.
|
|
167
|
-
"@bigbinary/neeto-filters-frontend": "3.1.
|
|
168
|
-
"@bigbinary/neeto-icons": "1.17.
|
|
169
|
-
"@bigbinary/neeto-molecules": "1.6
|
|
170
|
-
"@bigbinary/neetoui": "6.
|
|
167
|
+
"@bigbinary/neeto-commons-frontend": "3.1.20",
|
|
168
|
+
"@bigbinary/neeto-filters-frontend": "3.1.3",
|
|
169
|
+
"@bigbinary/neeto-icons": "1.17.14",
|
|
170
|
+
"@bigbinary/neeto-molecules": "1.13.6",
|
|
171
|
+
"@bigbinary/neetoui": "6.3.3",
|
|
171
172
|
"@honeybadger-io/js": "^6.5.3",
|
|
172
173
|
"@honeybadger-io/react": "^6.1.9",
|
|
173
174
|
"axios": "^1.6.0",
|