@bigbinary/neeto-audit-frontend 2.0.17 → 2.0.19

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.
@@ -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
@@ -16225,7 +16225,7 @@ const DEV_DEPENDENCIES$2 = {
16225
16225
  "react-resizable": "3.0.4",
16226
16226
  "react-router-dom": "5.3.3",
16227
16227
  "react-toastify": "8.0.2",
16228
- "rollup": "2.79.1",
16228
+ "rollup": "^4.24.0",
16229
16229
  "rollup-plugin-analyzer": "4.0.0",
16230
16230
  "rollup-plugin-cleaner": "1.0.0",
16231
16231
  "rollup-plugin-copy": "3.5.0",
@@ -16333,7 +16333,7 @@ const DEV_DEPENDENCIES$1 = {
16333
16333
  "react-i18next": "12.3.1",
16334
16334
  "react-router-dom": "5.3.3",
16335
16335
  "react-toastify": "8.0.2",
16336
- rollup: "2.79.1",
16336
+ rollup: "^4.24.0",
16337
16337
  "rollup-plugin-analyzer": "4.0.0",
16338
16338
  "rollup-plugin-cleaner": "1.0.0",
16339
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.17",
3
+ "version": "2.0.19",
4
4
  "description": "Audits neeto frontend codebase for issues and suggests a fix.",
5
5
  "type": "module",
6
6
  "bin": "./dist/index.js",