From 4d99d5ff38599d7844ad4ac70eec56c8ee214716 Mon Sep 17 00:00:00 2001 From: Dan Skinner Date: Thu, 2 Nov 2023 14:06:47 +0000 Subject: [PATCH 01/15] bump peer dependencies for v8 --- packages/browser/package.json | 1 - packages/delivery-electron/package.json | 4 +- packages/delivery-fetch/package.json | 2 +- packages/delivery-node/package.json | 2 +- packages/delivery-react-native/package.json | 2 +- .../delivery-x-domain-request/package.json | 2 +- .../delivery-xml-http-request/package.json | 2 +- packages/electron-network-status/package.json | 2 +- packages/in-flight/package.json | 2 +- packages/plugin-angular/package.json | 2 +- packages/plugin-app-duration/package.json | 2 +- packages/plugin-aws-lambda/package.json | 2 +- packages/plugin-browser-context/package.json | 2 +- packages/plugin-browser-device/package.json | 2 +- packages/plugin-browser-request/package.json | 2 +- packages/plugin-browser-session/package.json | 2 +- packages/plugin-client-ip/package.json | 2 +- .../plugin-console-breadcrumbs/package.json | 2 +- packages/plugin-contextualize/package.json | 2 +- .../package.json | 2 +- packages/plugin-electron-app/package.json | 2 +- .../package.json | 2 +- .../package.json | 2 +- .../package.json | 4 +- packages/plugin-electron-device/package.json | 2 +- packages/plugin-electron-ipc/package.json | 2 +- .../package.json | 2 +- .../package.json | 2 +- .../package.json | 2 +- .../package.json | 2 +- .../plugin-electron-process-info/package.json | 2 +- .../package.json | 2 +- .../package.json | 4 +- .../package.json | 2 +- packages/plugin-electron-session/package.json | 2 +- packages/plugin-express/package.json | 2 +- .../plugin-inline-script-content/package.json | 2 +- .../package.json | 2 +- packages/plugin-intercept/package.json | 2 +- .../package.json | 2 +- packages/plugin-koa/package.json | 2 +- .../package.json | 2 +- .../plugin-network-breadcrumbs/package.json | 2 +- packages/plugin-node-device/package.json | 2 +- packages/plugin-node-in-project/package.json | 2 +- .../plugin-node-surrounding-code/package.json | 2 +- .../package.json | 2 +- .../package.json | 2 +- .../package.json | 2 +- .../package.json | 2 +- .../package.json | 2 +- .../plugin-react-native-hermes/package.json | 2 +- .../package.json | 2 +- .../package.json | 2 +- .../plugin-react-native-session/package.json | 2 +- .../package.json | 2 +- packages/plugin-react-navigation/package.json | 2 +- packages/plugin-react/package.json | 2 +- packages/plugin-restify/package.json | 2 +- packages/plugin-server-session/package.json | 2 +- packages/plugin-simple-throttle/package.json | 2 +- .../package.json | 2 +- .../plugin-strip-project-root/package.json | 2 +- .../plugin-strip-query-string/package.json | 2 +- packages/plugin-vue/package.json | 2 +- packages/plugin-window-onerror/package.json | 2 +- .../package.json | 2 +- packages/react-native-cli/package-lock.json | 1972 ++++++++--------- 68 files changed, 1055 insertions(+), 1056 deletions(-) diff --git a/packages/browser/package.json b/packages/browser/package.json index 322844eb3a..3aec0c67c9 100644 --- a/packages/browser/package.json +++ b/packages/browser/package.json @@ -30,7 +30,6 @@ "author": "Bugsnag", "license": "MIT", "devDependencies": { - "@bugsnag/core": "^7.0.1", "@bugsnag/delivery-x-domain-request": "^8.0.0-alpha.0", "@bugsnag/delivery-xml-http-request": "^8.0.0-alpha.0", "@bugsnag/plugin-app-duration": "^8.0.0-alpha.0", diff --git a/packages/delivery-electron/package.json b/packages/delivery-electron/package.json index 1bed05a5b6..4b951367cc 100644 --- a/packages/delivery-electron/package.json +++ b/packages/delivery-electron/package.json @@ -22,7 +22,7 @@ "@bugsnag/plugin-electron-client-state-manager": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7.9.2", - "@bugsnag/electron-network-status": "^7.10.0" + "@bugsnag/core": "^8.0.0", + "@bugsnag/electron-network-status": "^8.0.0" } } diff --git a/packages/delivery-fetch/package.json b/packages/delivery-fetch/package.json index 2ff9882a37..5b726f8450 100644 --- a/packages/delivery-fetch/package.json +++ b/packages/delivery-fetch/package.json @@ -17,6 +17,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7.0.0" + "@bugsnag/core": "^8.0.0" } } diff --git a/packages/delivery-node/package.json b/packages/delivery-node/package.json index 940bb4e525..62104748b4 100644 --- a/packages/delivery-node/package.json +++ b/packages/delivery-node/package.json @@ -20,6 +20,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7.0.0" + "@bugsnag/core": "^8.0.0" } } diff --git a/packages/delivery-react-native/package.json b/packages/delivery-react-native/package.json index 98978556e1..55cadba376 100644 --- a/packages/delivery-react-native/package.json +++ b/packages/delivery-react-native/package.json @@ -20,6 +20,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7.0.0" + "@bugsnag/core": "^8.0.0" } } diff --git a/packages/delivery-x-domain-request/package.json b/packages/delivery-x-domain-request/package.json index d1042279c8..a733c7ffa3 100644 --- a/packages/delivery-x-domain-request/package.json +++ b/packages/delivery-x-domain-request/package.json @@ -20,6 +20,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7.0.0" + "@bugsnag/core": "^8.0.0" } } diff --git a/packages/delivery-xml-http-request/package.json b/packages/delivery-xml-http-request/package.json index f30f42ae14..3ef0daa462 100644 --- a/packages/delivery-xml-http-request/package.json +++ b/packages/delivery-xml-http-request/package.json @@ -20,6 +20,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7.0.0" + "@bugsnag/core": "^8.0.0" } } diff --git a/packages/electron-network-status/package.json b/packages/electron-network-status/package.json index 91ec3c3189..f06679f715 100644 --- a/packages/electron-network-status/package.json +++ b/packages/electron-network-status/package.json @@ -11,7 +11,7 @@ "@bugsnag/plugin-electron-client-state-manager": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7.10.0" + "@bugsnag/core": "^8.0.0" }, "repository": { "type": "git", diff --git a/packages/in-flight/package.json b/packages/in-flight/package.json index f2e45bba99..82afababe0 100644 --- a/packages/in-flight/package.json +++ b/packages/in-flight/package.json @@ -25,6 +25,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7.0.0" + "@bugsnag/core": "^8.0.0" } } diff --git a/packages/plugin-angular/package.json b/packages/plugin-angular/package.json index f22be461a5..7725461bf5 100644 --- a/packages/plugin-angular/package.json +++ b/packages/plugin-angular/package.json @@ -40,6 +40,6 @@ "zone.js": "^0.8.26" }, "peerDependencies": { - "@bugsnag/js": "^7.0.0" + "@bugsnag/js": "^8.0.0" } } diff --git a/packages/plugin-app-duration/package.json b/packages/plugin-app-duration/package.json index 724b26d09a..974688c011 100644 --- a/packages/plugin-app-duration/package.json +++ b/packages/plugin-app-duration/package.json @@ -20,6 +20,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7.0.0" + "@bugsnag/core": "^8.0.0" } } diff --git a/packages/plugin-aws-lambda/package.json b/packages/plugin-aws-lambda/package.json index 5aa348b670..031ebbb8c6 100644 --- a/packages/plugin-aws-lambda/package.json +++ b/packages/plugin-aws-lambda/package.json @@ -33,6 +33,6 @@ "express": "^4.18.2" }, "peerDependencies": { - "@bugsnag/core": "^7.0.0" + "@bugsnag/core": "^8.0.0" } } diff --git a/packages/plugin-browser-context/package.json b/packages/plugin-browser-context/package.json index 015f8bb30f..4fbfb2d9e6 100644 --- a/packages/plugin-browser-context/package.json +++ b/packages/plugin-browser-context/package.json @@ -20,6 +20,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7.0.0" + "@bugsnag/core": "^8.0.0" } } diff --git a/packages/plugin-browser-device/package.json b/packages/plugin-browser-device/package.json index 5874c563a1..e011111536 100644 --- a/packages/plugin-browser-device/package.json +++ b/packages/plugin-browser-device/package.json @@ -23,6 +23,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7.0.0" + "@bugsnag/core": "^8.0.0" } } diff --git a/packages/plugin-browser-request/package.json b/packages/plugin-browser-request/package.json index e688d2a140..baa042ea8c 100644 --- a/packages/plugin-browser-request/package.json +++ b/packages/plugin-browser-request/package.json @@ -21,6 +21,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7.0.0" + "@bugsnag/core": "^8.0.0" } } diff --git a/packages/plugin-browser-session/package.json b/packages/plugin-browser-session/package.json index 5abbfefa6d..031eabe72b 100644 --- a/packages/plugin-browser-session/package.json +++ b/packages/plugin-browser-session/package.json @@ -20,6 +20,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7.0.0" + "@bugsnag/core": "^8.0.0" } } diff --git a/packages/plugin-client-ip/package.json b/packages/plugin-client-ip/package.json index ab5dee63cc..3eb2d7e37e 100644 --- a/packages/plugin-client-ip/package.json +++ b/packages/plugin-client-ip/package.json @@ -20,6 +20,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7.0.0" + "@bugsnag/core": "^8.0.0" } } diff --git a/packages/plugin-console-breadcrumbs/package.json b/packages/plugin-console-breadcrumbs/package.json index d4c68bcefd..237da76b3e 100644 --- a/packages/plugin-console-breadcrumbs/package.json +++ b/packages/plugin-console-breadcrumbs/package.json @@ -20,6 +20,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7.0.0" + "@bugsnag/core": "^8.0.0" } } diff --git a/packages/plugin-contextualize/package.json b/packages/plugin-contextualize/package.json index 28d97d0085..8a87b4f354 100644 --- a/packages/plugin-contextualize/package.json +++ b/packages/plugin-contextualize/package.json @@ -20,6 +20,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7.0.0" + "@bugsnag/core": "^8.0.0" } } diff --git a/packages/plugin-electron-app-breadcrumbs/package.json b/packages/plugin-electron-app-breadcrumbs/package.json index 28281d1e97..8ba60e28c5 100644 --- a/packages/plugin-electron-app-breadcrumbs/package.json +++ b/packages/plugin-electron-app-breadcrumbs/package.json @@ -21,7 +21,7 @@ "@bugsnag/electron-test-helpers": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7.9.2" + "@bugsnag/core": "^8.0.0" }, "author": "Bugsnag", "license": "MIT" diff --git a/packages/plugin-electron-app/package.json b/packages/plugin-electron-app/package.json index 801f75c60b..1e0f890021 100644 --- a/packages/plugin-electron-app/package.json +++ b/packages/plugin-electron-app/package.json @@ -32,7 +32,7 @@ "bindings": "^1.5.0" }, "peerDependencies": { - "@bugsnag/core": "^7.9.2" + "@bugsnag/core": "^8.0.0" }, "author": "Bugsnag", "license": "MIT" diff --git a/packages/plugin-electron-client-state-manager/package.json b/packages/plugin-electron-client-state-manager/package.json index 1694103efe..20c6cdead1 100644 --- a/packages/plugin-electron-client-state-manager/package.json +++ b/packages/plugin-electron-client-state-manager/package.json @@ -22,6 +22,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7.9.2" + "@bugsnag/core": "^8.0.0" } } diff --git a/packages/plugin-electron-client-state-persistence/package.json b/packages/plugin-electron-client-state-persistence/package.json index fc90b3b1b0..24443cbd5a 100644 --- a/packages/plugin-electron-client-state-persistence/package.json +++ b/packages/plugin-electron-client-state-persistence/package.json @@ -44,6 +44,6 @@ "@types/bindings": "^1.5.0" }, "peerDependencies": { - "@bugsnag/core": "^7.9.2" + "@bugsnag/core": "^8.0.0" } } diff --git a/packages/plugin-electron-deliver-minidumps/package.json b/packages/plugin-electron-deliver-minidumps/package.json index 2f3224b71f..07308174b5 100644 --- a/packages/plugin-electron-deliver-minidumps/package.json +++ b/packages/plugin-electron-deliver-minidumps/package.json @@ -26,8 +26,8 @@ "@bugsnag/electron-network-status": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7.9.2", - "@bugsnag/electron-network-status": "^7.10.0" + "@bugsnag/core": "^8.0.0", + "@bugsnag/electron-network-status": "^8.0.0" }, "author": "Bugsnag", "license": "MIT" diff --git a/packages/plugin-electron-device/package.json b/packages/plugin-electron-device/package.json index 6b510390c5..795685c216 100644 --- a/packages/plugin-electron-device/package.json +++ b/packages/plugin-electron-device/package.json @@ -18,7 +18,7 @@ "@bugsnag/electron-test-helpers": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7.9.2" + "@bugsnag/core": "^8.0.0" }, "author": "Bugsnag", "license": "MIT" diff --git a/packages/plugin-electron-ipc/package.json b/packages/plugin-electron-ipc/package.json index a143b29e6b..9d7f32dc1c 100644 --- a/packages/plugin-electron-ipc/package.json +++ b/packages/plugin-electron-ipc/package.json @@ -19,7 +19,7 @@ "dist/preload.bundle.js" ], "peerDependencies": { - "@bugsnag/core": "^7.9.2" + "@bugsnag/core": "^8.0.0" }, "devDependencies": { "@bugsnag/core": "^8.0.0-alpha.0", diff --git a/packages/plugin-electron-net-breadcrumbs/package.json b/packages/plugin-electron-net-breadcrumbs/package.json index 6b5fc10b5e..97584300f8 100644 --- a/packages/plugin-electron-net-breadcrumbs/package.json +++ b/packages/plugin-electron-net-breadcrumbs/package.json @@ -18,7 +18,7 @@ "@bugsnag/electron-test-helpers": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7.9.2" + "@bugsnag/core": "^8.0.0" }, "author": "Bugsnag", "license": "MIT" diff --git a/packages/plugin-electron-network-status/package.json b/packages/plugin-electron-network-status/package.json index fad6295399..c8a4f35ad1 100644 --- a/packages/plugin-electron-network-status/package.json +++ b/packages/plugin-electron-network-status/package.json @@ -17,7 +17,7 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7.9.2" + "@bugsnag/core": "^8.0.0" }, "author": "Bugsnag", "license": "MIT" diff --git a/packages/plugin-electron-power-monitor-breadcrumbs/package.json b/packages/plugin-electron-power-monitor-breadcrumbs/package.json index 1124b52363..c89a247126 100644 --- a/packages/plugin-electron-power-monitor-breadcrumbs/package.json +++ b/packages/plugin-electron-power-monitor-breadcrumbs/package.json @@ -18,7 +18,7 @@ "@bugsnag/electron-test-helpers": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7.9.2" + "@bugsnag/core": "^8.0.0" }, "author": "Bugsnag", "license": "MIT" diff --git a/packages/plugin-electron-preload-error/package.json b/packages/plugin-electron-preload-error/package.json index a62725677f..ee5b2939af 100644 --- a/packages/plugin-electron-preload-error/package.json +++ b/packages/plugin-electron-preload-error/package.json @@ -19,7 +19,7 @@ "@bugsnag/electron-test-helpers": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7.9.2" + "@bugsnag/core": "^8.0.0" }, "author": "Bugsnag", "license": "MIT" diff --git a/packages/plugin-electron-process-info/package.json b/packages/plugin-electron-process-info/package.json index 4cb586a29d..ec25ebc835 100644 --- a/packages/plugin-electron-process-info/package.json +++ b/packages/plugin-electron-process-info/package.json @@ -17,7 +17,7 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7.9.2" + "@bugsnag/core": "^8.0.0" }, "author": "Bugsnag", "license": "MIT" diff --git a/packages/plugin-electron-renderer-client-state-updates/package.json b/packages/plugin-electron-renderer-client-state-updates/package.json index 263feef707..ced53991fd 100644 --- a/packages/plugin-electron-renderer-client-state-updates/package.json +++ b/packages/plugin-electron-renderer-client-state-updates/package.json @@ -22,6 +22,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7.9.2" + "@bugsnag/core": "^8.0.0" } } diff --git a/packages/plugin-electron-renderer-event-data/package.json b/packages/plugin-electron-renderer-event-data/package.json index 92a88df927..2ad72f2a0a 100644 --- a/packages/plugin-electron-renderer-event-data/package.json +++ b/packages/plugin-electron-renderer-event-data/package.json @@ -24,7 +24,7 @@ "@bugsnag/plugin-electron-renderer-strip-project-root": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7.9.2", - "@bugsnag/plugin-electron-renderer-strip-project-root": "^7.10.0-alpha.1" + "@bugsnag/core": "^8.0.0", + "@bugsnag/plugin-electron-renderer-strip-project-root": "^8.0.0" } } diff --git a/packages/plugin-electron-screen-breadcrumbs/package.json b/packages/plugin-electron-screen-breadcrumbs/package.json index 2d408093e2..948222842d 100644 --- a/packages/plugin-electron-screen-breadcrumbs/package.json +++ b/packages/plugin-electron-screen-breadcrumbs/package.json @@ -18,7 +18,7 @@ "@bugsnag/electron-test-helpers": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7.9.2" + "@bugsnag/core": "^8.0.0" }, "author": "Bugsnag", "license": "MIT" diff --git a/packages/plugin-electron-session/package.json b/packages/plugin-electron-session/package.json index 9bcb03317e..030c3d4a20 100644 --- a/packages/plugin-electron-session/package.json +++ b/packages/plugin-electron-session/package.json @@ -21,7 +21,7 @@ "@bugsnag/electron-test-helpers": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7.9.2" + "@bugsnag/core": "^8.0.0" }, "author": "Bugsnag", "license": "MIT" diff --git a/packages/plugin-express/package.json b/packages/plugin-express/package.json index aa992e4d0a..f632d6c178 100644 --- a/packages/plugin-express/package.json +++ b/packages/plugin-express/package.json @@ -24,7 +24,7 @@ "author": "Bugsnag", "license": "MIT", "peerDependencies": { - "@bugsnag/core": "^7.0.0" + "@bugsnag/core": "^8.0.0" }, "devDependencies": { "@bugsnag/core": "^8.0.0-alpha.0", diff --git a/packages/plugin-inline-script-content/package.json b/packages/plugin-inline-script-content/package.json index 533dedddb3..a6d910f9d4 100644 --- a/packages/plugin-inline-script-content/package.json +++ b/packages/plugin-inline-script-content/package.json @@ -21,6 +21,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7.0.0" + "@bugsnag/core": "^8.0.0" } } diff --git a/packages/plugin-interaction-breadcrumbs/package.json b/packages/plugin-interaction-breadcrumbs/package.json index 6407e2444f..3bf319a062 100644 --- a/packages/plugin-interaction-breadcrumbs/package.json +++ b/packages/plugin-interaction-breadcrumbs/package.json @@ -21,6 +21,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7.0.0" + "@bugsnag/core": "^8.0.0" } } diff --git a/packages/plugin-intercept/package.json b/packages/plugin-intercept/package.json index aa6a84aee3..d40c3d2fe3 100644 --- a/packages/plugin-intercept/package.json +++ b/packages/plugin-intercept/package.json @@ -21,6 +21,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7.0.0" + "@bugsnag/core": "^8.0.0" } } diff --git a/packages/plugin-internal-callback-marker/package.json b/packages/plugin-internal-callback-marker/package.json index 14e01acabb..e49830f667 100644 --- a/packages/plugin-internal-callback-marker/package.json +++ b/packages/plugin-internal-callback-marker/package.json @@ -21,6 +21,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7.9.2" + "@bugsnag/core": "^8.0.0" } } diff --git a/packages/plugin-koa/package.json b/packages/plugin-koa/package.json index ccb5ee6bf8..b7893e2135 100644 --- a/packages/plugin-koa/package.json +++ b/packages/plugin-koa/package.json @@ -24,7 +24,7 @@ "author": "Bugsnag", "license": "MIT", "peerDependencies": { - "@bugsnag/core": "^7.0.0" + "@bugsnag/core": "^8.0.0" }, "devDependencies": { "@bugsnag/core": "^8.0.0-alpha.0", diff --git a/packages/plugin-navigation-breadcrumbs/package.json b/packages/plugin-navigation-breadcrumbs/package.json index a4973ab360..f32d13b3ec 100644 --- a/packages/plugin-navigation-breadcrumbs/package.json +++ b/packages/plugin-navigation-breadcrumbs/package.json @@ -20,6 +20,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7.0.0" + "@bugsnag/core": "^8.0.0" } } diff --git a/packages/plugin-network-breadcrumbs/package.json b/packages/plugin-network-breadcrumbs/package.json index 65e97e60dd..f0b2210248 100644 --- a/packages/plugin-network-breadcrumbs/package.json +++ b/packages/plugin-network-breadcrumbs/package.json @@ -20,6 +20,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7.0.0" + "@bugsnag/core": "^8.0.0" } } diff --git a/packages/plugin-node-device/package.json b/packages/plugin-node-device/package.json index 6d756f016e..a280a91688 100644 --- a/packages/plugin-node-device/package.json +++ b/packages/plugin-node-device/package.json @@ -21,6 +21,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7.0.0" + "@bugsnag/core": "^8.0.0" } } diff --git a/packages/plugin-node-in-project/package.json b/packages/plugin-node-in-project/package.json index c97a78f3fa..b50be911ab 100644 --- a/packages/plugin-node-in-project/package.json +++ b/packages/plugin-node-in-project/package.json @@ -21,6 +21,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7.0.0" + "@bugsnag/core": "^8.0.0" } } diff --git a/packages/plugin-node-surrounding-code/package.json b/packages/plugin-node-surrounding-code/package.json index 04f99cb50e..d273720bd4 100644 --- a/packages/plugin-node-surrounding-code/package.json +++ b/packages/plugin-node-surrounding-code/package.json @@ -25,6 +25,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7.0.0" + "@bugsnag/core": "^8.0.0" } } diff --git a/packages/plugin-node-uncaught-exception/package.json b/packages/plugin-node-uncaught-exception/package.json index c88e3ba2f5..2176c9ab04 100644 --- a/packages/plugin-node-uncaught-exception/package.json +++ b/packages/plugin-node-uncaught-exception/package.json @@ -21,6 +21,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7.0.0" + "@bugsnag/core": "^8.0.0" } } diff --git a/packages/plugin-node-unhandled-rejection/package.json b/packages/plugin-node-unhandled-rejection/package.json index ba6c81672f..948060fecb 100644 --- a/packages/plugin-node-unhandled-rejection/package.json +++ b/packages/plugin-node-unhandled-rejection/package.json @@ -21,6 +21,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7.0.0" + "@bugsnag/core": "^8.0.0" } } diff --git a/packages/plugin-react-native-client-sync/package.json b/packages/plugin-react-native-client-sync/package.json index a61e36340f..00a6560eca 100644 --- a/packages/plugin-react-native-client-sync/package.json +++ b/packages/plugin-react-native-client-sync/package.json @@ -20,6 +20,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7.0.0" + "@bugsnag/core": "^8.0.0" } } diff --git a/packages/plugin-react-native-event-sync/package.json b/packages/plugin-react-native-event-sync/package.json index 214c6cb1a7..095fa920f2 100644 --- a/packages/plugin-react-native-event-sync/package.json +++ b/packages/plugin-react-native-event-sync/package.json @@ -20,6 +20,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7.0.0" + "@bugsnag/core": "^8.0.0" } } diff --git a/packages/plugin-react-native-global-error-handler/package.json b/packages/plugin-react-native-global-error-handler/package.json index 31a0f3d8f3..197b8d347c 100644 --- a/packages/plugin-react-native-global-error-handler/package.json +++ b/packages/plugin-react-native-global-error-handler/package.json @@ -20,6 +20,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7.0.0" + "@bugsnag/core": "^8.0.0" } } diff --git a/packages/plugin-react-native-hermes/package.json b/packages/plugin-react-native-hermes/package.json index 1ad0390758..f7d0b8c7f8 100644 --- a/packages/plugin-react-native-hermes/package.json +++ b/packages/plugin-react-native-hermes/package.json @@ -21,6 +21,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7.0.0" + "@bugsnag/core": "^8.0.0" } } diff --git a/packages/plugin-react-native-navigation/package.json b/packages/plugin-react-native-navigation/package.json index 2e979b490b..6af7c4d0a9 100644 --- a/packages/plugin-react-native-navigation/package.json +++ b/packages/plugin-react-native-navigation/package.json @@ -24,7 +24,7 @@ "react-native-navigation": "^7.0.0" }, "peerDependencies": { - "@bugsnag/core": "^7.0.0", + "@bugsnag/core": "^8.0.0", "react-native-navigation": "2 - 7" }, "peerDependenciesMeta": { diff --git a/packages/plugin-react-native-orientation-breadcrumbs/package.json b/packages/plugin-react-native-orientation-breadcrumbs/package.json index bedf6a01e8..d22cb27fe6 100644 --- a/packages/plugin-react-native-orientation-breadcrumbs/package.json +++ b/packages/plugin-react-native-orientation-breadcrumbs/package.json @@ -20,6 +20,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7.0.0" + "@bugsnag/core": "^8.0.0" } } diff --git a/packages/plugin-react-native-session/package.json b/packages/plugin-react-native-session/package.json index 2c9e82d01f..28699a6c39 100644 --- a/packages/plugin-react-native-session/package.json +++ b/packages/plugin-react-native-session/package.json @@ -20,6 +20,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7.0.0" + "@bugsnag/core": "^8.0.0" } } diff --git a/packages/plugin-react-native-unhandled-rejection/package.json b/packages/plugin-react-native-unhandled-rejection/package.json index 5f4b2a9da1..55ec23f26e 100644 --- a/packages/plugin-react-native-unhandled-rejection/package.json +++ b/packages/plugin-react-native-unhandled-rejection/package.json @@ -21,6 +21,6 @@ "promise": "^8.0.2" }, "peerDependencies": { - "@bugsnag/core": "^7.0.0" + "@bugsnag/core": "^8.0.0" } } diff --git a/packages/plugin-react-navigation/package.json b/packages/plugin-react-navigation/package.json index df51124988..cc6b01c968 100644 --- a/packages/plugin-react-navigation/package.json +++ b/packages/plugin-react-navigation/package.json @@ -31,7 +31,7 @@ "react-test-renderer": "^16.13.1" }, "peerDependencies": { - "@bugsnag/core": "^7.0.0", + "@bugsnag/core": "^8.0.0", "@react-navigation/native": "^5.0 || ^6.0" }, "peerDependenciesMeta": { diff --git a/packages/plugin-react/package.json b/packages/plugin-react/package.json index 883220d12f..2af770f2e2 100644 --- a/packages/plugin-react/package.json +++ b/packages/plugin-react/package.json @@ -27,7 +27,7 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7.0.0" + "@bugsnag/core": "^8.0.0" }, "peerDependenciesMeta": { "@bugsnag/core": { diff --git a/packages/plugin-restify/package.json b/packages/plugin-restify/package.json index 0768a019df..cc43c80805 100644 --- a/packages/plugin-restify/package.json +++ b/packages/plugin-restify/package.json @@ -24,7 +24,7 @@ "author": "Bugsnag", "license": "MIT", "peerDependencies": { - "@bugsnag/core": "^7.0.0" + "@bugsnag/core": "^8.0.0" }, "devDependencies": { "@bugsnag/core": "^8.0.0-alpha.0", diff --git a/packages/plugin-server-session/package.json b/packages/plugin-server-session/package.json index 90e30d7e06..900d17b25f 100644 --- a/packages/plugin-server-session/package.json +++ b/packages/plugin-server-session/package.json @@ -23,6 +23,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7.0.0" + "@bugsnag/core": "^8.0.0" } } diff --git a/packages/plugin-simple-throttle/package.json b/packages/plugin-simple-throttle/package.json index ad8d759de1..d63c99dac0 100644 --- a/packages/plugin-simple-throttle/package.json +++ b/packages/plugin-simple-throttle/package.json @@ -21,6 +21,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7.0.0" + "@bugsnag/core": "^8.0.0" } } diff --git a/packages/plugin-stackframe-path-normaliser/package.json b/packages/plugin-stackframe-path-normaliser/package.json index 70749677b6..5dda279df1 100644 --- a/packages/plugin-stackframe-path-normaliser/package.json +++ b/packages/plugin-stackframe-path-normaliser/package.json @@ -14,7 +14,7 @@ "author": "Bugsnag", "license": "MIT", "peerDependencies": { - "@bugsnag/core": "^7.0.0" + "@bugsnag/core": "^8.0.0" }, "devDependencies": { "@bugsnag/core": "^8.0.0-alpha.0" diff --git a/packages/plugin-strip-project-root/package.json b/packages/plugin-strip-project-root/package.json index 3ce8d74832..cc15398f5e 100644 --- a/packages/plugin-strip-project-root/package.json +++ b/packages/plugin-strip-project-root/package.json @@ -20,6 +20,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7.0.0" + "@bugsnag/core": "^8.0.0" } } diff --git a/packages/plugin-strip-query-string/package.json b/packages/plugin-strip-query-string/package.json index 918c2d4b10..53b1749b3e 100644 --- a/packages/plugin-strip-query-string/package.json +++ b/packages/plugin-strip-query-string/package.json @@ -20,6 +20,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7.0.0" + "@bugsnag/core": "^8.0.0" } } diff --git a/packages/plugin-vue/package.json b/packages/plugin-vue/package.json index 7b62252895..1b2eba2c3f 100644 --- a/packages/plugin-vue/package.json +++ b/packages/plugin-vue/package.json @@ -27,7 +27,7 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7.0.0" + "@bugsnag/core": "^8.0.0" }, "peerDependenciesMeta": { "@bugsnag/core": { diff --git a/packages/plugin-window-onerror/package.json b/packages/plugin-window-onerror/package.json index 3ac244a9f4..8a3f5dc0c5 100644 --- a/packages/plugin-window-onerror/package.json +++ b/packages/plugin-window-onerror/package.json @@ -20,6 +20,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7.0.0" + "@bugsnag/core": "^8.0.0" } } diff --git a/packages/plugin-window-unhandled-rejection/package.json b/packages/plugin-window-unhandled-rejection/package.json index b2731fb1a9..4712bf88c9 100644 --- a/packages/plugin-window-unhandled-rejection/package.json +++ b/packages/plugin-window-unhandled-rejection/package.json @@ -20,6 +20,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7.0.0" + "@bugsnag/core": "^8.0.0" } } diff --git a/packages/react-native-cli/package-lock.json b/packages/react-native-cli/package-lock.json index 552e3bc60f..e6538afb76 100644 --- a/packages/react-native-cli/package-lock.json +++ b/packages/react-native-cli/package-lock.json @@ -1,988 +1,988 @@ { - "name": "@bugsnag/react-native-cli", - "version": "8.0.0-alpha.0", - "lockfileVersion": 2, - "requires": true, - "packages": { - "": { - "name": "@bugsnag/react-native-cli", - "version": "7.16.5", - "license": "MIT", - "dependencies": { - "command-line-args": "^5.1.1", - "command-line-usage": "^6.1.0", - "consola": "^2.15.0", - "detect-indent": "^6.1.0", - "glob": "^7.1.6", - "plist": "^3.0.1", - "prompts": "^2.4.0", - "semver": "^7.5.4", - "xcode": "^3.0.1" - }, - "bin": { - "bugsnag-react-native-cli": "bin/cli" - }, - "devDependencies": { - "@types/command-line-args": "^5.0.0", - "@types/command-line-usage": "^5.0.1", - "@types/glob": "^8.1.0", - "@types/prompts": "^2.0.9", - "@types/semver": "^7.5.0", - "typescript": "^4.1.3" - } - }, - "node_modules/@types/command-line-args": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/@types/command-line-args/-/command-line-args-5.0.0.tgz", - "integrity": "sha512-4eOPXyn5DmP64MCMF8ePDvdlvlzt2a+F8ZaVjqmh2yFCpGjc1kI3kGnCFYX9SCsGTjQcWIyVZ86IHCEyjy/MNg==", - "dev": true - }, - "node_modules/@types/command-line-usage": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/@types/command-line-usage/-/command-line-usage-5.0.1.tgz", - "integrity": "sha512-/xUgezxxYePeXhg5S04hUjxG9JZi+rJTs1+4NwpYPfSaS7BeDa6tVJkH6lN9Cb6rl8d24Fi2uX0s0Ngg2JT6gg==", - "dev": true - }, - "node_modules/@types/glob": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/@types/glob/-/glob-8.1.0.tgz", - "integrity": "sha512-IO+MJPVhoqz+28h1qLAcBEH2+xHMK6MTyHJc7MTnnYb6wsoLR29POVGJ7LycmVXIqyy/4/2ShP5sUwTXuOwb/w==", - "dev": true, - "dependencies": { - "@types/minimatch": "^5.1.2", - "@types/node": "*" - } - }, - "node_modules/@types/minimatch": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-5.1.2.tgz", - "integrity": "sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==", - "dev": true - }, - "node_modules/@types/node": { - "version": "14.14.7", - "resolved": "https://registry.npmjs.org/@types/node/-/node-14.14.7.tgz", - "integrity": "sha512-Zw1vhUSQZYw+7u5dAwNbIA9TuTotpzY/OF7sJM9FqPOF3SPjKnxrjoTktXDZgUjybf4cWVBP7O8wvKdSaGHweg==", - "dev": true - }, - "node_modules/@types/prompts": { - "version": "2.0.9", - "resolved": "https://registry.npmjs.org/@types/prompts/-/prompts-2.0.9.tgz", - "integrity": "sha512-TORZP+FSjTYMWwKadftmqEn6bziN5RnfygehByGsjxoK5ydnClddtv6GikGWPvCm24oI+YBwck5WDxIIyNxUrA==", - "dev": true, - "dependencies": { - "@types/node": "*" - } - }, - "node_modules/@types/semver": { - "version": "7.5.0", - "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.0.tgz", - "integrity": "sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw==", - "dev": true - }, - "node_modules/ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", - "dependencies": { - "color-convert": "^1.9.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/array-back": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/array-back/-/array-back-3.1.0.tgz", - "integrity": "sha512-TkuxA4UCOvxuDK6NZYXCalszEzj+TLszyASooky+i742l9TqsOdYCMJJupxRic61hwquNtppB3hgcuq9SVSH1Q==", - "engines": { - "node": ">=6" - } - }, - "node_modules/balanced-match": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", - "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==" - }, - "node_modules/base64-js": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", - "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ] - }, - "node_modules/big-integer": { - "version": "1.6.48", - "resolved": "https://registry.npmjs.org/big-integer/-/big-integer-1.6.48.tgz", - "integrity": "sha512-j51egjPa7/i+RdiRuJbPdJ2FIUYYPhvYLjzoYbcMMm62ooO6F94fETG4MTs46zPAF9Brs04OajboA/qTGuz78w==", - "engines": { - "node": ">=0.6" - } - }, - "node_modules/bplist-creator": { - "version": "0.0.8", - "resolved": "https://registry.npmjs.org/bplist-creator/-/bplist-creator-0.0.8.tgz", - "integrity": "sha512-Za9JKzD6fjLC16oX2wsXfc+qBEhJBJB1YPInoAQpMLhDuj5aVOv1baGeIQSq1Fr3OCqzvsoQcSBSwGId/Ja2PA==", - "dependencies": { - "stream-buffers": "~2.2.0" - } - }, - "node_modules/bplist-parser": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/bplist-parser/-/bplist-parser-0.2.0.tgz", - "integrity": "sha512-z0M+byMThzQmD9NILRniCUXYsYpjwnlO8N5uCFaCqIOpqRsJCrQL9NK3JsD67CN5a08nF5oIL2bD6loTdHOuKw==", - "dependencies": { - "big-integer": "^1.6.44" - }, - "engines": { - "node": ">= 5.10.0" - } - }, - "node_modules/brace-expansion": { - "version": "1.1.11", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", - "dependencies": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - } - }, - "node_modules/chalk": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", - "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", - "dependencies": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/color-convert": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", - "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", - "dependencies": { - "color-name": "1.1.3" - } - }, - "node_modules/color-name": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=" - }, - "node_modules/command-line-args": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/command-line-args/-/command-line-args-5.1.1.tgz", - "integrity": "sha512-hL/eG8lrll1Qy1ezvkant+trihbGnaKaeEjj6Scyr3DN+RC7iQ5Rz84IeLERfAWDGo0HBSNAakczwgCilDXnWg==", - "dependencies": { - "array-back": "^3.0.1", - "find-replace": "^3.0.0", - "lodash.camelcase": "^4.3.0", - "typical": "^4.0.0" - }, - "engines": { - "node": ">=4.0.0" - } - }, - "node_modules/command-line-usage": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/command-line-usage/-/command-line-usage-6.1.0.tgz", - "integrity": "sha512-Ew1clU4pkUeo6AFVDFxCbnN7GIZfXl48HIOQeFQnkO3oOqvpI7wdqtLRwv9iOCZ/7A+z4csVZeiDdEcj8g6Wiw==", - "dependencies": { - "array-back": "^4.0.0", - "chalk": "^2.4.2", - "table-layout": "^1.0.0", - "typical": "^5.2.0" - }, - "engines": { - "node": ">=8.0.0" - } - }, - "node_modules/command-line-usage/node_modules/array-back": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/array-back/-/array-back-4.0.1.tgz", - "integrity": "sha512-Z/JnaVEXv+A9xabHzN43FiiiWEE7gPCRXMrVmRm00tWbjZRul1iHm7ECzlyNq1p4a4ATXz+G9FJ3GqGOkOV3fg==", - "engines": { - "node": ">=8" - } - }, - "node_modules/command-line-usage/node_modules/typical": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/typical/-/typical-5.2.0.tgz", - "integrity": "sha512-dvdQgNDNJo+8B2uBQoqdb11eUCE1JQXhvjC/CZtgvZseVd5TYMXnq0+vuUemXbd/Se29cTaUuPX3YIc2xgbvIg==", - "engines": { - "node": ">=8" - } - }, - "node_modules/concat-map": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", - "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=" - }, - "node_modules/consola": { - "version": "2.15.0", - "resolved": "https://registry.npmjs.org/consola/-/consola-2.15.0.tgz", - "integrity": "sha512-vlcSGgdYS26mPf7qNi+dCisbhiyDnrN1zaRbw3CSuc2wGOMEGGPsp46PdRG5gqXwgtJfjxDkxRNAgRPr1B77vQ==" - }, - "node_modules/deep-extend": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz", - "integrity": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==", - "engines": { - "node": ">=4.0.0" - } - }, - "node_modules/detect-indent": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/detect-indent/-/detect-indent-6.1.0.tgz", - "integrity": "sha512-reYkTUJAZb9gUuZ2RvVCNhVHdg62RHnJ7WJl8ftMi4diZ6NWlciOzQN88pUhSELEwflJht4oQDv0F0BMlwaYtA==", - "engines": { - "node": ">=8" - } - }, - "node_modules/escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", - "engines": { - "node": ">=0.8.0" - } - }, - "node_modules/find-replace": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/find-replace/-/find-replace-3.0.0.tgz", - "integrity": "sha512-6Tb2myMioCAgv5kfvP5/PkZZ/ntTpVK39fHY7WkWBgvbeE+VHd/tZuZ4mrC+bxh4cfOZeYKVPaJIZtZXV7GNCQ==", - "dependencies": { - "array-back": "^3.0.1" - }, - "engines": { - "node": ">=4.0.0" - } - }, - "node_modules/fs.realpath": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", - "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=" - }, - "node_modules/glob": { - "version": "7.1.6", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.6.tgz", - "integrity": "sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==", - "dependencies": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "engines": { - "node": "*" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/has-flag": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", - "engines": { - "node": ">=4" - } - }, - "node_modules/inflight": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", - "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", - "dependencies": { - "once": "^1.3.0", - "wrappy": "1" - } - }, - "node_modules/inherits": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", - "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" - }, - "node_modules/kleur": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz", - "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==", - "engines": { - "node": ">=6" - } - }, - "node_modules/lodash.camelcase": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz", - "integrity": "sha1-soqmKIorn8ZRA1x3EfZathkDMaY=" - }, - "node_modules/lru-cache": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", - "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", - "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", - "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", - "dependencies": { - "brace-expansion": "^1.1.7" - }, - "engines": { - "node": "*" - } - }, - "node_modules/once": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", - "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", - "dependencies": { - "wrappy": "1" - } - }, - "node_modules/path-is-absolute": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", - "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/plist": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/plist/-/plist-3.0.1.tgz", - "integrity": "sha512-GpgvHHocGRyQm74b6FWEZZVRroHKE1I0/BTjAmySaohK+cUn+hZpbqXkc3KWgW3gQYkqcQej35FohcT0FRlkRQ==", - "dependencies": { - "base64-js": "^1.2.3", - "xmlbuilder": "^9.0.7", - "xmldom": "0.1.x" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/prompts": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.0.tgz", - "integrity": "sha512-awZAKrk3vN6CroQukBL+R9051a4R3zCZBlJm/HBfrSZ8iTpYix3VX1vU4mveiLpiwmOJT4wokTF9m6HUk4KqWQ==", - "dependencies": { - "kleur": "^3.0.3", - "sisteransi": "^1.0.5" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/reduce-flatten": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/reduce-flatten/-/reduce-flatten-2.0.0.tgz", - "integrity": "sha512-EJ4UNY/U1t2P/2k6oqotuX2Cc3T6nxJwsM0N0asT7dhrtH1ltUxDn4NalSYmPE2rCkVpcf/X6R0wDwcFpzhd4w==", - "engines": { - "node": ">=6" - } - }, - "node_modules/semver": { - "version": "7.5.4", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz", - "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==", - "dependencies": { - "lru-cache": "^6.0.0" - }, - "bin": { - "semver": "bin/semver.js" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/simple-plist": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/simple-plist/-/simple-plist-1.1.1.tgz", - "integrity": "sha512-pKMCVKvZbZTsqYR6RKgLfBHkh2cV89GXcA/0CVPje3sOiNOnXA8+rp/ciAMZ7JRaUdLzlEM6JFfUn+fS6Nt3hg==", - "dependencies": { - "bplist-creator": "0.0.8", - "bplist-parser": "0.2.0", - "plist": "^3.0.1" - } - }, - "node_modules/sisteransi": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz", - "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==" - }, - "node_modules/stream-buffers": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/stream-buffers/-/stream-buffers-2.2.0.tgz", - "integrity": "sha1-kdX1Ew0c75bc+n9yaUUYh0HQnuQ=", - "engines": { - "node": ">= 0.10.0" - } - }, - "node_modules/supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", - "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", - "dependencies": { - "has-flag": "^3.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/table-layout": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/table-layout/-/table-layout-1.0.1.tgz", - "integrity": "sha512-dEquqYNJiGwY7iPfZ3wbXDI944iqanTSchrACLL2nOB+1r+h1Nzu2eH+DuPPvWvm5Ry7iAPeFlgEtP5bIp5U7Q==", - "dependencies": { - "array-back": "^4.0.1", - "deep-extend": "~0.6.0", - "typical": "^5.2.0", - "wordwrapjs": "^4.0.0" - }, - "engines": { - "node": ">=8.0.0" - } - }, - "node_modules/table-layout/node_modules/array-back": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/array-back/-/array-back-4.0.1.tgz", - "integrity": "sha512-Z/JnaVEXv+A9xabHzN43FiiiWEE7gPCRXMrVmRm00tWbjZRul1iHm7ECzlyNq1p4a4ATXz+G9FJ3GqGOkOV3fg==", - "engines": { - "node": ">=8" - } - }, - "node_modules/table-layout/node_modules/typical": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/typical/-/typical-5.2.0.tgz", - "integrity": "sha512-dvdQgNDNJo+8B2uBQoqdb11eUCE1JQXhvjC/CZtgvZseVd5TYMXnq0+vuUemXbd/Se29cTaUuPX3YIc2xgbvIg==", - "engines": { - "node": ">=8" - } - }, - "node_modules/typescript": { - "version": "4.1.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.1.3.tgz", - "integrity": "sha512-B3ZIOf1IKeH2ixgHhj6la6xdwR9QrLC5d1VKeCSY4tvkqhF2eqd9O7txNlS0PO3GrBAFIdr3L1ndNwteUbZLYg==", - "dev": true, - "bin": { - "tsc": "bin/tsc", - "tsserver": "bin/tsserver" - }, - "engines": { - "node": ">=4.2.0" - } - }, - "node_modules/typical": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/typical/-/typical-4.0.0.tgz", - "integrity": "sha512-VAH4IvQ7BDFYglMd7BPRDfLgxZZX4O4TFcRDA6EN5X7erNJJq+McIEp8np9aVtxrCJ6qx4GTYVfOWNjcqwZgRw==", - "engines": { - "node": ">=8" - } - }, - "node_modules/uuid": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-7.0.3.tgz", - "integrity": "sha512-DPSke0pXhTZgoF/d+WSt2QaKMCFSfx7QegxEWT+JOuHF5aWrKEn0G+ztjuJg/gG8/ItK+rbPCD/yNv8yyih6Cg==", - "bin": { - "uuid": "dist/bin/uuid" - } - }, - "node_modules/wordwrapjs": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/wordwrapjs/-/wordwrapjs-4.0.0.tgz", - "integrity": "sha512-Svqw723a3R34KvsMgpjFBYCgNOSdcW3mQFK4wIfhGQhtaFVOJmdYoXgi63ne3dTlWgatVcUc7t4HtQ/+bUVIzQ==", - "dependencies": { - "reduce-flatten": "^2.0.0", - "typical": "^5.0.0" - }, - "engines": { - "node": ">=8.0.0" - } - }, - "node_modules/wordwrapjs/node_modules/typical": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/typical/-/typical-5.2.0.tgz", - "integrity": "sha512-dvdQgNDNJo+8B2uBQoqdb11eUCE1JQXhvjC/CZtgvZseVd5TYMXnq0+vuUemXbd/Se29cTaUuPX3YIc2xgbvIg==", - "engines": { - "node": ">=8" - } - }, - "node_modules/wrappy": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", - "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=" - }, - "node_modules/xcode": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/xcode/-/xcode-3.0.1.tgz", - "integrity": "sha512-kCz5k7J7XbJtjABOvkc5lJmkiDh8VhjVCGNiqdKCscmVpdVUpEAyXv1xmCLkQJ5dsHqx3IPO4XW+NTDhU/fatA==", - "dependencies": { - "simple-plist": "^1.1.0", - "uuid": "^7.0.3" - }, - "engines": { - "node": ">=10.0.0" - } - }, - "node_modules/xmlbuilder": { - "version": "9.0.7", - "resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-9.0.7.tgz", - "integrity": "sha1-Ey7mPS7FVlxVfiD0wi35rKaGsQ0=", - "engines": { - "node": ">=4.0" - } - }, - "node_modules/xmldom": { - "version": "0.1.31", - "resolved": "https://registry.npmjs.org/xmldom/-/xmldom-0.1.31.tgz", - "integrity": "sha512-yS2uJflVQs6n+CyjHoaBmVSqIDevTAWrzMmjG1Gc7h1qQ7uVozNhEPJAwZXWyGQ/Gafo3fCwrcaokezLPupVyQ==", - "deprecated": "Deprecated due to CVE-2021-21366 resolved in 0.5.0", - "engines": { - "node": ">=0.1" - } - }, - "node_modules/yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" - } - }, - "dependencies": { - "@types/command-line-args": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/@types/command-line-args/-/command-line-args-5.0.0.tgz", - "integrity": "sha512-4eOPXyn5DmP64MCMF8ePDvdlvlzt2a+F8ZaVjqmh2yFCpGjc1kI3kGnCFYX9SCsGTjQcWIyVZ86IHCEyjy/MNg==", - "dev": true - }, - "@types/command-line-usage": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/@types/command-line-usage/-/command-line-usage-5.0.1.tgz", - "integrity": "sha512-/xUgezxxYePeXhg5S04hUjxG9JZi+rJTs1+4NwpYPfSaS7BeDa6tVJkH6lN9Cb6rl8d24Fi2uX0s0Ngg2JT6gg==", - "dev": true - }, - "@types/glob": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/@types/glob/-/glob-8.1.0.tgz", - "integrity": "sha512-IO+MJPVhoqz+28h1qLAcBEH2+xHMK6MTyHJc7MTnnYb6wsoLR29POVGJ7LycmVXIqyy/4/2ShP5sUwTXuOwb/w==", - "dev": true, - "requires": { - "@types/minimatch": "^5.1.2", - "@types/node": "*" - } - }, - "@types/minimatch": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-5.1.2.tgz", - "integrity": "sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==", - "dev": true - }, - "@types/node": { - "version": "14.14.7", - "resolved": "https://registry.npmjs.org/@types/node/-/node-14.14.7.tgz", - "integrity": "sha512-Zw1vhUSQZYw+7u5dAwNbIA9TuTotpzY/OF7sJM9FqPOF3SPjKnxrjoTktXDZgUjybf4cWVBP7O8wvKdSaGHweg==", - "dev": true - }, - "@types/prompts": { - "version": "2.0.9", - "resolved": "https://registry.npmjs.org/@types/prompts/-/prompts-2.0.9.tgz", - "integrity": "sha512-TORZP+FSjTYMWwKadftmqEn6bziN5RnfygehByGsjxoK5ydnClddtv6GikGWPvCm24oI+YBwck5WDxIIyNxUrA==", - "dev": true, - "requires": { - "@types/node": "*" - } - }, - "@types/semver": { - "version": "7.5.0", - "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.0.tgz", - "integrity": "sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw==", - "dev": true - }, - "ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", - "requires": { - "color-convert": "^1.9.0" - } - }, - "array-back": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/array-back/-/array-back-3.1.0.tgz", - "integrity": "sha512-TkuxA4UCOvxuDK6NZYXCalszEzj+TLszyASooky+i742l9TqsOdYCMJJupxRic61hwquNtppB3hgcuq9SVSH1Q==" - }, - "balanced-match": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", - "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==" - }, - "base64-js": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", - "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==" - }, - "big-integer": { - "version": "1.6.48", - "resolved": "https://registry.npmjs.org/big-integer/-/big-integer-1.6.48.tgz", - "integrity": "sha512-j51egjPa7/i+RdiRuJbPdJ2FIUYYPhvYLjzoYbcMMm62ooO6F94fETG4MTs46zPAF9Brs04OajboA/qTGuz78w==" - }, - "bplist-creator": { - "version": "0.0.8", - "resolved": "https://registry.npmjs.org/bplist-creator/-/bplist-creator-0.0.8.tgz", - "integrity": "sha512-Za9JKzD6fjLC16oX2wsXfc+qBEhJBJB1YPInoAQpMLhDuj5aVOv1baGeIQSq1Fr3OCqzvsoQcSBSwGId/Ja2PA==", - "requires": { - "stream-buffers": "~2.2.0" - } - }, - "bplist-parser": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/bplist-parser/-/bplist-parser-0.2.0.tgz", - "integrity": "sha512-z0M+byMThzQmD9NILRniCUXYsYpjwnlO8N5uCFaCqIOpqRsJCrQL9NK3JsD67CN5a08nF5oIL2bD6loTdHOuKw==", - "requires": { - "big-integer": "^1.6.44" - } - }, - "brace-expansion": { - "version": "1.1.11", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", - "requires": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - } - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", - "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - } - }, - "color-convert": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", - "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", - "requires": { - "color-name": "1.1.3" - } - }, - "color-name": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=" - }, - "command-line-args": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/command-line-args/-/command-line-args-5.1.1.tgz", - "integrity": "sha512-hL/eG8lrll1Qy1ezvkant+trihbGnaKaeEjj6Scyr3DN+RC7iQ5Rz84IeLERfAWDGo0HBSNAakczwgCilDXnWg==", - "requires": { - "array-back": "^3.0.1", - "find-replace": "^3.0.0", - "lodash.camelcase": "^4.3.0", - "typical": "^4.0.0" - } - }, - "command-line-usage": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/command-line-usage/-/command-line-usage-6.1.0.tgz", - "integrity": "sha512-Ew1clU4pkUeo6AFVDFxCbnN7GIZfXl48HIOQeFQnkO3oOqvpI7wdqtLRwv9iOCZ/7A+z4csVZeiDdEcj8g6Wiw==", - "requires": { - "array-back": "^4.0.0", - "chalk": "^2.4.2", - "table-layout": "^1.0.0", - "typical": "^5.2.0" - }, - "dependencies": { - "array-back": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/array-back/-/array-back-4.0.1.tgz", - "integrity": "sha512-Z/JnaVEXv+A9xabHzN43FiiiWEE7gPCRXMrVmRm00tWbjZRul1iHm7ECzlyNq1p4a4ATXz+G9FJ3GqGOkOV3fg==" - }, - "typical": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/typical/-/typical-5.2.0.tgz", - "integrity": "sha512-dvdQgNDNJo+8B2uBQoqdb11eUCE1JQXhvjC/CZtgvZseVd5TYMXnq0+vuUemXbd/Se29cTaUuPX3YIc2xgbvIg==" - } - } - }, - "concat-map": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", - "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=" - }, - "consola": { - "version": "2.15.0", - "resolved": "https://registry.npmjs.org/consola/-/consola-2.15.0.tgz", - "integrity": "sha512-vlcSGgdYS26mPf7qNi+dCisbhiyDnrN1zaRbw3CSuc2wGOMEGGPsp46PdRG5gqXwgtJfjxDkxRNAgRPr1B77vQ==" - }, - "deep-extend": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz", - "integrity": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==" - }, - "detect-indent": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/detect-indent/-/detect-indent-6.1.0.tgz", - "integrity": "sha512-reYkTUJAZb9gUuZ2RvVCNhVHdg62RHnJ7WJl8ftMi4diZ6NWlciOzQN88pUhSELEwflJht4oQDv0F0BMlwaYtA==" - }, - "escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=" - }, - "find-replace": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/find-replace/-/find-replace-3.0.0.tgz", - "integrity": "sha512-6Tb2myMioCAgv5kfvP5/PkZZ/ntTpVK39fHY7WkWBgvbeE+VHd/tZuZ4mrC+bxh4cfOZeYKVPaJIZtZXV7GNCQ==", - "requires": { - "array-back": "^3.0.1" - } - }, - "fs.realpath": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", - "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=" - }, - "glob": { - "version": "7.1.6", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.6.tgz", - "integrity": "sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==", - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - } - }, - "has-flag": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=" - }, - "inflight": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", - "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", - "requires": { - "once": "^1.3.0", - "wrappy": "1" - } - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", - "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" - }, - "kleur": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz", - "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==" - }, - "lodash.camelcase": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz", - "integrity": "sha1-soqmKIorn8ZRA1x3EfZathkDMaY=" - }, - "lru-cache": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", - "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", - "requires": { - "yallist": "^4.0.0" - } - }, - "minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", - "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", - "requires": { - "brace-expansion": "^1.1.7" - } - }, - "once": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", - "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", - "requires": { - "wrappy": "1" - } - }, - "path-is-absolute": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", - "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=" - }, - "plist": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/plist/-/plist-3.0.1.tgz", - "integrity": "sha512-GpgvHHocGRyQm74b6FWEZZVRroHKE1I0/BTjAmySaohK+cUn+hZpbqXkc3KWgW3gQYkqcQej35FohcT0FRlkRQ==", - "requires": { - "base64-js": "^1.2.3", - "xmlbuilder": "^9.0.7", - "xmldom": "0.1.x" - } - }, - "prompts": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.0.tgz", - "integrity": "sha512-awZAKrk3vN6CroQukBL+R9051a4R3zCZBlJm/HBfrSZ8iTpYix3VX1vU4mveiLpiwmOJT4wokTF9m6HUk4KqWQ==", - "requires": { - "kleur": "^3.0.3", - "sisteransi": "^1.0.5" - } - }, - "reduce-flatten": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/reduce-flatten/-/reduce-flatten-2.0.0.tgz", - "integrity": "sha512-EJ4UNY/U1t2P/2k6oqotuX2Cc3T6nxJwsM0N0asT7dhrtH1ltUxDn4NalSYmPE2rCkVpcf/X6R0wDwcFpzhd4w==" - }, - "semver": { - "version": "7.5.4", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz", - "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==", - "requires": { - "lru-cache": "^6.0.0" - } - }, - "simple-plist": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/simple-plist/-/simple-plist-1.1.1.tgz", - "integrity": "sha512-pKMCVKvZbZTsqYR6RKgLfBHkh2cV89GXcA/0CVPje3sOiNOnXA8+rp/ciAMZ7JRaUdLzlEM6JFfUn+fS6Nt3hg==", - "requires": { - "bplist-creator": "0.0.8", - "bplist-parser": "0.2.0", - "plist": "^3.0.1" - } - }, - "sisteransi": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz", - "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==" - }, - "stream-buffers": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/stream-buffers/-/stream-buffers-2.2.0.tgz", - "integrity": "sha1-kdX1Ew0c75bc+n9yaUUYh0HQnuQ=" - }, - "supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", - "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", - "requires": { - "has-flag": "^3.0.0" - } - }, - "table-layout": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/table-layout/-/table-layout-1.0.1.tgz", - "integrity": "sha512-dEquqYNJiGwY7iPfZ3wbXDI944iqanTSchrACLL2nOB+1r+h1Nzu2eH+DuPPvWvm5Ry7iAPeFlgEtP5bIp5U7Q==", - "requires": { - "array-back": "^4.0.1", - "deep-extend": "~0.6.0", - "typical": "^5.2.0", - "wordwrapjs": "^4.0.0" - }, - "dependencies": { - "array-back": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/array-back/-/array-back-4.0.1.tgz", - "integrity": "sha512-Z/JnaVEXv+A9xabHzN43FiiiWEE7gPCRXMrVmRm00tWbjZRul1iHm7ECzlyNq1p4a4ATXz+G9FJ3GqGOkOV3fg==" - }, - "typical": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/typical/-/typical-5.2.0.tgz", - "integrity": "sha512-dvdQgNDNJo+8B2uBQoqdb11eUCE1JQXhvjC/CZtgvZseVd5TYMXnq0+vuUemXbd/Se29cTaUuPX3YIc2xgbvIg==" - } - } - }, - "typescript": { - "version": "4.1.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.1.3.tgz", - "integrity": "sha512-B3ZIOf1IKeH2ixgHhj6la6xdwR9QrLC5d1VKeCSY4tvkqhF2eqd9O7txNlS0PO3GrBAFIdr3L1ndNwteUbZLYg==", - "dev": true - }, - "typical": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/typical/-/typical-4.0.0.tgz", - "integrity": "sha512-VAH4IvQ7BDFYglMd7BPRDfLgxZZX4O4TFcRDA6EN5X7erNJJq+McIEp8np9aVtxrCJ6qx4GTYVfOWNjcqwZgRw==" - }, - "uuid": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-7.0.3.tgz", - "integrity": "sha512-DPSke0pXhTZgoF/d+WSt2QaKMCFSfx7QegxEWT+JOuHF5aWrKEn0G+ztjuJg/gG8/ItK+rbPCD/yNv8yyih6Cg==" - }, - "wordwrapjs": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/wordwrapjs/-/wordwrapjs-4.0.0.tgz", - "integrity": "sha512-Svqw723a3R34KvsMgpjFBYCgNOSdcW3mQFK4wIfhGQhtaFVOJmdYoXgi63ne3dTlWgatVcUc7t4HtQ/+bUVIzQ==", - "requires": { - "reduce-flatten": "^2.0.0", - "typical": "^5.0.0" - }, - "dependencies": { - "typical": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/typical/-/typical-5.2.0.tgz", - "integrity": "sha512-dvdQgNDNJo+8B2uBQoqdb11eUCE1JQXhvjC/CZtgvZseVd5TYMXnq0+vuUemXbd/Se29cTaUuPX3YIc2xgbvIg==" - } - } - }, - "wrappy": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", - "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=" - }, - "xcode": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/xcode/-/xcode-3.0.1.tgz", - "integrity": "sha512-kCz5k7J7XbJtjABOvkc5lJmkiDh8VhjVCGNiqdKCscmVpdVUpEAyXv1xmCLkQJ5dsHqx3IPO4XW+NTDhU/fatA==", - "requires": { - "simple-plist": "^1.1.0", - "uuid": "^7.0.3" - } - }, - "xmlbuilder": { - "version": "9.0.7", - "resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-9.0.7.tgz", - "integrity": "sha1-Ey7mPS7FVlxVfiD0wi35rKaGsQ0=" - }, - "xmldom": { - "version": "0.1.31", - "resolved": "https://registry.npmjs.org/xmldom/-/xmldom-0.1.31.tgz", - "integrity": "sha512-yS2uJflVQs6n+CyjHoaBmVSqIDevTAWrzMmjG1Gc7h1qQ7uVozNhEPJAwZXWyGQ/Gafo3fCwrcaokezLPupVyQ==" - }, - "yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" - } - } + "name": "@bugsnag/react-native-cli", + "version": "8.0.0-alpha.0", + "lockfileVersion": 2, + "requires": true, + "packages": { + "": { + "name": "@bugsnag/react-native-cli", + "version": "8.0.0-alpha.0", + "license": "MIT", + "dependencies": { + "command-line-args": "^5.1.1", + "command-line-usage": "^6.1.0", + "consola": "^2.15.0", + "detect-indent": "^6.1.0", + "glob": "^7.1.6", + "plist": "^3.0.1", + "prompts": "^2.4.0", + "semver": "^7.5.4", + "xcode": "^3.0.1" + }, + "bin": { + "bugsnag-react-native-cli": "bin/cli" + }, + "devDependencies": { + "@types/command-line-args": "^5.0.0", + "@types/command-line-usage": "^5.0.1", + "@types/glob": "^8.1.0", + "@types/prompts": "^2.0.9", + "@types/semver": "^7.5.0", + "typescript": "^4.1.3" + } + }, + "node_modules/@types/command-line-args": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/@types/command-line-args/-/command-line-args-5.0.0.tgz", + "integrity": "sha512-4eOPXyn5DmP64MCMF8ePDvdlvlzt2a+F8ZaVjqmh2yFCpGjc1kI3kGnCFYX9SCsGTjQcWIyVZ86IHCEyjy/MNg==", + "dev": true + }, + "node_modules/@types/command-line-usage": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/@types/command-line-usage/-/command-line-usage-5.0.1.tgz", + "integrity": "sha512-/xUgezxxYePeXhg5S04hUjxG9JZi+rJTs1+4NwpYPfSaS7BeDa6tVJkH6lN9Cb6rl8d24Fi2uX0s0Ngg2JT6gg==", + "dev": true + }, + "node_modules/@types/glob": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/@types/glob/-/glob-8.1.0.tgz", + "integrity": "sha512-IO+MJPVhoqz+28h1qLAcBEH2+xHMK6MTyHJc7MTnnYb6wsoLR29POVGJ7LycmVXIqyy/4/2ShP5sUwTXuOwb/w==", + "dev": true, + "dependencies": { + "@types/minimatch": "^5.1.2", + "@types/node": "*" + } + }, + "node_modules/@types/minimatch": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-5.1.2.tgz", + "integrity": "sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==", + "dev": true + }, + "node_modules/@types/node": { + "version": "14.14.7", + "resolved": "https://registry.npmjs.org/@types/node/-/node-14.14.7.tgz", + "integrity": "sha512-Zw1vhUSQZYw+7u5dAwNbIA9TuTotpzY/OF7sJM9FqPOF3SPjKnxrjoTktXDZgUjybf4cWVBP7O8wvKdSaGHweg==", + "dev": true + }, + "node_modules/@types/prompts": { + "version": "2.0.9", + "resolved": "https://registry.npmjs.org/@types/prompts/-/prompts-2.0.9.tgz", + "integrity": "sha512-TORZP+FSjTYMWwKadftmqEn6bziN5RnfygehByGsjxoK5ydnClddtv6GikGWPvCm24oI+YBwck5WDxIIyNxUrA==", + "dev": true, + "dependencies": { + "@types/node": "*" + } + }, + "node_modules/@types/semver": { + "version": "7.5.0", + "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.0.tgz", + "integrity": "sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw==", + "dev": true + }, + "node_modules/ansi-styles": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "dependencies": { + "color-convert": "^1.9.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/array-back": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/array-back/-/array-back-3.1.0.tgz", + "integrity": "sha512-TkuxA4UCOvxuDK6NZYXCalszEzj+TLszyASooky+i742l9TqsOdYCMJJupxRic61hwquNtppB3hgcuq9SVSH1Q==", + "engines": { + "node": ">=6" + } + }, + "node_modules/balanced-match": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", + "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==" + }, + "node_modules/base64-js": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", + "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] + }, + "node_modules/big-integer": { + "version": "1.6.48", + "resolved": "https://registry.npmjs.org/big-integer/-/big-integer-1.6.48.tgz", + "integrity": "sha512-j51egjPa7/i+RdiRuJbPdJ2FIUYYPhvYLjzoYbcMMm62ooO6F94fETG4MTs46zPAF9Brs04OajboA/qTGuz78w==", + "engines": { + "node": ">=0.6" + } + }, + "node_modules/bplist-creator": { + "version": "0.0.8", + "resolved": "https://registry.npmjs.org/bplist-creator/-/bplist-creator-0.0.8.tgz", + "integrity": "sha512-Za9JKzD6fjLC16oX2wsXfc+qBEhJBJB1YPInoAQpMLhDuj5aVOv1baGeIQSq1Fr3OCqzvsoQcSBSwGId/Ja2PA==", + "dependencies": { + "stream-buffers": "~2.2.0" + } + }, + "node_modules/bplist-parser": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/bplist-parser/-/bplist-parser-0.2.0.tgz", + "integrity": "sha512-z0M+byMThzQmD9NILRniCUXYsYpjwnlO8N5uCFaCqIOpqRsJCrQL9NK3JsD67CN5a08nF5oIL2bD6loTdHOuKw==", + "dependencies": { + "big-integer": "^1.6.44" + }, + "engines": { + "node": ">= 5.10.0" + } + }, + "node_modules/brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "dependencies": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "node_modules/chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "dependencies": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/color-convert": { + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", + "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "dependencies": { + "color-name": "1.1.3" + } + }, + "node_modules/color-name": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", + "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=" + }, + "node_modules/command-line-args": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/command-line-args/-/command-line-args-5.1.1.tgz", + "integrity": "sha512-hL/eG8lrll1Qy1ezvkant+trihbGnaKaeEjj6Scyr3DN+RC7iQ5Rz84IeLERfAWDGo0HBSNAakczwgCilDXnWg==", + "dependencies": { + "array-back": "^3.0.1", + "find-replace": "^3.0.0", + "lodash.camelcase": "^4.3.0", + "typical": "^4.0.0" + }, + "engines": { + "node": ">=4.0.0" + } + }, + "node_modules/command-line-usage": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/command-line-usage/-/command-line-usage-6.1.0.tgz", + "integrity": "sha512-Ew1clU4pkUeo6AFVDFxCbnN7GIZfXl48HIOQeFQnkO3oOqvpI7wdqtLRwv9iOCZ/7A+z4csVZeiDdEcj8g6Wiw==", + "dependencies": { + "array-back": "^4.0.0", + "chalk": "^2.4.2", + "table-layout": "^1.0.0", + "typical": "^5.2.0" + }, + "engines": { + "node": ">=8.0.0" + } + }, + "node_modules/command-line-usage/node_modules/array-back": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/array-back/-/array-back-4.0.1.tgz", + "integrity": "sha512-Z/JnaVEXv+A9xabHzN43FiiiWEE7gPCRXMrVmRm00tWbjZRul1iHm7ECzlyNq1p4a4ATXz+G9FJ3GqGOkOV3fg==", + "engines": { + "node": ">=8" + } + }, + "node_modules/command-line-usage/node_modules/typical": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/typical/-/typical-5.2.0.tgz", + "integrity": "sha512-dvdQgNDNJo+8B2uBQoqdb11eUCE1JQXhvjC/CZtgvZseVd5TYMXnq0+vuUemXbd/Se29cTaUuPX3YIc2xgbvIg==", + "engines": { + "node": ">=8" + } + }, + "node_modules/concat-map": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=" + }, + "node_modules/consola": { + "version": "2.15.0", + "resolved": "https://registry.npmjs.org/consola/-/consola-2.15.0.tgz", + "integrity": "sha512-vlcSGgdYS26mPf7qNi+dCisbhiyDnrN1zaRbw3CSuc2wGOMEGGPsp46PdRG5gqXwgtJfjxDkxRNAgRPr1B77vQ==" + }, + "node_modules/deep-extend": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz", + "integrity": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==", + "engines": { + "node": ">=4.0.0" + } + }, + "node_modules/detect-indent": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/detect-indent/-/detect-indent-6.1.0.tgz", + "integrity": "sha512-reYkTUJAZb9gUuZ2RvVCNhVHdg62RHnJ7WJl8ftMi4diZ6NWlciOzQN88pUhSELEwflJht4oQDv0F0BMlwaYtA==", + "engines": { + "node": ">=8" + } + }, + "node_modules/escape-string-regexp": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/find-replace": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/find-replace/-/find-replace-3.0.0.tgz", + "integrity": "sha512-6Tb2myMioCAgv5kfvP5/PkZZ/ntTpVK39fHY7WkWBgvbeE+VHd/tZuZ4mrC+bxh4cfOZeYKVPaJIZtZXV7GNCQ==", + "dependencies": { + "array-back": "^3.0.1" + }, + "engines": { + "node": ">=4.0.0" + } + }, + "node_modules/fs.realpath": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", + "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=" + }, + "node_modules/glob": { + "version": "7.1.6", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.6.tgz", + "integrity": "sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==", + "dependencies": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.0.4", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + }, + "engines": { + "node": "*" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/has-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", + "engines": { + "node": ">=4" + } + }, + "node_modules/inflight": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", + "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", + "dependencies": { + "once": "^1.3.0", + "wrappy": "1" + } + }, + "node_modules/inherits": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" + }, + "node_modules/kleur": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz", + "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==", + "engines": { + "node": ">=6" + } + }, + "node_modules/lodash.camelcase": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz", + "integrity": "sha1-soqmKIorn8ZRA1x3EfZathkDMaY=" + }, + "node_modules/lru-cache": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/minimatch": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", + "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", + "dependencies": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, + "node_modules/once": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", + "dependencies": { + "wrappy": "1" + } + }, + "node_modules/path-is-absolute": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", + "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/plist": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/plist/-/plist-3.0.1.tgz", + "integrity": "sha512-GpgvHHocGRyQm74b6FWEZZVRroHKE1I0/BTjAmySaohK+cUn+hZpbqXkc3KWgW3gQYkqcQej35FohcT0FRlkRQ==", + "dependencies": { + "base64-js": "^1.2.3", + "xmlbuilder": "^9.0.7", + "xmldom": "0.1.x" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/prompts": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.0.tgz", + "integrity": "sha512-awZAKrk3vN6CroQukBL+R9051a4R3zCZBlJm/HBfrSZ8iTpYix3VX1vU4mveiLpiwmOJT4wokTF9m6HUk4KqWQ==", + "dependencies": { + "kleur": "^3.0.3", + "sisteransi": "^1.0.5" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/reduce-flatten": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/reduce-flatten/-/reduce-flatten-2.0.0.tgz", + "integrity": "sha512-EJ4UNY/U1t2P/2k6oqotuX2Cc3T6nxJwsM0N0asT7dhrtH1ltUxDn4NalSYmPE2rCkVpcf/X6R0wDwcFpzhd4w==", + "engines": { + "node": ">=6" + } + }, + "node_modules/semver": { + "version": "7.5.4", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz", + "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==", + "dependencies": { + "lru-cache": "^6.0.0" + }, + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/simple-plist": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/simple-plist/-/simple-plist-1.1.1.tgz", + "integrity": "sha512-pKMCVKvZbZTsqYR6RKgLfBHkh2cV89GXcA/0CVPje3sOiNOnXA8+rp/ciAMZ7JRaUdLzlEM6JFfUn+fS6Nt3hg==", + "dependencies": { + "bplist-creator": "0.0.8", + "bplist-parser": "0.2.0", + "plist": "^3.0.1" + } + }, + "node_modules/sisteransi": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz", + "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==" + }, + "node_modules/stream-buffers": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/stream-buffers/-/stream-buffers-2.2.0.tgz", + "integrity": "sha1-kdX1Ew0c75bc+n9yaUUYh0HQnuQ=", + "engines": { + "node": ">= 0.10.0" + } + }, + "node_modules/supports-color": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "dependencies": { + "has-flag": "^3.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/table-layout": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/table-layout/-/table-layout-1.0.1.tgz", + "integrity": "sha512-dEquqYNJiGwY7iPfZ3wbXDI944iqanTSchrACLL2nOB+1r+h1Nzu2eH+DuPPvWvm5Ry7iAPeFlgEtP5bIp5U7Q==", + "dependencies": { + "array-back": "^4.0.1", + "deep-extend": "~0.6.0", + "typical": "^5.2.0", + "wordwrapjs": "^4.0.0" + }, + "engines": { + "node": ">=8.0.0" + } + }, + "node_modules/table-layout/node_modules/array-back": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/array-back/-/array-back-4.0.1.tgz", + "integrity": "sha512-Z/JnaVEXv+A9xabHzN43FiiiWEE7gPCRXMrVmRm00tWbjZRul1iHm7ECzlyNq1p4a4ATXz+G9FJ3GqGOkOV3fg==", + "engines": { + "node": ">=8" + } + }, + "node_modules/table-layout/node_modules/typical": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/typical/-/typical-5.2.0.tgz", + "integrity": "sha512-dvdQgNDNJo+8B2uBQoqdb11eUCE1JQXhvjC/CZtgvZseVd5TYMXnq0+vuUemXbd/Se29cTaUuPX3YIc2xgbvIg==", + "engines": { + "node": ">=8" + } + }, + "node_modules/typescript": { + "version": "4.1.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.1.3.tgz", + "integrity": "sha512-B3ZIOf1IKeH2ixgHhj6la6xdwR9QrLC5d1VKeCSY4tvkqhF2eqd9O7txNlS0PO3GrBAFIdr3L1ndNwteUbZLYg==", + "dev": true, + "bin": { + "tsc": "bin/tsc", + "tsserver": "bin/tsserver" + }, + "engines": { + "node": ">=4.2.0" + } + }, + "node_modules/typical": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/typical/-/typical-4.0.0.tgz", + "integrity": "sha512-VAH4IvQ7BDFYglMd7BPRDfLgxZZX4O4TFcRDA6EN5X7erNJJq+McIEp8np9aVtxrCJ6qx4GTYVfOWNjcqwZgRw==", + "engines": { + "node": ">=8" + } + }, + "node_modules/uuid": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-7.0.3.tgz", + "integrity": "sha512-DPSke0pXhTZgoF/d+WSt2QaKMCFSfx7QegxEWT+JOuHF5aWrKEn0G+ztjuJg/gG8/ItK+rbPCD/yNv8yyih6Cg==", + "bin": { + "uuid": "dist/bin/uuid" + } + }, + "node_modules/wordwrapjs": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/wordwrapjs/-/wordwrapjs-4.0.0.tgz", + "integrity": "sha512-Svqw723a3R34KvsMgpjFBYCgNOSdcW3mQFK4wIfhGQhtaFVOJmdYoXgi63ne3dTlWgatVcUc7t4HtQ/+bUVIzQ==", + "dependencies": { + "reduce-flatten": "^2.0.0", + "typical": "^5.0.0" + }, + "engines": { + "node": ">=8.0.0" + } + }, + "node_modules/wordwrapjs/node_modules/typical": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/typical/-/typical-5.2.0.tgz", + "integrity": "sha512-dvdQgNDNJo+8B2uBQoqdb11eUCE1JQXhvjC/CZtgvZseVd5TYMXnq0+vuUemXbd/Se29cTaUuPX3YIc2xgbvIg==", + "engines": { + "node": ">=8" + } + }, + "node_modules/wrappy": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", + "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=" + }, + "node_modules/xcode": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/xcode/-/xcode-3.0.1.tgz", + "integrity": "sha512-kCz5k7J7XbJtjABOvkc5lJmkiDh8VhjVCGNiqdKCscmVpdVUpEAyXv1xmCLkQJ5dsHqx3IPO4XW+NTDhU/fatA==", + "dependencies": { + "simple-plist": "^1.1.0", + "uuid": "^7.0.3" + }, + "engines": { + "node": ">=10.0.0" + } + }, + "node_modules/xmlbuilder": { + "version": "9.0.7", + "resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-9.0.7.tgz", + "integrity": "sha1-Ey7mPS7FVlxVfiD0wi35rKaGsQ0=", + "engines": { + "node": ">=4.0" + } + }, + "node_modules/xmldom": { + "version": "0.1.31", + "resolved": "https://registry.npmjs.org/xmldom/-/xmldom-0.1.31.tgz", + "integrity": "sha512-yS2uJflVQs6n+CyjHoaBmVSqIDevTAWrzMmjG1Gc7h1qQ7uVozNhEPJAwZXWyGQ/Gafo3fCwrcaokezLPupVyQ==", + "deprecated": "Deprecated due to CVE-2021-21366 resolved in 0.5.0", + "engines": { + "node": ">=0.1" + } + }, + "node_modules/yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" + } + }, + "dependencies": { + "@types/command-line-args": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/@types/command-line-args/-/command-line-args-5.0.0.tgz", + "integrity": "sha512-4eOPXyn5DmP64MCMF8ePDvdlvlzt2a+F8ZaVjqmh2yFCpGjc1kI3kGnCFYX9SCsGTjQcWIyVZ86IHCEyjy/MNg==", + "dev": true + }, + "@types/command-line-usage": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/@types/command-line-usage/-/command-line-usage-5.0.1.tgz", + "integrity": "sha512-/xUgezxxYePeXhg5S04hUjxG9JZi+rJTs1+4NwpYPfSaS7BeDa6tVJkH6lN9Cb6rl8d24Fi2uX0s0Ngg2JT6gg==", + "dev": true + }, + "@types/glob": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/@types/glob/-/glob-8.1.0.tgz", + "integrity": "sha512-IO+MJPVhoqz+28h1qLAcBEH2+xHMK6MTyHJc7MTnnYb6wsoLR29POVGJ7LycmVXIqyy/4/2ShP5sUwTXuOwb/w==", + "dev": true, + "requires": { + "@types/minimatch": "^5.1.2", + "@types/node": "*" + } + }, + "@types/minimatch": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-5.1.2.tgz", + "integrity": "sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==", + "dev": true + }, + "@types/node": { + "version": "14.14.7", + "resolved": "https://registry.npmjs.org/@types/node/-/node-14.14.7.tgz", + "integrity": "sha512-Zw1vhUSQZYw+7u5dAwNbIA9TuTotpzY/OF7sJM9FqPOF3SPjKnxrjoTktXDZgUjybf4cWVBP7O8wvKdSaGHweg==", + "dev": true + }, + "@types/prompts": { + "version": "2.0.9", + "resolved": "https://registry.npmjs.org/@types/prompts/-/prompts-2.0.9.tgz", + "integrity": "sha512-TORZP+FSjTYMWwKadftmqEn6bziN5RnfygehByGsjxoK5ydnClddtv6GikGWPvCm24oI+YBwck5WDxIIyNxUrA==", + "dev": true, + "requires": { + "@types/node": "*" + } + }, + "@types/semver": { + "version": "7.5.0", + "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.0.tgz", + "integrity": "sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw==", + "dev": true + }, + "ansi-styles": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "requires": { + "color-convert": "^1.9.0" + } + }, + "array-back": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/array-back/-/array-back-3.1.0.tgz", + "integrity": "sha512-TkuxA4UCOvxuDK6NZYXCalszEzj+TLszyASooky+i742l9TqsOdYCMJJupxRic61hwquNtppB3hgcuq9SVSH1Q==" + }, + "balanced-match": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", + "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==" + }, + "base64-js": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", + "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==" + }, + "big-integer": { + "version": "1.6.48", + "resolved": "https://registry.npmjs.org/big-integer/-/big-integer-1.6.48.tgz", + "integrity": "sha512-j51egjPa7/i+RdiRuJbPdJ2FIUYYPhvYLjzoYbcMMm62ooO6F94fETG4MTs46zPAF9Brs04OajboA/qTGuz78w==" + }, + "bplist-creator": { + "version": "0.0.8", + "resolved": "https://registry.npmjs.org/bplist-creator/-/bplist-creator-0.0.8.tgz", + "integrity": "sha512-Za9JKzD6fjLC16oX2wsXfc+qBEhJBJB1YPInoAQpMLhDuj5aVOv1baGeIQSq1Fr3OCqzvsoQcSBSwGId/Ja2PA==", + "requires": { + "stream-buffers": "~2.2.0" + } + }, + "bplist-parser": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/bplist-parser/-/bplist-parser-0.2.0.tgz", + "integrity": "sha512-z0M+byMThzQmD9NILRniCUXYsYpjwnlO8N5uCFaCqIOpqRsJCrQL9NK3JsD67CN5a08nF5oIL2bD6loTdHOuKw==", + "requires": { + "big-integer": "^1.6.44" + } + }, + "brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "requires": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "requires": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + } + }, + "color-convert": { + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", + "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "requires": { + "color-name": "1.1.3" + } + }, + "color-name": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", + "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=" + }, + "command-line-args": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/command-line-args/-/command-line-args-5.1.1.tgz", + "integrity": "sha512-hL/eG8lrll1Qy1ezvkant+trihbGnaKaeEjj6Scyr3DN+RC7iQ5Rz84IeLERfAWDGo0HBSNAakczwgCilDXnWg==", + "requires": { + "array-back": "^3.0.1", + "find-replace": "^3.0.0", + "lodash.camelcase": "^4.3.0", + "typical": "^4.0.0" + } + }, + "command-line-usage": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/command-line-usage/-/command-line-usage-6.1.0.tgz", + "integrity": "sha512-Ew1clU4pkUeo6AFVDFxCbnN7GIZfXl48HIOQeFQnkO3oOqvpI7wdqtLRwv9iOCZ/7A+z4csVZeiDdEcj8g6Wiw==", + "requires": { + "array-back": "^4.0.0", + "chalk": "^2.4.2", + "table-layout": "^1.0.0", + "typical": "^5.2.0" + }, + "dependencies": { + "array-back": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/array-back/-/array-back-4.0.1.tgz", + "integrity": "sha512-Z/JnaVEXv+A9xabHzN43FiiiWEE7gPCRXMrVmRm00tWbjZRul1iHm7ECzlyNq1p4a4ATXz+G9FJ3GqGOkOV3fg==" + }, + "typical": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/typical/-/typical-5.2.0.tgz", + "integrity": "sha512-dvdQgNDNJo+8B2uBQoqdb11eUCE1JQXhvjC/CZtgvZseVd5TYMXnq0+vuUemXbd/Se29cTaUuPX3YIc2xgbvIg==" + } + } + }, + "concat-map": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=" + }, + "consola": { + "version": "2.15.0", + "resolved": "https://registry.npmjs.org/consola/-/consola-2.15.0.tgz", + "integrity": "sha512-vlcSGgdYS26mPf7qNi+dCisbhiyDnrN1zaRbw3CSuc2wGOMEGGPsp46PdRG5gqXwgtJfjxDkxRNAgRPr1B77vQ==" + }, + "deep-extend": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz", + "integrity": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==" + }, + "detect-indent": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/detect-indent/-/detect-indent-6.1.0.tgz", + "integrity": "sha512-reYkTUJAZb9gUuZ2RvVCNhVHdg62RHnJ7WJl8ftMi4diZ6NWlciOzQN88pUhSELEwflJht4oQDv0F0BMlwaYtA==" + }, + "escape-string-regexp": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=" + }, + "find-replace": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/find-replace/-/find-replace-3.0.0.tgz", + "integrity": "sha512-6Tb2myMioCAgv5kfvP5/PkZZ/ntTpVK39fHY7WkWBgvbeE+VHd/tZuZ4mrC+bxh4cfOZeYKVPaJIZtZXV7GNCQ==", + "requires": { + "array-back": "^3.0.1" + } + }, + "fs.realpath": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", + "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=" + }, + "glob": { + "version": "7.1.6", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.6.tgz", + "integrity": "sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==", + "requires": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.0.4", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + } + }, + "has-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=" + }, + "inflight": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", + "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", + "requires": { + "once": "^1.3.0", + "wrappy": "1" + } + }, + "inherits": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" + }, + "kleur": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz", + "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==" + }, + "lodash.camelcase": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz", + "integrity": "sha1-soqmKIorn8ZRA1x3EfZathkDMaY=" + }, + "lru-cache": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "requires": { + "yallist": "^4.0.0" + } + }, + "minimatch": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", + "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", + "requires": { + "brace-expansion": "^1.1.7" + } + }, + "once": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", + "requires": { + "wrappy": "1" + } + }, + "path-is-absolute": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", + "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=" + }, + "plist": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/plist/-/plist-3.0.1.tgz", + "integrity": "sha512-GpgvHHocGRyQm74b6FWEZZVRroHKE1I0/BTjAmySaohK+cUn+hZpbqXkc3KWgW3gQYkqcQej35FohcT0FRlkRQ==", + "requires": { + "base64-js": "^1.2.3", + "xmlbuilder": "^9.0.7", + "xmldom": "0.1.x" + } + }, + "prompts": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.0.tgz", + "integrity": "sha512-awZAKrk3vN6CroQukBL+R9051a4R3zCZBlJm/HBfrSZ8iTpYix3VX1vU4mveiLpiwmOJT4wokTF9m6HUk4KqWQ==", + "requires": { + "kleur": "^3.0.3", + "sisteransi": "^1.0.5" + } + }, + "reduce-flatten": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/reduce-flatten/-/reduce-flatten-2.0.0.tgz", + "integrity": "sha512-EJ4UNY/U1t2P/2k6oqotuX2Cc3T6nxJwsM0N0asT7dhrtH1ltUxDn4NalSYmPE2rCkVpcf/X6R0wDwcFpzhd4w==" + }, + "semver": { + "version": "7.5.4", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz", + "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==", + "requires": { + "lru-cache": "^6.0.0" + } + }, + "simple-plist": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/simple-plist/-/simple-plist-1.1.1.tgz", + "integrity": "sha512-pKMCVKvZbZTsqYR6RKgLfBHkh2cV89GXcA/0CVPje3sOiNOnXA8+rp/ciAMZ7JRaUdLzlEM6JFfUn+fS6Nt3hg==", + "requires": { + "bplist-creator": "0.0.8", + "bplist-parser": "0.2.0", + "plist": "^3.0.1" + } + }, + "sisteransi": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz", + "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==" + }, + "stream-buffers": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/stream-buffers/-/stream-buffers-2.2.0.tgz", + "integrity": "sha1-kdX1Ew0c75bc+n9yaUUYh0HQnuQ=" + }, + "supports-color": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "requires": { + "has-flag": "^3.0.0" + } + }, + "table-layout": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/table-layout/-/table-layout-1.0.1.tgz", + "integrity": "sha512-dEquqYNJiGwY7iPfZ3wbXDI944iqanTSchrACLL2nOB+1r+h1Nzu2eH+DuPPvWvm5Ry7iAPeFlgEtP5bIp5U7Q==", + "requires": { + "array-back": "^4.0.1", + "deep-extend": "~0.6.0", + "typical": "^5.2.0", + "wordwrapjs": "^4.0.0" + }, + "dependencies": { + "array-back": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/array-back/-/array-back-4.0.1.tgz", + "integrity": "sha512-Z/JnaVEXv+A9xabHzN43FiiiWEE7gPCRXMrVmRm00tWbjZRul1iHm7ECzlyNq1p4a4ATXz+G9FJ3GqGOkOV3fg==" + }, + "typical": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/typical/-/typical-5.2.0.tgz", + "integrity": "sha512-dvdQgNDNJo+8B2uBQoqdb11eUCE1JQXhvjC/CZtgvZseVd5TYMXnq0+vuUemXbd/Se29cTaUuPX3YIc2xgbvIg==" + } + } + }, + "typescript": { + "version": "4.1.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.1.3.tgz", + "integrity": "sha512-B3ZIOf1IKeH2ixgHhj6la6xdwR9QrLC5d1VKeCSY4tvkqhF2eqd9O7txNlS0PO3GrBAFIdr3L1ndNwteUbZLYg==", + "dev": true + }, + "typical": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/typical/-/typical-4.0.0.tgz", + "integrity": "sha512-VAH4IvQ7BDFYglMd7BPRDfLgxZZX4O4TFcRDA6EN5X7erNJJq+McIEp8np9aVtxrCJ6qx4GTYVfOWNjcqwZgRw==" + }, + "uuid": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-7.0.3.tgz", + "integrity": "sha512-DPSke0pXhTZgoF/d+WSt2QaKMCFSfx7QegxEWT+JOuHF5aWrKEn0G+ztjuJg/gG8/ItK+rbPCD/yNv8yyih6Cg==" + }, + "wordwrapjs": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/wordwrapjs/-/wordwrapjs-4.0.0.tgz", + "integrity": "sha512-Svqw723a3R34KvsMgpjFBYCgNOSdcW3mQFK4wIfhGQhtaFVOJmdYoXgi63ne3dTlWgatVcUc7t4HtQ/+bUVIzQ==", + "requires": { + "reduce-flatten": "^2.0.0", + "typical": "^5.0.0" + }, + "dependencies": { + "typical": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/typical/-/typical-5.2.0.tgz", + "integrity": "sha512-dvdQgNDNJo+8B2uBQoqdb11eUCE1JQXhvjC/CZtgvZseVd5TYMXnq0+vuUemXbd/Se29cTaUuPX3YIc2xgbvIg==" + } + } + }, + "wrappy": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", + "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=" + }, + "xcode": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/xcode/-/xcode-3.0.1.tgz", + "integrity": "sha512-kCz5k7J7XbJtjABOvkc5lJmkiDh8VhjVCGNiqdKCscmVpdVUpEAyXv1xmCLkQJ5dsHqx3IPO4XW+NTDhU/fatA==", + "requires": { + "simple-plist": "^1.1.0", + "uuid": "^7.0.3" + } + }, + "xmlbuilder": { + "version": "9.0.7", + "resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-9.0.7.tgz", + "integrity": "sha1-Ey7mPS7FVlxVfiD0wi35rKaGsQ0=" + }, + "xmldom": { + "version": "0.1.31", + "resolved": "https://registry.npmjs.org/xmldom/-/xmldom-0.1.31.tgz", + "integrity": "sha512-yS2uJflVQs6n+CyjHoaBmVSqIDevTAWrzMmjG1Gc7h1qQ7uVozNhEPJAwZXWyGQ/Gafo3fCwrcaokezLPupVyQ==" + }, + "yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" + } + } } From c178e7515166ef7470876348ea0586b497e69731 Mon Sep 17 00:00:00 2001 From: Dan Skinner Date: Thu, 2 Nov 2023 16:16:39 +0000 Subject: [PATCH 02/15] revert packages/react-native-cli/package-lock.json changes --- packages/react-native-cli/package-lock.json | 1972 +++++++++---------- 1 file changed, 986 insertions(+), 986 deletions(-) diff --git a/packages/react-native-cli/package-lock.json b/packages/react-native-cli/package-lock.json index e6538afb76..552e3bc60f 100644 --- a/packages/react-native-cli/package-lock.json +++ b/packages/react-native-cli/package-lock.json @@ -1,988 +1,988 @@ { - "name": "@bugsnag/react-native-cli", - "version": "8.0.0-alpha.0", - "lockfileVersion": 2, - "requires": true, - "packages": { - "": { - "name": "@bugsnag/react-native-cli", - "version": "8.0.0-alpha.0", - "license": "MIT", - "dependencies": { - "command-line-args": "^5.1.1", - "command-line-usage": "^6.1.0", - "consola": "^2.15.0", - "detect-indent": "^6.1.0", - "glob": "^7.1.6", - "plist": "^3.0.1", - "prompts": "^2.4.0", - "semver": "^7.5.4", - "xcode": "^3.0.1" - }, - "bin": { - "bugsnag-react-native-cli": "bin/cli" - }, - "devDependencies": { - "@types/command-line-args": "^5.0.0", - "@types/command-line-usage": "^5.0.1", - "@types/glob": "^8.1.0", - "@types/prompts": "^2.0.9", - "@types/semver": "^7.5.0", - "typescript": "^4.1.3" - } - }, - "node_modules/@types/command-line-args": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/@types/command-line-args/-/command-line-args-5.0.0.tgz", - "integrity": "sha512-4eOPXyn5DmP64MCMF8ePDvdlvlzt2a+F8ZaVjqmh2yFCpGjc1kI3kGnCFYX9SCsGTjQcWIyVZ86IHCEyjy/MNg==", - "dev": true - }, - "node_modules/@types/command-line-usage": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/@types/command-line-usage/-/command-line-usage-5.0.1.tgz", - "integrity": "sha512-/xUgezxxYePeXhg5S04hUjxG9JZi+rJTs1+4NwpYPfSaS7BeDa6tVJkH6lN9Cb6rl8d24Fi2uX0s0Ngg2JT6gg==", - "dev": true - }, - "node_modules/@types/glob": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/@types/glob/-/glob-8.1.0.tgz", - "integrity": "sha512-IO+MJPVhoqz+28h1qLAcBEH2+xHMK6MTyHJc7MTnnYb6wsoLR29POVGJ7LycmVXIqyy/4/2ShP5sUwTXuOwb/w==", - "dev": true, - "dependencies": { - "@types/minimatch": "^5.1.2", - "@types/node": "*" - } - }, - "node_modules/@types/minimatch": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-5.1.2.tgz", - "integrity": "sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==", - "dev": true - }, - "node_modules/@types/node": { - "version": "14.14.7", - "resolved": "https://registry.npmjs.org/@types/node/-/node-14.14.7.tgz", - "integrity": "sha512-Zw1vhUSQZYw+7u5dAwNbIA9TuTotpzY/OF7sJM9FqPOF3SPjKnxrjoTktXDZgUjybf4cWVBP7O8wvKdSaGHweg==", - "dev": true - }, - "node_modules/@types/prompts": { - "version": "2.0.9", - "resolved": "https://registry.npmjs.org/@types/prompts/-/prompts-2.0.9.tgz", - "integrity": "sha512-TORZP+FSjTYMWwKadftmqEn6bziN5RnfygehByGsjxoK5ydnClddtv6GikGWPvCm24oI+YBwck5WDxIIyNxUrA==", - "dev": true, - "dependencies": { - "@types/node": "*" - } - }, - "node_modules/@types/semver": { - "version": "7.5.0", - "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.0.tgz", - "integrity": "sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw==", - "dev": true - }, - "node_modules/ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", - "dependencies": { - "color-convert": "^1.9.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/array-back": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/array-back/-/array-back-3.1.0.tgz", - "integrity": "sha512-TkuxA4UCOvxuDK6NZYXCalszEzj+TLszyASooky+i742l9TqsOdYCMJJupxRic61hwquNtppB3hgcuq9SVSH1Q==", - "engines": { - "node": ">=6" - } - }, - "node_modules/balanced-match": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", - "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==" - }, - "node_modules/base64-js": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", - "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ] - }, - "node_modules/big-integer": { - "version": "1.6.48", - "resolved": "https://registry.npmjs.org/big-integer/-/big-integer-1.6.48.tgz", - "integrity": "sha512-j51egjPa7/i+RdiRuJbPdJ2FIUYYPhvYLjzoYbcMMm62ooO6F94fETG4MTs46zPAF9Brs04OajboA/qTGuz78w==", - "engines": { - "node": ">=0.6" - } - }, - "node_modules/bplist-creator": { - "version": "0.0.8", - "resolved": "https://registry.npmjs.org/bplist-creator/-/bplist-creator-0.0.8.tgz", - "integrity": "sha512-Za9JKzD6fjLC16oX2wsXfc+qBEhJBJB1YPInoAQpMLhDuj5aVOv1baGeIQSq1Fr3OCqzvsoQcSBSwGId/Ja2PA==", - "dependencies": { - "stream-buffers": "~2.2.0" - } - }, - "node_modules/bplist-parser": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/bplist-parser/-/bplist-parser-0.2.0.tgz", - "integrity": "sha512-z0M+byMThzQmD9NILRniCUXYsYpjwnlO8N5uCFaCqIOpqRsJCrQL9NK3JsD67CN5a08nF5oIL2bD6loTdHOuKw==", - "dependencies": { - "big-integer": "^1.6.44" - }, - "engines": { - "node": ">= 5.10.0" - } - }, - "node_modules/brace-expansion": { - "version": "1.1.11", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", - "dependencies": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - } - }, - "node_modules/chalk": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", - "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", - "dependencies": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/color-convert": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", - "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", - "dependencies": { - "color-name": "1.1.3" - } - }, - "node_modules/color-name": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=" - }, - "node_modules/command-line-args": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/command-line-args/-/command-line-args-5.1.1.tgz", - "integrity": "sha512-hL/eG8lrll1Qy1ezvkant+trihbGnaKaeEjj6Scyr3DN+RC7iQ5Rz84IeLERfAWDGo0HBSNAakczwgCilDXnWg==", - "dependencies": { - "array-back": "^3.0.1", - "find-replace": "^3.0.0", - "lodash.camelcase": "^4.3.0", - "typical": "^4.0.0" - }, - "engines": { - "node": ">=4.0.0" - } - }, - "node_modules/command-line-usage": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/command-line-usage/-/command-line-usage-6.1.0.tgz", - "integrity": "sha512-Ew1clU4pkUeo6AFVDFxCbnN7GIZfXl48HIOQeFQnkO3oOqvpI7wdqtLRwv9iOCZ/7A+z4csVZeiDdEcj8g6Wiw==", - "dependencies": { - "array-back": "^4.0.0", - "chalk": "^2.4.2", - "table-layout": "^1.0.0", - "typical": "^5.2.0" - }, - "engines": { - "node": ">=8.0.0" - } - }, - "node_modules/command-line-usage/node_modules/array-back": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/array-back/-/array-back-4.0.1.tgz", - "integrity": "sha512-Z/JnaVEXv+A9xabHzN43FiiiWEE7gPCRXMrVmRm00tWbjZRul1iHm7ECzlyNq1p4a4ATXz+G9FJ3GqGOkOV3fg==", - "engines": { - "node": ">=8" - } - }, - "node_modules/command-line-usage/node_modules/typical": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/typical/-/typical-5.2.0.tgz", - "integrity": "sha512-dvdQgNDNJo+8B2uBQoqdb11eUCE1JQXhvjC/CZtgvZseVd5TYMXnq0+vuUemXbd/Se29cTaUuPX3YIc2xgbvIg==", - "engines": { - "node": ">=8" - } - }, - "node_modules/concat-map": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", - "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=" - }, - "node_modules/consola": { - "version": "2.15.0", - "resolved": "https://registry.npmjs.org/consola/-/consola-2.15.0.tgz", - "integrity": "sha512-vlcSGgdYS26mPf7qNi+dCisbhiyDnrN1zaRbw3CSuc2wGOMEGGPsp46PdRG5gqXwgtJfjxDkxRNAgRPr1B77vQ==" - }, - "node_modules/deep-extend": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz", - "integrity": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==", - "engines": { - "node": ">=4.0.0" - } - }, - "node_modules/detect-indent": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/detect-indent/-/detect-indent-6.1.0.tgz", - "integrity": "sha512-reYkTUJAZb9gUuZ2RvVCNhVHdg62RHnJ7WJl8ftMi4diZ6NWlciOzQN88pUhSELEwflJht4oQDv0F0BMlwaYtA==", - "engines": { - "node": ">=8" - } - }, - "node_modules/escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", - "engines": { - "node": ">=0.8.0" - } - }, - "node_modules/find-replace": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/find-replace/-/find-replace-3.0.0.tgz", - "integrity": "sha512-6Tb2myMioCAgv5kfvP5/PkZZ/ntTpVK39fHY7WkWBgvbeE+VHd/tZuZ4mrC+bxh4cfOZeYKVPaJIZtZXV7GNCQ==", - "dependencies": { - "array-back": "^3.0.1" - }, - "engines": { - "node": ">=4.0.0" - } - }, - "node_modules/fs.realpath": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", - "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=" - }, - "node_modules/glob": { - "version": "7.1.6", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.6.tgz", - "integrity": "sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==", - "dependencies": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "engines": { - "node": "*" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/has-flag": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", - "engines": { - "node": ">=4" - } - }, - "node_modules/inflight": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", - "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", - "dependencies": { - "once": "^1.3.0", - "wrappy": "1" - } - }, - "node_modules/inherits": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", - "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" - }, - "node_modules/kleur": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz", - "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==", - "engines": { - "node": ">=6" - } - }, - "node_modules/lodash.camelcase": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz", - "integrity": "sha1-soqmKIorn8ZRA1x3EfZathkDMaY=" - }, - "node_modules/lru-cache": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", - "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", - "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", - "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", - "dependencies": { - "brace-expansion": "^1.1.7" - }, - "engines": { - "node": "*" - } - }, - "node_modules/once": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", - "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", - "dependencies": { - "wrappy": "1" - } - }, - "node_modules/path-is-absolute": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", - "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/plist": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/plist/-/plist-3.0.1.tgz", - "integrity": "sha512-GpgvHHocGRyQm74b6FWEZZVRroHKE1I0/BTjAmySaohK+cUn+hZpbqXkc3KWgW3gQYkqcQej35FohcT0FRlkRQ==", - "dependencies": { - "base64-js": "^1.2.3", - "xmlbuilder": "^9.0.7", - "xmldom": "0.1.x" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/prompts": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.0.tgz", - "integrity": "sha512-awZAKrk3vN6CroQukBL+R9051a4R3zCZBlJm/HBfrSZ8iTpYix3VX1vU4mveiLpiwmOJT4wokTF9m6HUk4KqWQ==", - "dependencies": { - "kleur": "^3.0.3", - "sisteransi": "^1.0.5" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/reduce-flatten": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/reduce-flatten/-/reduce-flatten-2.0.0.tgz", - "integrity": "sha512-EJ4UNY/U1t2P/2k6oqotuX2Cc3T6nxJwsM0N0asT7dhrtH1ltUxDn4NalSYmPE2rCkVpcf/X6R0wDwcFpzhd4w==", - "engines": { - "node": ">=6" - } - }, - "node_modules/semver": { - "version": "7.5.4", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz", - "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==", - "dependencies": { - "lru-cache": "^6.0.0" - }, - "bin": { - "semver": "bin/semver.js" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/simple-plist": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/simple-plist/-/simple-plist-1.1.1.tgz", - "integrity": "sha512-pKMCVKvZbZTsqYR6RKgLfBHkh2cV89GXcA/0CVPje3sOiNOnXA8+rp/ciAMZ7JRaUdLzlEM6JFfUn+fS6Nt3hg==", - "dependencies": { - "bplist-creator": "0.0.8", - "bplist-parser": "0.2.0", - "plist": "^3.0.1" - } - }, - "node_modules/sisteransi": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz", - "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==" - }, - "node_modules/stream-buffers": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/stream-buffers/-/stream-buffers-2.2.0.tgz", - "integrity": "sha1-kdX1Ew0c75bc+n9yaUUYh0HQnuQ=", - "engines": { - "node": ">= 0.10.0" - } - }, - "node_modules/supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", - "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", - "dependencies": { - "has-flag": "^3.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/table-layout": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/table-layout/-/table-layout-1.0.1.tgz", - "integrity": "sha512-dEquqYNJiGwY7iPfZ3wbXDI944iqanTSchrACLL2nOB+1r+h1Nzu2eH+DuPPvWvm5Ry7iAPeFlgEtP5bIp5U7Q==", - "dependencies": { - "array-back": "^4.0.1", - "deep-extend": "~0.6.0", - "typical": "^5.2.0", - "wordwrapjs": "^4.0.0" - }, - "engines": { - "node": ">=8.0.0" - } - }, - "node_modules/table-layout/node_modules/array-back": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/array-back/-/array-back-4.0.1.tgz", - "integrity": "sha512-Z/JnaVEXv+A9xabHzN43FiiiWEE7gPCRXMrVmRm00tWbjZRul1iHm7ECzlyNq1p4a4ATXz+G9FJ3GqGOkOV3fg==", - "engines": { - "node": ">=8" - } - }, - "node_modules/table-layout/node_modules/typical": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/typical/-/typical-5.2.0.tgz", - "integrity": "sha512-dvdQgNDNJo+8B2uBQoqdb11eUCE1JQXhvjC/CZtgvZseVd5TYMXnq0+vuUemXbd/Se29cTaUuPX3YIc2xgbvIg==", - "engines": { - "node": ">=8" - } - }, - "node_modules/typescript": { - "version": "4.1.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.1.3.tgz", - "integrity": "sha512-B3ZIOf1IKeH2ixgHhj6la6xdwR9QrLC5d1VKeCSY4tvkqhF2eqd9O7txNlS0PO3GrBAFIdr3L1ndNwteUbZLYg==", - "dev": true, - "bin": { - "tsc": "bin/tsc", - "tsserver": "bin/tsserver" - }, - "engines": { - "node": ">=4.2.0" - } - }, - "node_modules/typical": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/typical/-/typical-4.0.0.tgz", - "integrity": "sha512-VAH4IvQ7BDFYglMd7BPRDfLgxZZX4O4TFcRDA6EN5X7erNJJq+McIEp8np9aVtxrCJ6qx4GTYVfOWNjcqwZgRw==", - "engines": { - "node": ">=8" - } - }, - "node_modules/uuid": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-7.0.3.tgz", - "integrity": "sha512-DPSke0pXhTZgoF/d+WSt2QaKMCFSfx7QegxEWT+JOuHF5aWrKEn0G+ztjuJg/gG8/ItK+rbPCD/yNv8yyih6Cg==", - "bin": { - "uuid": "dist/bin/uuid" - } - }, - "node_modules/wordwrapjs": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/wordwrapjs/-/wordwrapjs-4.0.0.tgz", - "integrity": "sha512-Svqw723a3R34KvsMgpjFBYCgNOSdcW3mQFK4wIfhGQhtaFVOJmdYoXgi63ne3dTlWgatVcUc7t4HtQ/+bUVIzQ==", - "dependencies": { - "reduce-flatten": "^2.0.0", - "typical": "^5.0.0" - }, - "engines": { - "node": ">=8.0.0" - } - }, - "node_modules/wordwrapjs/node_modules/typical": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/typical/-/typical-5.2.0.tgz", - "integrity": "sha512-dvdQgNDNJo+8B2uBQoqdb11eUCE1JQXhvjC/CZtgvZseVd5TYMXnq0+vuUemXbd/Se29cTaUuPX3YIc2xgbvIg==", - "engines": { - "node": ">=8" - } - }, - "node_modules/wrappy": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", - "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=" - }, - "node_modules/xcode": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/xcode/-/xcode-3.0.1.tgz", - "integrity": "sha512-kCz5k7J7XbJtjABOvkc5lJmkiDh8VhjVCGNiqdKCscmVpdVUpEAyXv1xmCLkQJ5dsHqx3IPO4XW+NTDhU/fatA==", - "dependencies": { - "simple-plist": "^1.1.0", - "uuid": "^7.0.3" - }, - "engines": { - "node": ">=10.0.0" - } - }, - "node_modules/xmlbuilder": { - "version": "9.0.7", - "resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-9.0.7.tgz", - "integrity": "sha1-Ey7mPS7FVlxVfiD0wi35rKaGsQ0=", - "engines": { - "node": ">=4.0" - } - }, - "node_modules/xmldom": { - "version": "0.1.31", - "resolved": "https://registry.npmjs.org/xmldom/-/xmldom-0.1.31.tgz", - "integrity": "sha512-yS2uJflVQs6n+CyjHoaBmVSqIDevTAWrzMmjG1Gc7h1qQ7uVozNhEPJAwZXWyGQ/Gafo3fCwrcaokezLPupVyQ==", - "deprecated": "Deprecated due to CVE-2021-21366 resolved in 0.5.0", - "engines": { - "node": ">=0.1" - } - }, - "node_modules/yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" - } - }, - "dependencies": { - "@types/command-line-args": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/@types/command-line-args/-/command-line-args-5.0.0.tgz", - "integrity": "sha512-4eOPXyn5DmP64MCMF8ePDvdlvlzt2a+F8ZaVjqmh2yFCpGjc1kI3kGnCFYX9SCsGTjQcWIyVZ86IHCEyjy/MNg==", - "dev": true - }, - "@types/command-line-usage": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/@types/command-line-usage/-/command-line-usage-5.0.1.tgz", - "integrity": "sha512-/xUgezxxYePeXhg5S04hUjxG9JZi+rJTs1+4NwpYPfSaS7BeDa6tVJkH6lN9Cb6rl8d24Fi2uX0s0Ngg2JT6gg==", - "dev": true - }, - "@types/glob": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/@types/glob/-/glob-8.1.0.tgz", - "integrity": "sha512-IO+MJPVhoqz+28h1qLAcBEH2+xHMK6MTyHJc7MTnnYb6wsoLR29POVGJ7LycmVXIqyy/4/2ShP5sUwTXuOwb/w==", - "dev": true, - "requires": { - "@types/minimatch": "^5.1.2", - "@types/node": "*" - } - }, - "@types/minimatch": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-5.1.2.tgz", - "integrity": "sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==", - "dev": true - }, - "@types/node": { - "version": "14.14.7", - "resolved": "https://registry.npmjs.org/@types/node/-/node-14.14.7.tgz", - "integrity": "sha512-Zw1vhUSQZYw+7u5dAwNbIA9TuTotpzY/OF7sJM9FqPOF3SPjKnxrjoTktXDZgUjybf4cWVBP7O8wvKdSaGHweg==", - "dev": true - }, - "@types/prompts": { - "version": "2.0.9", - "resolved": "https://registry.npmjs.org/@types/prompts/-/prompts-2.0.9.tgz", - "integrity": "sha512-TORZP+FSjTYMWwKadftmqEn6bziN5RnfygehByGsjxoK5ydnClddtv6GikGWPvCm24oI+YBwck5WDxIIyNxUrA==", - "dev": true, - "requires": { - "@types/node": "*" - } - }, - "@types/semver": { - "version": "7.5.0", - "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.0.tgz", - "integrity": "sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw==", - "dev": true - }, - "ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", - "requires": { - "color-convert": "^1.9.0" - } - }, - "array-back": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/array-back/-/array-back-3.1.0.tgz", - "integrity": "sha512-TkuxA4UCOvxuDK6NZYXCalszEzj+TLszyASooky+i742l9TqsOdYCMJJupxRic61hwquNtppB3hgcuq9SVSH1Q==" - }, - "balanced-match": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", - "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==" - }, - "base64-js": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", - "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==" - }, - "big-integer": { - "version": "1.6.48", - "resolved": "https://registry.npmjs.org/big-integer/-/big-integer-1.6.48.tgz", - "integrity": "sha512-j51egjPa7/i+RdiRuJbPdJ2FIUYYPhvYLjzoYbcMMm62ooO6F94fETG4MTs46zPAF9Brs04OajboA/qTGuz78w==" - }, - "bplist-creator": { - "version": "0.0.8", - "resolved": "https://registry.npmjs.org/bplist-creator/-/bplist-creator-0.0.8.tgz", - "integrity": "sha512-Za9JKzD6fjLC16oX2wsXfc+qBEhJBJB1YPInoAQpMLhDuj5aVOv1baGeIQSq1Fr3OCqzvsoQcSBSwGId/Ja2PA==", - "requires": { - "stream-buffers": "~2.2.0" - } - }, - "bplist-parser": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/bplist-parser/-/bplist-parser-0.2.0.tgz", - "integrity": "sha512-z0M+byMThzQmD9NILRniCUXYsYpjwnlO8N5uCFaCqIOpqRsJCrQL9NK3JsD67CN5a08nF5oIL2bD6loTdHOuKw==", - "requires": { - "big-integer": "^1.6.44" - } - }, - "brace-expansion": { - "version": "1.1.11", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", - "requires": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - } - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", - "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - } - }, - "color-convert": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", - "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", - "requires": { - "color-name": "1.1.3" - } - }, - "color-name": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=" - }, - "command-line-args": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/command-line-args/-/command-line-args-5.1.1.tgz", - "integrity": "sha512-hL/eG8lrll1Qy1ezvkant+trihbGnaKaeEjj6Scyr3DN+RC7iQ5Rz84IeLERfAWDGo0HBSNAakczwgCilDXnWg==", - "requires": { - "array-back": "^3.0.1", - "find-replace": "^3.0.0", - "lodash.camelcase": "^4.3.0", - "typical": "^4.0.0" - } - }, - "command-line-usage": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/command-line-usage/-/command-line-usage-6.1.0.tgz", - "integrity": "sha512-Ew1clU4pkUeo6AFVDFxCbnN7GIZfXl48HIOQeFQnkO3oOqvpI7wdqtLRwv9iOCZ/7A+z4csVZeiDdEcj8g6Wiw==", - "requires": { - "array-back": "^4.0.0", - "chalk": "^2.4.2", - "table-layout": "^1.0.0", - "typical": "^5.2.0" - }, - "dependencies": { - "array-back": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/array-back/-/array-back-4.0.1.tgz", - "integrity": "sha512-Z/JnaVEXv+A9xabHzN43FiiiWEE7gPCRXMrVmRm00tWbjZRul1iHm7ECzlyNq1p4a4ATXz+G9FJ3GqGOkOV3fg==" - }, - "typical": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/typical/-/typical-5.2.0.tgz", - "integrity": "sha512-dvdQgNDNJo+8B2uBQoqdb11eUCE1JQXhvjC/CZtgvZseVd5TYMXnq0+vuUemXbd/Se29cTaUuPX3YIc2xgbvIg==" - } - } - }, - "concat-map": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", - "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=" - }, - "consola": { - "version": "2.15.0", - "resolved": "https://registry.npmjs.org/consola/-/consola-2.15.0.tgz", - "integrity": "sha512-vlcSGgdYS26mPf7qNi+dCisbhiyDnrN1zaRbw3CSuc2wGOMEGGPsp46PdRG5gqXwgtJfjxDkxRNAgRPr1B77vQ==" - }, - "deep-extend": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz", - "integrity": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==" - }, - "detect-indent": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/detect-indent/-/detect-indent-6.1.0.tgz", - "integrity": "sha512-reYkTUJAZb9gUuZ2RvVCNhVHdg62RHnJ7WJl8ftMi4diZ6NWlciOzQN88pUhSELEwflJht4oQDv0F0BMlwaYtA==" - }, - "escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=" - }, - "find-replace": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/find-replace/-/find-replace-3.0.0.tgz", - "integrity": "sha512-6Tb2myMioCAgv5kfvP5/PkZZ/ntTpVK39fHY7WkWBgvbeE+VHd/tZuZ4mrC+bxh4cfOZeYKVPaJIZtZXV7GNCQ==", - "requires": { - "array-back": "^3.0.1" - } - }, - "fs.realpath": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", - "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=" - }, - "glob": { - "version": "7.1.6", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.6.tgz", - "integrity": "sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==", - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - } - }, - "has-flag": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=" - }, - "inflight": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", - "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", - "requires": { - "once": "^1.3.0", - "wrappy": "1" - } - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", - "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" - }, - "kleur": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz", - "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==" - }, - "lodash.camelcase": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz", - "integrity": "sha1-soqmKIorn8ZRA1x3EfZathkDMaY=" - }, - "lru-cache": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", - "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", - "requires": { - "yallist": "^4.0.0" - } - }, - "minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", - "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", - "requires": { - "brace-expansion": "^1.1.7" - } - }, - "once": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", - "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", - "requires": { - "wrappy": "1" - } - }, - "path-is-absolute": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", - "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=" - }, - "plist": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/plist/-/plist-3.0.1.tgz", - "integrity": "sha512-GpgvHHocGRyQm74b6FWEZZVRroHKE1I0/BTjAmySaohK+cUn+hZpbqXkc3KWgW3gQYkqcQej35FohcT0FRlkRQ==", - "requires": { - "base64-js": "^1.2.3", - "xmlbuilder": "^9.0.7", - "xmldom": "0.1.x" - } - }, - "prompts": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.0.tgz", - "integrity": "sha512-awZAKrk3vN6CroQukBL+R9051a4R3zCZBlJm/HBfrSZ8iTpYix3VX1vU4mveiLpiwmOJT4wokTF9m6HUk4KqWQ==", - "requires": { - "kleur": "^3.0.3", - "sisteransi": "^1.0.5" - } - }, - "reduce-flatten": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/reduce-flatten/-/reduce-flatten-2.0.0.tgz", - "integrity": "sha512-EJ4UNY/U1t2P/2k6oqotuX2Cc3T6nxJwsM0N0asT7dhrtH1ltUxDn4NalSYmPE2rCkVpcf/X6R0wDwcFpzhd4w==" - }, - "semver": { - "version": "7.5.4", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz", - "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==", - "requires": { - "lru-cache": "^6.0.0" - } - }, - "simple-plist": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/simple-plist/-/simple-plist-1.1.1.tgz", - "integrity": "sha512-pKMCVKvZbZTsqYR6RKgLfBHkh2cV89GXcA/0CVPje3sOiNOnXA8+rp/ciAMZ7JRaUdLzlEM6JFfUn+fS6Nt3hg==", - "requires": { - "bplist-creator": "0.0.8", - "bplist-parser": "0.2.0", - "plist": "^3.0.1" - } - }, - "sisteransi": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz", - "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==" - }, - "stream-buffers": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/stream-buffers/-/stream-buffers-2.2.0.tgz", - "integrity": "sha1-kdX1Ew0c75bc+n9yaUUYh0HQnuQ=" - }, - "supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", - "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", - "requires": { - "has-flag": "^3.0.0" - } - }, - "table-layout": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/table-layout/-/table-layout-1.0.1.tgz", - "integrity": "sha512-dEquqYNJiGwY7iPfZ3wbXDI944iqanTSchrACLL2nOB+1r+h1Nzu2eH+DuPPvWvm5Ry7iAPeFlgEtP5bIp5U7Q==", - "requires": { - "array-back": "^4.0.1", - "deep-extend": "~0.6.0", - "typical": "^5.2.0", - "wordwrapjs": "^4.0.0" - }, - "dependencies": { - "array-back": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/array-back/-/array-back-4.0.1.tgz", - "integrity": "sha512-Z/JnaVEXv+A9xabHzN43FiiiWEE7gPCRXMrVmRm00tWbjZRul1iHm7ECzlyNq1p4a4ATXz+G9FJ3GqGOkOV3fg==" - }, - "typical": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/typical/-/typical-5.2.0.tgz", - "integrity": "sha512-dvdQgNDNJo+8B2uBQoqdb11eUCE1JQXhvjC/CZtgvZseVd5TYMXnq0+vuUemXbd/Se29cTaUuPX3YIc2xgbvIg==" - } - } - }, - "typescript": { - "version": "4.1.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.1.3.tgz", - "integrity": "sha512-B3ZIOf1IKeH2ixgHhj6la6xdwR9QrLC5d1VKeCSY4tvkqhF2eqd9O7txNlS0PO3GrBAFIdr3L1ndNwteUbZLYg==", - "dev": true - }, - "typical": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/typical/-/typical-4.0.0.tgz", - "integrity": "sha512-VAH4IvQ7BDFYglMd7BPRDfLgxZZX4O4TFcRDA6EN5X7erNJJq+McIEp8np9aVtxrCJ6qx4GTYVfOWNjcqwZgRw==" - }, - "uuid": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-7.0.3.tgz", - "integrity": "sha512-DPSke0pXhTZgoF/d+WSt2QaKMCFSfx7QegxEWT+JOuHF5aWrKEn0G+ztjuJg/gG8/ItK+rbPCD/yNv8yyih6Cg==" - }, - "wordwrapjs": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/wordwrapjs/-/wordwrapjs-4.0.0.tgz", - "integrity": "sha512-Svqw723a3R34KvsMgpjFBYCgNOSdcW3mQFK4wIfhGQhtaFVOJmdYoXgi63ne3dTlWgatVcUc7t4HtQ/+bUVIzQ==", - "requires": { - "reduce-flatten": "^2.0.0", - "typical": "^5.0.0" - }, - "dependencies": { - "typical": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/typical/-/typical-5.2.0.tgz", - "integrity": "sha512-dvdQgNDNJo+8B2uBQoqdb11eUCE1JQXhvjC/CZtgvZseVd5TYMXnq0+vuUemXbd/Se29cTaUuPX3YIc2xgbvIg==" - } - } - }, - "wrappy": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", - "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=" - }, - "xcode": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/xcode/-/xcode-3.0.1.tgz", - "integrity": "sha512-kCz5k7J7XbJtjABOvkc5lJmkiDh8VhjVCGNiqdKCscmVpdVUpEAyXv1xmCLkQJ5dsHqx3IPO4XW+NTDhU/fatA==", - "requires": { - "simple-plist": "^1.1.0", - "uuid": "^7.0.3" - } - }, - "xmlbuilder": { - "version": "9.0.7", - "resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-9.0.7.tgz", - "integrity": "sha1-Ey7mPS7FVlxVfiD0wi35rKaGsQ0=" - }, - "xmldom": { - "version": "0.1.31", - "resolved": "https://registry.npmjs.org/xmldom/-/xmldom-0.1.31.tgz", - "integrity": "sha512-yS2uJflVQs6n+CyjHoaBmVSqIDevTAWrzMmjG1Gc7h1qQ7uVozNhEPJAwZXWyGQ/Gafo3fCwrcaokezLPupVyQ==" - }, - "yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" - } - } + "name": "@bugsnag/react-native-cli", + "version": "8.0.0-alpha.0", + "lockfileVersion": 2, + "requires": true, + "packages": { + "": { + "name": "@bugsnag/react-native-cli", + "version": "7.16.5", + "license": "MIT", + "dependencies": { + "command-line-args": "^5.1.1", + "command-line-usage": "^6.1.0", + "consola": "^2.15.0", + "detect-indent": "^6.1.0", + "glob": "^7.1.6", + "plist": "^3.0.1", + "prompts": "^2.4.0", + "semver": "^7.5.4", + "xcode": "^3.0.1" + }, + "bin": { + "bugsnag-react-native-cli": "bin/cli" + }, + "devDependencies": { + "@types/command-line-args": "^5.0.0", + "@types/command-line-usage": "^5.0.1", + "@types/glob": "^8.1.0", + "@types/prompts": "^2.0.9", + "@types/semver": "^7.5.0", + "typescript": "^4.1.3" + } + }, + "node_modules/@types/command-line-args": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/@types/command-line-args/-/command-line-args-5.0.0.tgz", + "integrity": "sha512-4eOPXyn5DmP64MCMF8ePDvdlvlzt2a+F8ZaVjqmh2yFCpGjc1kI3kGnCFYX9SCsGTjQcWIyVZ86IHCEyjy/MNg==", + "dev": true + }, + "node_modules/@types/command-line-usage": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/@types/command-line-usage/-/command-line-usage-5.0.1.tgz", + "integrity": "sha512-/xUgezxxYePeXhg5S04hUjxG9JZi+rJTs1+4NwpYPfSaS7BeDa6tVJkH6lN9Cb6rl8d24Fi2uX0s0Ngg2JT6gg==", + "dev": true + }, + "node_modules/@types/glob": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/@types/glob/-/glob-8.1.0.tgz", + "integrity": "sha512-IO+MJPVhoqz+28h1qLAcBEH2+xHMK6MTyHJc7MTnnYb6wsoLR29POVGJ7LycmVXIqyy/4/2ShP5sUwTXuOwb/w==", + "dev": true, + "dependencies": { + "@types/minimatch": "^5.1.2", + "@types/node": "*" + } + }, + "node_modules/@types/minimatch": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-5.1.2.tgz", + "integrity": "sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==", + "dev": true + }, + "node_modules/@types/node": { + "version": "14.14.7", + "resolved": "https://registry.npmjs.org/@types/node/-/node-14.14.7.tgz", + "integrity": "sha512-Zw1vhUSQZYw+7u5dAwNbIA9TuTotpzY/OF7sJM9FqPOF3SPjKnxrjoTktXDZgUjybf4cWVBP7O8wvKdSaGHweg==", + "dev": true + }, + "node_modules/@types/prompts": { + "version": "2.0.9", + "resolved": "https://registry.npmjs.org/@types/prompts/-/prompts-2.0.9.tgz", + "integrity": "sha512-TORZP+FSjTYMWwKadftmqEn6bziN5RnfygehByGsjxoK5ydnClddtv6GikGWPvCm24oI+YBwck5WDxIIyNxUrA==", + "dev": true, + "dependencies": { + "@types/node": "*" + } + }, + "node_modules/@types/semver": { + "version": "7.5.0", + "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.0.tgz", + "integrity": "sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw==", + "dev": true + }, + "node_modules/ansi-styles": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "dependencies": { + "color-convert": "^1.9.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/array-back": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/array-back/-/array-back-3.1.0.tgz", + "integrity": "sha512-TkuxA4UCOvxuDK6NZYXCalszEzj+TLszyASooky+i742l9TqsOdYCMJJupxRic61hwquNtppB3hgcuq9SVSH1Q==", + "engines": { + "node": ">=6" + } + }, + "node_modules/balanced-match": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", + "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==" + }, + "node_modules/base64-js": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", + "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] + }, + "node_modules/big-integer": { + "version": "1.6.48", + "resolved": "https://registry.npmjs.org/big-integer/-/big-integer-1.6.48.tgz", + "integrity": "sha512-j51egjPa7/i+RdiRuJbPdJ2FIUYYPhvYLjzoYbcMMm62ooO6F94fETG4MTs46zPAF9Brs04OajboA/qTGuz78w==", + "engines": { + "node": ">=0.6" + } + }, + "node_modules/bplist-creator": { + "version": "0.0.8", + "resolved": "https://registry.npmjs.org/bplist-creator/-/bplist-creator-0.0.8.tgz", + "integrity": "sha512-Za9JKzD6fjLC16oX2wsXfc+qBEhJBJB1YPInoAQpMLhDuj5aVOv1baGeIQSq1Fr3OCqzvsoQcSBSwGId/Ja2PA==", + "dependencies": { + "stream-buffers": "~2.2.0" + } + }, + "node_modules/bplist-parser": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/bplist-parser/-/bplist-parser-0.2.0.tgz", + "integrity": "sha512-z0M+byMThzQmD9NILRniCUXYsYpjwnlO8N5uCFaCqIOpqRsJCrQL9NK3JsD67CN5a08nF5oIL2bD6loTdHOuKw==", + "dependencies": { + "big-integer": "^1.6.44" + }, + "engines": { + "node": ">= 5.10.0" + } + }, + "node_modules/brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "dependencies": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "node_modules/chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "dependencies": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/color-convert": { + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", + "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "dependencies": { + "color-name": "1.1.3" + } + }, + "node_modules/color-name": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", + "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=" + }, + "node_modules/command-line-args": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/command-line-args/-/command-line-args-5.1.1.tgz", + "integrity": "sha512-hL/eG8lrll1Qy1ezvkant+trihbGnaKaeEjj6Scyr3DN+RC7iQ5Rz84IeLERfAWDGo0HBSNAakczwgCilDXnWg==", + "dependencies": { + "array-back": "^3.0.1", + "find-replace": "^3.0.0", + "lodash.camelcase": "^4.3.0", + "typical": "^4.0.0" + }, + "engines": { + "node": ">=4.0.0" + } + }, + "node_modules/command-line-usage": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/command-line-usage/-/command-line-usage-6.1.0.tgz", + "integrity": "sha512-Ew1clU4pkUeo6AFVDFxCbnN7GIZfXl48HIOQeFQnkO3oOqvpI7wdqtLRwv9iOCZ/7A+z4csVZeiDdEcj8g6Wiw==", + "dependencies": { + "array-back": "^4.0.0", + "chalk": "^2.4.2", + "table-layout": "^1.0.0", + "typical": "^5.2.0" + }, + "engines": { + "node": ">=8.0.0" + } + }, + "node_modules/command-line-usage/node_modules/array-back": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/array-back/-/array-back-4.0.1.tgz", + "integrity": "sha512-Z/JnaVEXv+A9xabHzN43FiiiWEE7gPCRXMrVmRm00tWbjZRul1iHm7ECzlyNq1p4a4ATXz+G9FJ3GqGOkOV3fg==", + "engines": { + "node": ">=8" + } + }, + "node_modules/command-line-usage/node_modules/typical": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/typical/-/typical-5.2.0.tgz", + "integrity": "sha512-dvdQgNDNJo+8B2uBQoqdb11eUCE1JQXhvjC/CZtgvZseVd5TYMXnq0+vuUemXbd/Se29cTaUuPX3YIc2xgbvIg==", + "engines": { + "node": ">=8" + } + }, + "node_modules/concat-map": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=" + }, + "node_modules/consola": { + "version": "2.15.0", + "resolved": "https://registry.npmjs.org/consola/-/consola-2.15.0.tgz", + "integrity": "sha512-vlcSGgdYS26mPf7qNi+dCisbhiyDnrN1zaRbw3CSuc2wGOMEGGPsp46PdRG5gqXwgtJfjxDkxRNAgRPr1B77vQ==" + }, + "node_modules/deep-extend": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz", + "integrity": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==", + "engines": { + "node": ">=4.0.0" + } + }, + "node_modules/detect-indent": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/detect-indent/-/detect-indent-6.1.0.tgz", + "integrity": "sha512-reYkTUJAZb9gUuZ2RvVCNhVHdg62RHnJ7WJl8ftMi4diZ6NWlciOzQN88pUhSELEwflJht4oQDv0F0BMlwaYtA==", + "engines": { + "node": ">=8" + } + }, + "node_modules/escape-string-regexp": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/find-replace": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/find-replace/-/find-replace-3.0.0.tgz", + "integrity": "sha512-6Tb2myMioCAgv5kfvP5/PkZZ/ntTpVK39fHY7WkWBgvbeE+VHd/tZuZ4mrC+bxh4cfOZeYKVPaJIZtZXV7GNCQ==", + "dependencies": { + "array-back": "^3.0.1" + }, + "engines": { + "node": ">=4.0.0" + } + }, + "node_modules/fs.realpath": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", + "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=" + }, + "node_modules/glob": { + "version": "7.1.6", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.6.tgz", + "integrity": "sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==", + "dependencies": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.0.4", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + }, + "engines": { + "node": "*" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/has-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", + "engines": { + "node": ">=4" + } + }, + "node_modules/inflight": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", + "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", + "dependencies": { + "once": "^1.3.0", + "wrappy": "1" + } + }, + "node_modules/inherits": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" + }, + "node_modules/kleur": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz", + "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==", + "engines": { + "node": ">=6" + } + }, + "node_modules/lodash.camelcase": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz", + "integrity": "sha1-soqmKIorn8ZRA1x3EfZathkDMaY=" + }, + "node_modules/lru-cache": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/minimatch": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", + "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", + "dependencies": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, + "node_modules/once": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", + "dependencies": { + "wrappy": "1" + } + }, + "node_modules/path-is-absolute": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", + "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/plist": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/plist/-/plist-3.0.1.tgz", + "integrity": "sha512-GpgvHHocGRyQm74b6FWEZZVRroHKE1I0/BTjAmySaohK+cUn+hZpbqXkc3KWgW3gQYkqcQej35FohcT0FRlkRQ==", + "dependencies": { + "base64-js": "^1.2.3", + "xmlbuilder": "^9.0.7", + "xmldom": "0.1.x" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/prompts": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.0.tgz", + "integrity": "sha512-awZAKrk3vN6CroQukBL+R9051a4R3zCZBlJm/HBfrSZ8iTpYix3VX1vU4mveiLpiwmOJT4wokTF9m6HUk4KqWQ==", + "dependencies": { + "kleur": "^3.0.3", + "sisteransi": "^1.0.5" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/reduce-flatten": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/reduce-flatten/-/reduce-flatten-2.0.0.tgz", + "integrity": "sha512-EJ4UNY/U1t2P/2k6oqotuX2Cc3T6nxJwsM0N0asT7dhrtH1ltUxDn4NalSYmPE2rCkVpcf/X6R0wDwcFpzhd4w==", + "engines": { + "node": ">=6" + } + }, + "node_modules/semver": { + "version": "7.5.4", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz", + "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==", + "dependencies": { + "lru-cache": "^6.0.0" + }, + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/simple-plist": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/simple-plist/-/simple-plist-1.1.1.tgz", + "integrity": "sha512-pKMCVKvZbZTsqYR6RKgLfBHkh2cV89GXcA/0CVPje3sOiNOnXA8+rp/ciAMZ7JRaUdLzlEM6JFfUn+fS6Nt3hg==", + "dependencies": { + "bplist-creator": "0.0.8", + "bplist-parser": "0.2.0", + "plist": "^3.0.1" + } + }, + "node_modules/sisteransi": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz", + "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==" + }, + "node_modules/stream-buffers": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/stream-buffers/-/stream-buffers-2.2.0.tgz", + "integrity": "sha1-kdX1Ew0c75bc+n9yaUUYh0HQnuQ=", + "engines": { + "node": ">= 0.10.0" + } + }, + "node_modules/supports-color": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "dependencies": { + "has-flag": "^3.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/table-layout": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/table-layout/-/table-layout-1.0.1.tgz", + "integrity": "sha512-dEquqYNJiGwY7iPfZ3wbXDI944iqanTSchrACLL2nOB+1r+h1Nzu2eH+DuPPvWvm5Ry7iAPeFlgEtP5bIp5U7Q==", + "dependencies": { + "array-back": "^4.0.1", + "deep-extend": "~0.6.0", + "typical": "^5.2.0", + "wordwrapjs": "^4.0.0" + }, + "engines": { + "node": ">=8.0.0" + } + }, + "node_modules/table-layout/node_modules/array-back": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/array-back/-/array-back-4.0.1.tgz", + "integrity": "sha512-Z/JnaVEXv+A9xabHzN43FiiiWEE7gPCRXMrVmRm00tWbjZRul1iHm7ECzlyNq1p4a4ATXz+G9FJ3GqGOkOV3fg==", + "engines": { + "node": ">=8" + } + }, + "node_modules/table-layout/node_modules/typical": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/typical/-/typical-5.2.0.tgz", + "integrity": "sha512-dvdQgNDNJo+8B2uBQoqdb11eUCE1JQXhvjC/CZtgvZseVd5TYMXnq0+vuUemXbd/Se29cTaUuPX3YIc2xgbvIg==", + "engines": { + "node": ">=8" + } + }, + "node_modules/typescript": { + "version": "4.1.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.1.3.tgz", + "integrity": "sha512-B3ZIOf1IKeH2ixgHhj6la6xdwR9QrLC5d1VKeCSY4tvkqhF2eqd9O7txNlS0PO3GrBAFIdr3L1ndNwteUbZLYg==", + "dev": true, + "bin": { + "tsc": "bin/tsc", + "tsserver": "bin/tsserver" + }, + "engines": { + "node": ">=4.2.0" + } + }, + "node_modules/typical": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/typical/-/typical-4.0.0.tgz", + "integrity": "sha512-VAH4IvQ7BDFYglMd7BPRDfLgxZZX4O4TFcRDA6EN5X7erNJJq+McIEp8np9aVtxrCJ6qx4GTYVfOWNjcqwZgRw==", + "engines": { + "node": ">=8" + } + }, + "node_modules/uuid": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-7.0.3.tgz", + "integrity": "sha512-DPSke0pXhTZgoF/d+WSt2QaKMCFSfx7QegxEWT+JOuHF5aWrKEn0G+ztjuJg/gG8/ItK+rbPCD/yNv8yyih6Cg==", + "bin": { + "uuid": "dist/bin/uuid" + } + }, + "node_modules/wordwrapjs": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/wordwrapjs/-/wordwrapjs-4.0.0.tgz", + "integrity": "sha512-Svqw723a3R34KvsMgpjFBYCgNOSdcW3mQFK4wIfhGQhtaFVOJmdYoXgi63ne3dTlWgatVcUc7t4HtQ/+bUVIzQ==", + "dependencies": { + "reduce-flatten": "^2.0.0", + "typical": "^5.0.0" + }, + "engines": { + "node": ">=8.0.0" + } + }, + "node_modules/wordwrapjs/node_modules/typical": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/typical/-/typical-5.2.0.tgz", + "integrity": "sha512-dvdQgNDNJo+8B2uBQoqdb11eUCE1JQXhvjC/CZtgvZseVd5TYMXnq0+vuUemXbd/Se29cTaUuPX3YIc2xgbvIg==", + "engines": { + "node": ">=8" + } + }, + "node_modules/wrappy": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", + "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=" + }, + "node_modules/xcode": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/xcode/-/xcode-3.0.1.tgz", + "integrity": "sha512-kCz5k7J7XbJtjABOvkc5lJmkiDh8VhjVCGNiqdKCscmVpdVUpEAyXv1xmCLkQJ5dsHqx3IPO4XW+NTDhU/fatA==", + "dependencies": { + "simple-plist": "^1.1.0", + "uuid": "^7.0.3" + }, + "engines": { + "node": ">=10.0.0" + } + }, + "node_modules/xmlbuilder": { + "version": "9.0.7", + "resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-9.0.7.tgz", + "integrity": "sha1-Ey7mPS7FVlxVfiD0wi35rKaGsQ0=", + "engines": { + "node": ">=4.0" + } + }, + "node_modules/xmldom": { + "version": "0.1.31", + "resolved": "https://registry.npmjs.org/xmldom/-/xmldom-0.1.31.tgz", + "integrity": "sha512-yS2uJflVQs6n+CyjHoaBmVSqIDevTAWrzMmjG1Gc7h1qQ7uVozNhEPJAwZXWyGQ/Gafo3fCwrcaokezLPupVyQ==", + "deprecated": "Deprecated due to CVE-2021-21366 resolved in 0.5.0", + "engines": { + "node": ">=0.1" + } + }, + "node_modules/yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" + } + }, + "dependencies": { + "@types/command-line-args": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/@types/command-line-args/-/command-line-args-5.0.0.tgz", + "integrity": "sha512-4eOPXyn5DmP64MCMF8ePDvdlvlzt2a+F8ZaVjqmh2yFCpGjc1kI3kGnCFYX9SCsGTjQcWIyVZ86IHCEyjy/MNg==", + "dev": true + }, + "@types/command-line-usage": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/@types/command-line-usage/-/command-line-usage-5.0.1.tgz", + "integrity": "sha512-/xUgezxxYePeXhg5S04hUjxG9JZi+rJTs1+4NwpYPfSaS7BeDa6tVJkH6lN9Cb6rl8d24Fi2uX0s0Ngg2JT6gg==", + "dev": true + }, + "@types/glob": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/@types/glob/-/glob-8.1.0.tgz", + "integrity": "sha512-IO+MJPVhoqz+28h1qLAcBEH2+xHMK6MTyHJc7MTnnYb6wsoLR29POVGJ7LycmVXIqyy/4/2ShP5sUwTXuOwb/w==", + "dev": true, + "requires": { + "@types/minimatch": "^5.1.2", + "@types/node": "*" + } + }, + "@types/minimatch": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-5.1.2.tgz", + "integrity": "sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==", + "dev": true + }, + "@types/node": { + "version": "14.14.7", + "resolved": "https://registry.npmjs.org/@types/node/-/node-14.14.7.tgz", + "integrity": "sha512-Zw1vhUSQZYw+7u5dAwNbIA9TuTotpzY/OF7sJM9FqPOF3SPjKnxrjoTktXDZgUjybf4cWVBP7O8wvKdSaGHweg==", + "dev": true + }, + "@types/prompts": { + "version": "2.0.9", + "resolved": "https://registry.npmjs.org/@types/prompts/-/prompts-2.0.9.tgz", + "integrity": "sha512-TORZP+FSjTYMWwKadftmqEn6bziN5RnfygehByGsjxoK5ydnClddtv6GikGWPvCm24oI+YBwck5WDxIIyNxUrA==", + "dev": true, + "requires": { + "@types/node": "*" + } + }, + "@types/semver": { + "version": "7.5.0", + "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.0.tgz", + "integrity": "sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw==", + "dev": true + }, + "ansi-styles": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "requires": { + "color-convert": "^1.9.0" + } + }, + "array-back": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/array-back/-/array-back-3.1.0.tgz", + "integrity": "sha512-TkuxA4UCOvxuDK6NZYXCalszEzj+TLszyASooky+i742l9TqsOdYCMJJupxRic61hwquNtppB3hgcuq9SVSH1Q==" + }, + "balanced-match": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", + "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==" + }, + "base64-js": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", + "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==" + }, + "big-integer": { + "version": "1.6.48", + "resolved": "https://registry.npmjs.org/big-integer/-/big-integer-1.6.48.tgz", + "integrity": "sha512-j51egjPa7/i+RdiRuJbPdJ2FIUYYPhvYLjzoYbcMMm62ooO6F94fETG4MTs46zPAF9Brs04OajboA/qTGuz78w==" + }, + "bplist-creator": { + "version": "0.0.8", + "resolved": "https://registry.npmjs.org/bplist-creator/-/bplist-creator-0.0.8.tgz", + "integrity": "sha512-Za9JKzD6fjLC16oX2wsXfc+qBEhJBJB1YPInoAQpMLhDuj5aVOv1baGeIQSq1Fr3OCqzvsoQcSBSwGId/Ja2PA==", + "requires": { + "stream-buffers": "~2.2.0" + } + }, + "bplist-parser": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/bplist-parser/-/bplist-parser-0.2.0.tgz", + "integrity": "sha512-z0M+byMThzQmD9NILRniCUXYsYpjwnlO8N5uCFaCqIOpqRsJCrQL9NK3JsD67CN5a08nF5oIL2bD6loTdHOuKw==", + "requires": { + "big-integer": "^1.6.44" + } + }, + "brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "requires": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "requires": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + } + }, + "color-convert": { + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", + "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "requires": { + "color-name": "1.1.3" + } + }, + "color-name": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", + "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=" + }, + "command-line-args": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/command-line-args/-/command-line-args-5.1.1.tgz", + "integrity": "sha512-hL/eG8lrll1Qy1ezvkant+trihbGnaKaeEjj6Scyr3DN+RC7iQ5Rz84IeLERfAWDGo0HBSNAakczwgCilDXnWg==", + "requires": { + "array-back": "^3.0.1", + "find-replace": "^3.0.0", + "lodash.camelcase": "^4.3.0", + "typical": "^4.0.0" + } + }, + "command-line-usage": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/command-line-usage/-/command-line-usage-6.1.0.tgz", + "integrity": "sha512-Ew1clU4pkUeo6AFVDFxCbnN7GIZfXl48HIOQeFQnkO3oOqvpI7wdqtLRwv9iOCZ/7A+z4csVZeiDdEcj8g6Wiw==", + "requires": { + "array-back": "^4.0.0", + "chalk": "^2.4.2", + "table-layout": "^1.0.0", + "typical": "^5.2.0" + }, + "dependencies": { + "array-back": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/array-back/-/array-back-4.0.1.tgz", + "integrity": "sha512-Z/JnaVEXv+A9xabHzN43FiiiWEE7gPCRXMrVmRm00tWbjZRul1iHm7ECzlyNq1p4a4ATXz+G9FJ3GqGOkOV3fg==" + }, + "typical": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/typical/-/typical-5.2.0.tgz", + "integrity": "sha512-dvdQgNDNJo+8B2uBQoqdb11eUCE1JQXhvjC/CZtgvZseVd5TYMXnq0+vuUemXbd/Se29cTaUuPX3YIc2xgbvIg==" + } + } + }, + "concat-map": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=" + }, + "consola": { + "version": "2.15.0", + "resolved": "https://registry.npmjs.org/consola/-/consola-2.15.0.tgz", + "integrity": "sha512-vlcSGgdYS26mPf7qNi+dCisbhiyDnrN1zaRbw3CSuc2wGOMEGGPsp46PdRG5gqXwgtJfjxDkxRNAgRPr1B77vQ==" + }, + "deep-extend": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz", + "integrity": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==" + }, + "detect-indent": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/detect-indent/-/detect-indent-6.1.0.tgz", + "integrity": "sha512-reYkTUJAZb9gUuZ2RvVCNhVHdg62RHnJ7WJl8ftMi4diZ6NWlciOzQN88pUhSELEwflJht4oQDv0F0BMlwaYtA==" + }, + "escape-string-regexp": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=" + }, + "find-replace": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/find-replace/-/find-replace-3.0.0.tgz", + "integrity": "sha512-6Tb2myMioCAgv5kfvP5/PkZZ/ntTpVK39fHY7WkWBgvbeE+VHd/tZuZ4mrC+bxh4cfOZeYKVPaJIZtZXV7GNCQ==", + "requires": { + "array-back": "^3.0.1" + } + }, + "fs.realpath": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", + "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=" + }, + "glob": { + "version": "7.1.6", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.6.tgz", + "integrity": "sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==", + "requires": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.0.4", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + } + }, + "has-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=" + }, + "inflight": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", + "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", + "requires": { + "once": "^1.3.0", + "wrappy": "1" + } + }, + "inherits": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" + }, + "kleur": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz", + "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==" + }, + "lodash.camelcase": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz", + "integrity": "sha1-soqmKIorn8ZRA1x3EfZathkDMaY=" + }, + "lru-cache": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "requires": { + "yallist": "^4.0.0" + } + }, + "minimatch": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", + "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", + "requires": { + "brace-expansion": "^1.1.7" + } + }, + "once": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", + "requires": { + "wrappy": "1" + } + }, + "path-is-absolute": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", + "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=" + }, + "plist": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/plist/-/plist-3.0.1.tgz", + "integrity": "sha512-GpgvHHocGRyQm74b6FWEZZVRroHKE1I0/BTjAmySaohK+cUn+hZpbqXkc3KWgW3gQYkqcQej35FohcT0FRlkRQ==", + "requires": { + "base64-js": "^1.2.3", + "xmlbuilder": "^9.0.7", + "xmldom": "0.1.x" + } + }, + "prompts": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.0.tgz", + "integrity": "sha512-awZAKrk3vN6CroQukBL+R9051a4R3zCZBlJm/HBfrSZ8iTpYix3VX1vU4mveiLpiwmOJT4wokTF9m6HUk4KqWQ==", + "requires": { + "kleur": "^3.0.3", + "sisteransi": "^1.0.5" + } + }, + "reduce-flatten": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/reduce-flatten/-/reduce-flatten-2.0.0.tgz", + "integrity": "sha512-EJ4UNY/U1t2P/2k6oqotuX2Cc3T6nxJwsM0N0asT7dhrtH1ltUxDn4NalSYmPE2rCkVpcf/X6R0wDwcFpzhd4w==" + }, + "semver": { + "version": "7.5.4", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz", + "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==", + "requires": { + "lru-cache": "^6.0.0" + } + }, + "simple-plist": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/simple-plist/-/simple-plist-1.1.1.tgz", + "integrity": "sha512-pKMCVKvZbZTsqYR6RKgLfBHkh2cV89GXcA/0CVPje3sOiNOnXA8+rp/ciAMZ7JRaUdLzlEM6JFfUn+fS6Nt3hg==", + "requires": { + "bplist-creator": "0.0.8", + "bplist-parser": "0.2.0", + "plist": "^3.0.1" + } + }, + "sisteransi": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz", + "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==" + }, + "stream-buffers": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/stream-buffers/-/stream-buffers-2.2.0.tgz", + "integrity": "sha1-kdX1Ew0c75bc+n9yaUUYh0HQnuQ=" + }, + "supports-color": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "requires": { + "has-flag": "^3.0.0" + } + }, + "table-layout": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/table-layout/-/table-layout-1.0.1.tgz", + "integrity": "sha512-dEquqYNJiGwY7iPfZ3wbXDI944iqanTSchrACLL2nOB+1r+h1Nzu2eH+DuPPvWvm5Ry7iAPeFlgEtP5bIp5U7Q==", + "requires": { + "array-back": "^4.0.1", + "deep-extend": "~0.6.0", + "typical": "^5.2.0", + "wordwrapjs": "^4.0.0" + }, + "dependencies": { + "array-back": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/array-back/-/array-back-4.0.1.tgz", + "integrity": "sha512-Z/JnaVEXv+A9xabHzN43FiiiWEE7gPCRXMrVmRm00tWbjZRul1iHm7ECzlyNq1p4a4ATXz+G9FJ3GqGOkOV3fg==" + }, + "typical": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/typical/-/typical-5.2.0.tgz", + "integrity": "sha512-dvdQgNDNJo+8B2uBQoqdb11eUCE1JQXhvjC/CZtgvZseVd5TYMXnq0+vuUemXbd/Se29cTaUuPX3YIc2xgbvIg==" + } + } + }, + "typescript": { + "version": "4.1.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.1.3.tgz", + "integrity": "sha512-B3ZIOf1IKeH2ixgHhj6la6xdwR9QrLC5d1VKeCSY4tvkqhF2eqd9O7txNlS0PO3GrBAFIdr3L1ndNwteUbZLYg==", + "dev": true + }, + "typical": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/typical/-/typical-4.0.0.tgz", + "integrity": "sha512-VAH4IvQ7BDFYglMd7BPRDfLgxZZX4O4TFcRDA6EN5X7erNJJq+McIEp8np9aVtxrCJ6qx4GTYVfOWNjcqwZgRw==" + }, + "uuid": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-7.0.3.tgz", + "integrity": "sha512-DPSke0pXhTZgoF/d+WSt2QaKMCFSfx7QegxEWT+JOuHF5aWrKEn0G+ztjuJg/gG8/ItK+rbPCD/yNv8yyih6Cg==" + }, + "wordwrapjs": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/wordwrapjs/-/wordwrapjs-4.0.0.tgz", + "integrity": "sha512-Svqw723a3R34KvsMgpjFBYCgNOSdcW3mQFK4wIfhGQhtaFVOJmdYoXgi63ne3dTlWgatVcUc7t4HtQ/+bUVIzQ==", + "requires": { + "reduce-flatten": "^2.0.0", + "typical": "^5.0.0" + }, + "dependencies": { + "typical": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/typical/-/typical-5.2.0.tgz", + "integrity": "sha512-dvdQgNDNJo+8B2uBQoqdb11eUCE1JQXhvjC/CZtgvZseVd5TYMXnq0+vuUemXbd/Se29cTaUuPX3YIc2xgbvIg==" + } + } + }, + "wrappy": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", + "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=" + }, + "xcode": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/xcode/-/xcode-3.0.1.tgz", + "integrity": "sha512-kCz5k7J7XbJtjABOvkc5lJmkiDh8VhjVCGNiqdKCscmVpdVUpEAyXv1xmCLkQJ5dsHqx3IPO4XW+NTDhU/fatA==", + "requires": { + "simple-plist": "^1.1.0", + "uuid": "^7.0.3" + } + }, + "xmlbuilder": { + "version": "9.0.7", + "resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-9.0.7.tgz", + "integrity": "sha1-Ey7mPS7FVlxVfiD0wi35rKaGsQ0=" + }, + "xmldom": { + "version": "0.1.31", + "resolved": "https://registry.npmjs.org/xmldom/-/xmldom-0.1.31.tgz", + "integrity": "sha512-yS2uJflVQs6n+CyjHoaBmVSqIDevTAWrzMmjG1Gc7h1qQ7uVozNhEPJAwZXWyGQ/Gafo3fCwrcaokezLPupVyQ==" + }, + "yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" + } + } } From f78f6931169d35f7a9d0e1379d9e1c82efa6048f Mon Sep 17 00:00:00 2001 From: Dan Skinner Date: Fri, 3 Nov 2023 10:20:24 +0000 Subject: [PATCH 03/15] loosen peer dependencies --- packages/delivery-electron/package.json | 2 +- packages/delivery-fetch/package.json | 2 +- packages/delivery-node/package.json | 2 +- packages/delivery-react-native/package.json | 2 +- packages/delivery-x-domain-request/package.json | 2 +- packages/delivery-xml-http-request/package.json | 2 +- packages/electron-network-status/package.json | 2 +- packages/in-flight/package.json | 2 +- packages/plugin-app-duration/package.json | 2 +- packages/plugin-aws-lambda/package.json | 2 +- packages/plugin-browser-context/package.json | 2 +- packages/plugin-browser-device/package.json | 2 +- packages/plugin-browser-request/package.json | 2 +- packages/plugin-browser-session/package.json | 2 +- packages/plugin-client-ip/package.json | 2 +- packages/plugin-console-breadcrumbs/package.json | 2 +- packages/plugin-contextualize/package.json | 2 +- packages/plugin-electron-app-breadcrumbs/package.json | 2 +- packages/plugin-electron-app/package.json | 2 +- packages/plugin-electron-client-state-manager/package.json | 2 +- packages/plugin-electron-client-state-persistence/package.json | 2 +- packages/plugin-electron-deliver-minidumps/package.json | 2 +- packages/plugin-electron-device/package.json | 2 +- packages/plugin-electron-ipc/package.json | 2 +- packages/plugin-electron-net-breadcrumbs/package.json | 2 +- packages/plugin-electron-network-status/package.json | 2 +- packages/plugin-electron-power-monitor-breadcrumbs/package.json | 2 +- packages/plugin-electron-preload-error/package.json | 2 +- packages/plugin-electron-process-info/package.json | 2 +- .../plugin-electron-renderer-client-state-updates/package.json | 2 +- packages/plugin-electron-renderer-event-data/package.json | 2 +- packages/plugin-electron-screen-breadcrumbs/package.json | 2 +- packages/plugin-electron-session/package.json | 2 +- packages/plugin-express/package.json | 2 +- packages/plugin-inline-script-content/package.json | 2 +- packages/plugin-interaction-breadcrumbs/package.json | 2 +- packages/plugin-intercept/package.json | 2 +- packages/plugin-internal-callback-marker/package.json | 2 +- packages/plugin-koa/package.json | 2 +- packages/plugin-navigation-breadcrumbs/package.json | 2 +- packages/plugin-network-breadcrumbs/package.json | 2 +- packages/plugin-node-device/package.json | 2 +- packages/plugin-node-in-project/package.json | 2 +- packages/plugin-node-surrounding-code/package.json | 2 +- packages/plugin-node-uncaught-exception/package.json | 2 +- packages/plugin-node-unhandled-rejection/package.json | 2 +- packages/plugin-react-native-client-sync/package.json | 2 +- packages/plugin-react-native-event-sync/package.json | 2 +- packages/plugin-react-native-global-error-handler/package.json | 2 +- packages/plugin-react-native-hermes/package.json | 2 +- packages/plugin-react-native-navigation/package.json | 2 +- .../plugin-react-native-orientation-breadcrumbs/package.json | 2 +- packages/plugin-react-native-session/package.json | 2 +- packages/plugin-react-native-unhandled-rejection/package.json | 2 +- packages/plugin-react-navigation/package.json | 2 +- packages/plugin-react/package.json | 2 +- packages/plugin-restify/package.json | 2 +- packages/plugin-server-session/package.json | 2 +- packages/plugin-simple-throttle/package.json | 2 +- packages/plugin-stackframe-path-normaliser/package.json | 2 +- packages/plugin-strip-project-root/package.json | 2 +- packages/plugin-strip-query-string/package.json | 2 +- packages/plugin-vue/package.json | 2 +- packages/plugin-window-onerror/package.json | 2 +- packages/plugin-window-unhandled-rejection/package.json | 2 +- 65 files changed, 65 insertions(+), 65 deletions(-) diff --git a/packages/delivery-electron/package.json b/packages/delivery-electron/package.json index 4b951367cc..0fdfe32f5f 100644 --- a/packages/delivery-electron/package.json +++ b/packages/delivery-electron/package.json @@ -22,7 +22,7 @@ "@bugsnag/plugin-electron-client-state-manager": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^8.0.0", + "@bugsnag/core": "^7 || ^8", "@bugsnag/electron-network-status": "^8.0.0" } } diff --git a/packages/delivery-fetch/package.json b/packages/delivery-fetch/package.json index 5b726f8450..af7ff496f2 100644 --- a/packages/delivery-fetch/package.json +++ b/packages/delivery-fetch/package.json @@ -17,6 +17,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^8.0.0" + "@bugsnag/core": "^7 || ^8" } } diff --git a/packages/delivery-node/package.json b/packages/delivery-node/package.json index 62104748b4..47896d886a 100644 --- a/packages/delivery-node/package.json +++ b/packages/delivery-node/package.json @@ -20,6 +20,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^8.0.0" + "@bugsnag/core": "^7 || ^8" } } diff --git a/packages/delivery-react-native/package.json b/packages/delivery-react-native/package.json index 55cadba376..1bdd594c01 100644 --- a/packages/delivery-react-native/package.json +++ b/packages/delivery-react-native/package.json @@ -20,6 +20,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^8.0.0" + "@bugsnag/core": "^7 || ^8" } } diff --git a/packages/delivery-x-domain-request/package.json b/packages/delivery-x-domain-request/package.json index a733c7ffa3..98a73b3950 100644 --- a/packages/delivery-x-domain-request/package.json +++ b/packages/delivery-x-domain-request/package.json @@ -20,6 +20,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^8.0.0" + "@bugsnag/core": "^7 || ^8" } } diff --git a/packages/delivery-xml-http-request/package.json b/packages/delivery-xml-http-request/package.json index 3ef0daa462..af2dc895a1 100644 --- a/packages/delivery-xml-http-request/package.json +++ b/packages/delivery-xml-http-request/package.json @@ -20,6 +20,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^8.0.0" + "@bugsnag/core": "^7 || ^8" } } diff --git a/packages/electron-network-status/package.json b/packages/electron-network-status/package.json index f06679f715..a2c8c016e6 100644 --- a/packages/electron-network-status/package.json +++ b/packages/electron-network-status/package.json @@ -11,7 +11,7 @@ "@bugsnag/plugin-electron-client-state-manager": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^8.0.0" + "@bugsnag/core": "^7 || ^8" }, "repository": { "type": "git", diff --git a/packages/in-flight/package.json b/packages/in-flight/package.json index 82afababe0..3288809e81 100644 --- a/packages/in-flight/package.json +++ b/packages/in-flight/package.json @@ -25,6 +25,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^8.0.0" + "@bugsnag/core": "^7 || ^8" } } diff --git a/packages/plugin-app-duration/package.json b/packages/plugin-app-duration/package.json index 974688c011..0414795685 100644 --- a/packages/plugin-app-duration/package.json +++ b/packages/plugin-app-duration/package.json @@ -20,6 +20,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^8.0.0" + "@bugsnag/core": "^7 || ^8" } } diff --git a/packages/plugin-aws-lambda/package.json b/packages/plugin-aws-lambda/package.json index 031ebbb8c6..0ea2197e2e 100644 --- a/packages/plugin-aws-lambda/package.json +++ b/packages/plugin-aws-lambda/package.json @@ -33,6 +33,6 @@ "express": "^4.18.2" }, "peerDependencies": { - "@bugsnag/core": "^8.0.0" + "@bugsnag/core": "^7 || ^8" } } diff --git a/packages/plugin-browser-context/package.json b/packages/plugin-browser-context/package.json index 4fbfb2d9e6..006bda4ddc 100644 --- a/packages/plugin-browser-context/package.json +++ b/packages/plugin-browser-context/package.json @@ -20,6 +20,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^8.0.0" + "@bugsnag/core": "^7 || ^8" } } diff --git a/packages/plugin-browser-device/package.json b/packages/plugin-browser-device/package.json index e011111536..f4d12ea9f7 100644 --- a/packages/plugin-browser-device/package.json +++ b/packages/plugin-browser-device/package.json @@ -23,6 +23,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^8.0.0" + "@bugsnag/core": "^7 || ^8" } } diff --git a/packages/plugin-browser-request/package.json b/packages/plugin-browser-request/package.json index baa042ea8c..8c84091dcc 100644 --- a/packages/plugin-browser-request/package.json +++ b/packages/plugin-browser-request/package.json @@ -21,6 +21,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^8.0.0" + "@bugsnag/core": "^7 || ^8" } } diff --git a/packages/plugin-browser-session/package.json b/packages/plugin-browser-session/package.json index 031eabe72b..929a0b139a 100644 --- a/packages/plugin-browser-session/package.json +++ b/packages/plugin-browser-session/package.json @@ -20,6 +20,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^8.0.0" + "@bugsnag/core": "^7 || ^8" } } diff --git a/packages/plugin-client-ip/package.json b/packages/plugin-client-ip/package.json index 3eb2d7e37e..f4289c8aee 100644 --- a/packages/plugin-client-ip/package.json +++ b/packages/plugin-client-ip/package.json @@ -20,6 +20,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^8.0.0" + "@bugsnag/core": "^7 || ^8" } } diff --git a/packages/plugin-console-breadcrumbs/package.json b/packages/plugin-console-breadcrumbs/package.json index 237da76b3e..3dfff2226a 100644 --- a/packages/plugin-console-breadcrumbs/package.json +++ b/packages/plugin-console-breadcrumbs/package.json @@ -20,6 +20,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^8.0.0" + "@bugsnag/core": "^7 || ^8" } } diff --git a/packages/plugin-contextualize/package.json b/packages/plugin-contextualize/package.json index 8a87b4f354..40aa63a9ff 100644 --- a/packages/plugin-contextualize/package.json +++ b/packages/plugin-contextualize/package.json @@ -20,6 +20,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^8.0.0" + "@bugsnag/core": "^7 || ^8" } } diff --git a/packages/plugin-electron-app-breadcrumbs/package.json b/packages/plugin-electron-app-breadcrumbs/package.json index 8ba60e28c5..299aa0835e 100644 --- a/packages/plugin-electron-app-breadcrumbs/package.json +++ b/packages/plugin-electron-app-breadcrumbs/package.json @@ -21,7 +21,7 @@ "@bugsnag/electron-test-helpers": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^8.0.0" + "@bugsnag/core": "^7 || ^8" }, "author": "Bugsnag", "license": "MIT" diff --git a/packages/plugin-electron-app/package.json b/packages/plugin-electron-app/package.json index 1e0f890021..c23055358d 100644 --- a/packages/plugin-electron-app/package.json +++ b/packages/plugin-electron-app/package.json @@ -32,7 +32,7 @@ "bindings": "^1.5.0" }, "peerDependencies": { - "@bugsnag/core": "^8.0.0" + "@bugsnag/core": "^7 || ^8" }, "author": "Bugsnag", "license": "MIT" diff --git a/packages/plugin-electron-client-state-manager/package.json b/packages/plugin-electron-client-state-manager/package.json index 20c6cdead1..eaa4231d9f 100644 --- a/packages/plugin-electron-client-state-manager/package.json +++ b/packages/plugin-electron-client-state-manager/package.json @@ -22,6 +22,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^8.0.0" + "@bugsnag/core": "^7 || ^8" } } diff --git a/packages/plugin-electron-client-state-persistence/package.json b/packages/plugin-electron-client-state-persistence/package.json index 24443cbd5a..7e73309916 100644 --- a/packages/plugin-electron-client-state-persistence/package.json +++ b/packages/plugin-electron-client-state-persistence/package.json @@ -44,6 +44,6 @@ "@types/bindings": "^1.5.0" }, "peerDependencies": { - "@bugsnag/core": "^8.0.0" + "@bugsnag/core": "^7 || ^8" } } diff --git a/packages/plugin-electron-deliver-minidumps/package.json b/packages/plugin-electron-deliver-minidumps/package.json index 07308174b5..7c3623bf99 100644 --- a/packages/plugin-electron-deliver-minidumps/package.json +++ b/packages/plugin-electron-deliver-minidumps/package.json @@ -26,7 +26,7 @@ "@bugsnag/electron-network-status": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^8.0.0", + "@bugsnag/core": "^7 || ^8", "@bugsnag/electron-network-status": "^8.0.0" }, "author": "Bugsnag", diff --git a/packages/plugin-electron-device/package.json b/packages/plugin-electron-device/package.json index 795685c216..c4b1fb3abf 100644 --- a/packages/plugin-electron-device/package.json +++ b/packages/plugin-electron-device/package.json @@ -18,7 +18,7 @@ "@bugsnag/electron-test-helpers": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^8.0.0" + "@bugsnag/core": "^7 || ^8" }, "author": "Bugsnag", "license": "MIT" diff --git a/packages/plugin-electron-ipc/package.json b/packages/plugin-electron-ipc/package.json index 9d7f32dc1c..cac6de9315 100644 --- a/packages/plugin-electron-ipc/package.json +++ b/packages/plugin-electron-ipc/package.json @@ -19,7 +19,7 @@ "dist/preload.bundle.js" ], "peerDependencies": { - "@bugsnag/core": "^8.0.0" + "@bugsnag/core": "^7 || ^8" }, "devDependencies": { "@bugsnag/core": "^8.0.0-alpha.0", diff --git a/packages/plugin-electron-net-breadcrumbs/package.json b/packages/plugin-electron-net-breadcrumbs/package.json index 97584300f8..1dd03371d8 100644 --- a/packages/plugin-electron-net-breadcrumbs/package.json +++ b/packages/plugin-electron-net-breadcrumbs/package.json @@ -18,7 +18,7 @@ "@bugsnag/electron-test-helpers": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^8.0.0" + "@bugsnag/core": "^7 || ^8" }, "author": "Bugsnag", "license": "MIT" diff --git a/packages/plugin-electron-network-status/package.json b/packages/plugin-electron-network-status/package.json index c8a4f35ad1..6ec6ce5062 100644 --- a/packages/plugin-electron-network-status/package.json +++ b/packages/plugin-electron-network-status/package.json @@ -17,7 +17,7 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^8.0.0" + "@bugsnag/core": "^7 || ^8" }, "author": "Bugsnag", "license": "MIT" diff --git a/packages/plugin-electron-power-monitor-breadcrumbs/package.json b/packages/plugin-electron-power-monitor-breadcrumbs/package.json index c89a247126..385a272caa 100644 --- a/packages/plugin-electron-power-monitor-breadcrumbs/package.json +++ b/packages/plugin-electron-power-monitor-breadcrumbs/package.json @@ -18,7 +18,7 @@ "@bugsnag/electron-test-helpers": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^8.0.0" + "@bugsnag/core": "^7 || ^8" }, "author": "Bugsnag", "license": "MIT" diff --git a/packages/plugin-electron-preload-error/package.json b/packages/plugin-electron-preload-error/package.json index ee5b2939af..96dacfa9e2 100644 --- a/packages/plugin-electron-preload-error/package.json +++ b/packages/plugin-electron-preload-error/package.json @@ -19,7 +19,7 @@ "@bugsnag/electron-test-helpers": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^8.0.0" + "@bugsnag/core": "^7 || ^8" }, "author": "Bugsnag", "license": "MIT" diff --git a/packages/plugin-electron-process-info/package.json b/packages/plugin-electron-process-info/package.json index ec25ebc835..0c1618324e 100644 --- a/packages/plugin-electron-process-info/package.json +++ b/packages/plugin-electron-process-info/package.json @@ -17,7 +17,7 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^8.0.0" + "@bugsnag/core": "^7 || ^8" }, "author": "Bugsnag", "license": "MIT" diff --git a/packages/plugin-electron-renderer-client-state-updates/package.json b/packages/plugin-electron-renderer-client-state-updates/package.json index ced53991fd..8f7f734d45 100644 --- a/packages/plugin-electron-renderer-client-state-updates/package.json +++ b/packages/plugin-electron-renderer-client-state-updates/package.json @@ -22,6 +22,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^8.0.0" + "@bugsnag/core": "^7 || ^8" } } diff --git a/packages/plugin-electron-renderer-event-data/package.json b/packages/plugin-electron-renderer-event-data/package.json index 2ad72f2a0a..1a75c94a11 100644 --- a/packages/plugin-electron-renderer-event-data/package.json +++ b/packages/plugin-electron-renderer-event-data/package.json @@ -24,7 +24,7 @@ "@bugsnag/plugin-electron-renderer-strip-project-root": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^8.0.0", + "@bugsnag/core": "^7 || ^8", "@bugsnag/plugin-electron-renderer-strip-project-root": "^8.0.0" } } diff --git a/packages/plugin-electron-screen-breadcrumbs/package.json b/packages/plugin-electron-screen-breadcrumbs/package.json index 948222842d..3602dbf6f7 100644 --- a/packages/plugin-electron-screen-breadcrumbs/package.json +++ b/packages/plugin-electron-screen-breadcrumbs/package.json @@ -18,7 +18,7 @@ "@bugsnag/electron-test-helpers": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^8.0.0" + "@bugsnag/core": "^7 || ^8" }, "author": "Bugsnag", "license": "MIT" diff --git a/packages/plugin-electron-session/package.json b/packages/plugin-electron-session/package.json index 030c3d4a20..ca18644026 100644 --- a/packages/plugin-electron-session/package.json +++ b/packages/plugin-electron-session/package.json @@ -21,7 +21,7 @@ "@bugsnag/electron-test-helpers": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^8.0.0" + "@bugsnag/core": "^7 || ^8" }, "author": "Bugsnag", "license": "MIT" diff --git a/packages/plugin-express/package.json b/packages/plugin-express/package.json index f632d6c178..49ebe1208a 100644 --- a/packages/plugin-express/package.json +++ b/packages/plugin-express/package.json @@ -24,7 +24,7 @@ "author": "Bugsnag", "license": "MIT", "peerDependencies": { - "@bugsnag/core": "^8.0.0" + "@bugsnag/core": "^7 || ^8" }, "devDependencies": { "@bugsnag/core": "^8.0.0-alpha.0", diff --git a/packages/plugin-inline-script-content/package.json b/packages/plugin-inline-script-content/package.json index a6d910f9d4..7c5822a8cd 100644 --- a/packages/plugin-inline-script-content/package.json +++ b/packages/plugin-inline-script-content/package.json @@ -21,6 +21,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^8.0.0" + "@bugsnag/core": "^7 || ^8" } } diff --git a/packages/plugin-interaction-breadcrumbs/package.json b/packages/plugin-interaction-breadcrumbs/package.json index 3bf319a062..c1489b25e7 100644 --- a/packages/plugin-interaction-breadcrumbs/package.json +++ b/packages/plugin-interaction-breadcrumbs/package.json @@ -21,6 +21,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^8.0.0" + "@bugsnag/core": "^7 || ^8" } } diff --git a/packages/plugin-intercept/package.json b/packages/plugin-intercept/package.json index d40c3d2fe3..039514e624 100644 --- a/packages/plugin-intercept/package.json +++ b/packages/plugin-intercept/package.json @@ -21,6 +21,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^8.0.0" + "@bugsnag/core": "^7 || ^8" } } diff --git a/packages/plugin-internal-callback-marker/package.json b/packages/plugin-internal-callback-marker/package.json index e49830f667..4db1513d95 100644 --- a/packages/plugin-internal-callback-marker/package.json +++ b/packages/plugin-internal-callback-marker/package.json @@ -21,6 +21,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^8.0.0" + "@bugsnag/core": "^7 || ^8" } } diff --git a/packages/plugin-koa/package.json b/packages/plugin-koa/package.json index b7893e2135..157b93933a 100644 --- a/packages/plugin-koa/package.json +++ b/packages/plugin-koa/package.json @@ -24,7 +24,7 @@ "author": "Bugsnag", "license": "MIT", "peerDependencies": { - "@bugsnag/core": "^8.0.0" + "@bugsnag/core": "^7 || ^8" }, "devDependencies": { "@bugsnag/core": "^8.0.0-alpha.0", diff --git a/packages/plugin-navigation-breadcrumbs/package.json b/packages/plugin-navigation-breadcrumbs/package.json index f32d13b3ec..3f12fa739a 100644 --- a/packages/plugin-navigation-breadcrumbs/package.json +++ b/packages/plugin-navigation-breadcrumbs/package.json @@ -20,6 +20,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^8.0.0" + "@bugsnag/core": "^7 || ^8" } } diff --git a/packages/plugin-network-breadcrumbs/package.json b/packages/plugin-network-breadcrumbs/package.json index f0b2210248..90bbf40993 100644 --- a/packages/plugin-network-breadcrumbs/package.json +++ b/packages/plugin-network-breadcrumbs/package.json @@ -20,6 +20,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^8.0.0" + "@bugsnag/core": "^7 || ^8" } } diff --git a/packages/plugin-node-device/package.json b/packages/plugin-node-device/package.json index a280a91688..7b3e8228ec 100644 --- a/packages/plugin-node-device/package.json +++ b/packages/plugin-node-device/package.json @@ -21,6 +21,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^8.0.0" + "@bugsnag/core": "^7 || ^8" } } diff --git a/packages/plugin-node-in-project/package.json b/packages/plugin-node-in-project/package.json index b50be911ab..f04d04f047 100644 --- a/packages/plugin-node-in-project/package.json +++ b/packages/plugin-node-in-project/package.json @@ -21,6 +21,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^8.0.0" + "@bugsnag/core": "^7 || ^8" } } diff --git a/packages/plugin-node-surrounding-code/package.json b/packages/plugin-node-surrounding-code/package.json index d273720bd4..f482e62f2d 100644 --- a/packages/plugin-node-surrounding-code/package.json +++ b/packages/plugin-node-surrounding-code/package.json @@ -25,6 +25,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^8.0.0" + "@bugsnag/core": "^7 || ^8" } } diff --git a/packages/plugin-node-uncaught-exception/package.json b/packages/plugin-node-uncaught-exception/package.json index 2176c9ab04..0b4816b810 100644 --- a/packages/plugin-node-uncaught-exception/package.json +++ b/packages/plugin-node-uncaught-exception/package.json @@ -21,6 +21,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^8.0.0" + "@bugsnag/core": "^7 || ^8" } } diff --git a/packages/plugin-node-unhandled-rejection/package.json b/packages/plugin-node-unhandled-rejection/package.json index 948060fecb..615b20b33a 100644 --- a/packages/plugin-node-unhandled-rejection/package.json +++ b/packages/plugin-node-unhandled-rejection/package.json @@ -21,6 +21,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^8.0.0" + "@bugsnag/core": "^7 || ^8" } } diff --git a/packages/plugin-react-native-client-sync/package.json b/packages/plugin-react-native-client-sync/package.json index 00a6560eca..45cd2f2173 100644 --- a/packages/plugin-react-native-client-sync/package.json +++ b/packages/plugin-react-native-client-sync/package.json @@ -20,6 +20,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^8.0.0" + "@bugsnag/core": "^7 || ^8" } } diff --git a/packages/plugin-react-native-event-sync/package.json b/packages/plugin-react-native-event-sync/package.json index 095fa920f2..2f5085e2ff 100644 --- a/packages/plugin-react-native-event-sync/package.json +++ b/packages/plugin-react-native-event-sync/package.json @@ -20,6 +20,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^8.0.0" + "@bugsnag/core": "^7 || ^8" } } diff --git a/packages/plugin-react-native-global-error-handler/package.json b/packages/plugin-react-native-global-error-handler/package.json index 197b8d347c..1c6663fd4a 100644 --- a/packages/plugin-react-native-global-error-handler/package.json +++ b/packages/plugin-react-native-global-error-handler/package.json @@ -20,6 +20,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^8.0.0" + "@bugsnag/core": "^7 || ^8" } } diff --git a/packages/plugin-react-native-hermes/package.json b/packages/plugin-react-native-hermes/package.json index f7d0b8c7f8..c04d7c6f6b 100644 --- a/packages/plugin-react-native-hermes/package.json +++ b/packages/plugin-react-native-hermes/package.json @@ -21,6 +21,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^8.0.0" + "@bugsnag/core": "^7 || ^8" } } diff --git a/packages/plugin-react-native-navigation/package.json b/packages/plugin-react-native-navigation/package.json index 6af7c4d0a9..aa4a8d44e9 100644 --- a/packages/plugin-react-native-navigation/package.json +++ b/packages/plugin-react-native-navigation/package.json @@ -24,7 +24,7 @@ "react-native-navigation": "^7.0.0" }, "peerDependencies": { - "@bugsnag/core": "^8.0.0", + "@bugsnag/core": "^7 || ^8", "react-native-navigation": "2 - 7" }, "peerDependenciesMeta": { diff --git a/packages/plugin-react-native-orientation-breadcrumbs/package.json b/packages/plugin-react-native-orientation-breadcrumbs/package.json index d22cb27fe6..21e35e5b12 100644 --- a/packages/plugin-react-native-orientation-breadcrumbs/package.json +++ b/packages/plugin-react-native-orientation-breadcrumbs/package.json @@ -20,6 +20,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^8.0.0" + "@bugsnag/core": "^7 || ^8" } } diff --git a/packages/plugin-react-native-session/package.json b/packages/plugin-react-native-session/package.json index 28699a6c39..20d331ad3c 100644 --- a/packages/plugin-react-native-session/package.json +++ b/packages/plugin-react-native-session/package.json @@ -20,6 +20,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^8.0.0" + "@bugsnag/core": "^7 || ^8" } } diff --git a/packages/plugin-react-native-unhandled-rejection/package.json b/packages/plugin-react-native-unhandled-rejection/package.json index 55ec23f26e..c4ba79aa16 100644 --- a/packages/plugin-react-native-unhandled-rejection/package.json +++ b/packages/plugin-react-native-unhandled-rejection/package.json @@ -21,6 +21,6 @@ "promise": "^8.0.2" }, "peerDependencies": { - "@bugsnag/core": "^8.0.0" + "@bugsnag/core": "^7 || ^8" } } diff --git a/packages/plugin-react-navigation/package.json b/packages/plugin-react-navigation/package.json index cc6b01c968..e340227e52 100644 --- a/packages/plugin-react-navigation/package.json +++ b/packages/plugin-react-navigation/package.json @@ -31,7 +31,7 @@ "react-test-renderer": "^16.13.1" }, "peerDependencies": { - "@bugsnag/core": "^8.0.0", + "@bugsnag/core": "^7 || ^8", "@react-navigation/native": "^5.0 || ^6.0" }, "peerDependenciesMeta": { diff --git a/packages/plugin-react/package.json b/packages/plugin-react/package.json index 2af770f2e2..ee6613b8e4 100644 --- a/packages/plugin-react/package.json +++ b/packages/plugin-react/package.json @@ -27,7 +27,7 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^8.0.0" + "@bugsnag/core": "^7 || ^8" }, "peerDependenciesMeta": { "@bugsnag/core": { diff --git a/packages/plugin-restify/package.json b/packages/plugin-restify/package.json index cc43c80805..a7b72d170c 100644 --- a/packages/plugin-restify/package.json +++ b/packages/plugin-restify/package.json @@ -24,7 +24,7 @@ "author": "Bugsnag", "license": "MIT", "peerDependencies": { - "@bugsnag/core": "^8.0.0" + "@bugsnag/core": "^7 || ^8" }, "devDependencies": { "@bugsnag/core": "^8.0.0-alpha.0", diff --git a/packages/plugin-server-session/package.json b/packages/plugin-server-session/package.json index 900d17b25f..70adb21797 100644 --- a/packages/plugin-server-session/package.json +++ b/packages/plugin-server-session/package.json @@ -23,6 +23,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^8.0.0" + "@bugsnag/core": "^7 || ^8" } } diff --git a/packages/plugin-simple-throttle/package.json b/packages/plugin-simple-throttle/package.json index d63c99dac0..391d9b4d89 100644 --- a/packages/plugin-simple-throttle/package.json +++ b/packages/plugin-simple-throttle/package.json @@ -21,6 +21,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^8.0.0" + "@bugsnag/core": "^7 || ^8" } } diff --git a/packages/plugin-stackframe-path-normaliser/package.json b/packages/plugin-stackframe-path-normaliser/package.json index 5dda279df1..eadce65a87 100644 --- a/packages/plugin-stackframe-path-normaliser/package.json +++ b/packages/plugin-stackframe-path-normaliser/package.json @@ -14,7 +14,7 @@ "author": "Bugsnag", "license": "MIT", "peerDependencies": { - "@bugsnag/core": "^8.0.0" + "@bugsnag/core": "^7 || ^8" }, "devDependencies": { "@bugsnag/core": "^8.0.0-alpha.0" diff --git a/packages/plugin-strip-project-root/package.json b/packages/plugin-strip-project-root/package.json index cc15398f5e..f7a426982d 100644 --- a/packages/plugin-strip-project-root/package.json +++ b/packages/plugin-strip-project-root/package.json @@ -20,6 +20,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^8.0.0" + "@bugsnag/core": "^7 || ^8" } } diff --git a/packages/plugin-strip-query-string/package.json b/packages/plugin-strip-query-string/package.json index 53b1749b3e..01b62e644d 100644 --- a/packages/plugin-strip-query-string/package.json +++ b/packages/plugin-strip-query-string/package.json @@ -20,6 +20,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^8.0.0" + "@bugsnag/core": "^7 || ^8" } } diff --git a/packages/plugin-vue/package.json b/packages/plugin-vue/package.json index 1b2eba2c3f..fb5de7855e 100644 --- a/packages/plugin-vue/package.json +++ b/packages/plugin-vue/package.json @@ -27,7 +27,7 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^8.0.0" + "@bugsnag/core": "^7 || ^8" }, "peerDependenciesMeta": { "@bugsnag/core": { diff --git a/packages/plugin-window-onerror/package.json b/packages/plugin-window-onerror/package.json index 8a3f5dc0c5..95985d3bbf 100644 --- a/packages/plugin-window-onerror/package.json +++ b/packages/plugin-window-onerror/package.json @@ -20,6 +20,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^8.0.0" + "@bugsnag/core": "^7 || ^8" } } diff --git a/packages/plugin-window-unhandled-rejection/package.json b/packages/plugin-window-unhandled-rejection/package.json index 4712bf88c9..08a86524b4 100644 --- a/packages/plugin-window-unhandled-rejection/package.json +++ b/packages/plugin-window-unhandled-rejection/package.json @@ -20,6 +20,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^8.0.0" + "@bugsnag/core": "^7 || ^8" } } From 90e82212872dc25a5969a536f785a0b9c129a9fa Mon Sep 17 00:00:00 2001 From: Dan Skinner Date: Fri, 3 Nov 2023 11:05:01 +0000 Subject: [PATCH 04/15] use ^8 for peer dependencies --- packages/delivery-electron/package.json | 2 +- packages/delivery-fetch/package.json | 2 +- packages/delivery-node/package.json | 2 +- packages/delivery-react-native/package.json | 2 +- packages/delivery-x-domain-request/package.json | 2 +- packages/delivery-xml-http-request/package.json | 2 +- packages/electron-network-status/package.json | 2 +- packages/in-flight/package.json | 2 +- packages/plugin-app-duration/package.json | 2 +- packages/plugin-aws-lambda/package.json | 2 +- packages/plugin-browser-context/package.json | 2 +- packages/plugin-browser-device/package.json | 2 +- packages/plugin-browser-request/package.json | 2 +- packages/plugin-browser-session/package.json | 2 +- packages/plugin-client-ip/package.json | 2 +- packages/plugin-console-breadcrumbs/package.json | 2 +- packages/plugin-contextualize/package.json | 2 +- packages/plugin-electron-app-breadcrumbs/package.json | 2 +- packages/plugin-electron-app/package.json | 2 +- packages/plugin-electron-client-state-manager/package.json | 2 +- packages/plugin-electron-client-state-persistence/package.json | 2 +- packages/plugin-electron-deliver-minidumps/package.json | 2 +- packages/plugin-electron-device/package.json | 2 +- packages/plugin-electron-ipc/package.json | 2 +- packages/plugin-electron-net-breadcrumbs/package.json | 2 +- packages/plugin-electron-network-status/package.json | 2 +- packages/plugin-electron-power-monitor-breadcrumbs/package.json | 2 +- packages/plugin-electron-preload-error/package.json | 2 +- packages/plugin-electron-process-info/package.json | 2 +- .../plugin-electron-renderer-client-state-updates/package.json | 2 +- packages/plugin-electron-renderer-event-data/package.json | 2 +- packages/plugin-electron-screen-breadcrumbs/package.json | 2 +- packages/plugin-electron-session/package.json | 2 +- packages/plugin-express/package.json | 2 +- packages/plugin-inline-script-content/package.json | 2 +- packages/plugin-interaction-breadcrumbs/package.json | 2 +- packages/plugin-intercept/package.json | 2 +- packages/plugin-internal-callback-marker/package.json | 2 +- packages/plugin-koa/package.json | 2 +- packages/plugin-navigation-breadcrumbs/package.json | 2 +- packages/plugin-network-breadcrumbs/package.json | 2 +- packages/plugin-node-device/package.json | 2 +- packages/plugin-node-in-project/package.json | 2 +- packages/plugin-node-surrounding-code/package.json | 2 +- packages/plugin-node-uncaught-exception/package.json | 2 +- packages/plugin-node-unhandled-rejection/package.json | 2 +- packages/plugin-react-native-client-sync/package.json | 2 +- packages/plugin-react-native-event-sync/package.json | 2 +- packages/plugin-react-native-global-error-handler/package.json | 2 +- packages/plugin-react-native-hermes/package.json | 2 +- packages/plugin-react-native-navigation/package.json | 2 +- .../plugin-react-native-orientation-breadcrumbs/package.json | 2 +- packages/plugin-react-native-session/package.json | 2 +- packages/plugin-react-native-unhandled-rejection/package.json | 2 +- packages/plugin-react-navigation/package.json | 2 +- packages/plugin-react/package.json | 2 +- packages/plugin-restify/package.json | 2 +- packages/plugin-server-session/package.json | 2 +- packages/plugin-simple-throttle/package.json | 2 +- packages/plugin-stackframe-path-normaliser/package.json | 2 +- packages/plugin-strip-project-root/package.json | 2 +- packages/plugin-strip-query-string/package.json | 2 +- packages/plugin-vue/package.json | 2 +- packages/plugin-window-onerror/package.json | 2 +- packages/plugin-window-unhandled-rejection/package.json | 2 +- 65 files changed, 65 insertions(+), 65 deletions(-) diff --git a/packages/delivery-electron/package.json b/packages/delivery-electron/package.json index 0fdfe32f5f..3cebdcb00b 100644 --- a/packages/delivery-electron/package.json +++ b/packages/delivery-electron/package.json @@ -22,7 +22,7 @@ "@bugsnag/plugin-electron-client-state-manager": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7 || ^8", + "@bugsnag/core": "^8", "@bugsnag/electron-network-status": "^8.0.0" } } diff --git a/packages/delivery-fetch/package.json b/packages/delivery-fetch/package.json index af7ff496f2..66e440508c 100644 --- a/packages/delivery-fetch/package.json +++ b/packages/delivery-fetch/package.json @@ -17,6 +17,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7 || ^8" + "@bugsnag/core": "^8" } } diff --git a/packages/delivery-node/package.json b/packages/delivery-node/package.json index 47896d886a..69836498be 100644 --- a/packages/delivery-node/package.json +++ b/packages/delivery-node/package.json @@ -20,6 +20,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7 || ^8" + "@bugsnag/core": "^8" } } diff --git a/packages/delivery-react-native/package.json b/packages/delivery-react-native/package.json index 1bdd594c01..d458d40091 100644 --- a/packages/delivery-react-native/package.json +++ b/packages/delivery-react-native/package.json @@ -20,6 +20,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7 || ^8" + "@bugsnag/core": "^8" } } diff --git a/packages/delivery-x-domain-request/package.json b/packages/delivery-x-domain-request/package.json index 98a73b3950..c37a0d1173 100644 --- a/packages/delivery-x-domain-request/package.json +++ b/packages/delivery-x-domain-request/package.json @@ -20,6 +20,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7 || ^8" + "@bugsnag/core": "^8" } } diff --git a/packages/delivery-xml-http-request/package.json b/packages/delivery-xml-http-request/package.json index af2dc895a1..12c6fa77a6 100644 --- a/packages/delivery-xml-http-request/package.json +++ b/packages/delivery-xml-http-request/package.json @@ -20,6 +20,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7 || ^8" + "@bugsnag/core": "^8" } } diff --git a/packages/electron-network-status/package.json b/packages/electron-network-status/package.json index a2c8c016e6..6408da9248 100644 --- a/packages/electron-network-status/package.json +++ b/packages/electron-network-status/package.json @@ -11,7 +11,7 @@ "@bugsnag/plugin-electron-client-state-manager": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7 || ^8" + "@bugsnag/core": "^8" }, "repository": { "type": "git", diff --git a/packages/in-flight/package.json b/packages/in-flight/package.json index 3288809e81..69e3e1f28a 100644 --- a/packages/in-flight/package.json +++ b/packages/in-flight/package.json @@ -25,6 +25,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7 || ^8" + "@bugsnag/core": "^8" } } diff --git a/packages/plugin-app-duration/package.json b/packages/plugin-app-duration/package.json index 0414795685..a3e0db971d 100644 --- a/packages/plugin-app-duration/package.json +++ b/packages/plugin-app-duration/package.json @@ -20,6 +20,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7 || ^8" + "@bugsnag/core": "^8" } } diff --git a/packages/plugin-aws-lambda/package.json b/packages/plugin-aws-lambda/package.json index 0ea2197e2e..1b448b6466 100644 --- a/packages/plugin-aws-lambda/package.json +++ b/packages/plugin-aws-lambda/package.json @@ -33,6 +33,6 @@ "express": "^4.18.2" }, "peerDependencies": { - "@bugsnag/core": "^7 || ^8" + "@bugsnag/core": "^8" } } diff --git a/packages/plugin-browser-context/package.json b/packages/plugin-browser-context/package.json index 006bda4ddc..6a1e1cb7f6 100644 --- a/packages/plugin-browser-context/package.json +++ b/packages/plugin-browser-context/package.json @@ -20,6 +20,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7 || ^8" + "@bugsnag/core": "^8" } } diff --git a/packages/plugin-browser-device/package.json b/packages/plugin-browser-device/package.json index f4d12ea9f7..a089392f1e 100644 --- a/packages/plugin-browser-device/package.json +++ b/packages/plugin-browser-device/package.json @@ -23,6 +23,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7 || ^8" + "@bugsnag/core": "^8" } } diff --git a/packages/plugin-browser-request/package.json b/packages/plugin-browser-request/package.json index 8c84091dcc..f2d4a8802f 100644 --- a/packages/plugin-browser-request/package.json +++ b/packages/plugin-browser-request/package.json @@ -21,6 +21,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7 || ^8" + "@bugsnag/core": "^8" } } diff --git a/packages/plugin-browser-session/package.json b/packages/plugin-browser-session/package.json index 929a0b139a..b4aeefe7ce 100644 --- a/packages/plugin-browser-session/package.json +++ b/packages/plugin-browser-session/package.json @@ -20,6 +20,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7 || ^8" + "@bugsnag/core": "^8" } } diff --git a/packages/plugin-client-ip/package.json b/packages/plugin-client-ip/package.json index f4289c8aee..4177a02bb2 100644 --- a/packages/plugin-client-ip/package.json +++ b/packages/plugin-client-ip/package.json @@ -20,6 +20,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7 || ^8" + "@bugsnag/core": "^8" } } diff --git a/packages/plugin-console-breadcrumbs/package.json b/packages/plugin-console-breadcrumbs/package.json index 3dfff2226a..86668bb68a 100644 --- a/packages/plugin-console-breadcrumbs/package.json +++ b/packages/plugin-console-breadcrumbs/package.json @@ -20,6 +20,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7 || ^8" + "@bugsnag/core": "^8" } } diff --git a/packages/plugin-contextualize/package.json b/packages/plugin-contextualize/package.json index 40aa63a9ff..cf3893c235 100644 --- a/packages/plugin-contextualize/package.json +++ b/packages/plugin-contextualize/package.json @@ -20,6 +20,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7 || ^8" + "@bugsnag/core": "^8" } } diff --git a/packages/plugin-electron-app-breadcrumbs/package.json b/packages/plugin-electron-app-breadcrumbs/package.json index 299aa0835e..e33e93a93e 100644 --- a/packages/plugin-electron-app-breadcrumbs/package.json +++ b/packages/plugin-electron-app-breadcrumbs/package.json @@ -21,7 +21,7 @@ "@bugsnag/electron-test-helpers": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7 || ^8" + "@bugsnag/core": "^8" }, "author": "Bugsnag", "license": "MIT" diff --git a/packages/plugin-electron-app/package.json b/packages/plugin-electron-app/package.json index c23055358d..436086be0c 100644 --- a/packages/plugin-electron-app/package.json +++ b/packages/plugin-electron-app/package.json @@ -32,7 +32,7 @@ "bindings": "^1.5.0" }, "peerDependencies": { - "@bugsnag/core": "^7 || ^8" + "@bugsnag/core": "^8" }, "author": "Bugsnag", "license": "MIT" diff --git a/packages/plugin-electron-client-state-manager/package.json b/packages/plugin-electron-client-state-manager/package.json index eaa4231d9f..83b204e42e 100644 --- a/packages/plugin-electron-client-state-manager/package.json +++ b/packages/plugin-electron-client-state-manager/package.json @@ -22,6 +22,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7 || ^8" + "@bugsnag/core": "^8" } } diff --git a/packages/plugin-electron-client-state-persistence/package.json b/packages/plugin-electron-client-state-persistence/package.json index 7e73309916..313b0c0d0c 100644 --- a/packages/plugin-electron-client-state-persistence/package.json +++ b/packages/plugin-electron-client-state-persistence/package.json @@ -44,6 +44,6 @@ "@types/bindings": "^1.5.0" }, "peerDependencies": { - "@bugsnag/core": "^7 || ^8" + "@bugsnag/core": "^8" } } diff --git a/packages/plugin-electron-deliver-minidumps/package.json b/packages/plugin-electron-deliver-minidumps/package.json index 7c3623bf99..ed1ba6cefe 100644 --- a/packages/plugin-electron-deliver-minidumps/package.json +++ b/packages/plugin-electron-deliver-minidumps/package.json @@ -26,7 +26,7 @@ "@bugsnag/electron-network-status": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7 || ^8", + "@bugsnag/core": "^8", "@bugsnag/electron-network-status": "^8.0.0" }, "author": "Bugsnag", diff --git a/packages/plugin-electron-device/package.json b/packages/plugin-electron-device/package.json index c4b1fb3abf..5eb038f6b8 100644 --- a/packages/plugin-electron-device/package.json +++ b/packages/plugin-electron-device/package.json @@ -18,7 +18,7 @@ "@bugsnag/electron-test-helpers": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7 || ^8" + "@bugsnag/core": "^8" }, "author": "Bugsnag", "license": "MIT" diff --git a/packages/plugin-electron-ipc/package.json b/packages/plugin-electron-ipc/package.json index cac6de9315..1640d71016 100644 --- a/packages/plugin-electron-ipc/package.json +++ b/packages/plugin-electron-ipc/package.json @@ -19,7 +19,7 @@ "dist/preload.bundle.js" ], "peerDependencies": { - "@bugsnag/core": "^7 || ^8" + "@bugsnag/core": "^8" }, "devDependencies": { "@bugsnag/core": "^8.0.0-alpha.0", diff --git a/packages/plugin-electron-net-breadcrumbs/package.json b/packages/plugin-electron-net-breadcrumbs/package.json index 1dd03371d8..a0a28562de 100644 --- a/packages/plugin-electron-net-breadcrumbs/package.json +++ b/packages/plugin-electron-net-breadcrumbs/package.json @@ -18,7 +18,7 @@ "@bugsnag/electron-test-helpers": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7 || ^8" + "@bugsnag/core": "^8" }, "author": "Bugsnag", "license": "MIT" diff --git a/packages/plugin-electron-network-status/package.json b/packages/plugin-electron-network-status/package.json index 6ec6ce5062..93da130adc 100644 --- a/packages/plugin-electron-network-status/package.json +++ b/packages/plugin-electron-network-status/package.json @@ -17,7 +17,7 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7 || ^8" + "@bugsnag/core": "^8" }, "author": "Bugsnag", "license": "MIT" diff --git a/packages/plugin-electron-power-monitor-breadcrumbs/package.json b/packages/plugin-electron-power-monitor-breadcrumbs/package.json index 385a272caa..88168b8250 100644 --- a/packages/plugin-electron-power-monitor-breadcrumbs/package.json +++ b/packages/plugin-electron-power-monitor-breadcrumbs/package.json @@ -18,7 +18,7 @@ "@bugsnag/electron-test-helpers": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7 || ^8" + "@bugsnag/core": "^8" }, "author": "Bugsnag", "license": "MIT" diff --git a/packages/plugin-electron-preload-error/package.json b/packages/plugin-electron-preload-error/package.json index 96dacfa9e2..42e8fe62e8 100644 --- a/packages/plugin-electron-preload-error/package.json +++ b/packages/plugin-electron-preload-error/package.json @@ -19,7 +19,7 @@ "@bugsnag/electron-test-helpers": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7 || ^8" + "@bugsnag/core": "^8" }, "author": "Bugsnag", "license": "MIT" diff --git a/packages/plugin-electron-process-info/package.json b/packages/plugin-electron-process-info/package.json index 0c1618324e..c8a7a8df0a 100644 --- a/packages/plugin-electron-process-info/package.json +++ b/packages/plugin-electron-process-info/package.json @@ -17,7 +17,7 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7 || ^8" + "@bugsnag/core": "^8" }, "author": "Bugsnag", "license": "MIT" diff --git a/packages/plugin-electron-renderer-client-state-updates/package.json b/packages/plugin-electron-renderer-client-state-updates/package.json index 8f7f734d45..657c55073c 100644 --- a/packages/plugin-electron-renderer-client-state-updates/package.json +++ b/packages/plugin-electron-renderer-client-state-updates/package.json @@ -22,6 +22,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7 || ^8" + "@bugsnag/core": "^8" } } diff --git a/packages/plugin-electron-renderer-event-data/package.json b/packages/plugin-electron-renderer-event-data/package.json index 1a75c94a11..a8050d5bff 100644 --- a/packages/plugin-electron-renderer-event-data/package.json +++ b/packages/plugin-electron-renderer-event-data/package.json @@ -24,7 +24,7 @@ "@bugsnag/plugin-electron-renderer-strip-project-root": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7 || ^8", + "@bugsnag/core": "^8", "@bugsnag/plugin-electron-renderer-strip-project-root": "^8.0.0" } } diff --git a/packages/plugin-electron-screen-breadcrumbs/package.json b/packages/plugin-electron-screen-breadcrumbs/package.json index 3602dbf6f7..a2a4f7c9d3 100644 --- a/packages/plugin-electron-screen-breadcrumbs/package.json +++ b/packages/plugin-electron-screen-breadcrumbs/package.json @@ -18,7 +18,7 @@ "@bugsnag/electron-test-helpers": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7 || ^8" + "@bugsnag/core": "^8" }, "author": "Bugsnag", "license": "MIT" diff --git a/packages/plugin-electron-session/package.json b/packages/plugin-electron-session/package.json index ca18644026..bb23eeb397 100644 --- a/packages/plugin-electron-session/package.json +++ b/packages/plugin-electron-session/package.json @@ -21,7 +21,7 @@ "@bugsnag/electron-test-helpers": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7 || ^8" + "@bugsnag/core": "^8" }, "author": "Bugsnag", "license": "MIT" diff --git a/packages/plugin-express/package.json b/packages/plugin-express/package.json index 49ebe1208a..9476c3deb8 100644 --- a/packages/plugin-express/package.json +++ b/packages/plugin-express/package.json @@ -24,7 +24,7 @@ "author": "Bugsnag", "license": "MIT", "peerDependencies": { - "@bugsnag/core": "^7 || ^8" + "@bugsnag/core": "^8" }, "devDependencies": { "@bugsnag/core": "^8.0.0-alpha.0", diff --git a/packages/plugin-inline-script-content/package.json b/packages/plugin-inline-script-content/package.json index 7c5822a8cd..e107fde8b4 100644 --- a/packages/plugin-inline-script-content/package.json +++ b/packages/plugin-inline-script-content/package.json @@ -21,6 +21,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7 || ^8" + "@bugsnag/core": "^8" } } diff --git a/packages/plugin-interaction-breadcrumbs/package.json b/packages/plugin-interaction-breadcrumbs/package.json index c1489b25e7..defdd6bbcc 100644 --- a/packages/plugin-interaction-breadcrumbs/package.json +++ b/packages/plugin-interaction-breadcrumbs/package.json @@ -21,6 +21,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7 || ^8" + "@bugsnag/core": "^8" } } diff --git a/packages/plugin-intercept/package.json b/packages/plugin-intercept/package.json index 039514e624..61049d06f2 100644 --- a/packages/plugin-intercept/package.json +++ b/packages/plugin-intercept/package.json @@ -21,6 +21,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7 || ^8" + "@bugsnag/core": "^8" } } diff --git a/packages/plugin-internal-callback-marker/package.json b/packages/plugin-internal-callback-marker/package.json index 4db1513d95..8b7c6289cd 100644 --- a/packages/plugin-internal-callback-marker/package.json +++ b/packages/plugin-internal-callback-marker/package.json @@ -21,6 +21,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7 || ^8" + "@bugsnag/core": "^8" } } diff --git a/packages/plugin-koa/package.json b/packages/plugin-koa/package.json index 157b93933a..7f43642cca 100644 --- a/packages/plugin-koa/package.json +++ b/packages/plugin-koa/package.json @@ -24,7 +24,7 @@ "author": "Bugsnag", "license": "MIT", "peerDependencies": { - "@bugsnag/core": "^7 || ^8" + "@bugsnag/core": "^8" }, "devDependencies": { "@bugsnag/core": "^8.0.0-alpha.0", diff --git a/packages/plugin-navigation-breadcrumbs/package.json b/packages/plugin-navigation-breadcrumbs/package.json index 3f12fa739a..8325ea41e5 100644 --- a/packages/plugin-navigation-breadcrumbs/package.json +++ b/packages/plugin-navigation-breadcrumbs/package.json @@ -20,6 +20,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7 || ^8" + "@bugsnag/core": "^8" } } diff --git a/packages/plugin-network-breadcrumbs/package.json b/packages/plugin-network-breadcrumbs/package.json index 90bbf40993..ab25bff74e 100644 --- a/packages/plugin-network-breadcrumbs/package.json +++ b/packages/plugin-network-breadcrumbs/package.json @@ -20,6 +20,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7 || ^8" + "@bugsnag/core": "^8" } } diff --git a/packages/plugin-node-device/package.json b/packages/plugin-node-device/package.json index 7b3e8228ec..989b80105e 100644 --- a/packages/plugin-node-device/package.json +++ b/packages/plugin-node-device/package.json @@ -21,6 +21,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7 || ^8" + "@bugsnag/core": "^8" } } diff --git a/packages/plugin-node-in-project/package.json b/packages/plugin-node-in-project/package.json index f04d04f047..654e60e6dc 100644 --- a/packages/plugin-node-in-project/package.json +++ b/packages/plugin-node-in-project/package.json @@ -21,6 +21,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7 || ^8" + "@bugsnag/core": "^8" } } diff --git a/packages/plugin-node-surrounding-code/package.json b/packages/plugin-node-surrounding-code/package.json index f482e62f2d..7be1a98ceb 100644 --- a/packages/plugin-node-surrounding-code/package.json +++ b/packages/plugin-node-surrounding-code/package.json @@ -25,6 +25,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7 || ^8" + "@bugsnag/core": "^8" } } diff --git a/packages/plugin-node-uncaught-exception/package.json b/packages/plugin-node-uncaught-exception/package.json index 0b4816b810..54e9e22adb 100644 --- a/packages/plugin-node-uncaught-exception/package.json +++ b/packages/plugin-node-uncaught-exception/package.json @@ -21,6 +21,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7 || ^8" + "@bugsnag/core": "^8" } } diff --git a/packages/plugin-node-unhandled-rejection/package.json b/packages/plugin-node-unhandled-rejection/package.json index 615b20b33a..25d1a7ff13 100644 --- a/packages/plugin-node-unhandled-rejection/package.json +++ b/packages/plugin-node-unhandled-rejection/package.json @@ -21,6 +21,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7 || ^8" + "@bugsnag/core": "^8" } } diff --git a/packages/plugin-react-native-client-sync/package.json b/packages/plugin-react-native-client-sync/package.json index 45cd2f2173..f5b6ceaf9d 100644 --- a/packages/plugin-react-native-client-sync/package.json +++ b/packages/plugin-react-native-client-sync/package.json @@ -20,6 +20,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7 || ^8" + "@bugsnag/core": "^8" } } diff --git a/packages/plugin-react-native-event-sync/package.json b/packages/plugin-react-native-event-sync/package.json index 2f5085e2ff..e3f10318e6 100644 --- a/packages/plugin-react-native-event-sync/package.json +++ b/packages/plugin-react-native-event-sync/package.json @@ -20,6 +20,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7 || ^8" + "@bugsnag/core": "^8" } } diff --git a/packages/plugin-react-native-global-error-handler/package.json b/packages/plugin-react-native-global-error-handler/package.json index 1c6663fd4a..ecd8df0751 100644 --- a/packages/plugin-react-native-global-error-handler/package.json +++ b/packages/plugin-react-native-global-error-handler/package.json @@ -20,6 +20,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7 || ^8" + "@bugsnag/core": "^8" } } diff --git a/packages/plugin-react-native-hermes/package.json b/packages/plugin-react-native-hermes/package.json index c04d7c6f6b..fb94e23ce2 100644 --- a/packages/plugin-react-native-hermes/package.json +++ b/packages/plugin-react-native-hermes/package.json @@ -21,6 +21,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7 || ^8" + "@bugsnag/core": "^8" } } diff --git a/packages/plugin-react-native-navigation/package.json b/packages/plugin-react-native-navigation/package.json index aa4a8d44e9..d7033db21e 100644 --- a/packages/plugin-react-native-navigation/package.json +++ b/packages/plugin-react-native-navigation/package.json @@ -24,7 +24,7 @@ "react-native-navigation": "^7.0.0" }, "peerDependencies": { - "@bugsnag/core": "^7 || ^8", + "@bugsnag/core": "^8", "react-native-navigation": "2 - 7" }, "peerDependenciesMeta": { diff --git a/packages/plugin-react-native-orientation-breadcrumbs/package.json b/packages/plugin-react-native-orientation-breadcrumbs/package.json index 21e35e5b12..18cd19770f 100644 --- a/packages/plugin-react-native-orientation-breadcrumbs/package.json +++ b/packages/plugin-react-native-orientation-breadcrumbs/package.json @@ -20,6 +20,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7 || ^8" + "@bugsnag/core": "^8" } } diff --git a/packages/plugin-react-native-session/package.json b/packages/plugin-react-native-session/package.json index 20d331ad3c..a860d23b7b 100644 --- a/packages/plugin-react-native-session/package.json +++ b/packages/plugin-react-native-session/package.json @@ -20,6 +20,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7 || ^8" + "@bugsnag/core": "^8" } } diff --git a/packages/plugin-react-native-unhandled-rejection/package.json b/packages/plugin-react-native-unhandled-rejection/package.json index c4ba79aa16..76d92a6642 100644 --- a/packages/plugin-react-native-unhandled-rejection/package.json +++ b/packages/plugin-react-native-unhandled-rejection/package.json @@ -21,6 +21,6 @@ "promise": "^8.0.2" }, "peerDependencies": { - "@bugsnag/core": "^7 || ^8" + "@bugsnag/core": "^8" } } diff --git a/packages/plugin-react-navigation/package.json b/packages/plugin-react-navigation/package.json index e340227e52..753e763f9a 100644 --- a/packages/plugin-react-navigation/package.json +++ b/packages/plugin-react-navigation/package.json @@ -31,7 +31,7 @@ "react-test-renderer": "^16.13.1" }, "peerDependencies": { - "@bugsnag/core": "^7 || ^8", + "@bugsnag/core": "^8", "@react-navigation/native": "^5.0 || ^6.0" }, "peerDependenciesMeta": { diff --git a/packages/plugin-react/package.json b/packages/plugin-react/package.json index ee6613b8e4..3a5aa4edb2 100644 --- a/packages/plugin-react/package.json +++ b/packages/plugin-react/package.json @@ -27,7 +27,7 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7 || ^8" + "@bugsnag/core": "^8" }, "peerDependenciesMeta": { "@bugsnag/core": { diff --git a/packages/plugin-restify/package.json b/packages/plugin-restify/package.json index a7b72d170c..4ee5182589 100644 --- a/packages/plugin-restify/package.json +++ b/packages/plugin-restify/package.json @@ -24,7 +24,7 @@ "author": "Bugsnag", "license": "MIT", "peerDependencies": { - "@bugsnag/core": "^7 || ^8" + "@bugsnag/core": "^8" }, "devDependencies": { "@bugsnag/core": "^8.0.0-alpha.0", diff --git a/packages/plugin-server-session/package.json b/packages/plugin-server-session/package.json index 70adb21797..ec6c0b5c11 100644 --- a/packages/plugin-server-session/package.json +++ b/packages/plugin-server-session/package.json @@ -23,6 +23,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7 || ^8" + "@bugsnag/core": "^8" } } diff --git a/packages/plugin-simple-throttle/package.json b/packages/plugin-simple-throttle/package.json index 391d9b4d89..43b2e4248b 100644 --- a/packages/plugin-simple-throttle/package.json +++ b/packages/plugin-simple-throttle/package.json @@ -21,6 +21,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7 || ^8" + "@bugsnag/core": "^8" } } diff --git a/packages/plugin-stackframe-path-normaliser/package.json b/packages/plugin-stackframe-path-normaliser/package.json index eadce65a87..a25c3781bb 100644 --- a/packages/plugin-stackframe-path-normaliser/package.json +++ b/packages/plugin-stackframe-path-normaliser/package.json @@ -14,7 +14,7 @@ "author": "Bugsnag", "license": "MIT", "peerDependencies": { - "@bugsnag/core": "^7 || ^8" + "@bugsnag/core": "^8" }, "devDependencies": { "@bugsnag/core": "^8.0.0-alpha.0" diff --git a/packages/plugin-strip-project-root/package.json b/packages/plugin-strip-project-root/package.json index f7a426982d..12a9b50a82 100644 --- a/packages/plugin-strip-project-root/package.json +++ b/packages/plugin-strip-project-root/package.json @@ -20,6 +20,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7 || ^8" + "@bugsnag/core": "^8" } } diff --git a/packages/plugin-strip-query-string/package.json b/packages/plugin-strip-query-string/package.json index 01b62e644d..bfea8f8dfb 100644 --- a/packages/plugin-strip-query-string/package.json +++ b/packages/plugin-strip-query-string/package.json @@ -20,6 +20,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7 || ^8" + "@bugsnag/core": "^8" } } diff --git a/packages/plugin-vue/package.json b/packages/plugin-vue/package.json index fb5de7855e..1a63e854a8 100644 --- a/packages/plugin-vue/package.json +++ b/packages/plugin-vue/package.json @@ -27,7 +27,7 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7 || ^8" + "@bugsnag/core": "^8" }, "peerDependenciesMeta": { "@bugsnag/core": { diff --git a/packages/plugin-window-onerror/package.json b/packages/plugin-window-onerror/package.json index 95985d3bbf..5fc7796863 100644 --- a/packages/plugin-window-onerror/package.json +++ b/packages/plugin-window-onerror/package.json @@ -20,6 +20,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7 || ^8" + "@bugsnag/core": "^8" } } diff --git a/packages/plugin-window-unhandled-rejection/package.json b/packages/plugin-window-unhandled-rejection/package.json index 08a86524b4..090ded8d51 100644 --- a/packages/plugin-window-unhandled-rejection/package.json +++ b/packages/plugin-window-unhandled-rejection/package.json @@ -20,6 +20,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7 || ^8" + "@bugsnag/core": "^8" } } From 4b4470894f88221450f685a4ff4d7d7f4b08531a Mon Sep 17 00:00:00 2001 From: Dan Skinner Date: Fri, 3 Nov 2023 11:22:54 +0000 Subject: [PATCH 05/15] Revert "use ^8 for peer dependencies" This reverts commit 90e82212872dc25a5969a536f785a0b9c129a9fa. --- packages/delivery-electron/package.json | 2 +- packages/delivery-fetch/package.json | 2 +- packages/delivery-node/package.json | 2 +- packages/delivery-react-native/package.json | 2 +- packages/delivery-x-domain-request/package.json | 2 +- packages/delivery-xml-http-request/package.json | 2 +- packages/electron-network-status/package.json | 2 +- packages/in-flight/package.json | 2 +- packages/plugin-app-duration/package.json | 2 +- packages/plugin-aws-lambda/package.json | 2 +- packages/plugin-browser-context/package.json | 2 +- packages/plugin-browser-device/package.json | 2 +- packages/plugin-browser-request/package.json | 2 +- packages/plugin-browser-session/package.json | 2 +- packages/plugin-client-ip/package.json | 2 +- packages/plugin-console-breadcrumbs/package.json | 2 +- packages/plugin-contextualize/package.json | 2 +- packages/plugin-electron-app-breadcrumbs/package.json | 2 +- packages/plugin-electron-app/package.json | 2 +- packages/plugin-electron-client-state-manager/package.json | 2 +- packages/plugin-electron-client-state-persistence/package.json | 2 +- packages/plugin-electron-deliver-minidumps/package.json | 2 +- packages/plugin-electron-device/package.json | 2 +- packages/plugin-electron-ipc/package.json | 2 +- packages/plugin-electron-net-breadcrumbs/package.json | 2 +- packages/plugin-electron-network-status/package.json | 2 +- packages/plugin-electron-power-monitor-breadcrumbs/package.json | 2 +- packages/plugin-electron-preload-error/package.json | 2 +- packages/plugin-electron-process-info/package.json | 2 +- .../plugin-electron-renderer-client-state-updates/package.json | 2 +- packages/plugin-electron-renderer-event-data/package.json | 2 +- packages/plugin-electron-screen-breadcrumbs/package.json | 2 +- packages/plugin-electron-session/package.json | 2 +- packages/plugin-express/package.json | 2 +- packages/plugin-inline-script-content/package.json | 2 +- packages/plugin-interaction-breadcrumbs/package.json | 2 +- packages/plugin-intercept/package.json | 2 +- packages/plugin-internal-callback-marker/package.json | 2 +- packages/plugin-koa/package.json | 2 +- packages/plugin-navigation-breadcrumbs/package.json | 2 +- packages/plugin-network-breadcrumbs/package.json | 2 +- packages/plugin-node-device/package.json | 2 +- packages/plugin-node-in-project/package.json | 2 +- packages/plugin-node-surrounding-code/package.json | 2 +- packages/plugin-node-uncaught-exception/package.json | 2 +- packages/plugin-node-unhandled-rejection/package.json | 2 +- packages/plugin-react-native-client-sync/package.json | 2 +- packages/plugin-react-native-event-sync/package.json | 2 +- packages/plugin-react-native-global-error-handler/package.json | 2 +- packages/plugin-react-native-hermes/package.json | 2 +- packages/plugin-react-native-navigation/package.json | 2 +- .../plugin-react-native-orientation-breadcrumbs/package.json | 2 +- packages/plugin-react-native-session/package.json | 2 +- packages/plugin-react-native-unhandled-rejection/package.json | 2 +- packages/plugin-react-navigation/package.json | 2 +- packages/plugin-react/package.json | 2 +- packages/plugin-restify/package.json | 2 +- packages/plugin-server-session/package.json | 2 +- packages/plugin-simple-throttle/package.json | 2 +- packages/plugin-stackframe-path-normaliser/package.json | 2 +- packages/plugin-strip-project-root/package.json | 2 +- packages/plugin-strip-query-string/package.json | 2 +- packages/plugin-vue/package.json | 2 +- packages/plugin-window-onerror/package.json | 2 +- packages/plugin-window-unhandled-rejection/package.json | 2 +- 65 files changed, 65 insertions(+), 65 deletions(-) diff --git a/packages/delivery-electron/package.json b/packages/delivery-electron/package.json index 3cebdcb00b..0fdfe32f5f 100644 --- a/packages/delivery-electron/package.json +++ b/packages/delivery-electron/package.json @@ -22,7 +22,7 @@ "@bugsnag/plugin-electron-client-state-manager": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^8", + "@bugsnag/core": "^7 || ^8", "@bugsnag/electron-network-status": "^8.0.0" } } diff --git a/packages/delivery-fetch/package.json b/packages/delivery-fetch/package.json index 66e440508c..af7ff496f2 100644 --- a/packages/delivery-fetch/package.json +++ b/packages/delivery-fetch/package.json @@ -17,6 +17,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^8" + "@bugsnag/core": "^7 || ^8" } } diff --git a/packages/delivery-node/package.json b/packages/delivery-node/package.json index 69836498be..47896d886a 100644 --- a/packages/delivery-node/package.json +++ b/packages/delivery-node/package.json @@ -20,6 +20,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^8" + "@bugsnag/core": "^7 || ^8" } } diff --git a/packages/delivery-react-native/package.json b/packages/delivery-react-native/package.json index d458d40091..1bdd594c01 100644 --- a/packages/delivery-react-native/package.json +++ b/packages/delivery-react-native/package.json @@ -20,6 +20,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^8" + "@bugsnag/core": "^7 || ^8" } } diff --git a/packages/delivery-x-domain-request/package.json b/packages/delivery-x-domain-request/package.json index c37a0d1173..98a73b3950 100644 --- a/packages/delivery-x-domain-request/package.json +++ b/packages/delivery-x-domain-request/package.json @@ -20,6 +20,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^8" + "@bugsnag/core": "^7 || ^8" } } diff --git a/packages/delivery-xml-http-request/package.json b/packages/delivery-xml-http-request/package.json index 12c6fa77a6..af2dc895a1 100644 --- a/packages/delivery-xml-http-request/package.json +++ b/packages/delivery-xml-http-request/package.json @@ -20,6 +20,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^8" + "@bugsnag/core": "^7 || ^8" } } diff --git a/packages/electron-network-status/package.json b/packages/electron-network-status/package.json index 6408da9248..a2c8c016e6 100644 --- a/packages/electron-network-status/package.json +++ b/packages/electron-network-status/package.json @@ -11,7 +11,7 @@ "@bugsnag/plugin-electron-client-state-manager": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^8" + "@bugsnag/core": "^7 || ^8" }, "repository": { "type": "git", diff --git a/packages/in-flight/package.json b/packages/in-flight/package.json index 69e3e1f28a..3288809e81 100644 --- a/packages/in-flight/package.json +++ b/packages/in-flight/package.json @@ -25,6 +25,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^8" + "@bugsnag/core": "^7 || ^8" } } diff --git a/packages/plugin-app-duration/package.json b/packages/plugin-app-duration/package.json index a3e0db971d..0414795685 100644 --- a/packages/plugin-app-duration/package.json +++ b/packages/plugin-app-duration/package.json @@ -20,6 +20,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^8" + "@bugsnag/core": "^7 || ^8" } } diff --git a/packages/plugin-aws-lambda/package.json b/packages/plugin-aws-lambda/package.json index 1b448b6466..0ea2197e2e 100644 --- a/packages/plugin-aws-lambda/package.json +++ b/packages/plugin-aws-lambda/package.json @@ -33,6 +33,6 @@ "express": "^4.18.2" }, "peerDependencies": { - "@bugsnag/core": "^8" + "@bugsnag/core": "^7 || ^8" } } diff --git a/packages/plugin-browser-context/package.json b/packages/plugin-browser-context/package.json index 6a1e1cb7f6..006bda4ddc 100644 --- a/packages/plugin-browser-context/package.json +++ b/packages/plugin-browser-context/package.json @@ -20,6 +20,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^8" + "@bugsnag/core": "^7 || ^8" } } diff --git a/packages/plugin-browser-device/package.json b/packages/plugin-browser-device/package.json index a089392f1e..f4d12ea9f7 100644 --- a/packages/plugin-browser-device/package.json +++ b/packages/plugin-browser-device/package.json @@ -23,6 +23,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^8" + "@bugsnag/core": "^7 || ^8" } } diff --git a/packages/plugin-browser-request/package.json b/packages/plugin-browser-request/package.json index f2d4a8802f..8c84091dcc 100644 --- a/packages/plugin-browser-request/package.json +++ b/packages/plugin-browser-request/package.json @@ -21,6 +21,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^8" + "@bugsnag/core": "^7 || ^8" } } diff --git a/packages/plugin-browser-session/package.json b/packages/plugin-browser-session/package.json index b4aeefe7ce..929a0b139a 100644 --- a/packages/plugin-browser-session/package.json +++ b/packages/plugin-browser-session/package.json @@ -20,6 +20,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^8" + "@bugsnag/core": "^7 || ^8" } } diff --git a/packages/plugin-client-ip/package.json b/packages/plugin-client-ip/package.json index 4177a02bb2..f4289c8aee 100644 --- a/packages/plugin-client-ip/package.json +++ b/packages/plugin-client-ip/package.json @@ -20,6 +20,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^8" + "@bugsnag/core": "^7 || ^8" } } diff --git a/packages/plugin-console-breadcrumbs/package.json b/packages/plugin-console-breadcrumbs/package.json index 86668bb68a..3dfff2226a 100644 --- a/packages/plugin-console-breadcrumbs/package.json +++ b/packages/plugin-console-breadcrumbs/package.json @@ -20,6 +20,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^8" + "@bugsnag/core": "^7 || ^8" } } diff --git a/packages/plugin-contextualize/package.json b/packages/plugin-contextualize/package.json index cf3893c235..40aa63a9ff 100644 --- a/packages/plugin-contextualize/package.json +++ b/packages/plugin-contextualize/package.json @@ -20,6 +20,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^8" + "@bugsnag/core": "^7 || ^8" } } diff --git a/packages/plugin-electron-app-breadcrumbs/package.json b/packages/plugin-electron-app-breadcrumbs/package.json index e33e93a93e..299aa0835e 100644 --- a/packages/plugin-electron-app-breadcrumbs/package.json +++ b/packages/plugin-electron-app-breadcrumbs/package.json @@ -21,7 +21,7 @@ "@bugsnag/electron-test-helpers": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^8" + "@bugsnag/core": "^7 || ^8" }, "author": "Bugsnag", "license": "MIT" diff --git a/packages/plugin-electron-app/package.json b/packages/plugin-electron-app/package.json index 436086be0c..c23055358d 100644 --- a/packages/plugin-electron-app/package.json +++ b/packages/plugin-electron-app/package.json @@ -32,7 +32,7 @@ "bindings": "^1.5.0" }, "peerDependencies": { - "@bugsnag/core": "^8" + "@bugsnag/core": "^7 || ^8" }, "author": "Bugsnag", "license": "MIT" diff --git a/packages/plugin-electron-client-state-manager/package.json b/packages/plugin-electron-client-state-manager/package.json index 83b204e42e..eaa4231d9f 100644 --- a/packages/plugin-electron-client-state-manager/package.json +++ b/packages/plugin-electron-client-state-manager/package.json @@ -22,6 +22,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^8" + "@bugsnag/core": "^7 || ^8" } } diff --git a/packages/plugin-electron-client-state-persistence/package.json b/packages/plugin-electron-client-state-persistence/package.json index 313b0c0d0c..7e73309916 100644 --- a/packages/plugin-electron-client-state-persistence/package.json +++ b/packages/plugin-electron-client-state-persistence/package.json @@ -44,6 +44,6 @@ "@types/bindings": "^1.5.0" }, "peerDependencies": { - "@bugsnag/core": "^8" + "@bugsnag/core": "^7 || ^8" } } diff --git a/packages/plugin-electron-deliver-minidumps/package.json b/packages/plugin-electron-deliver-minidumps/package.json index ed1ba6cefe..7c3623bf99 100644 --- a/packages/plugin-electron-deliver-minidumps/package.json +++ b/packages/plugin-electron-deliver-minidumps/package.json @@ -26,7 +26,7 @@ "@bugsnag/electron-network-status": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^8", + "@bugsnag/core": "^7 || ^8", "@bugsnag/electron-network-status": "^8.0.0" }, "author": "Bugsnag", diff --git a/packages/plugin-electron-device/package.json b/packages/plugin-electron-device/package.json index 5eb038f6b8..c4b1fb3abf 100644 --- a/packages/plugin-electron-device/package.json +++ b/packages/plugin-electron-device/package.json @@ -18,7 +18,7 @@ "@bugsnag/electron-test-helpers": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^8" + "@bugsnag/core": "^7 || ^8" }, "author": "Bugsnag", "license": "MIT" diff --git a/packages/plugin-electron-ipc/package.json b/packages/plugin-electron-ipc/package.json index 1640d71016..cac6de9315 100644 --- a/packages/plugin-electron-ipc/package.json +++ b/packages/plugin-electron-ipc/package.json @@ -19,7 +19,7 @@ "dist/preload.bundle.js" ], "peerDependencies": { - "@bugsnag/core": "^8" + "@bugsnag/core": "^7 || ^8" }, "devDependencies": { "@bugsnag/core": "^8.0.0-alpha.0", diff --git a/packages/plugin-electron-net-breadcrumbs/package.json b/packages/plugin-electron-net-breadcrumbs/package.json index a0a28562de..1dd03371d8 100644 --- a/packages/plugin-electron-net-breadcrumbs/package.json +++ b/packages/plugin-electron-net-breadcrumbs/package.json @@ -18,7 +18,7 @@ "@bugsnag/electron-test-helpers": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^8" + "@bugsnag/core": "^7 || ^8" }, "author": "Bugsnag", "license": "MIT" diff --git a/packages/plugin-electron-network-status/package.json b/packages/plugin-electron-network-status/package.json index 93da130adc..6ec6ce5062 100644 --- a/packages/plugin-electron-network-status/package.json +++ b/packages/plugin-electron-network-status/package.json @@ -17,7 +17,7 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^8" + "@bugsnag/core": "^7 || ^8" }, "author": "Bugsnag", "license": "MIT" diff --git a/packages/plugin-electron-power-monitor-breadcrumbs/package.json b/packages/plugin-electron-power-monitor-breadcrumbs/package.json index 88168b8250..385a272caa 100644 --- a/packages/plugin-electron-power-monitor-breadcrumbs/package.json +++ b/packages/plugin-electron-power-monitor-breadcrumbs/package.json @@ -18,7 +18,7 @@ "@bugsnag/electron-test-helpers": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^8" + "@bugsnag/core": "^7 || ^8" }, "author": "Bugsnag", "license": "MIT" diff --git a/packages/plugin-electron-preload-error/package.json b/packages/plugin-electron-preload-error/package.json index 42e8fe62e8..96dacfa9e2 100644 --- a/packages/plugin-electron-preload-error/package.json +++ b/packages/plugin-electron-preload-error/package.json @@ -19,7 +19,7 @@ "@bugsnag/electron-test-helpers": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^8" + "@bugsnag/core": "^7 || ^8" }, "author": "Bugsnag", "license": "MIT" diff --git a/packages/plugin-electron-process-info/package.json b/packages/plugin-electron-process-info/package.json index c8a7a8df0a..0c1618324e 100644 --- a/packages/plugin-electron-process-info/package.json +++ b/packages/plugin-electron-process-info/package.json @@ -17,7 +17,7 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^8" + "@bugsnag/core": "^7 || ^8" }, "author": "Bugsnag", "license": "MIT" diff --git a/packages/plugin-electron-renderer-client-state-updates/package.json b/packages/plugin-electron-renderer-client-state-updates/package.json index 657c55073c..8f7f734d45 100644 --- a/packages/plugin-electron-renderer-client-state-updates/package.json +++ b/packages/plugin-electron-renderer-client-state-updates/package.json @@ -22,6 +22,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^8" + "@bugsnag/core": "^7 || ^8" } } diff --git a/packages/plugin-electron-renderer-event-data/package.json b/packages/plugin-electron-renderer-event-data/package.json index a8050d5bff..1a75c94a11 100644 --- a/packages/plugin-electron-renderer-event-data/package.json +++ b/packages/plugin-electron-renderer-event-data/package.json @@ -24,7 +24,7 @@ "@bugsnag/plugin-electron-renderer-strip-project-root": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^8", + "@bugsnag/core": "^7 || ^8", "@bugsnag/plugin-electron-renderer-strip-project-root": "^8.0.0" } } diff --git a/packages/plugin-electron-screen-breadcrumbs/package.json b/packages/plugin-electron-screen-breadcrumbs/package.json index a2a4f7c9d3..3602dbf6f7 100644 --- a/packages/plugin-electron-screen-breadcrumbs/package.json +++ b/packages/plugin-electron-screen-breadcrumbs/package.json @@ -18,7 +18,7 @@ "@bugsnag/electron-test-helpers": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^8" + "@bugsnag/core": "^7 || ^8" }, "author": "Bugsnag", "license": "MIT" diff --git a/packages/plugin-electron-session/package.json b/packages/plugin-electron-session/package.json index bb23eeb397..ca18644026 100644 --- a/packages/plugin-electron-session/package.json +++ b/packages/plugin-electron-session/package.json @@ -21,7 +21,7 @@ "@bugsnag/electron-test-helpers": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^8" + "@bugsnag/core": "^7 || ^8" }, "author": "Bugsnag", "license": "MIT" diff --git a/packages/plugin-express/package.json b/packages/plugin-express/package.json index 9476c3deb8..49ebe1208a 100644 --- a/packages/plugin-express/package.json +++ b/packages/plugin-express/package.json @@ -24,7 +24,7 @@ "author": "Bugsnag", "license": "MIT", "peerDependencies": { - "@bugsnag/core": "^8" + "@bugsnag/core": "^7 || ^8" }, "devDependencies": { "@bugsnag/core": "^8.0.0-alpha.0", diff --git a/packages/plugin-inline-script-content/package.json b/packages/plugin-inline-script-content/package.json index e107fde8b4..7c5822a8cd 100644 --- a/packages/plugin-inline-script-content/package.json +++ b/packages/plugin-inline-script-content/package.json @@ -21,6 +21,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^8" + "@bugsnag/core": "^7 || ^8" } } diff --git a/packages/plugin-interaction-breadcrumbs/package.json b/packages/plugin-interaction-breadcrumbs/package.json index defdd6bbcc..c1489b25e7 100644 --- a/packages/plugin-interaction-breadcrumbs/package.json +++ b/packages/plugin-interaction-breadcrumbs/package.json @@ -21,6 +21,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^8" + "@bugsnag/core": "^7 || ^8" } } diff --git a/packages/plugin-intercept/package.json b/packages/plugin-intercept/package.json index 61049d06f2..039514e624 100644 --- a/packages/plugin-intercept/package.json +++ b/packages/plugin-intercept/package.json @@ -21,6 +21,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^8" + "@bugsnag/core": "^7 || ^8" } } diff --git a/packages/plugin-internal-callback-marker/package.json b/packages/plugin-internal-callback-marker/package.json index 8b7c6289cd..4db1513d95 100644 --- a/packages/plugin-internal-callback-marker/package.json +++ b/packages/plugin-internal-callback-marker/package.json @@ -21,6 +21,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^8" + "@bugsnag/core": "^7 || ^8" } } diff --git a/packages/plugin-koa/package.json b/packages/plugin-koa/package.json index 7f43642cca..157b93933a 100644 --- a/packages/plugin-koa/package.json +++ b/packages/plugin-koa/package.json @@ -24,7 +24,7 @@ "author": "Bugsnag", "license": "MIT", "peerDependencies": { - "@bugsnag/core": "^8" + "@bugsnag/core": "^7 || ^8" }, "devDependencies": { "@bugsnag/core": "^8.0.0-alpha.0", diff --git a/packages/plugin-navigation-breadcrumbs/package.json b/packages/plugin-navigation-breadcrumbs/package.json index 8325ea41e5..3f12fa739a 100644 --- a/packages/plugin-navigation-breadcrumbs/package.json +++ b/packages/plugin-navigation-breadcrumbs/package.json @@ -20,6 +20,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^8" + "@bugsnag/core": "^7 || ^8" } } diff --git a/packages/plugin-network-breadcrumbs/package.json b/packages/plugin-network-breadcrumbs/package.json index ab25bff74e..90bbf40993 100644 --- a/packages/plugin-network-breadcrumbs/package.json +++ b/packages/plugin-network-breadcrumbs/package.json @@ -20,6 +20,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^8" + "@bugsnag/core": "^7 || ^8" } } diff --git a/packages/plugin-node-device/package.json b/packages/plugin-node-device/package.json index 989b80105e..7b3e8228ec 100644 --- a/packages/plugin-node-device/package.json +++ b/packages/plugin-node-device/package.json @@ -21,6 +21,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^8" + "@bugsnag/core": "^7 || ^8" } } diff --git a/packages/plugin-node-in-project/package.json b/packages/plugin-node-in-project/package.json index 654e60e6dc..f04d04f047 100644 --- a/packages/plugin-node-in-project/package.json +++ b/packages/plugin-node-in-project/package.json @@ -21,6 +21,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^8" + "@bugsnag/core": "^7 || ^8" } } diff --git a/packages/plugin-node-surrounding-code/package.json b/packages/plugin-node-surrounding-code/package.json index 7be1a98ceb..f482e62f2d 100644 --- a/packages/plugin-node-surrounding-code/package.json +++ b/packages/plugin-node-surrounding-code/package.json @@ -25,6 +25,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^8" + "@bugsnag/core": "^7 || ^8" } } diff --git a/packages/plugin-node-uncaught-exception/package.json b/packages/plugin-node-uncaught-exception/package.json index 54e9e22adb..0b4816b810 100644 --- a/packages/plugin-node-uncaught-exception/package.json +++ b/packages/plugin-node-uncaught-exception/package.json @@ -21,6 +21,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^8" + "@bugsnag/core": "^7 || ^8" } } diff --git a/packages/plugin-node-unhandled-rejection/package.json b/packages/plugin-node-unhandled-rejection/package.json index 25d1a7ff13..615b20b33a 100644 --- a/packages/plugin-node-unhandled-rejection/package.json +++ b/packages/plugin-node-unhandled-rejection/package.json @@ -21,6 +21,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^8" + "@bugsnag/core": "^7 || ^8" } } diff --git a/packages/plugin-react-native-client-sync/package.json b/packages/plugin-react-native-client-sync/package.json index f5b6ceaf9d..45cd2f2173 100644 --- a/packages/plugin-react-native-client-sync/package.json +++ b/packages/plugin-react-native-client-sync/package.json @@ -20,6 +20,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^8" + "@bugsnag/core": "^7 || ^8" } } diff --git a/packages/plugin-react-native-event-sync/package.json b/packages/plugin-react-native-event-sync/package.json index e3f10318e6..2f5085e2ff 100644 --- a/packages/plugin-react-native-event-sync/package.json +++ b/packages/plugin-react-native-event-sync/package.json @@ -20,6 +20,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^8" + "@bugsnag/core": "^7 || ^8" } } diff --git a/packages/plugin-react-native-global-error-handler/package.json b/packages/plugin-react-native-global-error-handler/package.json index ecd8df0751..1c6663fd4a 100644 --- a/packages/plugin-react-native-global-error-handler/package.json +++ b/packages/plugin-react-native-global-error-handler/package.json @@ -20,6 +20,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^8" + "@bugsnag/core": "^7 || ^8" } } diff --git a/packages/plugin-react-native-hermes/package.json b/packages/plugin-react-native-hermes/package.json index fb94e23ce2..c04d7c6f6b 100644 --- a/packages/plugin-react-native-hermes/package.json +++ b/packages/plugin-react-native-hermes/package.json @@ -21,6 +21,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^8" + "@bugsnag/core": "^7 || ^8" } } diff --git a/packages/plugin-react-native-navigation/package.json b/packages/plugin-react-native-navigation/package.json index d7033db21e..aa4a8d44e9 100644 --- a/packages/plugin-react-native-navigation/package.json +++ b/packages/plugin-react-native-navigation/package.json @@ -24,7 +24,7 @@ "react-native-navigation": "^7.0.0" }, "peerDependencies": { - "@bugsnag/core": "^8", + "@bugsnag/core": "^7 || ^8", "react-native-navigation": "2 - 7" }, "peerDependenciesMeta": { diff --git a/packages/plugin-react-native-orientation-breadcrumbs/package.json b/packages/plugin-react-native-orientation-breadcrumbs/package.json index 18cd19770f..21e35e5b12 100644 --- a/packages/plugin-react-native-orientation-breadcrumbs/package.json +++ b/packages/plugin-react-native-orientation-breadcrumbs/package.json @@ -20,6 +20,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^8" + "@bugsnag/core": "^7 || ^8" } } diff --git a/packages/plugin-react-native-session/package.json b/packages/plugin-react-native-session/package.json index a860d23b7b..20d331ad3c 100644 --- a/packages/plugin-react-native-session/package.json +++ b/packages/plugin-react-native-session/package.json @@ -20,6 +20,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^8" + "@bugsnag/core": "^7 || ^8" } } diff --git a/packages/plugin-react-native-unhandled-rejection/package.json b/packages/plugin-react-native-unhandled-rejection/package.json index 76d92a6642..c4ba79aa16 100644 --- a/packages/plugin-react-native-unhandled-rejection/package.json +++ b/packages/plugin-react-native-unhandled-rejection/package.json @@ -21,6 +21,6 @@ "promise": "^8.0.2" }, "peerDependencies": { - "@bugsnag/core": "^8" + "@bugsnag/core": "^7 || ^8" } } diff --git a/packages/plugin-react-navigation/package.json b/packages/plugin-react-navigation/package.json index 753e763f9a..e340227e52 100644 --- a/packages/plugin-react-navigation/package.json +++ b/packages/plugin-react-navigation/package.json @@ -31,7 +31,7 @@ "react-test-renderer": "^16.13.1" }, "peerDependencies": { - "@bugsnag/core": "^8", + "@bugsnag/core": "^7 || ^8", "@react-navigation/native": "^5.0 || ^6.0" }, "peerDependenciesMeta": { diff --git a/packages/plugin-react/package.json b/packages/plugin-react/package.json index 3a5aa4edb2..ee6613b8e4 100644 --- a/packages/plugin-react/package.json +++ b/packages/plugin-react/package.json @@ -27,7 +27,7 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^8" + "@bugsnag/core": "^7 || ^8" }, "peerDependenciesMeta": { "@bugsnag/core": { diff --git a/packages/plugin-restify/package.json b/packages/plugin-restify/package.json index 4ee5182589..a7b72d170c 100644 --- a/packages/plugin-restify/package.json +++ b/packages/plugin-restify/package.json @@ -24,7 +24,7 @@ "author": "Bugsnag", "license": "MIT", "peerDependencies": { - "@bugsnag/core": "^8" + "@bugsnag/core": "^7 || ^8" }, "devDependencies": { "@bugsnag/core": "^8.0.0-alpha.0", diff --git a/packages/plugin-server-session/package.json b/packages/plugin-server-session/package.json index ec6c0b5c11..70adb21797 100644 --- a/packages/plugin-server-session/package.json +++ b/packages/plugin-server-session/package.json @@ -23,6 +23,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^8" + "@bugsnag/core": "^7 || ^8" } } diff --git a/packages/plugin-simple-throttle/package.json b/packages/plugin-simple-throttle/package.json index 43b2e4248b..391d9b4d89 100644 --- a/packages/plugin-simple-throttle/package.json +++ b/packages/plugin-simple-throttle/package.json @@ -21,6 +21,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^8" + "@bugsnag/core": "^7 || ^8" } } diff --git a/packages/plugin-stackframe-path-normaliser/package.json b/packages/plugin-stackframe-path-normaliser/package.json index a25c3781bb..eadce65a87 100644 --- a/packages/plugin-stackframe-path-normaliser/package.json +++ b/packages/plugin-stackframe-path-normaliser/package.json @@ -14,7 +14,7 @@ "author": "Bugsnag", "license": "MIT", "peerDependencies": { - "@bugsnag/core": "^8" + "@bugsnag/core": "^7 || ^8" }, "devDependencies": { "@bugsnag/core": "^8.0.0-alpha.0" diff --git a/packages/plugin-strip-project-root/package.json b/packages/plugin-strip-project-root/package.json index 12a9b50a82..f7a426982d 100644 --- a/packages/plugin-strip-project-root/package.json +++ b/packages/plugin-strip-project-root/package.json @@ -20,6 +20,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^8" + "@bugsnag/core": "^7 || ^8" } } diff --git a/packages/plugin-strip-query-string/package.json b/packages/plugin-strip-query-string/package.json index bfea8f8dfb..01b62e644d 100644 --- a/packages/plugin-strip-query-string/package.json +++ b/packages/plugin-strip-query-string/package.json @@ -20,6 +20,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^8" + "@bugsnag/core": "^7 || ^8" } } diff --git a/packages/plugin-vue/package.json b/packages/plugin-vue/package.json index 1a63e854a8..fb5de7855e 100644 --- a/packages/plugin-vue/package.json +++ b/packages/plugin-vue/package.json @@ -27,7 +27,7 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^8" + "@bugsnag/core": "^7 || ^8" }, "peerDependenciesMeta": { "@bugsnag/core": { diff --git a/packages/plugin-window-onerror/package.json b/packages/plugin-window-onerror/package.json index 5fc7796863..95985d3bbf 100644 --- a/packages/plugin-window-onerror/package.json +++ b/packages/plugin-window-onerror/package.json @@ -20,6 +20,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^8" + "@bugsnag/core": "^7 || ^8" } } diff --git a/packages/plugin-window-unhandled-rejection/package.json b/packages/plugin-window-unhandled-rejection/package.json index 090ded8d51..08a86524b4 100644 --- a/packages/plugin-window-unhandled-rejection/package.json +++ b/packages/plugin-window-unhandled-rejection/package.json @@ -20,6 +20,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^8" + "@bugsnag/core": "^7 || ^8" } } From 574ebb3797819a0ee8331cd82fa8cbbdffdf7388 Mon Sep 17 00:00:00 2001 From: Dan Skinner Date: Fri, 3 Nov 2023 12:08:31 +0000 Subject: [PATCH 06/15] Revert "Revert "use ^8 for peer dependencies"" This reverts commit 4b4470894f88221450f685a4ff4d7d7f4b08531a. --- packages/delivery-electron/package.json | 2 +- packages/delivery-fetch/package.json | 2 +- packages/delivery-node/package.json | 2 +- packages/delivery-react-native/package.json | 2 +- packages/delivery-x-domain-request/package.json | 2 +- packages/delivery-xml-http-request/package.json | 2 +- packages/electron-network-status/package.json | 2 +- packages/in-flight/package.json | 2 +- packages/plugin-app-duration/package.json | 2 +- packages/plugin-aws-lambda/package.json | 2 +- packages/plugin-browser-context/package.json | 2 +- packages/plugin-browser-device/package.json | 2 +- packages/plugin-browser-request/package.json | 2 +- packages/plugin-browser-session/package.json | 2 +- packages/plugin-client-ip/package.json | 2 +- packages/plugin-console-breadcrumbs/package.json | 2 +- packages/plugin-contextualize/package.json | 2 +- packages/plugin-electron-app-breadcrumbs/package.json | 2 +- packages/plugin-electron-app/package.json | 2 +- packages/plugin-electron-client-state-manager/package.json | 2 +- packages/plugin-electron-client-state-persistence/package.json | 2 +- packages/plugin-electron-deliver-minidumps/package.json | 2 +- packages/plugin-electron-device/package.json | 2 +- packages/plugin-electron-ipc/package.json | 2 +- packages/plugin-electron-net-breadcrumbs/package.json | 2 +- packages/plugin-electron-network-status/package.json | 2 +- packages/plugin-electron-power-monitor-breadcrumbs/package.json | 2 +- packages/plugin-electron-preload-error/package.json | 2 +- packages/plugin-electron-process-info/package.json | 2 +- .../plugin-electron-renderer-client-state-updates/package.json | 2 +- packages/plugin-electron-renderer-event-data/package.json | 2 +- packages/plugin-electron-screen-breadcrumbs/package.json | 2 +- packages/plugin-electron-session/package.json | 2 +- packages/plugin-express/package.json | 2 +- packages/plugin-inline-script-content/package.json | 2 +- packages/plugin-interaction-breadcrumbs/package.json | 2 +- packages/plugin-intercept/package.json | 2 +- packages/plugin-internal-callback-marker/package.json | 2 +- packages/plugin-koa/package.json | 2 +- packages/plugin-navigation-breadcrumbs/package.json | 2 +- packages/plugin-network-breadcrumbs/package.json | 2 +- packages/plugin-node-device/package.json | 2 +- packages/plugin-node-in-project/package.json | 2 +- packages/plugin-node-surrounding-code/package.json | 2 +- packages/plugin-node-uncaught-exception/package.json | 2 +- packages/plugin-node-unhandled-rejection/package.json | 2 +- packages/plugin-react-native-client-sync/package.json | 2 +- packages/plugin-react-native-event-sync/package.json | 2 +- packages/plugin-react-native-global-error-handler/package.json | 2 +- packages/plugin-react-native-hermes/package.json | 2 +- packages/plugin-react-native-navigation/package.json | 2 +- .../plugin-react-native-orientation-breadcrumbs/package.json | 2 +- packages/plugin-react-native-session/package.json | 2 +- packages/plugin-react-native-unhandled-rejection/package.json | 2 +- packages/plugin-react-navigation/package.json | 2 +- packages/plugin-react/package.json | 2 +- packages/plugin-restify/package.json | 2 +- packages/plugin-server-session/package.json | 2 +- packages/plugin-simple-throttle/package.json | 2 +- packages/plugin-stackframe-path-normaliser/package.json | 2 +- packages/plugin-strip-project-root/package.json | 2 +- packages/plugin-strip-query-string/package.json | 2 +- packages/plugin-vue/package.json | 2 +- packages/plugin-window-onerror/package.json | 2 +- packages/plugin-window-unhandled-rejection/package.json | 2 +- 65 files changed, 65 insertions(+), 65 deletions(-) diff --git a/packages/delivery-electron/package.json b/packages/delivery-electron/package.json index 0fdfe32f5f..3cebdcb00b 100644 --- a/packages/delivery-electron/package.json +++ b/packages/delivery-electron/package.json @@ -22,7 +22,7 @@ "@bugsnag/plugin-electron-client-state-manager": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7 || ^8", + "@bugsnag/core": "^8", "@bugsnag/electron-network-status": "^8.0.0" } } diff --git a/packages/delivery-fetch/package.json b/packages/delivery-fetch/package.json index af7ff496f2..66e440508c 100644 --- a/packages/delivery-fetch/package.json +++ b/packages/delivery-fetch/package.json @@ -17,6 +17,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7 || ^8" + "@bugsnag/core": "^8" } } diff --git a/packages/delivery-node/package.json b/packages/delivery-node/package.json index 47896d886a..69836498be 100644 --- a/packages/delivery-node/package.json +++ b/packages/delivery-node/package.json @@ -20,6 +20,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7 || ^8" + "@bugsnag/core": "^8" } } diff --git a/packages/delivery-react-native/package.json b/packages/delivery-react-native/package.json index 1bdd594c01..d458d40091 100644 --- a/packages/delivery-react-native/package.json +++ b/packages/delivery-react-native/package.json @@ -20,6 +20,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7 || ^8" + "@bugsnag/core": "^8" } } diff --git a/packages/delivery-x-domain-request/package.json b/packages/delivery-x-domain-request/package.json index 98a73b3950..c37a0d1173 100644 --- a/packages/delivery-x-domain-request/package.json +++ b/packages/delivery-x-domain-request/package.json @@ -20,6 +20,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7 || ^8" + "@bugsnag/core": "^8" } } diff --git a/packages/delivery-xml-http-request/package.json b/packages/delivery-xml-http-request/package.json index af2dc895a1..12c6fa77a6 100644 --- a/packages/delivery-xml-http-request/package.json +++ b/packages/delivery-xml-http-request/package.json @@ -20,6 +20,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7 || ^8" + "@bugsnag/core": "^8" } } diff --git a/packages/electron-network-status/package.json b/packages/electron-network-status/package.json index a2c8c016e6..6408da9248 100644 --- a/packages/electron-network-status/package.json +++ b/packages/electron-network-status/package.json @@ -11,7 +11,7 @@ "@bugsnag/plugin-electron-client-state-manager": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7 || ^8" + "@bugsnag/core": "^8" }, "repository": { "type": "git", diff --git a/packages/in-flight/package.json b/packages/in-flight/package.json index 3288809e81..69e3e1f28a 100644 --- a/packages/in-flight/package.json +++ b/packages/in-flight/package.json @@ -25,6 +25,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7 || ^8" + "@bugsnag/core": "^8" } } diff --git a/packages/plugin-app-duration/package.json b/packages/plugin-app-duration/package.json index 0414795685..a3e0db971d 100644 --- a/packages/plugin-app-duration/package.json +++ b/packages/plugin-app-duration/package.json @@ -20,6 +20,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7 || ^8" + "@bugsnag/core": "^8" } } diff --git a/packages/plugin-aws-lambda/package.json b/packages/plugin-aws-lambda/package.json index 0ea2197e2e..1b448b6466 100644 --- a/packages/plugin-aws-lambda/package.json +++ b/packages/plugin-aws-lambda/package.json @@ -33,6 +33,6 @@ "express": "^4.18.2" }, "peerDependencies": { - "@bugsnag/core": "^7 || ^8" + "@bugsnag/core": "^8" } } diff --git a/packages/plugin-browser-context/package.json b/packages/plugin-browser-context/package.json index 006bda4ddc..6a1e1cb7f6 100644 --- a/packages/plugin-browser-context/package.json +++ b/packages/plugin-browser-context/package.json @@ -20,6 +20,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7 || ^8" + "@bugsnag/core": "^8" } } diff --git a/packages/plugin-browser-device/package.json b/packages/plugin-browser-device/package.json index f4d12ea9f7..a089392f1e 100644 --- a/packages/plugin-browser-device/package.json +++ b/packages/plugin-browser-device/package.json @@ -23,6 +23,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7 || ^8" + "@bugsnag/core": "^8" } } diff --git a/packages/plugin-browser-request/package.json b/packages/plugin-browser-request/package.json index 8c84091dcc..f2d4a8802f 100644 --- a/packages/plugin-browser-request/package.json +++ b/packages/plugin-browser-request/package.json @@ -21,6 +21,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7 || ^8" + "@bugsnag/core": "^8" } } diff --git a/packages/plugin-browser-session/package.json b/packages/plugin-browser-session/package.json index 929a0b139a..b4aeefe7ce 100644 --- a/packages/plugin-browser-session/package.json +++ b/packages/plugin-browser-session/package.json @@ -20,6 +20,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7 || ^8" + "@bugsnag/core": "^8" } } diff --git a/packages/plugin-client-ip/package.json b/packages/plugin-client-ip/package.json index f4289c8aee..4177a02bb2 100644 --- a/packages/plugin-client-ip/package.json +++ b/packages/plugin-client-ip/package.json @@ -20,6 +20,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7 || ^8" + "@bugsnag/core": "^8" } } diff --git a/packages/plugin-console-breadcrumbs/package.json b/packages/plugin-console-breadcrumbs/package.json index 3dfff2226a..86668bb68a 100644 --- a/packages/plugin-console-breadcrumbs/package.json +++ b/packages/plugin-console-breadcrumbs/package.json @@ -20,6 +20,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7 || ^8" + "@bugsnag/core": "^8" } } diff --git a/packages/plugin-contextualize/package.json b/packages/plugin-contextualize/package.json index 40aa63a9ff..cf3893c235 100644 --- a/packages/plugin-contextualize/package.json +++ b/packages/plugin-contextualize/package.json @@ -20,6 +20,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7 || ^8" + "@bugsnag/core": "^8" } } diff --git a/packages/plugin-electron-app-breadcrumbs/package.json b/packages/plugin-electron-app-breadcrumbs/package.json index 299aa0835e..e33e93a93e 100644 --- a/packages/plugin-electron-app-breadcrumbs/package.json +++ b/packages/plugin-electron-app-breadcrumbs/package.json @@ -21,7 +21,7 @@ "@bugsnag/electron-test-helpers": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7 || ^8" + "@bugsnag/core": "^8" }, "author": "Bugsnag", "license": "MIT" diff --git a/packages/plugin-electron-app/package.json b/packages/plugin-electron-app/package.json index c23055358d..436086be0c 100644 --- a/packages/plugin-electron-app/package.json +++ b/packages/plugin-electron-app/package.json @@ -32,7 +32,7 @@ "bindings": "^1.5.0" }, "peerDependencies": { - "@bugsnag/core": "^7 || ^8" + "@bugsnag/core": "^8" }, "author": "Bugsnag", "license": "MIT" diff --git a/packages/plugin-electron-client-state-manager/package.json b/packages/plugin-electron-client-state-manager/package.json index eaa4231d9f..83b204e42e 100644 --- a/packages/plugin-electron-client-state-manager/package.json +++ b/packages/plugin-electron-client-state-manager/package.json @@ -22,6 +22,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7 || ^8" + "@bugsnag/core": "^8" } } diff --git a/packages/plugin-electron-client-state-persistence/package.json b/packages/plugin-electron-client-state-persistence/package.json index 7e73309916..313b0c0d0c 100644 --- a/packages/plugin-electron-client-state-persistence/package.json +++ b/packages/plugin-electron-client-state-persistence/package.json @@ -44,6 +44,6 @@ "@types/bindings": "^1.5.0" }, "peerDependencies": { - "@bugsnag/core": "^7 || ^8" + "@bugsnag/core": "^8" } } diff --git a/packages/plugin-electron-deliver-minidumps/package.json b/packages/plugin-electron-deliver-minidumps/package.json index 7c3623bf99..ed1ba6cefe 100644 --- a/packages/plugin-electron-deliver-minidumps/package.json +++ b/packages/plugin-electron-deliver-minidumps/package.json @@ -26,7 +26,7 @@ "@bugsnag/electron-network-status": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7 || ^8", + "@bugsnag/core": "^8", "@bugsnag/electron-network-status": "^8.0.0" }, "author": "Bugsnag", diff --git a/packages/plugin-electron-device/package.json b/packages/plugin-electron-device/package.json index c4b1fb3abf..5eb038f6b8 100644 --- a/packages/plugin-electron-device/package.json +++ b/packages/plugin-electron-device/package.json @@ -18,7 +18,7 @@ "@bugsnag/electron-test-helpers": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7 || ^8" + "@bugsnag/core": "^8" }, "author": "Bugsnag", "license": "MIT" diff --git a/packages/plugin-electron-ipc/package.json b/packages/plugin-electron-ipc/package.json index cac6de9315..1640d71016 100644 --- a/packages/plugin-electron-ipc/package.json +++ b/packages/plugin-electron-ipc/package.json @@ -19,7 +19,7 @@ "dist/preload.bundle.js" ], "peerDependencies": { - "@bugsnag/core": "^7 || ^8" + "@bugsnag/core": "^8" }, "devDependencies": { "@bugsnag/core": "^8.0.0-alpha.0", diff --git a/packages/plugin-electron-net-breadcrumbs/package.json b/packages/plugin-electron-net-breadcrumbs/package.json index 1dd03371d8..a0a28562de 100644 --- a/packages/plugin-electron-net-breadcrumbs/package.json +++ b/packages/plugin-electron-net-breadcrumbs/package.json @@ -18,7 +18,7 @@ "@bugsnag/electron-test-helpers": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7 || ^8" + "@bugsnag/core": "^8" }, "author": "Bugsnag", "license": "MIT" diff --git a/packages/plugin-electron-network-status/package.json b/packages/plugin-electron-network-status/package.json index 6ec6ce5062..93da130adc 100644 --- a/packages/plugin-electron-network-status/package.json +++ b/packages/plugin-electron-network-status/package.json @@ -17,7 +17,7 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7 || ^8" + "@bugsnag/core": "^8" }, "author": "Bugsnag", "license": "MIT" diff --git a/packages/plugin-electron-power-monitor-breadcrumbs/package.json b/packages/plugin-electron-power-monitor-breadcrumbs/package.json index 385a272caa..88168b8250 100644 --- a/packages/plugin-electron-power-monitor-breadcrumbs/package.json +++ b/packages/plugin-electron-power-monitor-breadcrumbs/package.json @@ -18,7 +18,7 @@ "@bugsnag/electron-test-helpers": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7 || ^8" + "@bugsnag/core": "^8" }, "author": "Bugsnag", "license": "MIT" diff --git a/packages/plugin-electron-preload-error/package.json b/packages/plugin-electron-preload-error/package.json index 96dacfa9e2..42e8fe62e8 100644 --- a/packages/plugin-electron-preload-error/package.json +++ b/packages/plugin-electron-preload-error/package.json @@ -19,7 +19,7 @@ "@bugsnag/electron-test-helpers": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7 || ^8" + "@bugsnag/core": "^8" }, "author": "Bugsnag", "license": "MIT" diff --git a/packages/plugin-electron-process-info/package.json b/packages/plugin-electron-process-info/package.json index 0c1618324e..c8a7a8df0a 100644 --- a/packages/plugin-electron-process-info/package.json +++ b/packages/plugin-electron-process-info/package.json @@ -17,7 +17,7 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7 || ^8" + "@bugsnag/core": "^8" }, "author": "Bugsnag", "license": "MIT" diff --git a/packages/plugin-electron-renderer-client-state-updates/package.json b/packages/plugin-electron-renderer-client-state-updates/package.json index 8f7f734d45..657c55073c 100644 --- a/packages/plugin-electron-renderer-client-state-updates/package.json +++ b/packages/plugin-electron-renderer-client-state-updates/package.json @@ -22,6 +22,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7 || ^8" + "@bugsnag/core": "^8" } } diff --git a/packages/plugin-electron-renderer-event-data/package.json b/packages/plugin-electron-renderer-event-data/package.json index 1a75c94a11..a8050d5bff 100644 --- a/packages/plugin-electron-renderer-event-data/package.json +++ b/packages/plugin-electron-renderer-event-data/package.json @@ -24,7 +24,7 @@ "@bugsnag/plugin-electron-renderer-strip-project-root": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7 || ^8", + "@bugsnag/core": "^8", "@bugsnag/plugin-electron-renderer-strip-project-root": "^8.0.0" } } diff --git a/packages/plugin-electron-screen-breadcrumbs/package.json b/packages/plugin-electron-screen-breadcrumbs/package.json index 3602dbf6f7..a2a4f7c9d3 100644 --- a/packages/plugin-electron-screen-breadcrumbs/package.json +++ b/packages/plugin-electron-screen-breadcrumbs/package.json @@ -18,7 +18,7 @@ "@bugsnag/electron-test-helpers": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7 || ^8" + "@bugsnag/core": "^8" }, "author": "Bugsnag", "license": "MIT" diff --git a/packages/plugin-electron-session/package.json b/packages/plugin-electron-session/package.json index ca18644026..bb23eeb397 100644 --- a/packages/plugin-electron-session/package.json +++ b/packages/plugin-electron-session/package.json @@ -21,7 +21,7 @@ "@bugsnag/electron-test-helpers": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7 || ^8" + "@bugsnag/core": "^8" }, "author": "Bugsnag", "license": "MIT" diff --git a/packages/plugin-express/package.json b/packages/plugin-express/package.json index 49ebe1208a..9476c3deb8 100644 --- a/packages/plugin-express/package.json +++ b/packages/plugin-express/package.json @@ -24,7 +24,7 @@ "author": "Bugsnag", "license": "MIT", "peerDependencies": { - "@bugsnag/core": "^7 || ^8" + "@bugsnag/core": "^8" }, "devDependencies": { "@bugsnag/core": "^8.0.0-alpha.0", diff --git a/packages/plugin-inline-script-content/package.json b/packages/plugin-inline-script-content/package.json index 7c5822a8cd..e107fde8b4 100644 --- a/packages/plugin-inline-script-content/package.json +++ b/packages/plugin-inline-script-content/package.json @@ -21,6 +21,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7 || ^8" + "@bugsnag/core": "^8" } } diff --git a/packages/plugin-interaction-breadcrumbs/package.json b/packages/plugin-interaction-breadcrumbs/package.json index c1489b25e7..defdd6bbcc 100644 --- a/packages/plugin-interaction-breadcrumbs/package.json +++ b/packages/plugin-interaction-breadcrumbs/package.json @@ -21,6 +21,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7 || ^8" + "@bugsnag/core": "^8" } } diff --git a/packages/plugin-intercept/package.json b/packages/plugin-intercept/package.json index 039514e624..61049d06f2 100644 --- a/packages/plugin-intercept/package.json +++ b/packages/plugin-intercept/package.json @@ -21,6 +21,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7 || ^8" + "@bugsnag/core": "^8" } } diff --git a/packages/plugin-internal-callback-marker/package.json b/packages/plugin-internal-callback-marker/package.json index 4db1513d95..8b7c6289cd 100644 --- a/packages/plugin-internal-callback-marker/package.json +++ b/packages/plugin-internal-callback-marker/package.json @@ -21,6 +21,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7 || ^8" + "@bugsnag/core": "^8" } } diff --git a/packages/plugin-koa/package.json b/packages/plugin-koa/package.json index 157b93933a..7f43642cca 100644 --- a/packages/plugin-koa/package.json +++ b/packages/plugin-koa/package.json @@ -24,7 +24,7 @@ "author": "Bugsnag", "license": "MIT", "peerDependencies": { - "@bugsnag/core": "^7 || ^8" + "@bugsnag/core": "^8" }, "devDependencies": { "@bugsnag/core": "^8.0.0-alpha.0", diff --git a/packages/plugin-navigation-breadcrumbs/package.json b/packages/plugin-navigation-breadcrumbs/package.json index 3f12fa739a..8325ea41e5 100644 --- a/packages/plugin-navigation-breadcrumbs/package.json +++ b/packages/plugin-navigation-breadcrumbs/package.json @@ -20,6 +20,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7 || ^8" + "@bugsnag/core": "^8" } } diff --git a/packages/plugin-network-breadcrumbs/package.json b/packages/plugin-network-breadcrumbs/package.json index 90bbf40993..ab25bff74e 100644 --- a/packages/plugin-network-breadcrumbs/package.json +++ b/packages/plugin-network-breadcrumbs/package.json @@ -20,6 +20,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7 || ^8" + "@bugsnag/core": "^8" } } diff --git a/packages/plugin-node-device/package.json b/packages/plugin-node-device/package.json index 7b3e8228ec..989b80105e 100644 --- a/packages/plugin-node-device/package.json +++ b/packages/plugin-node-device/package.json @@ -21,6 +21,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7 || ^8" + "@bugsnag/core": "^8" } } diff --git a/packages/plugin-node-in-project/package.json b/packages/plugin-node-in-project/package.json index f04d04f047..654e60e6dc 100644 --- a/packages/plugin-node-in-project/package.json +++ b/packages/plugin-node-in-project/package.json @@ -21,6 +21,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7 || ^8" + "@bugsnag/core": "^8" } } diff --git a/packages/plugin-node-surrounding-code/package.json b/packages/plugin-node-surrounding-code/package.json index f482e62f2d..7be1a98ceb 100644 --- a/packages/plugin-node-surrounding-code/package.json +++ b/packages/plugin-node-surrounding-code/package.json @@ -25,6 +25,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7 || ^8" + "@bugsnag/core": "^8" } } diff --git a/packages/plugin-node-uncaught-exception/package.json b/packages/plugin-node-uncaught-exception/package.json index 0b4816b810..54e9e22adb 100644 --- a/packages/plugin-node-uncaught-exception/package.json +++ b/packages/plugin-node-uncaught-exception/package.json @@ -21,6 +21,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7 || ^8" + "@bugsnag/core": "^8" } } diff --git a/packages/plugin-node-unhandled-rejection/package.json b/packages/plugin-node-unhandled-rejection/package.json index 615b20b33a..25d1a7ff13 100644 --- a/packages/plugin-node-unhandled-rejection/package.json +++ b/packages/plugin-node-unhandled-rejection/package.json @@ -21,6 +21,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7 || ^8" + "@bugsnag/core": "^8" } } diff --git a/packages/plugin-react-native-client-sync/package.json b/packages/plugin-react-native-client-sync/package.json index 45cd2f2173..f5b6ceaf9d 100644 --- a/packages/plugin-react-native-client-sync/package.json +++ b/packages/plugin-react-native-client-sync/package.json @@ -20,6 +20,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7 || ^8" + "@bugsnag/core": "^8" } } diff --git a/packages/plugin-react-native-event-sync/package.json b/packages/plugin-react-native-event-sync/package.json index 2f5085e2ff..e3f10318e6 100644 --- a/packages/plugin-react-native-event-sync/package.json +++ b/packages/plugin-react-native-event-sync/package.json @@ -20,6 +20,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7 || ^8" + "@bugsnag/core": "^8" } } diff --git a/packages/plugin-react-native-global-error-handler/package.json b/packages/plugin-react-native-global-error-handler/package.json index 1c6663fd4a..ecd8df0751 100644 --- a/packages/plugin-react-native-global-error-handler/package.json +++ b/packages/plugin-react-native-global-error-handler/package.json @@ -20,6 +20,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7 || ^8" + "@bugsnag/core": "^8" } } diff --git a/packages/plugin-react-native-hermes/package.json b/packages/plugin-react-native-hermes/package.json index c04d7c6f6b..fb94e23ce2 100644 --- a/packages/plugin-react-native-hermes/package.json +++ b/packages/plugin-react-native-hermes/package.json @@ -21,6 +21,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7 || ^8" + "@bugsnag/core": "^8" } } diff --git a/packages/plugin-react-native-navigation/package.json b/packages/plugin-react-native-navigation/package.json index aa4a8d44e9..d7033db21e 100644 --- a/packages/plugin-react-native-navigation/package.json +++ b/packages/plugin-react-native-navigation/package.json @@ -24,7 +24,7 @@ "react-native-navigation": "^7.0.0" }, "peerDependencies": { - "@bugsnag/core": "^7 || ^8", + "@bugsnag/core": "^8", "react-native-navigation": "2 - 7" }, "peerDependenciesMeta": { diff --git a/packages/plugin-react-native-orientation-breadcrumbs/package.json b/packages/plugin-react-native-orientation-breadcrumbs/package.json index 21e35e5b12..18cd19770f 100644 --- a/packages/plugin-react-native-orientation-breadcrumbs/package.json +++ b/packages/plugin-react-native-orientation-breadcrumbs/package.json @@ -20,6 +20,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7 || ^8" + "@bugsnag/core": "^8" } } diff --git a/packages/plugin-react-native-session/package.json b/packages/plugin-react-native-session/package.json index 20d331ad3c..a860d23b7b 100644 --- a/packages/plugin-react-native-session/package.json +++ b/packages/plugin-react-native-session/package.json @@ -20,6 +20,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7 || ^8" + "@bugsnag/core": "^8" } } diff --git a/packages/plugin-react-native-unhandled-rejection/package.json b/packages/plugin-react-native-unhandled-rejection/package.json index c4ba79aa16..76d92a6642 100644 --- a/packages/plugin-react-native-unhandled-rejection/package.json +++ b/packages/plugin-react-native-unhandled-rejection/package.json @@ -21,6 +21,6 @@ "promise": "^8.0.2" }, "peerDependencies": { - "@bugsnag/core": "^7 || ^8" + "@bugsnag/core": "^8" } } diff --git a/packages/plugin-react-navigation/package.json b/packages/plugin-react-navigation/package.json index e340227e52..753e763f9a 100644 --- a/packages/plugin-react-navigation/package.json +++ b/packages/plugin-react-navigation/package.json @@ -31,7 +31,7 @@ "react-test-renderer": "^16.13.1" }, "peerDependencies": { - "@bugsnag/core": "^7 || ^8", + "@bugsnag/core": "^8", "@react-navigation/native": "^5.0 || ^6.0" }, "peerDependenciesMeta": { diff --git a/packages/plugin-react/package.json b/packages/plugin-react/package.json index ee6613b8e4..3a5aa4edb2 100644 --- a/packages/plugin-react/package.json +++ b/packages/plugin-react/package.json @@ -27,7 +27,7 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7 || ^8" + "@bugsnag/core": "^8" }, "peerDependenciesMeta": { "@bugsnag/core": { diff --git a/packages/plugin-restify/package.json b/packages/plugin-restify/package.json index a7b72d170c..4ee5182589 100644 --- a/packages/plugin-restify/package.json +++ b/packages/plugin-restify/package.json @@ -24,7 +24,7 @@ "author": "Bugsnag", "license": "MIT", "peerDependencies": { - "@bugsnag/core": "^7 || ^8" + "@bugsnag/core": "^8" }, "devDependencies": { "@bugsnag/core": "^8.0.0-alpha.0", diff --git a/packages/plugin-server-session/package.json b/packages/plugin-server-session/package.json index 70adb21797..ec6c0b5c11 100644 --- a/packages/plugin-server-session/package.json +++ b/packages/plugin-server-session/package.json @@ -23,6 +23,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7 || ^8" + "@bugsnag/core": "^8" } } diff --git a/packages/plugin-simple-throttle/package.json b/packages/plugin-simple-throttle/package.json index 391d9b4d89..43b2e4248b 100644 --- a/packages/plugin-simple-throttle/package.json +++ b/packages/plugin-simple-throttle/package.json @@ -21,6 +21,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7 || ^8" + "@bugsnag/core": "^8" } } diff --git a/packages/plugin-stackframe-path-normaliser/package.json b/packages/plugin-stackframe-path-normaliser/package.json index eadce65a87..a25c3781bb 100644 --- a/packages/plugin-stackframe-path-normaliser/package.json +++ b/packages/plugin-stackframe-path-normaliser/package.json @@ -14,7 +14,7 @@ "author": "Bugsnag", "license": "MIT", "peerDependencies": { - "@bugsnag/core": "^7 || ^8" + "@bugsnag/core": "^8" }, "devDependencies": { "@bugsnag/core": "^8.0.0-alpha.0" diff --git a/packages/plugin-strip-project-root/package.json b/packages/plugin-strip-project-root/package.json index f7a426982d..12a9b50a82 100644 --- a/packages/plugin-strip-project-root/package.json +++ b/packages/plugin-strip-project-root/package.json @@ -20,6 +20,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7 || ^8" + "@bugsnag/core": "^8" } } diff --git a/packages/plugin-strip-query-string/package.json b/packages/plugin-strip-query-string/package.json index 01b62e644d..bfea8f8dfb 100644 --- a/packages/plugin-strip-query-string/package.json +++ b/packages/plugin-strip-query-string/package.json @@ -20,6 +20,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7 || ^8" + "@bugsnag/core": "^8" } } diff --git a/packages/plugin-vue/package.json b/packages/plugin-vue/package.json index fb5de7855e..1a63e854a8 100644 --- a/packages/plugin-vue/package.json +++ b/packages/plugin-vue/package.json @@ -27,7 +27,7 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7 || ^8" + "@bugsnag/core": "^8" }, "peerDependenciesMeta": { "@bugsnag/core": { diff --git a/packages/plugin-window-onerror/package.json b/packages/plugin-window-onerror/package.json index 95985d3bbf..5fc7796863 100644 --- a/packages/plugin-window-onerror/package.json +++ b/packages/plugin-window-onerror/package.json @@ -20,6 +20,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7 || ^8" + "@bugsnag/core": "^8" } } diff --git a/packages/plugin-window-unhandled-rejection/package.json b/packages/plugin-window-unhandled-rejection/package.json index 08a86524b4..090ded8d51 100644 --- a/packages/plugin-window-unhandled-rejection/package.json +++ b/packages/plugin-window-unhandled-rejection/package.json @@ -20,6 +20,6 @@ "@bugsnag/core": "^8.0.0-alpha.0" }, "peerDependencies": { - "@bugsnag/core": "^7 || ^8" + "@bugsnag/core": "^8" } } From ac30f37f1fb848b84d3c74280233554bf7fd9772 Mon Sep 17 00:00:00 2001 From: Dan Skinner Date: Mon, 6 Nov 2023 08:23:51 +0000 Subject: [PATCH 07/15] use --legacy-peer-deps to avoid auto install of peer deps --- bin/local-test-util | 4 +++- dockerfiles/Dockerfile.browser | 10 +++++----- test/node/features/fixtures/cause/Dockerfile | 2 +- test/node/features/fixtures/connect/Dockerfile | 2 +- test/node/features/fixtures/contextualize/Dockerfile | 2 +- test/node/features/fixtures/express/Dockerfile | 2 +- test/node/features/fixtures/handled/Dockerfile | 2 +- test/node/features/fixtures/koa-1x/Dockerfile | 2 +- test/node/features/fixtures/koa/Dockerfile | 2 +- test/node/features/fixtures/project_root/Dockerfile | 2 +- test/node/features/fixtures/proxy/Dockerfile | 2 +- test/node/features/fixtures/restify/Dockerfile | 2 +- test/node/features/fixtures/sessions/Dockerfile | 2 +- .../node/features/fixtures/surrounding_code/Dockerfile | 2 +- test/node/features/fixtures/unhandled/Dockerfile | 2 +- test/node/features/fixtures/webpack/Dockerfile | 2 +- 16 files changed, 22 insertions(+), 20 deletions(-) diff --git a/bin/local-test-util b/bin/local-test-util index fd4573c730..051f515c67 100755 --- a/bin/local-test-util +++ b/bin/local-test-util @@ -138,7 +138,8 @@ async function installNotifiers (notifier) { await ex(`npm`, [ `install`, `--no-package-lock`, - `--no-save` + `--no-save`, + `--legacy-peer-deps` ].concat(notifier ? [ `../../../../bugsnag-${notifier}-${require(`../packages/${notifier}/package.json`).version}.tgz` @@ -161,6 +162,7 @@ async function installNgNotifier (notifier) { `install`, `--no-package-lock`, `--no-save`, + `--legacy-peer-deps`, `../../../../../../bugsnag-browser-${require('../packages/browser/package.json').version}.tgz`, `../../../../../../bugsnag-js-${require('../packages/js/package.json').version}.tgz`, `../../../../../../bugsnag-node-${require('../packages/node/package.json').version}.tgz`, diff --git a/dockerfiles/Dockerfile.browser b/dockerfiles/Dockerfile.browser index d8cdc6737e..109ae81a03 100644 --- a/dockerfiles/Dockerfile.browser +++ b/dockerfiles/Dockerfile.browser @@ -26,12 +26,12 @@ RUN npm pack --verbose packages/web-worker/ COPY test/browser/features test/browser/features WORKDIR /app/test/browser/features/fixtures -RUN npm install --no-package-lock --no-save ../../../../bugsnag-browser-*.tgz -RUN npm install --no-package-lock --no-save ../../../../bugsnag-plugin-react-*.tgz -RUN npm install --no-package-lock --no-save ../../../../bugsnag-plugin-vue-*.tgz -RUN npm install --no-package-lock --no-save ../../../../bugsnag-web-worker-*.tgz +RUN npm install --no-package-lock --no-save --legacy-peer-deps ../../../../bugsnag-browser-*.tgz +RUN npm install --no-package-lock --no-save --legacy-peer-deps ../../../../bugsnag-plugin-react-*.tgz +RUN npm install --no-package-lock --no-save --legacy-peer-deps ../../../../bugsnag-plugin-vue-*.tgz +RUN npm install --no-package-lock --no-save --legacy-peer-deps ../../../../bugsnag-web-worker-*.tgz WORKDIR plugin_angular/ng -RUN npm install --no-package-lock --no-save \ +RUN npm install --no-package-lock --no-save --legacy-peer-deps \ ../../../../../../bugsnag-plugin-angular-*.tgz \ ../../../../../../bugsnag-node-*.tgz \ ../../../../../../bugsnag-browser-*.tgz \ diff --git a/test/node/features/fixtures/cause/Dockerfile b/test/node/features/fixtures/cause/Dockerfile index 718d7275c7..7a02012012 100644 --- a/test/node/features/fixtures/cause/Dockerfile +++ b/test/node/features/fixtures/cause/Dockerfile @@ -8,4 +8,4 @@ RUN npm install COPY . ./ -RUN npm install --no-package-lock --no-save bugsnag-node*.tgz +RUN npm install --no-package-lock --no-save --legacy-peer-deps bugsnag-node*.tgz diff --git a/test/node/features/fixtures/connect/Dockerfile b/test/node/features/fixtures/connect/Dockerfile index 6588bbffb3..87ab58df11 100644 --- a/test/node/features/fixtures/connect/Dockerfile +++ b/test/node/features/fixtures/connect/Dockerfile @@ -8,7 +8,7 @@ RUN npm install COPY . ./ -RUN npm install --no-package-lock --no-save bugsnag-node*.tgz bugsnag-plugin-express*.tgz +RUN npm install --no-package-lock --no-save --legacy-peer-deps bugsnag-node*.tgz bugsnag-plugin-express*.tgz ENV NODE_ENV production CMD node scenarios/app diff --git a/test/node/features/fixtures/contextualize/Dockerfile b/test/node/features/fixtures/contextualize/Dockerfile index 718d7275c7..7a02012012 100644 --- a/test/node/features/fixtures/contextualize/Dockerfile +++ b/test/node/features/fixtures/contextualize/Dockerfile @@ -8,4 +8,4 @@ RUN npm install COPY . ./ -RUN npm install --no-package-lock --no-save bugsnag-node*.tgz +RUN npm install --no-package-lock --no-save --legacy-peer-deps bugsnag-node*.tgz diff --git a/test/node/features/fixtures/express/Dockerfile b/test/node/features/fixtures/express/Dockerfile index 6588bbffb3..87ab58df11 100644 --- a/test/node/features/fixtures/express/Dockerfile +++ b/test/node/features/fixtures/express/Dockerfile @@ -8,7 +8,7 @@ RUN npm install COPY . ./ -RUN npm install --no-package-lock --no-save bugsnag-node*.tgz bugsnag-plugin-express*.tgz +RUN npm install --no-package-lock --no-save --legacy-peer-deps bugsnag-node*.tgz bugsnag-plugin-express*.tgz ENV NODE_ENV production CMD node scenarios/app diff --git a/test/node/features/fixtures/handled/Dockerfile b/test/node/features/fixtures/handled/Dockerfile index 718d7275c7..7a02012012 100644 --- a/test/node/features/fixtures/handled/Dockerfile +++ b/test/node/features/fixtures/handled/Dockerfile @@ -8,4 +8,4 @@ RUN npm install COPY . ./ -RUN npm install --no-package-lock --no-save bugsnag-node*.tgz +RUN npm install --no-package-lock --no-save --legacy-peer-deps bugsnag-node*.tgz diff --git a/test/node/features/fixtures/koa-1x/Dockerfile b/test/node/features/fixtures/koa-1x/Dockerfile index bf89686059..5bbc1c9faf 100644 --- a/test/node/features/fixtures/koa-1x/Dockerfile +++ b/test/node/features/fixtures/koa-1x/Dockerfile @@ -8,7 +8,7 @@ RUN npm install COPY . ./ -RUN npm install --no-package-lock --no-save bugsnag-node*.tgz bugsnag-plugin-koa*.tgz +RUN npm install --no-package-lock --no-save --legacy-peer-deps bugsnag-node*.tgz bugsnag-plugin-koa*.tgz ENV NODE_ENV production CMD node scenarios/app diff --git a/test/node/features/fixtures/koa/Dockerfile b/test/node/features/fixtures/koa/Dockerfile index bf89686059..5bbc1c9faf 100644 --- a/test/node/features/fixtures/koa/Dockerfile +++ b/test/node/features/fixtures/koa/Dockerfile @@ -8,7 +8,7 @@ RUN npm install COPY . ./ -RUN npm install --no-package-lock --no-save bugsnag-node*.tgz bugsnag-plugin-koa*.tgz +RUN npm install --no-package-lock --no-save --legacy-peer-deps bugsnag-node*.tgz bugsnag-plugin-koa*.tgz ENV NODE_ENV production CMD node scenarios/app diff --git a/test/node/features/fixtures/project_root/Dockerfile b/test/node/features/fixtures/project_root/Dockerfile index 718d7275c7..7a02012012 100644 --- a/test/node/features/fixtures/project_root/Dockerfile +++ b/test/node/features/fixtures/project_root/Dockerfile @@ -8,4 +8,4 @@ RUN npm install COPY . ./ -RUN npm install --no-package-lock --no-save bugsnag-node*.tgz +RUN npm install --no-package-lock --no-save --legacy-peer-deps bugsnag-node*.tgz diff --git a/test/node/features/fixtures/proxy/Dockerfile b/test/node/features/fixtures/proxy/Dockerfile index 718d7275c7..7a02012012 100644 --- a/test/node/features/fixtures/proxy/Dockerfile +++ b/test/node/features/fixtures/proxy/Dockerfile @@ -8,4 +8,4 @@ RUN npm install COPY . ./ -RUN npm install --no-package-lock --no-save bugsnag-node*.tgz +RUN npm install --no-package-lock --no-save --legacy-peer-deps bugsnag-node*.tgz diff --git a/test/node/features/fixtures/restify/Dockerfile b/test/node/features/fixtures/restify/Dockerfile index 73c4b81565..6a179c2709 100644 --- a/test/node/features/fixtures/restify/Dockerfile +++ b/test/node/features/fixtures/restify/Dockerfile @@ -8,7 +8,7 @@ RUN npm install COPY . ./ -RUN npm install --no-package-lock --no-save bugsnag-node*.tgz bugsnag-plugin-restify*.tgz +RUN npm install --no-package-lock --no-save --legacy-peer-deps bugsnag-node*.tgz bugsnag-plugin-restify*.tgz ENV NODE_ENV production CMD node scenarios/app diff --git a/test/node/features/fixtures/sessions/Dockerfile b/test/node/features/fixtures/sessions/Dockerfile index 718d7275c7..7a02012012 100644 --- a/test/node/features/fixtures/sessions/Dockerfile +++ b/test/node/features/fixtures/sessions/Dockerfile @@ -8,4 +8,4 @@ RUN npm install COPY . ./ -RUN npm install --no-package-lock --no-save bugsnag-node*.tgz +RUN npm install --no-package-lock --no-save --legacy-peer-deps bugsnag-node*.tgz diff --git a/test/node/features/fixtures/surrounding_code/Dockerfile b/test/node/features/fixtures/surrounding_code/Dockerfile index 718d7275c7..7a02012012 100644 --- a/test/node/features/fixtures/surrounding_code/Dockerfile +++ b/test/node/features/fixtures/surrounding_code/Dockerfile @@ -8,4 +8,4 @@ RUN npm install COPY . ./ -RUN npm install --no-package-lock --no-save bugsnag-node*.tgz +RUN npm install --no-package-lock --no-save --legacy-peer-deps bugsnag-node*.tgz diff --git a/test/node/features/fixtures/unhandled/Dockerfile b/test/node/features/fixtures/unhandled/Dockerfile index 718d7275c7..7a02012012 100644 --- a/test/node/features/fixtures/unhandled/Dockerfile +++ b/test/node/features/fixtures/unhandled/Dockerfile @@ -8,4 +8,4 @@ RUN npm install COPY . ./ -RUN npm install --no-package-lock --no-save bugsnag-node*.tgz +RUN npm install --no-package-lock --no-save --legacy-peer-deps bugsnag-node*.tgz diff --git a/test/node/features/fixtures/webpack/Dockerfile b/test/node/features/fixtures/webpack/Dockerfile index 5215beed9a..cbe002f091 100644 --- a/test/node/features/fixtures/webpack/Dockerfile +++ b/test/node/features/fixtures/webpack/Dockerfile @@ -8,5 +8,5 @@ RUN npm install COPY . ./ -RUN npm install --no-package-lock --no-save bugsnag-node*.tgz +RUN npm install --no-package-lock --no-save --legacy-peer-deps bugsnag-node*.tgz RUN npm run build From 763a0440bb0684a070bf234a06c71efe349a9644 Mon Sep 17 00:00:00 2001 From: Dan Skinner Date: Mon, 6 Nov 2023 10:20:04 +0000 Subject: [PATCH 08/15] use --legacy-peer-deps to avoid auto install of peer deps --- scripts/react-native-helper.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/react-native-helper.js b/scripts/react-native-helper.js index bad6179a1a..edfaed157f 100644 --- a/scripts/react-native-helper.js +++ b/scripts/react-native-helper.js @@ -35,7 +35,7 @@ module.exports = { common.run(`npm install --registry ${registryUrl}`, true) // Install notifier - const command = `npm install @bugsnag/react-native@${version} --registry ${registryUrl}` + const command = `npm install @bugsnag/react-native@${version} --registry ${registryUrl} --legacy-peer-deps` common.run(command, true) // Install any required secondary files From 7f0451b75456dea4058fb47cd348beb4fee75492 Mon Sep 17 00:00:00 2001 From: Dan Skinner Date: Mon, 6 Nov 2023 13:17:58 +0000 Subject: [PATCH 09/15] use --legacy-peer-deps to avoid auto install of peer deps --- scripts/react-native-helper.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/react-native-helper.js b/scripts/react-native-helper.js index edfaed157f..063a5dc24a 100644 --- a/scripts/react-native-helper.js +++ b/scripts/react-native-helper.js @@ -97,7 +97,7 @@ module.exports = { // Install notifier console.log(`Installing notifier: ${version}`) - const command = `npm install @bugsnag/react-native@${version} --registry ${registryUrl}` + const command = `npm install @bugsnag/react-native@${version} --registry ${registryUrl} --legacy-peer-deps` common.run(command, true) // Install any required secondary files From 3223b6568eb38138b5bec74941e0972310d429ef Mon Sep 17 00:00:00 2001 From: Dan Skinner Date: Mon, 6 Nov 2023 14:23:29 +0000 Subject: [PATCH 10/15] use --legacy-peer-deps to avoid auto install of peer deps --- .../app/react_native_navigation_js/install.sh | 8 ++-- .../app/react_navigation_js/install.sh | 44 +++++++++---------- 2 files changed, 26 insertions(+), 26 deletions(-) diff --git a/test/react-native/features/fixtures/app/react_native_navigation_js/install.sh b/test/react-native/features/fixtures/app/react_native_navigation_js/install.sh index a4e9997506..76eff4af19 100755 --- a/test/react-native/features/fixtures/app/react_native_navigation_js/install.sh +++ b/test/react-native/features/fixtures/app/react_native_navigation_js/install.sh @@ -1,13 +1,13 @@ #!/bin/bash -npm i @bugsnag/plugin-react-native-navigation@$BUGSNAG_VERSION --registry=$REGISTRY_URL +npm i @bugsnag/plugin-react-native-navigation@$BUGSNAG_VERSION --legacy-peer-deps --registry=$REGISTRY_URL if [ "$REACT_NATIVE_VERSION" == "rn0.60" ]; then - npm i react-native-navigation@7.0.0 + npm i react-native-navigation@7.0.0 --legacy-peer-deps elif [ "$REACT_NATIVE_VERSION" == "rn0.66" ]; then - npm i react-native-navigation@7.29.1 + npm i react-native-navigation@7.29.1 --legacy-peer-deps else - npm i react-native-navigation@^7.30.0 + npm i react-native-navigation@^7.30.0 --legacy-peer-deps fi npx rnn-link diff --git a/test/react-native/features/fixtures/app/react_navigation_js/install.sh b/test/react-native/features/fixtures/app/react_navigation_js/install.sh index 268187a3f5..8fa08348cc 100755 --- a/test/react-native/features/fixtures/app/react_navigation_js/install.sh +++ b/test/react-native/features/fixtures/app/react_navigation_js/install.sh @@ -1,29 +1,29 @@ -npm install @bugsnag/plugin-react-navigation@$BUGSNAG_VERSION --registry=$REGISTRY_URL +npm install @bugsnag/plugin-react-navigation@$BUGSNAG_VERSION --legacy-peer-deps --registry=$REGISTRY_URL if [ "$REACT_NATIVE_VERSION" = "rn0.60" ]; then - npm install @react-native-community/masked-view@^0.1 --registry=$REGISTRY_URL - npm install @react-navigation/native@^5.9 --registry=$REGISTRY_URL - npm install @react-navigation/stack@^5.14 --registry=$REGISTRY_URL - npm install react-native-gesture-handler@^1.10 --registry=$REGISTRY_URL - npm install react-native-reanimated@^1.13 --registry=$REGISTRY_URL - npm install react-native-safe-area-context@^3.1 --registry=$REGISTRY_URL - npm install react-native-screens@^2.18 --registry=$REGISTRY_URL + npm install @react-native-community/masked-view@^0.1 --legacy-peer-deps --registry=$REGISTRY_URL + npm install @react-navigation/native@^5.9 --legacy-peer-deps --registry=$REGISTRY_URL + npm install @react-navigation/stack@^5.14 --legacy-peer-deps --registry=$REGISTRY_URL + npm install react-native-gesture-handler@^1.10 --legacy-peer-deps --registry=$REGISTRY_URL + npm install react-native-reanimated@^1.13 --legacy-peer-deps --registry=$REGISTRY_URL + npm install react-native-safe-area-context@^3.1 --legacy-peer-deps --registry=$REGISTRY_URL + npm install react-native-screens@^2.18 --legacy-peer-deps --registry=$REGISTRY_URL elif [ "$REACT_NATIVE_VERSION" = "rn0.66" ] || [ "$REACT_NATIVE_VERSION" = "rn0.67" ] || [ "$REACT_NATIVE_VERSION" = "rn0.68-hermes" ]; then - npm install @react-native-community/masked-view@^0.1 --registry=$REGISTRY_URL - npm install @react-navigation/native@^6.0 --registry=$REGISTRY_URL - npm install @react-navigation/stack@^6.0 --registry=$REGISTRY_URL + npm install @react-native-community/masked-view@^0.1 --legacy-peer-deps --registry=$REGISTRY_URL + npm install @react-navigation/native@^6.0 --legacy-peer-deps --registry=$REGISTRY_URL + npm install @react-navigation/stack@^6.0 --legacy-peer-deps --registry=$REGISTRY_URL # gesture-handler locked to avoid Kotlin version conflicts, see "Important changes" at: # https://github.com/software-mansion/react-native-gesture-handler/releases/tag/2.7.0 - npm install react-native-gesture-handler@2.6.2 --registry=$REGISTRY_URL - npm install react-native-reanimated@^1.13 --registry=$REGISTRY_URL - npm install react-native-safe-area-context@3.3 --registry=$REGISTRY_URL - npm install react-native-screens@3.10 --registry=$REGISTRY_URL + npm install react-native-gesture-handler@2.6.2 --legacy-peer-deps --registry=$REGISTRY_URL + npm install react-native-reanimated@^1.13 --legacy-peer-deps --registry=$REGISTRY_URL + npm install react-native-safe-area-context@3.3 --legacy-peer-deps --registry=$REGISTRY_URL + npm install react-native-screens@3.10 --legacy-peer-deps --registry=$REGISTRY_URL else - npm install @react-native-community/masked-view@^0.1 --registry=$REGISTRY_URL - npm install @react-navigation/native@^6.0 --registry=$REGISTRY_URL - npm install @react-navigation/stack@^6.0 --registry=$REGISTRY_URL - npm install react-native-gesture-handler@^2.2 --registry=$REGISTRY_URL - npm install react-native-reanimated@^1.13 --registry=$REGISTRY_URL - npm install react-native-safe-area-context@3.3 --registry=$REGISTRY_URL - npm install react-native-screens@3.10 --registry=$REGISTRY_URL + npm install @react-native-community/masked-view@^0.1 --legacy-peer-deps --registry=$REGISTRY_URL + npm install @react-navigation/native@^6.0 --legacy-peer-deps --registry=$REGISTRY_URL + npm install @react-navigation/stack@^6.0 --legacy-peer-deps --registry=$REGISTRY_URL + npm install react-native-gesture-handler@^2.2 --legacy-peer-deps --registry=$REGISTRY_URL + npm install react-native-reanimated@^1.13 --legacy-peer-deps --registry=$REGISTRY_URL + npm install react-native-safe-area-context@3.3 --legacy-peer-deps --registry=$REGISTRY_URL + npm install react-native-screens@3.10 --legacy-peer-deps --registry=$REGISTRY_URL fi From 2c3737a63f7d2ef2104a1af2dd7d0c0d13051c59 Mon Sep 17 00:00:00 2001 From: Dan Skinner Date: Tue, 7 Nov 2023 11:04:18 +0000 Subject: [PATCH 11/15] use --legacy-peer-deps to avoid auto install of peer deps --- test/react-native-cli/features/fixtures/rn0_60/.npmrc | 1 + 1 file changed, 1 insertion(+) create mode 100644 test/react-native-cli/features/fixtures/rn0_60/.npmrc diff --git a/test/react-native-cli/features/fixtures/rn0_60/.npmrc b/test/react-native-cli/features/fixtures/rn0_60/.npmrc new file mode 100644 index 0000000000..e9ee3cb4d0 --- /dev/null +++ b/test/react-native-cli/features/fixtures/rn0_60/.npmrc @@ -0,0 +1 @@ +legacy-peer-deps=true \ No newline at end of file From 8c0ce00ee5093f469ed60bfdd960b1d57548825e Mon Sep 17 00:00:00 2001 From: Dan Skinner Date: Tue, 7 Nov 2023 11:52:34 +0000 Subject: [PATCH 12/15] use --legacy-peer-deps to avoid auto install of peer deps --- dockerfiles/Dockerfile.react-native-cli-android-builder | 1 + 1 file changed, 1 insertion(+) diff --git a/dockerfiles/Dockerfile.react-native-cli-android-builder b/dockerfiles/Dockerfile.react-native-cli-android-builder index 7ef762d2f4..2e2d5bf055 100644 --- a/dockerfiles/Dockerfile.react-native-cli-android-builder +++ b/dockerfiles/Dockerfile.react-native-cli-android-builder @@ -22,6 +22,7 @@ RUN echo "registry=$REGISTRY_URL" >> ~/.npmrc RUN echo "_auth=$REG_BASIC_CREDENTIAL" >> ~/.npmrc RUN echo "email=$REG_NPM_EMAIL" >> ~/.npmrc RUN echo "always-auth=true" >> ~/.npmrc +RUN echo "legacy-peer-deps=true" >> ~/.npmrc # Now copy in all the files needed to build COPY .git .git From 42b1f95ea9d1c41d02a85a74f793ec8aa09c77f5 Mon Sep 17 00:00:00 2001 From: Dan Skinner Date: Tue, 7 Nov 2023 13:14:02 +0000 Subject: [PATCH 13/15] use --legacy-peer-deps to avoid auto install of peer deps --- test/react-native-cli/features/fixtures/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/react-native-cli/features/fixtures/Dockerfile b/test/react-native-cli/features/fixtures/Dockerfile index 58bda9e0bf..43fd0afb29 100644 --- a/test/react-native-cli/features/fixtures/Dockerfile +++ b/test/react-native-cli/features/fixtures/Dockerfile @@ -9,6 +9,6 @@ COPY . /app WORKDIR /app -RUN npm i -g bugsnag-react-native-cli-*.tgz +RUN npm i -g bugsnag-react-native-cli-*.tgz --legacy-peer-deps ENTRYPOINT ["/bin/sh"] From bf88719f80078d01059fa3c62efb576abb6412d7 Mon Sep 17 00:00:00 2001 From: Dan Skinner Date: Tue, 7 Nov 2023 13:51:37 +0000 Subject: [PATCH 14/15] use --legacy-peer-deps to avoid auto install of peer deps --- scripts/react-native-cli-helper.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/react-native-cli-helper.js b/scripts/react-native-cli-helper.js index 85547a01ca..f968e7a7fb 100644 --- a/scripts/react-native-cli-helper.js +++ b/scripts/react-native-cli-helper.js @@ -26,7 +26,7 @@ module.exports = { common.run('npm install', true) // Install and run the CLI - const installCommand = `npm install @bugsnag/react-native-cli@${version}` + const installCommand = `npm install @bugsnag/react-native-cli@${version} --legacy-peer-deps` common.run(installCommand, true) // Use Expect to run the init command interactively @@ -79,7 +79,7 @@ module.exports = { common.run('npm install', true) // Install and run the CLI - const installCommand = `npm install @bugsnag/react-native-cli@${version}` + const installCommand = `npm install @bugsnag/react-native-cli@${version} --legacy-peer-deps` common.run(installCommand, true) // Use Expect to run the init command interactively From 46942955d0b126491b2d2be77c8a1e31592e8873 Mon Sep 17 00:00:00 2001 From: Dan Skinner Date: Tue, 7 Nov 2023 14:29:07 +0000 Subject: [PATCH 15/15] use --legacy-peer-deps to avoid auto install of peer deps --- dockerfiles/Dockerfile.react-native-android-builder | 1 + test/react-native-cli/features/fixtures/rn0_61/.npmrc | 1 + test/react-native-cli/features/fixtures/rn0_62/.npmrc | 1 + test/react-native-cli/features/fixtures/rn0_63/.npmrc | 1 + .../features/fixtures/rn0_63_expo_ejected/.npmrc | 1 + test/react-native-cli/features/fixtures/rn0_64/.npmrc | 1 + test/react-native-cli/features/fixtures/rn0_65/.npmrc | 1 + test/react-native-cli/features/fixtures/rn0_66/.npmrc | 1 + test/react-native-cli/features/fixtures/rn0_67/.npmrc | 1 + test/react-native-cli/features/fixtures/rn0_67_hermes/.npmrc | 1 + test/react-native-cli/features/fixtures/rn0_69/.npmrc | 1 + 11 files changed, 11 insertions(+) create mode 100644 test/react-native-cli/features/fixtures/rn0_61/.npmrc create mode 100644 test/react-native-cli/features/fixtures/rn0_62/.npmrc create mode 100644 test/react-native-cli/features/fixtures/rn0_63/.npmrc create mode 100644 test/react-native-cli/features/fixtures/rn0_63_expo_ejected/.npmrc create mode 100644 test/react-native-cli/features/fixtures/rn0_64/.npmrc create mode 100644 test/react-native-cli/features/fixtures/rn0_65/.npmrc create mode 100644 test/react-native-cli/features/fixtures/rn0_66/.npmrc create mode 100644 test/react-native-cli/features/fixtures/rn0_67/.npmrc create mode 100644 test/react-native-cli/features/fixtures/rn0_67_hermes/.npmrc create mode 100644 test/react-native-cli/features/fixtures/rn0_69/.npmrc diff --git a/dockerfiles/Dockerfile.react-native-android-builder b/dockerfiles/Dockerfile.react-native-android-builder index c26546a07f..ab6f3498f7 100644 --- a/dockerfiles/Dockerfile.react-native-android-builder +++ b/dockerfiles/Dockerfile.react-native-android-builder @@ -14,6 +14,7 @@ ARG REG_NPM_EMAIL RUN echo "_auth=$REG_BASIC_CREDENTIAL" >> ~/.npmrc RUN echo "email=$REG_NPM_EMAIL" >> ~/.npmrc RUN echo "always-auth=true" >> ~/.npmrc +RUN echo "legacy-peer-deps=true" >> ~/.npmrc # gradle / artifactory auth ARG MAVEN_REPO_URL diff --git a/test/react-native-cli/features/fixtures/rn0_61/.npmrc b/test/react-native-cli/features/fixtures/rn0_61/.npmrc new file mode 100644 index 0000000000..e9ee3cb4d0 --- /dev/null +++ b/test/react-native-cli/features/fixtures/rn0_61/.npmrc @@ -0,0 +1 @@ +legacy-peer-deps=true \ No newline at end of file diff --git a/test/react-native-cli/features/fixtures/rn0_62/.npmrc b/test/react-native-cli/features/fixtures/rn0_62/.npmrc new file mode 100644 index 0000000000..e9ee3cb4d0 --- /dev/null +++ b/test/react-native-cli/features/fixtures/rn0_62/.npmrc @@ -0,0 +1 @@ +legacy-peer-deps=true \ No newline at end of file diff --git a/test/react-native-cli/features/fixtures/rn0_63/.npmrc b/test/react-native-cli/features/fixtures/rn0_63/.npmrc new file mode 100644 index 0000000000..e9ee3cb4d0 --- /dev/null +++ b/test/react-native-cli/features/fixtures/rn0_63/.npmrc @@ -0,0 +1 @@ +legacy-peer-deps=true \ No newline at end of file diff --git a/test/react-native-cli/features/fixtures/rn0_63_expo_ejected/.npmrc b/test/react-native-cli/features/fixtures/rn0_63_expo_ejected/.npmrc new file mode 100644 index 0000000000..e9ee3cb4d0 --- /dev/null +++ b/test/react-native-cli/features/fixtures/rn0_63_expo_ejected/.npmrc @@ -0,0 +1 @@ +legacy-peer-deps=true \ No newline at end of file diff --git a/test/react-native-cli/features/fixtures/rn0_64/.npmrc b/test/react-native-cli/features/fixtures/rn0_64/.npmrc new file mode 100644 index 0000000000..e9ee3cb4d0 --- /dev/null +++ b/test/react-native-cli/features/fixtures/rn0_64/.npmrc @@ -0,0 +1 @@ +legacy-peer-deps=true \ No newline at end of file diff --git a/test/react-native-cli/features/fixtures/rn0_65/.npmrc b/test/react-native-cli/features/fixtures/rn0_65/.npmrc new file mode 100644 index 0000000000..e9ee3cb4d0 --- /dev/null +++ b/test/react-native-cli/features/fixtures/rn0_65/.npmrc @@ -0,0 +1 @@ +legacy-peer-deps=true \ No newline at end of file diff --git a/test/react-native-cli/features/fixtures/rn0_66/.npmrc b/test/react-native-cli/features/fixtures/rn0_66/.npmrc new file mode 100644 index 0000000000..e9ee3cb4d0 --- /dev/null +++ b/test/react-native-cli/features/fixtures/rn0_66/.npmrc @@ -0,0 +1 @@ +legacy-peer-deps=true \ No newline at end of file diff --git a/test/react-native-cli/features/fixtures/rn0_67/.npmrc b/test/react-native-cli/features/fixtures/rn0_67/.npmrc new file mode 100644 index 0000000000..e9ee3cb4d0 --- /dev/null +++ b/test/react-native-cli/features/fixtures/rn0_67/.npmrc @@ -0,0 +1 @@ +legacy-peer-deps=true \ No newline at end of file diff --git a/test/react-native-cli/features/fixtures/rn0_67_hermes/.npmrc b/test/react-native-cli/features/fixtures/rn0_67_hermes/.npmrc new file mode 100644 index 0000000000..e9ee3cb4d0 --- /dev/null +++ b/test/react-native-cli/features/fixtures/rn0_67_hermes/.npmrc @@ -0,0 +1 @@ +legacy-peer-deps=true \ No newline at end of file diff --git a/test/react-native-cli/features/fixtures/rn0_69/.npmrc b/test/react-native-cli/features/fixtures/rn0_69/.npmrc new file mode 100644 index 0000000000..e9ee3cb4d0 --- /dev/null +++ b/test/react-native-cli/features/fixtures/rn0_69/.npmrc @@ -0,0 +1 @@ +legacy-peer-deps=true \ No newline at end of file