@bigbinary/neeto-webhooks-frontend 1.6.7 → 1.6.9
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 +117 -12
- package/app/javascript/src/translations/en.json +3 -1
- package/dist/index.cjs.js +428 -291
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +444 -307
- package/dist/index.js.map +1 -1
- package/package.json +79 -69
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-webhooks-frontend",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.9",
|
|
4
4
|
"description": "Manage webhooks across neeto products.",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"homepage": "https://github.com/bigbinary/neeto-webhooks-nano",
|
|
@@ -19,11 +19,14 @@
|
|
|
19
19
|
"types": "types.d.ts",
|
|
20
20
|
"scripts": {
|
|
21
21
|
"build": "NODE_ENV=production rollup -c --environment production",
|
|
22
|
+
"build-preview": "NODE_ENV=production webpack",
|
|
22
23
|
"prepare": "husky install",
|
|
23
|
-
"release": "yarn build && yalc push --sig"
|
|
24
|
-
"build-preview": "NODE_ENV=production webpack"
|
|
24
|
+
"release": "yarn build && yalc push --sig"
|
|
25
25
|
},
|
|
26
26
|
"lint-staged": {
|
|
27
|
+
"./**/*.rb": [
|
|
28
|
+
"bundle exec rubocop -a --force-exclusion"
|
|
29
|
+
],
|
|
27
30
|
"./**/app/javascript/**/*.{js,jsx,json}": [
|
|
28
31
|
"prettier --write",
|
|
29
32
|
"eslint --fix"
|
|
@@ -32,43 +35,42 @@
|
|
|
32
35
|
"prettier --write",
|
|
33
36
|
"eslint --fix"
|
|
34
37
|
],
|
|
35
|
-
"./**/*.rb": [
|
|
36
|
-
"bundle exec rubocop -a --force-exclusion"
|
|
37
|
-
],
|
|
38
38
|
"{Gemfile,Rakefile,config.ru}": [
|
|
39
39
|
"bundle exec rubocop -a --force-exclusion"
|
|
40
40
|
]
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"@babel/core": "7.
|
|
44
|
-
"@babel/eslint-parser": "7.22.
|
|
45
|
-
"@babel/plugin-transform-runtime": "7.
|
|
46
|
-
"@babel/preset-env": "7.
|
|
47
|
-
"@babel/preset-react": "7.22.
|
|
48
|
-
"@babel/preset-typescript": "7.
|
|
49
|
-
"@babel/runtime": "7.
|
|
50
|
-
"@bigbinary/babel-preset-neeto": "1.0.
|
|
51
|
-
"@bigbinary/eslint-plugin-neeto": "1.1.
|
|
52
|
-
"@bigbinary/neeto-audit-frontend": "
|
|
53
|
-
"@bigbinary/neeto-cist": "
|
|
54
|
-
"@bigbinary/neeto-commons-frontend": "3.
|
|
55
|
-
"@bigbinary/neeto-
|
|
56
|
-
"@bigbinary/neeto-
|
|
57
|
-
"@bigbinary/
|
|
43
|
+
"@babel/core": "7.23.2",
|
|
44
|
+
"@babel/eslint-parser": "7.22.15",
|
|
45
|
+
"@babel/plugin-transform-runtime": "7.23.2",
|
|
46
|
+
"@babel/preset-env": "7.23.2",
|
|
47
|
+
"@babel/preset-react": "7.22.15",
|
|
48
|
+
"@babel/preset-typescript": "7.23.2",
|
|
49
|
+
"@babel/runtime": "7.23.2",
|
|
50
|
+
"@bigbinary/babel-preset-neeto": "1.0.6",
|
|
51
|
+
"@bigbinary/eslint-plugin-neeto": "1.1.41",
|
|
52
|
+
"@bigbinary/neeto-audit-frontend": "2.0.7",
|
|
53
|
+
"@bigbinary/neeto-cist": "1.0.8",
|
|
54
|
+
"@bigbinary/neeto-commons-frontend": "3.1.10",
|
|
55
|
+
"@bigbinary/neeto-filters-frontend": "3.0.15",
|
|
56
|
+
"@bigbinary/neeto-icons": "1.17.11",
|
|
57
|
+
"@bigbinary/neeto-molecules": "1.3.15",
|
|
58
|
+
"@bigbinary/neetoui": "6.1.2",
|
|
58
59
|
"@emotion/is-prop-valid": "1.2.0",
|
|
59
|
-
"@faker-js/faker": "8.0
|
|
60
|
-
"@honeybadger-io/
|
|
61
|
-
"@
|
|
62
|
-
"@rollup/plugin-
|
|
63
|
-
"@rollup/plugin-
|
|
64
|
-
"@rollup/plugin-
|
|
65
|
-
"@rollup/plugin-
|
|
66
|
-
"@rollup/plugin-
|
|
67
|
-
"@
|
|
68
|
-
"
|
|
69
|
-
"
|
|
60
|
+
"@faker-js/faker": "8.2.0",
|
|
61
|
+
"@honeybadger-io/js": "6.5.3",
|
|
62
|
+
"@honeybadger-io/react": "6.1.9",
|
|
63
|
+
"@rollup/plugin-alias": "5.0.1",
|
|
64
|
+
"@rollup/plugin-babel": "6.0.4",
|
|
65
|
+
"@rollup/plugin-commonjs": "25.0.7",
|
|
66
|
+
"@rollup/plugin-json": "6.0.1",
|
|
67
|
+
"@rollup/plugin-node-resolve": "15.2.3",
|
|
68
|
+
"@rollup/plugin-replace": "5.0.4",
|
|
69
|
+
"@svgr/rollup": "8.1.0",
|
|
70
|
+
"antd": "5.10.2",
|
|
71
|
+
"autoprefixer": "10.4.16",
|
|
70
72
|
"axios": "1.6.0",
|
|
71
|
-
"babel-loader": "9.1.
|
|
73
|
+
"babel-loader": "9.1.3",
|
|
72
74
|
"babel-plugin-istanbul": "6.1.1",
|
|
73
75
|
"babel-plugin-js-logger": "1.0.17",
|
|
74
76
|
"babel-plugin-macros": "3.1.0",
|
|
@@ -82,24 +84,28 @@
|
|
|
82
84
|
"crypto-browserify": "3.12.0",
|
|
83
85
|
"css-loader": "6.8.1",
|
|
84
86
|
"dotenv-webpack": "^8.0.1",
|
|
85
|
-
"eslint": "8.
|
|
86
|
-
"eslint-config-prettier": "8.
|
|
87
|
-
"eslint-plugin-cypress": "2.
|
|
88
|
-
"eslint-plugin-import": "2.
|
|
87
|
+
"eslint": "8.52.0",
|
|
88
|
+
"eslint-config-prettier": "8.5.0",
|
|
89
|
+
"eslint-plugin-cypress": "2.15.1",
|
|
90
|
+
"eslint-plugin-import": "2.29.0",
|
|
89
91
|
"eslint-plugin-jam3": "0.2.3",
|
|
90
92
|
"eslint-plugin-json": "3.1.0",
|
|
91
|
-
"eslint-plugin-
|
|
93
|
+
"eslint-plugin-no-unsanitized": "4.0.2",
|
|
94
|
+
"eslint-plugin-prettier": "4.0.0",
|
|
92
95
|
"eslint-plugin-promise": "6.1.1",
|
|
93
|
-
"eslint-plugin-react": "7.
|
|
96
|
+
"eslint-plugin-react": "7.33.2",
|
|
94
97
|
"eslint-plugin-react-hooks": "4.6.0",
|
|
95
|
-
"eslint-plugin-
|
|
96
|
-
"
|
|
98
|
+
"eslint-plugin-security": "1.7.1",
|
|
99
|
+
"eslint-plugin-sonarjs": "^0.21.0",
|
|
100
|
+
"eslint-plugin-unused-imports": "3.0.0",
|
|
101
|
+
"eslint-plugin-xss": "0.1.12",
|
|
102
|
+
"formik": "2.4.5",
|
|
97
103
|
"html-webpack-plugin": "5.5.3",
|
|
98
104
|
"https-browserify": "1.0.0",
|
|
99
105
|
"husky": "8.0.3",
|
|
100
|
-
"i18next": "23.
|
|
106
|
+
"i18next": "23.6.0",
|
|
101
107
|
"js-logger": "1.6.1",
|
|
102
|
-
"lint-staged": "
|
|
108
|
+
"lint-staged": "15.0.2",
|
|
103
109
|
"mini-css-extract-plugin": "2.7.6",
|
|
104
110
|
"mixpanel-browser": "2.47.0",
|
|
105
111
|
"os-browserify": "0.3.0",
|
|
@@ -107,25 +113,27 @@
|
|
|
107
113
|
"postcss": "8.4.31",
|
|
108
114
|
"postcss-import": "15.1.0",
|
|
109
115
|
"postcss-loader": "7.3.3",
|
|
110
|
-
"postcss-preset-env": "9.
|
|
111
|
-
"prettier": "2.
|
|
112
|
-
"prettier-plugin-tailwindcss": "0.
|
|
116
|
+
"postcss-preset-env": "9.2.0",
|
|
117
|
+
"prettier": "2.6.2",
|
|
118
|
+
"prettier-plugin-tailwindcss": "0.1.10",
|
|
113
119
|
"process": "0.11.10",
|
|
114
|
-
"
|
|
115
|
-
"
|
|
116
|
-
"react
|
|
120
|
+
"qs": "6.11.2",
|
|
121
|
+
"ramda": "0.29.1",
|
|
122
|
+
"react": "18.2.0",
|
|
123
|
+
"react-dom": "18.2.0",
|
|
117
124
|
"react-helmet": "6.1.0",
|
|
118
|
-
"react-i18next": "13.
|
|
125
|
+
"react-i18next": "13.3.1",
|
|
119
126
|
"react-query": "3.39.3",
|
|
120
|
-
"react-router-dom": "5.
|
|
121
|
-
"react-toastify": "8.0
|
|
127
|
+
"react-router-dom": "5.3.4",
|
|
128
|
+
"react-toastify": "8.2.0",
|
|
122
129
|
"react_ujs": "^3.1.1",
|
|
123
130
|
"rollup": "2.79.1",
|
|
124
131
|
"rollup-plugin-analyzer": "4.0.0",
|
|
125
132
|
"rollup-plugin-cleaner": "1.0.0",
|
|
133
|
+
"rollup-plugin-copy": "^3.5.0",
|
|
126
134
|
"rollup-plugin-peer-deps-external": "2.2.4",
|
|
127
135
|
"rollup-plugin-styles": "4.0.0",
|
|
128
|
-
"sass": "1.
|
|
136
|
+
"sass": "1.69.5",
|
|
129
137
|
"sass-loader": "13.3.2",
|
|
130
138
|
"shakapacker": "6.6.0",
|
|
131
139
|
"stream-browserify": "3.0.0",
|
|
@@ -140,30 +148,32 @@
|
|
|
140
148
|
"webpack-assets-manifest": "5.1.0",
|
|
141
149
|
"webpack-cli": "5.1.4",
|
|
142
150
|
"webpack-dev-server": "4.15.1",
|
|
143
|
-
"yup": "
|
|
151
|
+
"yup": "1.3.2"
|
|
144
152
|
},
|
|
145
153
|
"peerDependencies": {
|
|
146
154
|
"@bigbinary/neeto-cist": "latest",
|
|
147
|
-
"@bigbinary/neeto-commons-frontend": "
|
|
155
|
+
"@bigbinary/neeto-commons-frontend": "3.1.10",
|
|
148
156
|
"@bigbinary/neeto-editor": "^1.26.3",
|
|
149
|
-
"@bigbinary/neeto-
|
|
150
|
-
"@bigbinary/neeto-
|
|
151
|
-
"@bigbinary/
|
|
152
|
-
"@
|
|
153
|
-
"
|
|
157
|
+
"@bigbinary/neeto-filters-frontend": "3.0.15",
|
|
158
|
+
"@bigbinary/neeto-icons": "1.17.11",
|
|
159
|
+
"@bigbinary/neeto-molecules": "1.3.15",
|
|
160
|
+
"@bigbinary/neetoui": "6.1.2",
|
|
161
|
+
"@honeybadger-io/js": "^6.5.3",
|
|
162
|
+
"@honeybadger-io/react": "^6.1.9",
|
|
163
|
+
"axios": "^1.6.0",
|
|
154
164
|
"classnames": "^2.3.2",
|
|
155
|
-
"formik": "^2.
|
|
156
|
-
"i18next": "23.
|
|
165
|
+
"formik": "^2.4.5",
|
|
166
|
+
"i18next": "^23.6.0",
|
|
157
167
|
"js-logger": "^1.6.1",
|
|
158
168
|
"mixpanel-browser": "^2.45.0",
|
|
159
|
-
"ramda": "^0.29.
|
|
160
|
-
"react": "
|
|
161
|
-
"react-dom": "
|
|
169
|
+
"ramda": "^0.29.1",
|
|
170
|
+
"react": "^18.2.0",
|
|
171
|
+
"react-dom": "^18.2.0",
|
|
162
172
|
"react-helmet": "^6.1.0",
|
|
163
|
-
"react-i18next": "13.
|
|
164
|
-
"react-query": "3.39.
|
|
165
|
-
"react-router-dom": "5.3.
|
|
166
|
-
"react-toastify": "8.2.0",
|
|
173
|
+
"react-i18next": "^13.3.1",
|
|
174
|
+
"react-query": "^3.39.3",
|
|
175
|
+
"react-router-dom": "^5.3.4",
|
|
176
|
+
"react-toastify": "^8.2.0",
|
|
167
177
|
"yup": "^0.32.11",
|
|
168
178
|
"zustand": "4.3.2"
|
|
169
179
|
},
|