@bigbinary/neeto-webhooks-frontend 3.0.1 → 3.0.2-beta
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 +12 -1
- package/app/javascript/src/translations/ar.json +2 -2
- package/app/javascript/src/translations/bg.json +2 -2
- package/app/javascript/src/translations/ca.json +2 -2
- package/app/javascript/src/translations/cs.json +2 -2
- package/app/javascript/src/translations/da.json +2 -2
- package/app/javascript/src/translations/de.json +2 -2
- package/app/javascript/src/translations/es-MX.json +2 -2
- package/app/javascript/src/translations/es.json +2 -2
- package/app/javascript/src/translations/et.json +2 -2
- package/app/javascript/src/translations/fi.json +2 -2
- package/app/javascript/src/translations/fil.json +2 -2
- package/app/javascript/src/translations/fr.json +2 -2
- package/app/javascript/src/translations/hi.json +2 -2
- package/app/javascript/src/translations/hr.json +2 -2
- package/app/javascript/src/translations/id.json +2 -2
- package/app/javascript/src/translations/it.json +2 -2
- package/app/javascript/src/translations/ja.json +2 -2
- package/app/javascript/src/translations/ko.json +2 -2
- package/app/javascript/src/translations/nl.json +2 -2
- package/app/javascript/src/translations/pl.json +2 -2
- package/app/javascript/src/translations/pt-BR.json +2 -2
- package/app/javascript/src/translations/pt.json +2 -2
- package/app/javascript/src/translations/ro.json +2 -2
- package/app/javascript/src/translations/ru.json +2 -2
- package/app/javascript/src/translations/sk.json +2 -2
- package/app/javascript/src/translations/sl.json +2 -2
- package/app/javascript/src/translations/sv.json +2 -2
- package/app/javascript/src/translations/th.json +2 -2
- package/app/javascript/src/translations/tr.json +2 -2
- package/app/javascript/src/translations/uk.json +2 -2
- package/app/javascript/src/translations/vi.json +2 -2
- package/app/javascript/src/translations/zh-CN.json +2 -2
- package/app/javascript/src/translations/zh-TW.json +2 -2
- package/dist/NeetoWebhooks.js +5 -4
- package/dist/NeetoWebhooks.js.map +1 -1
- package/dist/cjs/NeetoWebhooks.js +4 -3
- package/dist/cjs/NeetoWebhooks.js.map +1 -1
- package/package.json +13 -12
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.2-beta",
|
|
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.
|
|
64
|
+
"@bigbinary/eslint-plugin-neeto": "1.8.0",
|
|
65
65
|
"@bigbinary/neeto-cist": "1.0.17",
|
|
66
|
-
"@bigbinary/neeto-commons-frontend": "4.13.
|
|
66
|
+
"@bigbinary/neeto-commons-frontend": "4.13.81",
|
|
67
67
|
"@bigbinary/neeto-filters-frontend": "4.3.24",
|
|
68
|
-
"@bigbinary/neeto-icons": "1.20.
|
|
69
|
-
"@bigbinary/neeto-molecules": "4.0.
|
|
70
|
-
"@bigbinary/neetoui": "8.3.
|
|
68
|
+
"@bigbinary/neeto-icons": "1.20.63",
|
|
69
|
+
"@bigbinary/neeto-molecules": "4.0.90",
|
|
70
|
+
"@bigbinary/neetoui": "8.3.42",
|
|
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",
|
|
@@ -80,6 +80,7 @@
|
|
|
80
80
|
"@rollup/plugin-replace": "5.0.4",
|
|
81
81
|
"@svgr/rollup": "8.1.0",
|
|
82
82
|
"@tailwindcss/container-queries": "^0.1.1",
|
|
83
|
+
"@tailwindcss/postcss": "^4.1.16",
|
|
83
84
|
"@tanstack/react-query": "5.59.20",
|
|
84
85
|
"@tanstack/react-query-devtools": "5.59.20",
|
|
85
86
|
"antd": "5.22.0",
|
|
@@ -133,7 +134,7 @@
|
|
|
133
134
|
"postcss-loader": "^7.0.1",
|
|
134
135
|
"postcss-preset-env": "7.8.2",
|
|
135
136
|
"prettier": "3",
|
|
136
|
-
"prettier-plugin-tailwindcss": "0.
|
|
137
|
+
"prettier-plugin-tailwindcss": "^0.7.1",
|
|
137
138
|
"process": "0.11.10",
|
|
138
139
|
"qs": "^6.11.2",
|
|
139
140
|
"ramda": "0.29.0",
|
|
@@ -157,7 +158,7 @@
|
|
|
157
158
|
"stream-browserify": "^3.0.0",
|
|
158
159
|
"stream-http": "3.2.0",
|
|
159
160
|
"style-loader": "^3.3.1",
|
|
160
|
-
"tailwindcss": "
|
|
161
|
+
"tailwindcss": "^4.1.16",
|
|
161
162
|
"tty-browserify": "0.0.1",
|
|
162
163
|
"url": "^0.11.0",
|
|
163
164
|
"util": "^0.12.5",
|
|
@@ -172,11 +173,11 @@
|
|
|
172
173
|
"peerDependencies": {
|
|
173
174
|
"@babel/runtime": "7.26.10",
|
|
174
175
|
"@bigbinary/neeto-cist": "1.0.17",
|
|
175
|
-
"@bigbinary/neeto-commons-frontend": "4.13.
|
|
176
|
+
"@bigbinary/neeto-commons-frontend": "4.13.81",
|
|
176
177
|
"@bigbinary/neeto-filters-frontend": "4.3.24",
|
|
177
|
-
"@bigbinary/neeto-icons": "1.20.
|
|
178
|
-
"@bigbinary/neeto-molecules": "4.0.
|
|
179
|
-
"@bigbinary/neetoui": "8.3.
|
|
178
|
+
"@bigbinary/neeto-icons": "1.20.63",
|
|
179
|
+
"@bigbinary/neeto-molecules": "4.0.90",
|
|
180
|
+
"@bigbinary/neetoui": "8.3.42",
|
|
180
181
|
"@honeybadger-io/js": "6.10.1",
|
|
181
182
|
"@honeybadger-io/react": "6.1.25",
|
|
182
183
|
"@tailwindcss/container-queries": "^0.1.1",
|