@bigbinary/neeto-webhooks-frontend 2.2.0 → 2.2.1

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/dist/cjs/index.js CHANGED
@@ -10,9 +10,9 @@ require('@bigbinary/neeto-commons-frontend/react-utils');
10
10
  require('@bigbinary/neeto-molecules/Container');
11
11
  require('@bigbinary/neeto-molecules/Header');
12
12
  require('@bigbinary/neeto-molecules/HelpPopover');
13
- require('@bigbinary/neeto-molecules/PageLoader');
14
13
  require('@bigbinary/neeto-molecules/TableWrapper');
15
14
  require('@bigbinary/neetoui/NoData');
15
+ require('@bigbinary/neetoui/Spinner');
16
16
  require('@bigbinary/neetoui/Table');
17
17
  require('react-i18next');
18
18
  require('@tanstack/react-query');
@@ -33,7 +33,6 @@ require('ramda');
33
33
  require('@bigbinary/neetoui/Alert');
34
34
  require('@bigbinary/neeto-icons/Plus');
35
35
  require('@bigbinary/neeto-molecules/MoreDropdown');
36
- require('@bigbinary/neetoui/Spinner');
37
36
  require('@bigbinary/neetoui/formik/Input');
38
37
  require('@bigbinary/neetoui/formik/Form');
39
38
  require('@bigbinary/neetoui/formik/ActionBlock');
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
package/dist/index.js CHANGED
@@ -6,9 +6,9 @@ import '@bigbinary/neeto-commons-frontend/react-utils';
6
6
  import '@bigbinary/neeto-molecules/Container';
7
7
  import '@bigbinary/neeto-molecules/Header';
8
8
  import '@bigbinary/neeto-molecules/HelpPopover';
9
- import '@bigbinary/neeto-molecules/PageLoader';
10
9
  import '@bigbinary/neeto-molecules/TableWrapper';
11
10
  import '@bigbinary/neetoui/NoData';
11
+ import '@bigbinary/neetoui/Spinner';
12
12
  import '@bigbinary/neetoui/Table';
13
13
  import 'react-i18next';
14
14
  import '@tanstack/react-query';
@@ -29,7 +29,6 @@ import 'ramda';
29
29
  import '@bigbinary/neetoui/Alert';
30
30
  import '@bigbinary/neeto-icons/Plus';
31
31
  import '@bigbinary/neeto-molecules/MoreDropdown';
32
- import '@bigbinary/neetoui/Spinner';
33
32
  import '@bigbinary/neetoui/formik/Input';
34
33
  import '@bigbinary/neetoui/formik/Form';
35
34
  import '@bigbinary/neetoui/formik/ActionBlock';
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigbinary/neeto-webhooks-frontend",
3
- "version": "2.2.0",
3
+ "version": "2.2.1",
4
4
  "description": "Manage webhooks across neeto products.",
5
5
  "license": "UNLICENSED",
6
6
  "homepage": "https://github.com/bigbinary/neeto-webhooks-nano",
@@ -60,14 +60,14 @@
60
60
  "@babel/preset-typescript": "7.23.2",
61
61
  "@babel/runtime": "7.23.2",
62
62
  "@bigbinary/babel-preset-neeto": "1.0.6",
63
- "@bigbinary/eslint-plugin-neeto": "1.5.2",
64
- "@bigbinary/neeto-audit-frontend": "2.0.12",
65
- "@bigbinary/neeto-cist": "1.0.11",
66
- "@bigbinary/neeto-commons-frontend": "4.3.6",
67
- "@bigbinary/neeto-filters-frontend": "4.1.1",
68
- "@bigbinary/neeto-icons": "1.20.0",
69
- "@bigbinary/neeto-molecules": "3.3.10",
70
- "@bigbinary/neetoui": "8.2.1",
63
+ "@bigbinary/eslint-plugin-neeto": "1.5.4",
64
+ "@bigbinary/neeto-audit-frontend": "2.0.14",
65
+ "@bigbinary/neeto-cist": "1.0.12",
66
+ "@bigbinary/neeto-commons-frontend": "4.4.6",
67
+ "@bigbinary/neeto-filters-frontend": "4.3.4",
68
+ "@bigbinary/neeto-icons": "1.20.5",
69
+ "@bigbinary/neeto-molecules": "3.5.2",
70
+ "@bigbinary/neetoui": "8.2.14",
71
71
  "@emotion/is-prop-valid": "1.2.0",
72
72
  "@faker-js/faker": "8.2.0",
73
73
  "@honeybadger-io/js": "6.5.3",
@@ -83,7 +83,7 @@
83
83
  "@tanstack/react-query-devtools": "5.40.0",
84
84
  "antd": "5.10.2",
85
85
  "autoprefixer": "10.4.16",
86
- "axios": "1.6.0",
86
+ "axios": "1.7.4",
87
87
  "babel-loader": "9.1.3",
88
88
  "babel-plugin-istanbul": "6.1.1",
89
89
  "babel-plugin-js-logger": "1.0.17",
@@ -165,17 +165,17 @@
165
165
  },
166
166
  "peerDependencies": {
167
167
  "@bigbinary/neeto-cist": "latest",
168
- "@bigbinary/neeto-commons-frontend": "4.3.6",
168
+ "@bigbinary/neeto-commons-frontend": "4.4.6",
169
169
  "@bigbinary/neeto-editor": "^1.26.3",
170
- "@bigbinary/neeto-filters-frontend": "4.1.1",
171
- "@bigbinary/neeto-icons": "1.20.0",
172
- "@bigbinary/neeto-molecules": "3.3.10",
173
- "@bigbinary/neetoui": "8.2.1",
170
+ "@bigbinary/neeto-filters-frontend": "4.3.4",
171
+ "@bigbinary/neeto-icons": "1.20.5",
172
+ "@bigbinary/neeto-molecules": "3.5.2",
173
+ "@bigbinary/neetoui": "8.2.14",
174
174
  "@honeybadger-io/js": "^6.5.3",
175
175
  "@honeybadger-io/react": "^6.1.9",
176
176
  "@tanstack/react-query": "5.40.0",
177
177
  "@tanstack/react-query-devtools": "5.40.0",
178
- "axios": "^1.6.0",
178
+ "axios": "1.7.4",
179
179
  "classnames": "^2.3.2",
180
180
  "formik": "^2.4.5",
181
181
  "i18next": "^23.6.0",