@bigbinary/neeto-rules-frontend 2.5.2 → 2.5.4

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
@@ -23,7 +23,7 @@ require('react-i18next');
23
23
  require('@babel/runtime/helpers/defineProperty');
24
24
  require('@babel/runtime/helpers/toConsumableArray');
25
25
  require('i18next');
26
- require('dompurify');
26
+ require('@bigbinary/neeto-editor/Editor');
27
27
  require('@bigbinary/neetoui/Input');
28
28
  require('@bigbinary/neetoui/Label');
29
29
  require('react/jsx-runtime');
package/dist/index.js CHANGED
@@ -21,7 +21,7 @@ import 'react-i18next';
21
21
  import '@babel/runtime/helpers/defineProperty';
22
22
  import '@babel/runtime/helpers/toConsumableArray';
23
23
  import 'i18next';
24
- import 'dompurify';
24
+ import '@bigbinary/neeto-editor/Editor';
25
25
  import '@bigbinary/neetoui/Input';
26
26
  import '@bigbinary/neetoui/Label';
27
27
  import 'react/jsx-runtime';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigbinary/neeto-rules-frontend",
3
- "version": "2.5.2",
3
+ "version": "2.5.4",
4
4
  "description": "A repo acts as the source of truth for the new nano's structure, configs, data etc.",
5
5
  "license": "UNLICENSED",
6
6
  "homepage": "https://github.com/bigbinary/neeto-rules-nano",
@@ -60,15 +60,15 @@
60
60
  "@babel/preset-typescript": "^7.18.6",
61
61
  "@babel/runtime": "7.19.0",
62
62
  "@bigbinary/babel-preset-neeto": "^1.0.3",
63
- "@bigbinary/eslint-plugin-neeto": "1.5.4",
64
- "@bigbinary/neeto-cist": "1.0.12",
65
- "@bigbinary/neeto-commons-frontend": "4.8.6",
66
- "@bigbinary/neeto-editor": "1.43.9",
67
- "@bigbinary/neeto-filters-frontend": "4.3.5",
63
+ "@bigbinary/eslint-plugin-neeto": "1.5.5",
64
+ "@bigbinary/neeto-cist": "1.0.13",
65
+ "@bigbinary/neeto-commons-frontend": "4.10.2",
66
+ "@bigbinary/neeto-editor": "1.43.19",
67
+ "@bigbinary/neeto-filters-frontend": "4.3.7",
68
68
  "@bigbinary/neeto-hotkeys": "1.0.7",
69
- "@bigbinary/neeto-icons": "1.20.8",
70
- "@bigbinary/neeto-molecules": "3.7.24",
71
- "@bigbinary/neetoui": "8.2.25",
69
+ "@bigbinary/neeto-icons": "1.20.13",
70
+ "@bigbinary/neeto-molecules": "3.9.7",
71
+ "@bigbinary/neetoui": "8.2.35",
72
72
  "@emotion/is-prop-valid": "1.2.0",
73
73
  "@faker-js/faker": "8.2.0",
74
74
  "@hello-pangea/dnd": "16.3.0",
@@ -90,6 +90,7 @@
90
90
  "babel-plugin-istanbul": "^6.1.1",
91
91
  "babel-plugin-js-logger": "1.0.17",
92
92
  "babel-plugin-macros": "3.1.0",
93
+ "babel-plugin-module-resolver": "^5.0.0",
93
94
  "babel-plugin-preval": "^5.1.0",
94
95
  "babel-plugin-transform-react-remove-prop-types": "0.4.24",
95
96
  "babel-preset-react": "6.24.1",
@@ -148,7 +149,7 @@
148
149
  "rollup": "^4.24.0",
149
150
  "rollup-plugin-analyzer": "4.0.0",
150
151
  "rollup-plugin-cleaner": "1.0.0",
151
- "rollup-plugin-copy": "^3.5.0",
152
+ "rollup-plugin-copy": "3.5.0",
152
153
  "rollup-plugin-peer-deps-external": "2.2.4",
153
154
  "rollup-plugin-styles": "4.0.0",
154
155
  "sass": "^1.54.9",
@@ -172,14 +173,14 @@
172
173
  },
173
174
  "peerDependencies": {
174
175
  "@babel/runtime": "7.19.0",
175
- "@bigbinary/neeto-cist": "1.0.12",
176
- "@bigbinary/neeto-commons-frontend": "4.8.6",
177
- "@bigbinary/neeto-editor": "1.43.9",
178
- "@bigbinary/neeto-filters-frontend": "4.3.5",
176
+ "@bigbinary/neeto-cist": "1.0.13",
177
+ "@bigbinary/neeto-commons-frontend": "4.10.2",
178
+ "@bigbinary/neeto-editor": "1.43.19",
179
+ "@bigbinary/neeto-filters-frontend": "4.3.7",
179
180
  "@bigbinary/neeto-hotkeys": "1.0.7",
180
- "@bigbinary/neeto-icons": "1.20.8",
181
- "@bigbinary/neeto-molecules": "3.7.24",
182
- "@bigbinary/neetoui": "8.2.25",
181
+ "@bigbinary/neeto-icons": "1.20.13",
182
+ "@bigbinary/neeto-molecules": "3.9.7",
183
+ "@bigbinary/neetoui": "8.2.35",
183
184
  "@hello-pangea/dnd": "16.3.0",
184
185
  "@honeybadger-io/js": "^6.4.1",
185
186
  "@honeybadger-io/react": "^6.1.3",