@bigbinary/neeto-webhooks-frontend 2.2.18 → 2.3.0-beta1
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 +2 -1
- package/app/javascript/src/translations/ar.json +112 -0
- package/app/javascript/src/translations/bg.json +112 -0
- package/app/javascript/src/translations/ca.json +112 -0
- package/app/javascript/src/translations/cs.json +112 -0
- package/app/javascript/src/translations/da.json +112 -0
- package/app/javascript/src/translations/es-MX.json +112 -0
- package/app/javascript/src/translations/et.json +112 -0
- package/app/javascript/src/translations/fi.json +112 -0
- package/app/javascript/src/translations/fil.json +112 -0
- package/app/javascript/src/translations/hi.json +112 -0
- package/app/javascript/src/translations/hr.json +112 -0
- package/app/javascript/src/translations/id.json +112 -0
- package/app/javascript/src/translations/it.json +112 -0
- package/app/javascript/src/translations/ja.json +112 -0
- package/app/javascript/src/translations/ko.json +112 -0
- package/app/javascript/src/translations/nl.json +112 -0
- package/app/javascript/src/translations/pl.json +112 -0
- package/app/javascript/src/translations/pt-BR.json +112 -0
- package/app/javascript/src/translations/pt.json +112 -0
- package/app/javascript/src/translations/ro.json +112 -0
- package/app/javascript/src/translations/ru.json +112 -0
- package/app/javascript/src/translations/sk.json +112 -0
- package/app/javascript/src/translations/sl.json +112 -0
- package/app/javascript/src/translations/sv.json +112 -0
- package/app/javascript/src/translations/th.json +112 -0
- package/app/javascript/src/translations/tr.json +112 -0
- package/app/javascript/src/translations/uk.json +112 -0
- package/app/javascript/src/translations/vi.json +112 -0
- package/app/javascript/src/translations/zh-CN.json +112 -0
- package/app/javascript/src/translations/zh-TW.json +112 -0
- package/dist/NeetoWebhooks.js +11 -6
- package/dist/NeetoWebhooks.js.map +1 -1
- package/dist/cjs/NeetoWebhooks.js +11 -6
- package/dist/cjs/NeetoWebhooks.js.map +1 -1
- package/dist/cjs/index.js +0 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/index.js +0 -1
- package/dist/index.js.map +1 -1
- package/package.json +14 -13
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-webhooks-frontend",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.3.0-beta1",
|
|
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.7.
|
|
64
|
+
"@bigbinary/eslint-plugin-neeto": "1.7.6",
|
|
65
65
|
"@bigbinary/neeto-cist": "1.0.17",
|
|
66
|
-
"@bigbinary/neeto-commons-frontend": "4.13.
|
|
67
|
-
"@bigbinary/neeto-filters-frontend": "4.3.
|
|
68
|
-
"@bigbinary/neeto-icons": "1.20.
|
|
69
|
-
"@bigbinary/neeto-molecules": "
|
|
70
|
-
"@bigbinary/neetoui": "8.3.
|
|
66
|
+
"@bigbinary/neeto-commons-frontend": "4.13.68",
|
|
67
|
+
"@bigbinary/neeto-filters-frontend": "4.3.24",
|
|
68
|
+
"@bigbinary/neeto-icons": "1.20.56",
|
|
69
|
+
"@bigbinary/neeto-molecules": "4.0.58",
|
|
70
|
+
"@bigbinary/neetoui": "8.3.36",
|
|
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",
|
|
@@ -117,6 +117,7 @@
|
|
|
117
117
|
"eslint-plugin-xss": "^0.1.12",
|
|
118
118
|
"formik": "2.4.6",
|
|
119
119
|
"globals": "16.0.0",
|
|
120
|
+
"globby": "^14.1.0",
|
|
120
121
|
"html-webpack-plugin": "5.5.3",
|
|
121
122
|
"https-browserify": "1.0.0",
|
|
122
123
|
"husky": "7.0.4",
|
|
@@ -132,7 +133,7 @@
|
|
|
132
133
|
"postcss-loader": "^7.0.1",
|
|
133
134
|
"postcss-preset-env": "7.8.2",
|
|
134
135
|
"prettier": "3",
|
|
135
|
-
"prettier-plugin-tailwindcss": "0.
|
|
136
|
+
"prettier-plugin-tailwindcss": "0.6.14",
|
|
136
137
|
"process": "0.11.10",
|
|
137
138
|
"qs": "^6.11.2",
|
|
138
139
|
"ramda": "0.29.0",
|
|
@@ -171,11 +172,11 @@
|
|
|
171
172
|
"peerDependencies": {
|
|
172
173
|
"@babel/runtime": "7.26.10",
|
|
173
174
|
"@bigbinary/neeto-cist": "1.0.17",
|
|
174
|
-
"@bigbinary/neeto-commons-frontend": "4.13.
|
|
175
|
-
"@bigbinary/neeto-filters-frontend": "4.3.
|
|
176
|
-
"@bigbinary/neeto-icons": "1.20.
|
|
177
|
-
"@bigbinary/neeto-molecules": "
|
|
178
|
-
"@bigbinary/neetoui": "8.3.
|
|
175
|
+
"@bigbinary/neeto-commons-frontend": "4.13.68",
|
|
176
|
+
"@bigbinary/neeto-filters-frontend": "4.3.24",
|
|
177
|
+
"@bigbinary/neeto-icons": "1.20.56",
|
|
178
|
+
"@bigbinary/neeto-molecules": "4.0.58",
|
|
179
|
+
"@bigbinary/neetoui": "8.3.36",
|
|
179
180
|
"@honeybadger-io/js": "6.10.1",
|
|
180
181
|
"@honeybadger-io/react": "6.1.25",
|
|
181
182
|
"@tailwindcss/container-queries": "^0.1.1",
|