@bigbinary/neeto-webhooks-frontend 1.5.9 → 1.6.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/app/javascript/src/translations/en.json +81 -0
- package/app/javascript/src/translations/index.js +1 -0
- package/dist/index.cjs.js +563 -3231
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +557 -3227
- package/dist/index.js.map +1 -1
- package/package.json +11 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-webhooks-frontend",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.6.1",
|
|
4
4
|
"description": "Manage webhooks across neeto products.",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"homepage": "https://github.com/bigbinary/neeto-webhooks-nano",
|
|
@@ -11,7 +11,8 @@
|
|
|
11
11
|
"author": "BigBinary",
|
|
12
12
|
"files": [
|
|
13
13
|
"dist",
|
|
14
|
-
"types.d.ts"
|
|
14
|
+
"types.d.ts",
|
|
15
|
+
"app/javascript/src/translations"
|
|
15
16
|
],
|
|
16
17
|
"main": "dist/index.cjs.js",
|
|
17
18
|
"module": "dist/index.js",
|
|
@@ -47,9 +48,10 @@
|
|
|
47
48
|
"@babel/preset-typescript": "7.22.5",
|
|
48
49
|
"@babel/runtime": "7.22.6",
|
|
49
50
|
"@bigbinary/babel-preset-neeto": "1.0.3",
|
|
50
|
-
"@bigbinary/eslint-plugin-neeto": "1.
|
|
51
|
+
"@bigbinary/eslint-plugin-neeto": "1.1.10",
|
|
51
52
|
"@bigbinary/neeto-audit-frontend": "1.0.8",
|
|
52
|
-
"@bigbinary/neeto-
|
|
53
|
+
"@bigbinary/neeto-cist": "^1.0.3",
|
|
54
|
+
"@bigbinary/neeto-commons-frontend": "2.1.29",
|
|
53
55
|
"@bigbinary/neeto-icons": "1.12.3",
|
|
54
56
|
"@bigbinary/neeto-molecules": "1.0.30",
|
|
55
57
|
"@bigbinary/neetoui": "5.0.13",
|
|
@@ -70,6 +72,7 @@
|
|
|
70
72
|
"babel-plugin-istanbul": "6.1.1",
|
|
71
73
|
"babel-plugin-js-logger": "1.0.17",
|
|
72
74
|
"babel-plugin-macros": "3.1.0",
|
|
75
|
+
"babel-plugin-preval": "^5.1.0",
|
|
73
76
|
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
|
|
74
77
|
"babel-preset-react": "6.24.1",
|
|
75
78
|
"babel-preset-typescript": "7.0.0-alpha.19",
|
|
@@ -140,7 +143,8 @@
|
|
|
140
143
|
"yup": "0.32.11"
|
|
141
144
|
},
|
|
142
145
|
"peerDependencies": {
|
|
143
|
-
"@bigbinary/neeto-
|
|
146
|
+
"@bigbinary/neeto-cist": "latest",
|
|
147
|
+
"@bigbinary/neeto-commons-frontend": "^2.1.28",
|
|
144
148
|
"@bigbinary/neeto-editor": "^1.26.3",
|
|
145
149
|
"@bigbinary/neeto-icons": "^1.9.22",
|
|
146
150
|
"@bigbinary/neeto-molecules": "^1.0.9",
|
|
@@ -149,12 +153,14 @@
|
|
|
149
153
|
"axios": "^0.27.2",
|
|
150
154
|
"classnames": "^2.3.2",
|
|
151
155
|
"formik": "^2.2.9",
|
|
156
|
+
"i18next": "23.2.7",
|
|
152
157
|
"js-logger": "^1.6.1",
|
|
153
158
|
"mixpanel-browser": "^2.45.0",
|
|
154
159
|
"ramda": "^0.29.0",
|
|
155
160
|
"react": "17.0.2",
|
|
156
161
|
"react-dom": "17.0.2",
|
|
157
162
|
"react-helmet": "^6.1.0",
|
|
163
|
+
"react-i18next": "13.0.1",
|
|
158
164
|
"react-query": "3.39.2",
|
|
159
165
|
"react-router-dom": "5.3.3",
|
|
160
166
|
"react-toastify": "8.2.0",
|