@bigbinary/neeto-webhooks-frontend 2.2.3 → 2.2.5
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 +1 -1
- package/app/javascript/src/translations/en.json +9 -6
- package/dist/NeetoWebhooks.js +87 -55
- package/dist/NeetoWebhooks.js.map +1 -1
- package/dist/cjs/NeetoWebhooks.js +87 -55
- package/dist/cjs/NeetoWebhooks.js.map +1 -1
- package/dist/cjs/index.js +2 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/package.json +54 -51
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-webhooks-frontend",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.5",
|
|
4
4
|
"description": "Manage webhooks across neeto products.",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"homepage": "https://github.com/bigbinary/neeto-webhooks-nano",
|
|
@@ -52,37 +52,39 @@
|
|
|
52
52
|
}
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@babel/core": "
|
|
56
|
-
"@babel/eslint-parser": "7.
|
|
57
|
-
"@babel/plugin-
|
|
58
|
-
"@babel/
|
|
59
|
-
"@babel/preset-
|
|
60
|
-
"@babel/preset-
|
|
61
|
-
"@babel/
|
|
55
|
+
"@babel/core": "7.26.0",
|
|
56
|
+
"@babel/eslint-parser": "7.25.9",
|
|
57
|
+
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
58
|
+
"@babel/plugin-transform-runtime": "7.25.9",
|
|
59
|
+
"@babel/preset-env": "7.26.0",
|
|
60
|
+
"@babel/preset-react": "7.25.9",
|
|
61
|
+
"@babel/preset-typescript": "7.26.0",
|
|
62
|
+
"@babel/runtime": "7.26.0",
|
|
62
63
|
"@bigbinary/babel-preset-neeto": "^1.0.3",
|
|
63
|
-
"@bigbinary/eslint-plugin-neeto": "1.5.
|
|
64
|
-
"@bigbinary/neeto-cist": "1.0.
|
|
65
|
-
"@bigbinary/neeto-commons-frontend": "4.
|
|
66
|
-
"@bigbinary/neeto-filters-frontend": "4.3.
|
|
67
|
-
"@bigbinary/neeto-icons": "1.20.
|
|
68
|
-
"@bigbinary/neeto-molecules": "3.
|
|
69
|
-
"@bigbinary/neetoui": "8.2.
|
|
64
|
+
"@bigbinary/eslint-plugin-neeto": "1.5.6",
|
|
65
|
+
"@bigbinary/neeto-cist": "1.0.14",
|
|
66
|
+
"@bigbinary/neeto-commons-frontend": "4.12.6",
|
|
67
|
+
"@bigbinary/neeto-filters-frontend": "4.3.10",
|
|
68
|
+
"@bigbinary/neeto-icons": "1.20.21",
|
|
69
|
+
"@bigbinary/neeto-molecules": "3.13.13",
|
|
70
|
+
"@bigbinary/neetoui": "8.2.48",
|
|
70
71
|
"@emotion/is-prop-valid": "1.2.0",
|
|
71
72
|
"@faker-js/faker": "8.2.0",
|
|
72
|
-
"@honeybadger-io/js": "
|
|
73
|
-
"@honeybadger-io/react": "
|
|
74
|
-
"@rollup/plugin-alias": "5.
|
|
73
|
+
"@honeybadger-io/js": "6.10.1",
|
|
74
|
+
"@honeybadger-io/react": "6.1.25",
|
|
75
|
+
"@rollup/plugin-alias": "5.1.1",
|
|
75
76
|
"@rollup/plugin-babel": "6.0.4",
|
|
76
77
|
"@rollup/plugin-commonjs": "25.0.7",
|
|
77
|
-
"@rollup/plugin-json": "6.0
|
|
78
|
-
"@rollup/plugin-node-resolve": "15.
|
|
78
|
+
"@rollup/plugin-json": "6.1.0",
|
|
79
|
+
"@rollup/plugin-node-resolve": "15.3.0",
|
|
79
80
|
"@rollup/plugin-replace": "5.0.4",
|
|
80
81
|
"@svgr/rollup": "8.1.0",
|
|
81
|
-
"@
|
|
82
|
-
"@tanstack/react-query
|
|
83
|
-
"
|
|
82
|
+
"@tailwindcss/container-queries": "^0.1.1",
|
|
83
|
+
"@tanstack/react-query": "5.59.20",
|
|
84
|
+
"@tanstack/react-query-devtools": "5.59.20",
|
|
85
|
+
"antd": "5.22.0",
|
|
84
86
|
"autoprefixer": "^10.4.5",
|
|
85
|
-
"axios": "1.7.
|
|
87
|
+
"axios": "1.7.7",
|
|
86
88
|
"babel-loader": "^8.2.5",
|
|
87
89
|
"babel-plugin-istanbul": "^6.1.1",
|
|
88
90
|
"babel-plugin-js-logger": "1.0.17",
|
|
@@ -94,26 +96,26 @@
|
|
|
94
96
|
"babel-preset-typescript": "^7.0.0-alpha.19",
|
|
95
97
|
"browserify-zlib": "0.2.0",
|
|
96
98
|
"buffer": "^6.0.3",
|
|
97
|
-
"classnames": "2.
|
|
98
|
-
"crypto-browserify": "
|
|
99
|
+
"classnames": "2.5.1",
|
|
100
|
+
"crypto-browserify": "3.12.1",
|
|
99
101
|
"css-loader": "6.8.1",
|
|
100
102
|
"dotenv-webpack": "^8.0.1",
|
|
101
103
|
"eslint": "8.14.0",
|
|
102
104
|
"eslint-config-prettier": "8.5.0",
|
|
103
105
|
"eslint-plugin-cypress": "2.12.1",
|
|
104
|
-
"eslint-plugin-import": "2.
|
|
106
|
+
"eslint-plugin-import": "2.31.0",
|
|
105
107
|
"eslint-plugin-jam3": "0.2.3",
|
|
106
108
|
"eslint-plugin-json": "3.1.0",
|
|
107
|
-
"eslint-plugin-no-unsanitized": "
|
|
109
|
+
"eslint-plugin-no-unsanitized": "4.1.2",
|
|
108
110
|
"eslint-plugin-prettier": "4.0.0",
|
|
109
111
|
"eslint-plugin-promise": "6.0.0",
|
|
110
|
-
"eslint-plugin-react": "7.
|
|
112
|
+
"eslint-plugin-react": "7.37.2",
|
|
111
113
|
"eslint-plugin-react-hooks": "4.5.0",
|
|
112
114
|
"eslint-plugin-security": "^1.7.1",
|
|
113
115
|
"eslint-plugin-sonarjs": "^0.21.0",
|
|
114
116
|
"eslint-plugin-unused-imports": "2.0.0",
|
|
115
117
|
"eslint-plugin-xss": "^0.1.12",
|
|
116
|
-
"formik": "2.
|
|
118
|
+
"formik": "2.4.6",
|
|
117
119
|
"html-webpack-plugin": "5.5.3",
|
|
118
120
|
"https-browserify": "1.0.0",
|
|
119
121
|
"husky": "7.0.4",
|
|
@@ -124,7 +126,7 @@
|
|
|
124
126
|
"mixpanel-browser": "2.47.0",
|
|
125
127
|
"os-browserify": "0.3.0",
|
|
126
128
|
"path-browserify": "^1.0.1",
|
|
127
|
-
"postcss": "
|
|
129
|
+
"postcss": "8.4.49",
|
|
128
130
|
"postcss-import": "^15.0.0",
|
|
129
131
|
"postcss-loader": "^7.0.1",
|
|
130
132
|
"postcss-preset-env": "7.8.2",
|
|
@@ -140,10 +142,10 @@
|
|
|
140
142
|
"react-router-dom": "5.3.3",
|
|
141
143
|
"react-toastify": "8.0.2",
|
|
142
144
|
"react_ujs": "^3.1.1",
|
|
143
|
-
"rollup": "
|
|
145
|
+
"rollup": "4.25.0",
|
|
144
146
|
"rollup-plugin-analyzer": "4.0.0",
|
|
145
147
|
"rollup-plugin-cleaner": "1.0.0",
|
|
146
|
-
"rollup-plugin-copy": "
|
|
148
|
+
"rollup-plugin-copy": "3.5.0",
|
|
147
149
|
"rollup-plugin-peer-deps-external": "2.2.4",
|
|
148
150
|
"rollup-plugin-styles": "4.0.0",
|
|
149
151
|
"sass": "^1.54.9",
|
|
@@ -153,7 +155,7 @@
|
|
|
153
155
|
"stream-browserify": "^3.0.0",
|
|
154
156
|
"stream-http": "3.2.0",
|
|
155
157
|
"style-loader": "^3.3.1",
|
|
156
|
-
"tailwindcss": "
|
|
158
|
+
"tailwindcss": "3.4.14",
|
|
157
159
|
"tty-browserify": "0.0.1",
|
|
158
160
|
"url": "^0.11.0",
|
|
159
161
|
"util": "^0.12.5",
|
|
@@ -166,23 +168,24 @@
|
|
|
166
168
|
"zustand": "4.3.2"
|
|
167
169
|
},
|
|
168
170
|
"peerDependencies": {
|
|
169
|
-
"@babel/runtime": "7.
|
|
170
|
-
"@bigbinary/neeto-cist": "1.0.
|
|
171
|
-
"@bigbinary/neeto-commons-frontend": "4.
|
|
172
|
-
"@bigbinary/neeto-filters-frontend": "4.3.
|
|
173
|
-
"@bigbinary/neeto-icons": "1.20.
|
|
174
|
-
"@bigbinary/neeto-molecules": "3.
|
|
175
|
-
"@bigbinary/neetoui": "8.2.
|
|
176
|
-
"@honeybadger-io/js": "
|
|
177
|
-
"@honeybadger-io/react": "
|
|
178
|
-
"@
|
|
179
|
-
"@tanstack/react-query
|
|
180
|
-
"
|
|
181
|
-
"
|
|
171
|
+
"@babel/runtime": "7.26.0",
|
|
172
|
+
"@bigbinary/neeto-cist": "1.0.14",
|
|
173
|
+
"@bigbinary/neeto-commons-frontend": "4.12.6",
|
|
174
|
+
"@bigbinary/neeto-filters-frontend": "4.3.10",
|
|
175
|
+
"@bigbinary/neeto-icons": "1.20.21",
|
|
176
|
+
"@bigbinary/neeto-molecules": "3.13.13",
|
|
177
|
+
"@bigbinary/neetoui": "8.2.48",
|
|
178
|
+
"@honeybadger-io/js": "6.10.1",
|
|
179
|
+
"@honeybadger-io/react": "6.1.25",
|
|
180
|
+
"@tailwindcss/container-queries": "^0.1.1",
|
|
181
|
+
"@tanstack/react-query": "5.59.20",
|
|
182
|
+
"@tanstack/react-query-devtools": "5.59.20",
|
|
183
|
+
"antd": "5.22.0",
|
|
184
|
+
"axios": "1.7.7",
|
|
182
185
|
"buffer": "^6.0.3",
|
|
183
|
-
"classnames": "2.
|
|
184
|
-
"crypto-browserify": "
|
|
185
|
-
"formik": "2.
|
|
186
|
+
"classnames": "2.5.1",
|
|
187
|
+
"crypto-browserify": "3.12.1",
|
|
188
|
+
"formik": "2.4.6",
|
|
186
189
|
"https-browserify": "1.0.0",
|
|
187
190
|
"i18next": "22.5.1",
|
|
188
191
|
"js-logger": "1.6.1",
|
|
@@ -200,7 +203,7 @@
|
|
|
200
203
|
"source-map-loader": "4.0.1",
|
|
201
204
|
"stream-browserify": "^3.0.0",
|
|
202
205
|
"stream-http": "3.2.0",
|
|
203
|
-
"tailwindcss": "
|
|
206
|
+
"tailwindcss": "3.4.14",
|
|
204
207
|
"tty-browserify": "0.0.1",
|
|
205
208
|
"url": "^0.11.0",
|
|
206
209
|
"util": "^0.12.5",
|