@bigbinary/neeto-audit-frontend 2.0.16 → 2.0.18

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.
@@ -15,6 +15,7 @@ const DEV_DEPENDENCIES = {
15
15
  "babel-plugin-istanbul": "^6.1.1",
16
16
  "babel-plugin-js-logger": "1.0.17",
17
17
  "babel-plugin-macros": "3.1.0",
18
+ "babel-plugin-module-resolver": "^5.0.0",
18
19
  "babel-plugin-preval": "^5.1.0",
19
20
  "babel-plugin-transform-imports": "^2.0.0",
20
21
  "babel-plugin-transform-react-remove-prop-types": "0.4.24",
@@ -44,7 +44,7 @@ const DEV_DEPENDENCIES = {
44
44
  "react-resizable": "3.0.4",
45
45
  "react-router-dom": "5.3.3",
46
46
  "react-toastify": "8.0.2",
47
- "rollup": "2.79.1",
47
+ "rollup": "^4.24.0",
48
48
  "rollup-plugin-analyzer": "4.0.0",
49
49
  "rollup-plugin-cleaner": "1.0.0",
50
50
  "rollup-plugin-copy": "3.5.0",
@@ -29,7 +29,7 @@ const DEV_DEPENDENCIES = {
29
29
  "react-i18next": "12.3.1",
30
30
  "react-router-dom": "5.3.3",
31
31
  "react-toastify": "8.0.2",
32
- rollup: "2.79.1",
32
+ rollup: "^4.24.0",
33
33
  "rollup-plugin-analyzer": "4.0.0",
34
34
  "rollup-plugin-cleaner": "1.0.0",
35
35
  "rollup-plugin-peer-deps-external": "2.2.4",
package/dist/index.js CHANGED
@@ -16113,6 +16113,7 @@ const DEV_DEPENDENCIES$4 = {
16113
16113
  "babel-plugin-istanbul": "^6.1.1",
16114
16114
  "babel-plugin-js-logger": "1.0.17",
16115
16115
  "babel-plugin-macros": "3.1.0",
16116
+ "babel-plugin-module-resolver": "^5.0.0",
16116
16117
  "babel-plugin-preval": "^5.1.0",
16117
16118
  "babel-plugin-transform-imports": "^2.0.0",
16118
16119
  "babel-plugin-transform-react-remove-prop-types": "0.4.24",
@@ -16224,7 +16225,7 @@ const DEV_DEPENDENCIES$2 = {
16224
16225
  "react-resizable": "3.0.4",
16225
16226
  "react-router-dom": "5.3.3",
16226
16227
  "react-toastify": "8.0.2",
16227
- "rollup": "2.79.1",
16228
+ "rollup": "^4.24.0",
16228
16229
  "rollup-plugin-analyzer": "4.0.0",
16229
16230
  "rollup-plugin-cleaner": "1.0.0",
16230
16231
  "rollup-plugin-copy": "3.5.0",
@@ -16332,7 +16333,7 @@ const DEV_DEPENDENCIES$1 = {
16332
16333
  "react-i18next": "12.3.1",
16333
16334
  "react-router-dom": "5.3.3",
16334
16335
  "react-toastify": "8.0.2",
16335
- rollup: "2.79.1",
16336
+ rollup: "^4.24.0",
16336
16337
  "rollup-plugin-analyzer": "4.0.0",
16337
16338
  "rollup-plugin-cleaner": "1.0.0",
16338
16339
  "rollup-plugin-peer-deps-external": "2.2.4",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigbinary/neeto-audit-frontend",
3
- "version": "2.0.16",
3
+ "version": "2.0.18",
4
4
  "description": "Audits neeto frontend codebase for issues and suggests a fix.",
5
5
  "type": "module",
6
6
  "bin": "./dist/index.js",