@bigbinary/neeto-webhooks-frontend 3.0.6 → 3.0.8
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/ar.json +2 -1
- package/app/javascript/src/translations/bg.json +2 -1
- package/app/javascript/src/translations/ca.json +2 -1
- package/app/javascript/src/translations/cs.json +2 -1
- package/app/javascript/src/translations/da.json +2 -1
- package/app/javascript/src/translations/de.json +2 -1
- package/app/javascript/src/translations/en.json +1 -0
- package/app/javascript/src/translations/es-MX.json +2 -1
- package/app/javascript/src/translations/es.json +2 -1
- package/app/javascript/src/translations/et.json +2 -1
- package/app/javascript/src/translations/fi.json +2 -1
- package/app/javascript/src/translations/fil.json +2 -1
- package/app/javascript/src/translations/fr.json +2 -1
- package/app/javascript/src/translations/he.json +2 -1
- package/app/javascript/src/translations/hi.json +2 -1
- package/app/javascript/src/translations/hr.json +2 -1
- package/app/javascript/src/translations/id.json +2 -1
- package/app/javascript/src/translations/it.json +2 -1
- package/app/javascript/src/translations/ja.json +2 -1
- package/app/javascript/src/translations/ko.json +2 -1
- package/app/javascript/src/translations/nl.json +2 -1
- package/app/javascript/src/translations/pl.json +2 -1
- package/app/javascript/src/translations/pt-BR.json +2 -1
- package/app/javascript/src/translations/pt.json +2 -1
- package/app/javascript/src/translations/ro.json +2 -1
- package/app/javascript/src/translations/ru.json +2 -1
- package/app/javascript/src/translations/sk.json +2 -1
- package/app/javascript/src/translations/sl.json +2 -1
- package/app/javascript/src/translations/sv.json +2 -1
- package/app/javascript/src/translations/th.json +2 -1
- package/app/javascript/src/translations/tr.json +2 -1
- package/app/javascript/src/translations/uk.json +2 -1
- package/app/javascript/src/translations/vi.json +2 -1
- package/app/javascript/src/translations/zh-CN.json +2 -1
- package/app/javascript/src/translations/zh-TW.json +2 -1
- package/dist/NeetoWebhooks.js +8 -3
- package/dist/NeetoWebhooks.js.map +1 -1
- package/dist/cjs/NeetoWebhooks.js +8 -3
- package/dist/cjs/NeetoWebhooks.js.map +1 -1
- package/package.json +14 -14
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-webhooks-frontend",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.8",
|
|
4
4
|
"description": "Manage webhooks across neeto products.",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"homepage": "https://github.com/bigbinary/neeto-webhooks-nano",
|
|
@@ -61,13 +61,13 @@
|
|
|
61
61
|
"@babel/preset-typescript": "7.26.0",
|
|
62
62
|
"@babel/runtime": "7.26.10",
|
|
63
63
|
"@bigbinary/babel-preset-neeto": "^1.0.3",
|
|
64
|
-
"@bigbinary/eslint-plugin-neeto": "1.8.
|
|
64
|
+
"@bigbinary/eslint-plugin-neeto": "1.8.1",
|
|
65
65
|
"@bigbinary/neeto-cist": "1.0.17",
|
|
66
|
-
"@bigbinary/neeto-commons-frontend": "4.13.
|
|
66
|
+
"@bigbinary/neeto-commons-frontend": "4.13.95",
|
|
67
67
|
"@bigbinary/neeto-filters-frontend": "4.3.30",
|
|
68
|
-
"@bigbinary/neeto-icons": "1.20.
|
|
69
|
-
"@bigbinary/neeto-molecules": "4.
|
|
70
|
-
"@bigbinary/neetoui": "8.3.
|
|
68
|
+
"@bigbinary/neeto-icons": "1.20.80",
|
|
69
|
+
"@bigbinary/neeto-molecules": "4.1.8",
|
|
70
|
+
"@bigbinary/neetoui": "8.3.73",
|
|
71
71
|
"@emotion/is-prop-valid": "1.2.0",
|
|
72
72
|
"@faker-js/faker": "8.2.0",
|
|
73
73
|
"@honeybadger-io/js": "6.10.1",
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
"@tailwindcss/postcss": "^4.1.16",
|
|
84
84
|
"@tanstack/react-query": "5.59.20",
|
|
85
85
|
"@tanstack/react-query-devtools": "5.59.20",
|
|
86
|
-
"antd": "5.22.
|
|
86
|
+
"antd": "5.22.1",
|
|
87
87
|
"autoprefixer": "^10.4.5",
|
|
88
88
|
"axios": "1.12.0",
|
|
89
89
|
"babel-loader": "^8.2.5",
|
|
@@ -136,7 +136,7 @@
|
|
|
136
136
|
"prettier": "3",
|
|
137
137
|
"prettier-plugin-tailwindcss": "^0.7.1",
|
|
138
138
|
"process": "0.11.10",
|
|
139
|
-
"qs": "
|
|
139
|
+
"qs": "6.14.1",
|
|
140
140
|
"ramda": "0.29.0",
|
|
141
141
|
"react": "18.3.1",
|
|
142
142
|
"react-dom": "18.3.1",
|
|
@@ -173,17 +173,17 @@
|
|
|
173
173
|
"peerDependencies": {
|
|
174
174
|
"@babel/runtime": "7.26.10",
|
|
175
175
|
"@bigbinary/neeto-cist": "1.0.17",
|
|
176
|
-
"@bigbinary/neeto-commons-frontend": "4.13.
|
|
176
|
+
"@bigbinary/neeto-commons-frontend": "4.13.95",
|
|
177
177
|
"@bigbinary/neeto-filters-frontend": "4.3.30",
|
|
178
|
-
"@bigbinary/neeto-icons": "1.20.
|
|
179
|
-
"@bigbinary/neeto-molecules": "4.
|
|
180
|
-
"@bigbinary/neetoui": "8.3.
|
|
178
|
+
"@bigbinary/neeto-icons": "1.20.80",
|
|
179
|
+
"@bigbinary/neeto-molecules": "4.1.8",
|
|
180
|
+
"@bigbinary/neetoui": "8.3.73",
|
|
181
181
|
"@honeybadger-io/js": "6.10.1",
|
|
182
182
|
"@honeybadger-io/react": "6.1.25",
|
|
183
183
|
"@tailwindcss/container-queries": "^0.1.1",
|
|
184
184
|
"@tanstack/react-query": "5.59.20",
|
|
185
185
|
"@tanstack/react-query-devtools": "5.59.20",
|
|
186
|
-
"antd": "5.22.
|
|
186
|
+
"antd": "5.22.1",
|
|
187
187
|
"axios": "1.12.0",
|
|
188
188
|
"buffer": "^6.0.3",
|
|
189
189
|
"classnames": "2.5.1",
|
|
@@ -195,7 +195,7 @@
|
|
|
195
195
|
"mixpanel-browser": "^2.45.0",
|
|
196
196
|
"os-browserify": "0.3.0",
|
|
197
197
|
"path-browserify": "^1.0.1",
|
|
198
|
-
"qs": "
|
|
198
|
+
"qs": "6.14.1",
|
|
199
199
|
"ramda": "0.29.0",
|
|
200
200
|
"react": "18.3.1",
|
|
201
201
|
"react-dom": "18.3.1",
|