diff --git a/.changeset/eighty-elephants-flash.md b/.changeset/eighty-elephants-flash.md deleted file mode 100644 index cfa562a3..00000000 --- a/.changeset/eighty-elephants-flash.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'@livepeer/core': major -'@livepeer/core-web': major -'@livepeer/react': major -'@livepeer/core-react': major -'@livepeer/react-native': major ---- - -**Breaking:** moved `livepeer` to `@livepeer/core-web`, which will be aligned with our `livepeer` packages that are 1-1 with the backend API. diff --git a/examples/_expo/package.json b/examples/_expo/package.json index 81f744ff..4d168141 100644 --- a/examples/_expo/package.json +++ b/examples/_expo/package.json @@ -10,7 +10,7 @@ "dev:web": "expo start --web" }, "dependencies": { - "@livepeer/react-native": "^1.9.2", + "@livepeer/react-native": "^2.0.0", "expo": "47.0.9", "expo-av": "~13.0.2", "expo-image-picker": "~14.0.2", diff --git a/examples/_next/package.json b/examples/_next/package.json index 5a2867a3..14b4d547 100644 --- a/examples/_next/package.json +++ b/examples/_next/package.json @@ -9,7 +9,7 @@ "lint": "next lint" }, "dependencies": { - "@livepeer/react": "^2.9.2", + "@livepeer/react": "^3.0.0", "@rainbow-me/rainbowkit": "^0.8.0", "ethers": "^5.7.2", "next": "^13.0.5", diff --git a/examples/_react-native/package.json b/examples/_react-native/package.json index e497f4f4..9e868dfe 100644 --- a/examples/_react-native/package.json +++ b/examples/_react-native/package.json @@ -11,7 +11,7 @@ "postinstall": "pnpm install:pod || echo 'pod installation failed, skipping'" }, "dependencies": { - "@livepeer/react-native": "^1.9.2", + "@livepeer/react-native": "^2.0.0", "expo": "^47.0.0", "expo-av": "~13.0.1", "react": "18.1.0", diff --git a/examples/expo/package.json b/examples/expo/package.json index 3c9f72c3..f05b224a 100644 --- a/examples/expo/package.json +++ b/examples/expo/package.json @@ -10,7 +10,7 @@ "dev:web": "expo start --web" }, "dependencies": { - "@livepeer/react-native": "^1.9.2", + "@livepeer/react-native": "^2.0.0", "expo": "47.0.9", "expo-av": "~13.0.2", "expo-image-picker": "~14.0.2", diff --git a/examples/next-13/package.json b/examples/next-13/package.json index c5a0eb65..e78b479e 100644 --- a/examples/next-13/package.json +++ b/examples/next-13/package.json @@ -9,9 +9,9 @@ "lint": "next lint" }, "dependencies": { - "@livepeer/core-web": "^2.9.2", + "@livepeer/core-web": "^3.0.0", "@livepeer/design-system": "^1.1.0", - "@livepeer/react": "^2.9.2", + "@livepeer/react": "^3.0.0", "@radix-ui/react-popover": "^1.0.6", "@radix-ui/react-toast": "^1.1.5", "@sentry/nextjs": "^7.69.0", diff --git a/examples/next/package.json b/examples/next/package.json index b1ef2c81..cdfc0512 100644 --- a/examples/next/package.json +++ b/examples/next/package.json @@ -9,7 +9,7 @@ "lint": "next lint" }, "dependencies": { - "@livepeer/react": "^2.9.2", + "@livepeer/react": "^3.0.0", "next": "^13.0.5", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/examples/nodejs/package.json b/examples/nodejs/package.json index 991216b9..3abe1360 100644 --- a/examples/nodejs/package.json +++ b/examples/nodejs/package.json @@ -21,7 +21,7 @@ }, "dependencies": { "@apollo/client": "^3.7.2", - "@livepeer/core-web": "^2.9.2", + "@livepeer/core-web": "^3.0.0", "cross-fetch": "^3.1.5", "graphql": "^16.6.0" } diff --git a/examples/svelte/package.json b/examples/svelte/package.json index c0818bc6..3ab1ab70 100644 --- a/examples/svelte/package.json +++ b/examples/svelte/package.json @@ -14,6 +14,6 @@ "vite": "^3.2.5" }, "dependencies": { - "@livepeer/core-web": "^2.9.2" + "@livepeer/core-web": "^3.0.0" } } diff --git a/packages/core-react/CHANGELOG.md b/packages/core-react/CHANGELOG.md index 3fc42642..5b839d0b 100644 --- a/packages/core-react/CHANGELOG.md +++ b/packages/core-react/CHANGELOG.md @@ -1,5 +1,16 @@ # @livepeer/core-react +## 2.0.0 + +### Major Changes + +- [#395](https://github.com/livepeer/livepeer.js/pull/395) [`119c28b`](https://github.com/livepeer/livepeer.js/commit/119c28b64d6f6d0e0948d0477feb7999f6e331d5) Thanks [@0xcadams](https://github.com/0xcadams)! - **Breaking:** moved `livepeer` to `@livepeer/core-web`, which will be aligned with our `livepeer` packages that are 1-1 with the backend API. + +### Patch Changes + +- Updated dependencies [[`119c28b`](https://github.com/livepeer/livepeer.js/commit/119c28b64d6f6d0e0948d0477feb7999f6e331d5)]: + - @livepeer/core@2.0.0 + ## 1.9.2 ### Patch Changes @@ -33,7 +44,7 @@ ### Patch Changes -- [#388](https://github.com/livepeer/livepeer.js/pull/388) [`6095d73`](https://github.com/livepeer/livepeer.js/commit/6095d73fbfd469f5148479d757d90e81ed8569db) Thanks [@0xcadams](https://github.com/0xcadams)! - **Feature:** added `onClipStarted` and ensured overridden `liveSyncDurationCount` in HLS config does not throw errors in HLS.js. +- [#388](https://github.com/livepeer/livepeer.js/pull/388) [`6095d73`](https://github.com/livepeer/livepeer.js/commit/6095d73fbfd469f5148479d757d90e81ed8569db) Thanks [@0xcadams](https://github.com/0xcadams)! - **Feature:** added `onClipStarted` and ensured overridden `liveSyncDurationCount` in HLS config does not throw errors in HLS.js. - Updated dependencies [[`6095d73`](https://github.com/livepeer/livepeer.js/commit/6095d73fbfd469f5148479d757d90e81ed8569db)]: - @livepeer/core@1.8.8 diff --git a/packages/core-react/package.json b/packages/core-react/package.json index 94f01179..71728932 100644 --- a/packages/core-react/package.json +++ b/packages/core-react/package.json @@ -2,7 +2,7 @@ "name": "@livepeer/core-react", "description": "React components & hooks for apps built with Livepeer.", "license": "MIT", - "version": "1.9.2", + "version": "2.0.0", "repository": { "type": "git", "url": "https://github.com/livepeer/livepeer.js.git", @@ -69,7 +69,7 @@ }, "peerDependenciesMeta": {}, "dependencies": { - "@livepeer/core": "^1.9.2", + "@livepeer/core": "^2.0.0", "@tanstack/query-async-storage-persister": "4.29.23", "@tanstack/query-core": "4.29.23", "@tanstack/react-query": "4.29.23", diff --git a/packages/core-web/CHANGELOG.md b/packages/core-web/CHANGELOG.md index 3978d776..5a29a483 100644 --- a/packages/core-web/CHANGELOG.md +++ b/packages/core-web/CHANGELOG.md @@ -1,5 +1,16 @@ # livepeer +## 3.0.0 + +### Major Changes + +- [#395](https://github.com/livepeer/livepeer.js/pull/395) [`119c28b`](https://github.com/livepeer/livepeer.js/commit/119c28b64d6f6d0e0948d0477feb7999f6e331d5) Thanks [@0xcadams](https://github.com/0xcadams)! - **Breaking:** moved `livepeer` to `@livepeer/core-web`, which will be aligned with our `livepeer` packages that are 1-1 with the backend API. + +### Patch Changes + +- Updated dependencies [[`119c28b`](https://github.com/livepeer/livepeer.js/commit/119c28b64d6f6d0e0948d0477feb7999f6e331d5)]: + - @livepeer/core@2.0.0 + ## 2.9.2 ### Patch Changes diff --git a/packages/core-web/package.json b/packages/core-web/package.json index da664911..8e0fba4c 100644 --- a/packages/core-web/package.json +++ b/packages/core-web/package.json @@ -2,7 +2,7 @@ "name": "@livepeer/core-web", "description": "Livepeer's vanilla JS library.", "license": "MIT", - "version": "2.9.2", + "version": "3.0.0", "repository": { "type": "git", "url": "https://github.com/livepeer/livepeer.js.git", @@ -115,7 +115,7 @@ } }, "dependencies": { - "@livepeer/core": "^1.9.2", + "@livepeer/core": "^2.0.0", "@stitches/core": "^1.2.8", "core-js": "^3.31.1", "cross-fetch": "^4.0.0", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 046d2118..c970c9da 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @livepeer/core +## 2.0.0 + +### Major Changes + +- [#395](https://github.com/livepeer/livepeer.js/pull/395) [`119c28b`](https://github.com/livepeer/livepeer.js/commit/119c28b64d6f6d0e0948d0477feb7999f6e331d5) Thanks [@0xcadams](https://github.com/0xcadams)! - **Breaking:** moved `livepeer` to `@livepeer/core-web`, which will be aligned with our `livepeer` packages that are 1-1 with the backend API. + ## 1.9.2 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 0cafc64e..a093a4b4 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -2,7 +2,7 @@ "name": "@livepeer/core", "description": "Livepeer's core vanilla JS library.", "license": "MIT", - "version": "1.9.2", + "version": "2.0.0", "repository": { "type": "git", "url": "https://github.com/livepeer/livepeer.js.git", diff --git a/packages/react-native/CHANGELOG.md b/packages/react-native/CHANGELOG.md index bd5f6f79..2bd04ba4 100644 --- a/packages/react-native/CHANGELOG.md +++ b/packages/react-native/CHANGELOG.md @@ -1,5 +1,16 @@ # @livepeer/react-native +## 2.0.0 + +### Major Changes + +- [#395](https://github.com/livepeer/livepeer.js/pull/395) [`119c28b`](https://github.com/livepeer/livepeer.js/commit/119c28b64d6f6d0e0948d0477feb7999f6e331d5) Thanks [@0xcadams](https://github.com/0xcadams)! - **Breaking:** moved `livepeer` to `@livepeer/core-web`, which will be aligned with our `livepeer` packages that are 1-1 with the backend API. + +### Patch Changes + +- Updated dependencies [[`119c28b`](https://github.com/livepeer/livepeer.js/commit/119c28b64d6f6d0e0948d0477feb7999f6e331d5)]: + - @livepeer/core-react@2.0.0 + ## 1.9.2 ### Patch Changes diff --git a/packages/react-native/package.json b/packages/react-native/package.json index 15c0837a..d44b8d8f 100644 --- a/packages/react-native/package.json +++ b/packages/react-native/package.json @@ -2,7 +2,7 @@ "name": "@livepeer/react-native", "description": "React Native components & hooks for mobile apps built with Livepeer.", "license": "MIT", - "version": "1.9.2", + "version": "2.0.0", "repository": { "type": "git", "url": "https://github.com/livepeer/livepeer.js.git", @@ -59,7 +59,7 @@ }, "peerDependenciesMeta": {}, "dependencies": { - "@livepeer/core-react": "^1.9.2", + "@livepeer/core-react": "^2.0.0", "react-native-url-polyfill": "^2.0.0", "stitches-native": "^0.4.0", "zustand": "^4.3.9" diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 41716f43..55bfbcc8 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,17 @@ # @livepeer/react +## 3.0.0 + +### Major Changes + +- [#395](https://github.com/livepeer/livepeer.js/pull/395) [`119c28b`](https://github.com/livepeer/livepeer.js/commit/119c28b64d6f6d0e0948d0477feb7999f6e331d5) Thanks [@0xcadams](https://github.com/0xcadams)! - **Breaking:** moved `livepeer` to `@livepeer/core-web`, which will be aligned with our `livepeer` packages that are 1-1 with the backend API. + +### Patch Changes + +- Updated dependencies [[`119c28b`](https://github.com/livepeer/livepeer.js/commit/119c28b64d6f6d0e0948d0477feb7999f6e331d5)]: + - @livepeer/core-web@3.0.0 + - @livepeer/core-react@2.0.0 + ## 2.9.2 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index 42a695d1..5cecb8ff 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -2,7 +2,7 @@ "name": "@livepeer/react", "description": "React components & hooks for web apps built with Livepeer.", "license": "MIT", - "version": "2.9.2", + "version": "3.0.0", "repository": { "type": "git", "url": "https://github.com/livepeer/livepeer.js.git", @@ -60,8 +60,8 @@ } }, "dependencies": { - "@livepeer/core-react": "^1.9.1", - "@livepeer/core-web": "^2.9.2", + "@livepeer/core-react": "^2.0.0", + "@livepeer/core-web": "^3.0.0", "@radix-ui/react-dialog": "^1.0.4", "@radix-ui/react-popover": "^1.0.6", "@radix-ui/react-select": "^1.2.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index fe31feb6..472e2709 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -85,7 +85,7 @@ importers: examples/_expo: specifiers: '@babel/core': ^7.20.5 - '@livepeer/react-native': ^1.9.2 + '@livepeer/react-native': ^2.0.0 '@types/react': ~18.0.27 '@types/react-native': ~0.71.0 babel-preset-expo: ~9.2.1 @@ -106,7 +106,7 @@ importers: expo-status-bar: 1.4.2 react: 18.1.0 react-dom: 18.1.0_react@18.1.0 - react-native: 0.70.5_react@18.1.0 + react-native: 0.70.5_sc62itt7atlpb6vxgzehj2hfqi react-native-svg: 13.4.0_tj3nonr5gneraukzjkxpsiy7yu react-native-web: 0.18.10_ef5jwxihqo6n7gxfmzogljlgcm devDependencies: @@ -117,7 +117,7 @@ importers: examples/_next: specifiers: - '@livepeer/react': ^2.9.2 + '@livepeer/react': ^3.0.0 '@preconstruct/next': ^4.0.0 '@rainbow-me/rainbowkit': ^0.8.0 '@types/node': ^18.11.11 @@ -152,7 +152,7 @@ importers: specifiers: '@babel/core': ^7.20.5 '@babel/runtime': ^7.20.6 - '@livepeer/react-native': ^1.9.2 + '@livepeer/react-native': ^2.0.0 '@react-native-community/eslint-config': ^3.2.0 '@rnx-kit/metro-config': ^1.3.3 '@rnx-kit/metro-resolver-symlinks': ^0.1.23 @@ -181,7 +181,7 @@ importers: expo: 47.0.3_@babel+core@7.20.5 expo-av: 13.0.2_expo@47.0.3 react: 18.1.0 - react-native: 0.70.5_react@18.1.0 + react-native: 0.70.5_sc62itt7atlpb6vxgzehj2hfqi react-native-svg: 12.3.0_tj3nonr5gneraukzjkxpsiy7yu devDependencies: '@babel/core': 7.20.5 @@ -199,7 +199,7 @@ importers: babel-jest: 29.3.1_@babel+core@7.20.5 eslint: 8.32.0 jest: 29.3.1 - metro-react-native-babel-preset: 0.73.4 + metro-react-native-babel-preset: 0.73.4_@babel+core@7.20.5 react-native-codegen: 0.72.0 react-native-gradle-plugin: 0.71.10 react-test-renderer: 18.2.0_react@18.1.0 @@ -208,7 +208,7 @@ importers: examples/expo: specifiers: '@babel/core': ^7.20.5 - '@livepeer/react-native': ^1.9.2 + '@livepeer/react-native': ^2.0.0 '@types/react': ~18.0.27 '@types/react-native': ~0.71.0 babel-preset-expo: ~9.2.1 @@ -229,7 +229,7 @@ importers: expo-status-bar: 1.4.2 react: 18.1.0 react-dom: 18.1.0_react@18.1.0 - react-native: 0.70.5_react@18.1.0 + react-native: 0.70.5_7vw2fevm7cxfkwynop5qx4c5l4 react-native-svg: 13.4.0_tj3nonr5gneraukzjkxpsiy7yu react-native-web: 0.18.10_ef5jwxihqo6n7gxfmzogljlgcm devDependencies: @@ -240,7 +240,7 @@ importers: examples/next: specifiers: - '@livepeer/react': ^2.9.2 + '@livepeer/react': ^3.0.0 '@preconstruct/next': ^4.0.0 '@types/node': ^18.11.11 '@types/react': ^18.0.27 @@ -267,9 +267,9 @@ importers: examples/next-13: specifiers: - '@livepeer/core-web': ^2.9.2 + '@livepeer/core-web': ^3.0.0 '@livepeer/design-system': ^1.1.0 - '@livepeer/react': ^2.9.2 + '@livepeer/react': ^3.0.0 '@radix-ui/react-popover': ^1.0.6 '@radix-ui/react-toast': ^1.1.5 '@sentry/nextjs': ^7.69.0 @@ -316,7 +316,7 @@ importers: '@graphql-codegen/typescript': ^2.8.3 '@graphql-codegen/typescript-operations': ^2.5.8 '@graphql-typed-document-node/core': ^3.1.1 - '@livepeer/core-web': ^2.9.2 + '@livepeer/core-web': ^3.0.0 '@types/node': ^18.11.11 cross-fetch: ^3.1.5 graphql: ^16.6.0 @@ -340,7 +340,7 @@ importers: examples/svelte: specifiers: - '@livepeer/core-web': ^2.9.2 + '@livepeer/core-web': ^3.0.0 '@sveltejs/vite-plugin-svelte': ^1.4.0 svelte: ^3.54.0 vite: ^3.2.5 @@ -372,7 +372,7 @@ importers: packages/core-react: specifiers: - '@livepeer/core': ^1.9.2 + '@livepeer/core': ^2.0.0 '@tanstack/query-async-storage-persister': 4.29.23 '@tanstack/query-core': 4.29.23 '@tanstack/react-query': 4.29.23 @@ -405,7 +405,7 @@ importers: packages/core-web: specifiers: - '@livepeer/core': ^1.9.2 + '@livepeer/core': ^2.0.0 '@stitches/core': ^1.2.8 '@types/ms': ^0.7.31 core-js: ^3.31.1 @@ -433,8 +433,8 @@ importers: packages/react: specifiers: - '@livepeer/core-react': ^1.9.1 - '@livepeer/core-web': ^2.9.2 + '@livepeer/core-react': ^2.0.0 + '@livepeer/core-web': ^3.0.0 '@radix-ui/react-dialog': ^1.0.4 '@radix-ui/react-popover': ^1.0.6 '@radix-ui/react-select': ^1.2.2 @@ -468,7 +468,7 @@ importers: packages/react-native: specifiers: - '@livepeer/core-react': ^1.9.2 + '@livepeer/core-react': ^2.0.0 '@tanstack/react-query': 4.29.23 '@testing-library/react-hooks': ^8.0.1 '@testing-library/react-native': ^12.1.2 @@ -834,7 +834,6 @@ packages: browserslist: 4.21.4 lru-cache: 5.1.1 semver: 6.3.0 - dev: true /@babel/helper-compilation-targets/7.20.7_@babel+core@7.22.9: resolution: {integrity: sha512-4tGORmfQcrc+bvrjb5y3dG9Mx1IOZjsHqQVUz7XCNHO+iTmqxWnVg3KRygjGmpRLJGdQSKuvFinbIb0CnZwHAQ==} @@ -862,6 +861,20 @@ packages: semver: 6.3.1 dev: true + /@babel/helper-compilation-targets/7.22.9_@babel+core@7.20.12: + resolution: {integrity: sha512-7qYrNM6HjpnPHJbopxmb8hSPoZ0gsX8IvUS32JGVoy+pU9e5N0nLr1VjJoR6kA4d9dmGLxNYOjeB8sUDal2WMw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/compat-data': 7.22.9 + '@babel/core': 7.20.12 + '@babel/helper-validator-option': 7.22.5 + browserslist: 4.21.9 + lru-cache: 5.1.1 + semver: 6.3.1 + dev: false + /@babel/helper-compilation-targets/7.22.9_@babel+core@7.20.5: resolution: {integrity: sha512-7qYrNM6HjpnPHJbopxmb8hSPoZ0gsX8IvUS32JGVoy+pU9e5N0nLr1VjJoR6kA4d9dmGLxNYOjeB8sUDal2WMw==} engines: {node: '>=6.9.0'} @@ -874,7 +887,6 @@ packages: browserslist: 4.21.9 lru-cache: 5.1.1 semver: 6.3.1 - dev: true /@babel/helper-compilation-targets/7.22.9_@babel+core@7.22.9: resolution: {integrity: sha512-7qYrNM6HjpnPHJbopxmb8hSPoZ0gsX8IvUS32JGVoy+pU9e5N0nLr1VjJoR6kA4d9dmGLxNYOjeB8sUDal2WMw==} @@ -1291,6 +1303,20 @@ packages: '@babel/helper-validator-identifier': 7.22.5 dev: true + /@babel/helper-module-transforms/7.22.9_@babel+core@7.20.12: + resolution: {integrity: sha512-t+WA2Xn5K+rTeGtC8jCsdAH52bjggG5TKRuRrAGNM/mjIbO4GxvlLMFOEz9wXY5I2XQ60PMFsAG2WIcG82dQMQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.20.12 + '@babel/helper-environment-visitor': 7.22.5 + '@babel/helper-module-imports': 7.22.5 + '@babel/helper-simple-access': 7.22.5 + '@babel/helper-split-export-declaration': 7.22.6 + '@babel/helper-validator-identifier': 7.22.5 + dev: false + /@babel/helper-module-transforms/7.22.9_@babel+core@7.20.5: resolution: {integrity: sha512-t+WA2Xn5K+rTeGtC8jCsdAH52bjggG5TKRuRrAGNM/mjIbO4GxvlLMFOEz9wXY5I2XQ60PMFsAG2WIcG82dQMQ==} engines: {node: '>=6.9.0'} @@ -1303,7 +1329,6 @@ packages: '@babel/helper-simple-access': 7.22.5 '@babel/helper-split-export-declaration': 7.22.6 '@babel/helper-validator-identifier': 7.22.5 - dev: true /@babel/helper-module-transforms/7.22.9_@babel+core@7.22.9: resolution: {integrity: sha512-t+WA2Xn5K+rTeGtC8jCsdAH52bjggG5TKRuRrAGNM/mjIbO4GxvlLMFOEz9wXY5I2XQ60PMFsAG2WIcG82dQMQ==} @@ -1847,6 +1872,26 @@ packages: '@babel/helper-plugin-utils': 7.20.2 '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.20.5 + /@babel/plugin-proposal-export-default-from/7.18.10_@babel+core@7.20.12: + resolution: {integrity: sha512-5H2N3R2aQFxkV4PIBUR/i7PUSwgTZjouJKzI8eKswfIjT0PhvzkPn0t0wIS5zn6maQuvtT0t1oHtMUz61LOuow==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.20.12 + '@babel/helper-plugin-utils': 7.20.2 + '@babel/plugin-syntax-export-default-from': 7.18.6_@babel+core@7.20.12 + + /@babel/plugin-proposal-export-default-from/7.18.10_@babel+core@7.20.5: + resolution: {integrity: sha512-5H2N3R2aQFxkV4PIBUR/i7PUSwgTZjouJKzI8eKswfIjT0PhvzkPn0t0wIS5zn6maQuvtT0t1oHtMUz61LOuow==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.20.5 + '@babel/helper-plugin-utils': 7.20.2 + '@babel/plugin-syntax-export-default-from': 7.18.6_@babel+core@7.20.5 + /@babel/plugin-proposal-export-default-from/7.18.10_@babel+core@7.22.9: resolution: {integrity: sha512-5H2N3R2aQFxkV4PIBUR/i7PUSwgTZjouJKzI8eKswfIjT0PhvzkPn0t0wIS5zn6maQuvtT0t1oHtMUz61LOuow==} engines: {node: '>=6.9.0'} @@ -2049,6 +2094,20 @@ packages: '@babel/plugin-transform-parameters': 7.22.5 dev: true + /@babel/plugin-proposal-object-rest-spread/7.20.7_@babel+core@7.20.12: + resolution: {integrity: sha512-d2S98yCiLxDVmBmE8UjGcfPvNEUbA1U5q5WxaWFUGRzJSVAZqm5W6MbPct0jxnegUZ0niLeNX+IOzEs7wYg9Dg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/compat-data': 7.22.9 + '@babel/core': 7.20.12 + '@babel/helper-compilation-targets': 7.22.9_@babel+core@7.20.12 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.20.12 + '@babel/plugin-transform-parameters': 7.22.5_@babel+core@7.20.12 + dev: false + /@babel/plugin-proposal-object-rest-spread/7.20.7_@babel+core@7.20.5: resolution: {integrity: sha512-d2S98yCiLxDVmBmE8UjGcfPvNEUbA1U5q5WxaWFUGRzJSVAZqm5W6MbPct0jxnegUZ0niLeNX+IOzEs7wYg9Dg==} engines: {node: '>=6.9.0'} @@ -2061,7 +2120,6 @@ packages: '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.20.5 '@babel/plugin-transform-parameters': 7.22.5_@babel+core@7.20.5 - dev: true /@babel/plugin-proposal-object-rest-spread/7.20.7_@babel+core@7.22.9: resolution: {integrity: sha512-d2S98yCiLxDVmBmE8UjGcfPvNEUbA1U5q5WxaWFUGRzJSVAZqm5W6MbPct0jxnegUZ0niLeNX+IOzEs7wYg9Dg==} @@ -2418,6 +2476,24 @@ packages: '@babel/core': 7.22.9 '@babel/helper-plugin-utils': 7.20.2 + /@babel/plugin-syntax-export-default-from/7.18.6_@babel+core@7.20.12: + resolution: {integrity: sha512-Kr//z3ujSVNx6E9z9ih5xXXMqK07VVTuqPmqGe6Mss/zW5XPeLZeSDZoP9ab/hT4wPKqAgjl2PnhPrcpk8Seew==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.20.12 + '@babel/helper-plugin-utils': 7.20.2 + + /@babel/plugin-syntax-export-default-from/7.18.6_@babel+core@7.20.5: + resolution: {integrity: sha512-Kr//z3ujSVNx6E9z9ih5xXXMqK07VVTuqPmqGe6Mss/zW5XPeLZeSDZoP9ab/hT4wPKqAgjl2PnhPrcpk8Seew==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.20.5 + '@babel/helper-plugin-utils': 7.20.2 + /@babel/plugin-syntax-export-default-from/7.18.6_@babel+core@7.22.9: resolution: {integrity: sha512-Kr//z3ujSVNx6E9z9ih5xXXMqK07VVTuqPmqGe6Mss/zW5XPeLZeSDZoP9ab/hT4wPKqAgjl2PnhPrcpk8Seew==} engines: {node: '>=6.9.0'} @@ -2460,6 +2536,15 @@ packages: '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 + /@babel/plugin-syntax-flow/7.18.6_@babel+core@7.20.12: + resolution: {integrity: sha512-LUbR+KNTBWCUAqRG9ex5Gnzu2IOkt8jRJbHHXFT9q+L9zm7M/QQbEqXyw1n1pohYvOyWC8CjeyjrSaIwiYjK7A==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.20.12 + '@babel/helper-plugin-utils': 7.20.2 + /@babel/plugin-syntax-flow/7.18.6_@babel+core@7.20.5: resolution: {integrity: sha512-LUbR+KNTBWCUAqRG9ex5Gnzu2IOkt8jRJbHHXFT9q+L9zm7M/QQbEqXyw1n1pohYvOyWC8CjeyjrSaIwiYjK7A==} engines: {node: '>=6.9.0'} @@ -2468,7 +2553,6 @@ packages: dependencies: '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 - dev: true /@babel/plugin-syntax-flow/7.18.6_@babel+core@7.22.9: resolution: {integrity: sha512-LUbR+KNTBWCUAqRG9ex5Gnzu2IOkt8jRJbHHXFT9q+L9zm7M/QQbEqXyw1n1pohYvOyWC8CjeyjrSaIwiYjK7A==} @@ -2894,6 +2978,15 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: true + /@babel/plugin-syntax-typescript/7.20.0_@babel+core@7.20.12: + resolution: {integrity: sha512-rd9TkG+u1CExzS4SM1BlMEhMXwFLKVjOAFFCDx9PbX5ycJWDoWMcwdJH9RhkPu1dOgn5TrxLot/Gx6lWFuAUNQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.20.12 + '@babel/helper-plugin-utils': 7.20.2 + /@babel/plugin-syntax-typescript/7.20.0_@babel+core@7.20.5: resolution: {integrity: sha512-rd9TkG+u1CExzS4SM1BlMEhMXwFLKVjOAFFCDx9PbX5ycJWDoWMcwdJH9RhkPu1dOgn5TrxLot/Gx6lWFuAUNQ==} engines: {node: '>=6.9.0'} @@ -2902,7 +2995,6 @@ packages: dependencies: '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 - dev: true /@babel/plugin-syntax-typescript/7.20.0_@babel+core@7.22.9: resolution: {integrity: sha512-rd9TkG+u1CExzS4SM1BlMEhMXwFLKVjOAFFCDx9PbX5ycJWDoWMcwdJH9RhkPu1dOgn5TrxLot/Gx6lWFuAUNQ==} @@ -2959,6 +3051,16 @@ packages: '@babel/core': 7.22.9 '@babel/helper-plugin-utils': 7.20.2 + /@babel/plugin-transform-arrow-functions/7.20.7_@babel+core@7.20.12: + resolution: {integrity: sha512-3poA5E7dzDomxj9WXWwuD6A5F3kc7VXwIJO+E+J8qtDtS+pXPAhrgEyh+9GBwBgPq1Z+bB+/JD60lp5jsN7JPQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.20.12 + '@babel/helper-plugin-utils': 7.20.2 + dev: false + /@babel/plugin-transform-arrow-functions/7.20.7_@babel+core@7.20.5: resolution: {integrity: sha512-3poA5E7dzDomxj9WXWwuD6A5F3kc7VXwIJO+E+J8qtDtS+pXPAhrgEyh+9GBwBgPq1Z+bB+/JD60lp5jsN7JPQ==} engines: {node: '>=6.9.0'} @@ -2967,7 +3069,6 @@ packages: dependencies: '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 - dev: true /@babel/plugin-transform-arrow-functions/7.20.7_@babel+core@7.22.9: resolution: {integrity: sha512-3poA5E7dzDomxj9WXWwuD6A5F3kc7VXwIJO+E+J8qtDtS+pXPAhrgEyh+9GBwBgPq1Z+bB+/JD60lp5jsN7JPQ==} @@ -3105,6 +3206,16 @@ packages: '@babel/helper-plugin-utils': 7.22.5 dev: true + /@babel/plugin-transform-block-scoping/7.20.11_@babel+core@7.20.12: + resolution: {integrity: sha512-tA4N427a7fjf1P0/2I4ScsHGc5jcHPbb30xMbaTke2gxDuWpUfXDuX1FEymJwKk4tuGUvGcejAR6HdZVqmmPyw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.20.12 + '@babel/helper-plugin-utils': 7.20.2 + dev: false + /@babel/plugin-transform-block-scoping/7.20.11_@babel+core@7.20.5: resolution: {integrity: sha512-tA4N427a7fjf1P0/2I4ScsHGc5jcHPbb30xMbaTke2gxDuWpUfXDuX1FEymJwKk4tuGUvGcejAR6HdZVqmmPyw==} engines: {node: '>=6.9.0'} @@ -3113,7 +3224,6 @@ packages: dependencies: '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 - dev: true /@babel/plugin-transform-block-scoping/7.20.11_@babel+core@7.22.9: resolution: {integrity: sha512-tA4N427a7fjf1P0/2I4ScsHGc5jcHPbb30xMbaTke2gxDuWpUfXDuX1FEymJwKk4tuGUvGcejAR6HdZVqmmPyw==} @@ -3142,6 +3252,24 @@ packages: '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 + /@babel/plugin-transform-block-scoping/7.20.5_@babel+core@7.20.12: + resolution: {integrity: sha512-WvpEIW9Cbj9ApF3yJCjIEEf1EiNJLtXagOrL5LNWEZOo3jv8pmPoYTSNJQvqej8OavVlgOoOPw6/htGZro6IkA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.20.12 + '@babel/helper-plugin-utils': 7.20.2 + + /@babel/plugin-transform-block-scoping/7.20.5_@babel+core@7.20.5: + resolution: {integrity: sha512-WvpEIW9Cbj9ApF3yJCjIEEf1EiNJLtXagOrL5LNWEZOo3jv8pmPoYTSNJQvqej8OavVlgOoOPw6/htGZro6IkA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.20.5 + '@babel/helper-plugin-utils': 7.20.2 + /@babel/plugin-transform-block-scoping/7.20.5_@babel+core@7.22.9: resolution: {integrity: sha512-WvpEIW9Cbj9ApF3yJCjIEEf1EiNJLtXagOrL5LNWEZOo3jv8pmPoYTSNJQvqej8OavVlgOoOPw6/htGZro6IkA==} engines: {node: '>=6.9.0'} @@ -3247,6 +3375,26 @@ packages: transitivePeerDependencies: - supports-color + /@babel/plugin-transform-classes/7.20.7_@babel+core@7.20.12: + resolution: {integrity: sha512-LWYbsiXTPKl+oBlXUGlwNlJZetXD5Am+CyBdqhPsDVjM9Jc8jwBJFrKhHf900Kfk2eZG1y9MAG3UNajol7A4VQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.20.12 + '@babel/helper-annotate-as-pure': 7.18.6 + '@babel/helper-compilation-targets': 7.20.7_@babel+core@7.20.12 + '@babel/helper-environment-visitor': 7.18.9 + '@babel/helper-function-name': 7.19.0 + '@babel/helper-optimise-call-expression': 7.18.6 + '@babel/helper-plugin-utils': 7.20.2 + '@babel/helper-replace-supers': 7.20.7 + '@babel/helper-split-export-declaration': 7.18.6 + globals: 11.12.0 + transitivePeerDependencies: + - supports-color + dev: false + /@babel/plugin-transform-classes/7.20.7_@babel+core@7.20.5: resolution: {integrity: sha512-LWYbsiXTPKl+oBlXUGlwNlJZetXD5Am+CyBdqhPsDVjM9Jc8jwBJFrKhHf900Kfk2eZG1y9MAG3UNajol7A4VQ==} engines: {node: '>=6.9.0'} @@ -3265,7 +3413,6 @@ packages: globals: 11.12.0 transitivePeerDependencies: - supports-color - dev: true /@babel/plugin-transform-classes/7.20.7_@babel+core@7.22.9: resolution: {integrity: sha512-LWYbsiXTPKl+oBlXUGlwNlJZetXD5Am+CyBdqhPsDVjM9Jc8jwBJFrKhHf900Kfk2eZG1y9MAG3UNajol7A4VQ==} @@ -3347,6 +3494,17 @@ packages: '@babel/core': 7.22.9 '@babel/helper-plugin-utils': 7.20.2 + /@babel/plugin-transform-computed-properties/7.20.7_@babel+core@7.20.12: + resolution: {integrity: sha512-Lz7MvBK6DTjElHAmfu6bfANzKcxpyNPeYBGEafyA6E5HtRpjpZwU+u7Qrgz/2OR0z+5TvKYbPdphfSaAcZBrYQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.20.12 + '@babel/helper-plugin-utils': 7.20.2 + '@babel/template': 7.20.7 + dev: false + /@babel/plugin-transform-computed-properties/7.20.7_@babel+core@7.20.5: resolution: {integrity: sha512-Lz7MvBK6DTjElHAmfu6bfANzKcxpyNPeYBGEafyA6E5HtRpjpZwU+u7Qrgz/2OR0z+5TvKYbPdphfSaAcZBrYQ==} engines: {node: '>=6.9.0'} @@ -3356,7 +3514,6 @@ packages: '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 '@babel/template': 7.20.7 - dev: true /@babel/plugin-transform-computed-properties/7.20.7_@babel+core@7.22.9: resolution: {integrity: sha512-Lz7MvBK6DTjElHAmfu6bfANzKcxpyNPeYBGEafyA6E5HtRpjpZwU+u7Qrgz/2OR0z+5TvKYbPdphfSaAcZBrYQ==} @@ -3415,6 +3572,16 @@ packages: '@babel/core': 7.22.9 '@babel/helper-plugin-utils': 7.20.2 + /@babel/plugin-transform-destructuring/7.20.7_@babel+core@7.20.12: + resolution: {integrity: sha512-Xwg403sRrZb81IVB79ZPqNQME23yhugYVqgTxAhT99h485F4f+GMELFhhOsscDUB7HCswepKeCKLn/GZvUKoBA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.20.12 + '@babel/helper-plugin-utils': 7.20.2 + dev: false + /@babel/plugin-transform-destructuring/7.20.7_@babel+core@7.20.5: resolution: {integrity: sha512-Xwg403sRrZb81IVB79ZPqNQME23yhugYVqgTxAhT99h485F4f+GMELFhhOsscDUB7HCswepKeCKLn/GZvUKoBA==} engines: {node: '>=6.9.0'} @@ -3423,7 +3590,6 @@ packages: dependencies: '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 - dev: true /@babel/plugin-transform-destructuring/7.20.7_@babel+core@7.22.9: resolution: {integrity: sha512-Xwg403sRrZb81IVB79ZPqNQME23yhugYVqgTxAhT99h485F4f+GMELFhhOsscDUB7HCswepKeCKLn/GZvUKoBA==} @@ -3579,6 +3745,16 @@ packages: '@babel/plugin-syntax-export-namespace-from': 7.8.3 dev: true + /@babel/plugin-transform-flow-strip-types/7.19.0_@babel+core@7.20.12: + resolution: {integrity: sha512-sgeMlNaQVbCSpgLSKP4ZZKfsJVnFnNQlUSk6gPYzR/q7tzCgQF2t8RBKAP6cKJeZdveei7Q7Jm527xepI8lNLg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.20.12 + '@babel/helper-plugin-utils': 7.20.2 + '@babel/plugin-syntax-flow': 7.18.6_@babel+core@7.20.12 + /@babel/plugin-transform-flow-strip-types/7.19.0_@babel+core@7.20.5: resolution: {integrity: sha512-sgeMlNaQVbCSpgLSKP4ZZKfsJVnFnNQlUSk6gPYzR/q7tzCgQF2t8RBKAP6cKJeZdveei7Q7Jm527xepI8lNLg==} engines: {node: '>=6.9.0'} @@ -3588,7 +3764,6 @@ packages: '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 '@babel/plugin-syntax-flow': 7.18.6_@babel+core@7.20.5 - dev: true /@babel/plugin-transform-flow-strip-types/7.19.0_@babel+core@7.22.9: resolution: {integrity: sha512-sgeMlNaQVbCSpgLSKP4ZZKfsJVnFnNQlUSk6gPYzR/q7tzCgQF2t8RBKAP6cKJeZdveei7Q7Jm527xepI8lNLg==} @@ -3875,6 +4050,18 @@ packages: transitivePeerDependencies: - supports-color + /@babel/plugin-transform-modules-commonjs/7.20.11_@babel+core@7.20.12: + resolution: {integrity: sha512-S8e1f7WQ7cimJQ51JkAaDrEtohVEitXjgCGAS2N8S31Y42E+kWwfSz83LYz57QdBm7q9diARVqanIaH2oVgQnw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.20.12 + '@babel/helper-module-transforms': 7.22.9_@babel+core@7.20.12 + '@babel/helper-plugin-utils': 7.20.2 + '@babel/helper-simple-access': 7.22.5 + dev: false + /@babel/plugin-transform-modules-commonjs/7.20.11_@babel+core@7.20.5: resolution: {integrity: sha512-S8e1f7WQ7cimJQ51JkAaDrEtohVEitXjgCGAS2N8S31Y42E+kWwfSz83LYz57QdBm7q9diARVqanIaH2oVgQnw==} engines: {node: '>=6.9.0'} @@ -3885,7 +4072,6 @@ packages: '@babel/helper-module-transforms': 7.22.9_@babel+core@7.20.5 '@babel/helper-plugin-utils': 7.20.2 '@babel/helper-simple-access': 7.22.5 - dev: true /@babel/plugin-transform-modules-commonjs/7.20.11_@babel+core@7.22.9: resolution: {integrity: sha512-S8e1f7WQ7cimJQ51JkAaDrEtohVEitXjgCGAS2N8S31Y42E+kWwfSz83LYz57QdBm7q9diARVqanIaH2oVgQnw==} @@ -4014,6 +4200,26 @@ packages: '@babel/helper-create-regexp-features-plugin': 7.19.0_@babel+core@7.20.5 '@babel/helper-plugin-utils': 7.20.2 + /@babel/plugin-transform-named-capturing-groups-regex/7.20.5_@babel+core@7.20.12: + resolution: {integrity: sha512-mOW4tTzi5iTLnw+78iEq3gr8Aoq4WNRGpmSlrogqaiCBoR1HFhpU4JkpQFOHfeYx3ReVIFWOQJS4aZBRvuZ6mA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.20.12 + '@babel/helper-create-regexp-features-plugin': 7.20.5_@babel+core@7.20.12 + '@babel/helper-plugin-utils': 7.20.2 + + /@babel/plugin-transform-named-capturing-groups-regex/7.20.5_@babel+core@7.20.5: + resolution: {integrity: sha512-mOW4tTzi5iTLnw+78iEq3gr8Aoq4WNRGpmSlrogqaiCBoR1HFhpU4JkpQFOHfeYx3ReVIFWOQJS4aZBRvuZ6mA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.20.5 + '@babel/helper-create-regexp-features-plugin': 7.20.5_@babel+core@7.20.5 + '@babel/helper-plugin-utils': 7.20.2 + /@babel/plugin-transform-named-capturing-groups-regex/7.20.5_@babel+core@7.22.9: resolution: {integrity: sha512-mOW4tTzi5iTLnw+78iEq3gr8Aoq4WNRGpmSlrogqaiCBoR1HFhpU4JkpQFOHfeYx3ReVIFWOQJS4aZBRvuZ6mA==} engines: {node: '>=6.9.0'} @@ -4216,6 +4422,16 @@ packages: '@babel/core': 7.22.9 '@babel/helper-plugin-utils': 7.20.2 + /@babel/plugin-transform-parameters/7.20.7_@babel+core@7.20.12: + resolution: {integrity: sha512-WiWBIkeHKVOSYPO0pWkxGPfKeWrCJyD3NJ53+Lrp/QMSZbsVPovrVl2aWZ19D/LTVnaDv5Ap7GJ/B2CTOZdrfA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.20.12 + '@babel/helper-plugin-utils': 7.20.2 + dev: false + /@babel/plugin-transform-parameters/7.20.7_@babel+core@7.20.5: resolution: {integrity: sha512-WiWBIkeHKVOSYPO0pWkxGPfKeWrCJyD3NJ53+Lrp/QMSZbsVPovrVl2aWZ19D/LTVnaDv5Ap7GJ/B2CTOZdrfA==} engines: {node: '>=6.9.0'} @@ -4224,7 +4440,6 @@ packages: dependencies: '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 - dev: true /@babel/plugin-transform-parameters/7.20.7_@babel+core@7.22.9: resolution: {integrity: sha512-WiWBIkeHKVOSYPO0pWkxGPfKeWrCJyD3NJ53+Lrp/QMSZbsVPovrVl2aWZ19D/LTVnaDv5Ap7GJ/B2CTOZdrfA==} @@ -4244,6 +4459,16 @@ packages: '@babel/helper-plugin-utils': 7.22.5 dev: true + /@babel/plugin-transform-parameters/7.22.5_@babel+core@7.20.12: + resolution: {integrity: sha512-AVkFUBurORBREOmHRKo06FjHYgjrabpdqRSwq6+C7R5iTCZOsM4QbcB27St0a4U6fffyAOqh3s/qEfybAhfivg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.20.12 + '@babel/helper-plugin-utils': 7.22.5 + dev: false + /@babel/plugin-transform-parameters/7.22.5_@babel+core@7.20.5: resolution: {integrity: sha512-AVkFUBurORBREOmHRKo06FjHYgjrabpdqRSwq6+C7R5iTCZOsM4QbcB27St0a4U6fffyAOqh3s/qEfybAhfivg==} engines: {node: '>=6.9.0'} @@ -4252,7 +4477,6 @@ packages: dependencies: '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.22.5 - dev: true /@babel/plugin-transform-parameters/7.22.5_@babel+core@7.22.9: resolution: {integrity: sha512-AVkFUBurORBREOmHRKo06FjHYgjrabpdqRSwq6+C7R5iTCZOsM4QbcB27St0a4U6fffyAOqh3s/qEfybAhfivg==} @@ -4321,6 +4545,15 @@ packages: '@babel/helper-plugin-utils': 7.22.5 dev: true + /@babel/plugin-transform-react-display-name/7.18.6_@babel+core@7.20.12: + resolution: {integrity: sha512-TV4sQ+T013n61uMoygyMRm+xf04Bd5oqFpv2jAEQwSZ8NwQA7zeRPg1LMVg2PWi3zWBz+CLKD+v5bcpZ/BS0aA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.20.12 + '@babel/helper-plugin-utils': 7.20.2 + /@babel/plugin-transform-react-display-name/7.18.6_@babel+core@7.20.5: resolution: {integrity: sha512-TV4sQ+T013n61uMoygyMRm+xf04Bd5oqFpv2jAEQwSZ8NwQA7zeRPg1LMVg2PWi3zWBz+CLKD+v5bcpZ/BS0aA==} engines: {node: '>=6.9.0'} @@ -4329,7 +4562,6 @@ packages: dependencies: '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 - dev: true /@babel/plugin-transform-react-display-name/7.18.6_@babel+core@7.22.9: resolution: {integrity: sha512-TV4sQ+T013n61uMoygyMRm+xf04Bd5oqFpv2jAEQwSZ8NwQA7zeRPg1LMVg2PWi3zWBz+CLKD+v5bcpZ/BS0aA==} @@ -4359,6 +4591,24 @@ packages: '@babel/plugin-transform-react-jsx': 7.19.0_@babel+core@7.20.5 dev: true + /@babel/plugin-transform-react-jsx-self/7.18.6_@babel+core@7.20.12: + resolution: {integrity: sha512-A0LQGx4+4Jv7u/tWzoJF7alZwnBDQd6cGLh9P+Ttk4dpiL+J5p7NSNv/9tlEFFJDq3kjxOavWmbm6t0Gk+A3Ig==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.20.12 + '@babel/helper-plugin-utils': 7.20.2 + + /@babel/plugin-transform-react-jsx-self/7.18.6_@babel+core@7.20.5: + resolution: {integrity: sha512-A0LQGx4+4Jv7u/tWzoJF7alZwnBDQd6cGLh9P+Ttk4dpiL+J5p7NSNv/9tlEFFJDq3kjxOavWmbm6t0Gk+A3Ig==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.20.5 + '@babel/helper-plugin-utils': 7.20.2 + /@babel/plugin-transform-react-jsx-self/7.18.6_@babel+core@7.22.9: resolution: {integrity: sha512-A0LQGx4+4Jv7u/tWzoJF7alZwnBDQd6cGLh9P+Ttk4dpiL+J5p7NSNv/9tlEFFJDq3kjxOavWmbm6t0Gk+A3Ig==} engines: {node: '>=6.9.0'} @@ -4377,6 +4627,24 @@ packages: '@babel/core': 7.22.9 '@babel/helper-plugin-utils': 7.22.5 + /@babel/plugin-transform-react-jsx-source/7.19.6_@babel+core@7.20.12: + resolution: {integrity: sha512-RpAi004QyMNisst/pvSanoRdJ4q+jMCWyk9zdw/CyLB9j8RXEahodR6l2GyttDRyEVWZtbN+TpLiHJ3t34LbsQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.20.12 + '@babel/helper-plugin-utils': 7.20.2 + + /@babel/plugin-transform-react-jsx-source/7.19.6_@babel+core@7.20.5: + resolution: {integrity: sha512-RpAi004QyMNisst/pvSanoRdJ4q+jMCWyk9zdw/CyLB9j8RXEahodR6l2GyttDRyEVWZtbN+TpLiHJ3t34LbsQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.20.5 + '@babel/helper-plugin-utils': 7.20.2 + /@babel/plugin-transform-react-jsx-source/7.19.6_@babel+core@7.22.9: resolution: {integrity: sha512-RpAi004QyMNisst/pvSanoRdJ4q+jMCWyk9zdw/CyLB9j8RXEahodR6l2GyttDRyEVWZtbN+TpLiHJ3t34LbsQ==} engines: {node: '>=6.9.0'} @@ -4434,6 +4702,20 @@ packages: '@babel/plugin-syntax-jsx': 7.18.6_@babel+core@7.22.9 '@babel/types': 7.20.5 + /@babel/plugin-transform-react-jsx/7.20.13_@babel+core@7.20.12: + resolution: {integrity: sha512-MmTZx/bkUrfJhhYAYt3Urjm+h8DQGrPrnKQ94jLo7NLuOU+T89a7IByhKmrb8SKhrIYIQ0FN0CHMbnFRen4qNw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.20.12 + '@babel/helper-annotate-as-pure': 7.18.6 + '@babel/helper-module-imports': 7.18.6 + '@babel/helper-plugin-utils': 7.20.2 + '@babel/plugin-syntax-jsx': 7.18.6_@babel+core@7.20.12 + '@babel/types': 7.20.7 + dev: false + /@babel/plugin-transform-react-jsx/7.20.13_@babel+core@7.20.5: resolution: {integrity: sha512-MmTZx/bkUrfJhhYAYt3Urjm+h8DQGrPrnKQ94jLo7NLuOU+T89a7IByhKmrb8SKhrIYIQ0FN0CHMbnFRen4qNw==} engines: {node: '>=6.9.0'} @@ -4446,7 +4728,6 @@ packages: '@babel/helper-plugin-utils': 7.20.2 '@babel/plugin-syntax-jsx': 7.18.6_@babel+core@7.20.5 '@babel/types': 7.20.7 - dev: true /@babel/plugin-transform-react-jsx/7.20.13_@babel+core@7.22.9: resolution: {integrity: sha512-MmTZx/bkUrfJhhYAYt3Urjm+h8DQGrPrnKQ94jLo7NLuOU+T89a7IByhKmrb8SKhrIYIQ0FN0CHMbnFRen4qNw==} @@ -4571,6 +4852,38 @@ packages: - supports-color dev: false + /@babel/plugin-transform-runtime/7.19.6_@babel+core@7.20.12: + resolution: {integrity: sha512-PRH37lz4JU156lYFW1p8OxE5i7d6Sl/zV58ooyr+q1J1lnQPyg5tIiXlIwNVhJaY4W3TmOtdc8jqdXQcB1v5Yw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.20.12 + '@babel/helper-module-imports': 7.18.6 + '@babel/helper-plugin-utils': 7.20.2 + babel-plugin-polyfill-corejs2: 0.3.3_@babel+core@7.20.12 + babel-plugin-polyfill-corejs3: 0.6.0_@babel+core@7.20.12 + babel-plugin-polyfill-regenerator: 0.4.1_@babel+core@7.20.12 + semver: 6.3.0 + transitivePeerDependencies: + - supports-color + + /@babel/plugin-transform-runtime/7.19.6_@babel+core@7.20.5: + resolution: {integrity: sha512-PRH37lz4JU156lYFW1p8OxE5i7d6Sl/zV58ooyr+q1J1lnQPyg5tIiXlIwNVhJaY4W3TmOtdc8jqdXQcB1v5Yw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.20.5 + '@babel/helper-module-imports': 7.18.6 + '@babel/helper-plugin-utils': 7.20.2 + babel-plugin-polyfill-corejs2: 0.3.3_@babel+core@7.20.5 + babel-plugin-polyfill-corejs3: 0.6.0_@babel+core@7.20.5 + babel-plugin-polyfill-regenerator: 0.4.1_@babel+core@7.20.5 + semver: 6.3.0 + transitivePeerDependencies: + - supports-color + /@babel/plugin-transform-runtime/7.19.6_@babel+core@7.22.9: resolution: {integrity: sha512-PRH37lz4JU156lYFW1p8OxE5i7d6Sl/zV58ooyr+q1J1lnQPyg5tIiXlIwNVhJaY4W3TmOtdc8jqdXQcB1v5Yw==} engines: {node: '>=6.9.0'} @@ -4678,6 +4991,17 @@ packages: '@babel/helper-plugin-utils': 7.20.2 '@babel/helper-skip-transparent-expression-wrappers': 7.20.0 + /@babel/plugin-transform-spread/7.20.7_@babel+core@7.20.12: + resolution: {integrity: sha512-ewBbHQ+1U/VnH1fxltbJqDeWBU1oNLG8Dj11uIv3xVf7nrQu0bPGe5Rf716r7K5Qz+SqtAOVswoVunoiBtGhxw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.20.12 + '@babel/helper-plugin-utils': 7.20.2 + '@babel/helper-skip-transparent-expression-wrappers': 7.20.0 + dev: false + /@babel/plugin-transform-spread/7.20.7_@babel+core@7.20.5: resolution: {integrity: sha512-ewBbHQ+1U/VnH1fxltbJqDeWBU1oNLG8Dj11uIv3xVf7nrQu0bPGe5Rf716r7K5Qz+SqtAOVswoVunoiBtGhxw==} engines: {node: '>=6.9.0'} @@ -4687,7 +5011,6 @@ packages: '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 '@babel/helper-skip-transparent-expression-wrappers': 7.20.0 - dev: true /@babel/plugin-transform-spread/7.20.7_@babel+core@7.22.9: resolution: {integrity: sha512-ewBbHQ+1U/VnH1fxltbJqDeWBU1oNLG8Dj11uIv3xVf7nrQu0bPGe5Rf716r7K5Qz+SqtAOVswoVunoiBtGhxw==} @@ -4827,6 +5150,19 @@ packages: '@babel/helper-plugin-utils': 7.22.5 dev: true + /@babel/plugin-transform-typescript/7.20.2_@babel+core@7.20.12: + resolution: {integrity: sha512-jvS+ngBfrnTUBfOQq8NfGnSbF9BrqlR6hjJ2yVxMkmO5nL/cdifNbI30EfjRlN4g5wYWNnMPyj5Sa6R1pbLeag==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.20.12 + '@babel/helper-create-class-features-plugin': 7.20.5_@babel+core@7.20.12 + '@babel/helper-plugin-utils': 7.20.2 + '@babel/plugin-syntax-typescript': 7.20.0_@babel+core@7.20.12 + transitivePeerDependencies: + - supports-color + /@babel/plugin-transform-typescript/7.20.2_@babel+core@7.20.5: resolution: {integrity: sha512-jvS+ngBfrnTUBfOQq8NfGnSbF9BrqlR6hjJ2yVxMkmO5nL/cdifNbI30EfjRlN4g5wYWNnMPyj5Sa6R1pbLeag==} engines: {node: '>=6.9.0'} @@ -4839,7 +5175,6 @@ packages: '@babel/plugin-syntax-typescript': 7.20.0_@babel+core@7.20.5 transitivePeerDependencies: - supports-color - dev: true /@babel/plugin-transform-typescript/7.20.2_@babel+core@7.22.9: resolution: {integrity: sha512-jvS+ngBfrnTUBfOQq8NfGnSbF9BrqlR6hjJ2yVxMkmO5nL/cdifNbI30EfjRlN4g5wYWNnMPyj5Sa6R1pbLeag==} @@ -10264,7 +10599,28 @@ packages: - supports-color - utf-8-validate - /@react-native-community/cli-plugin-metro/9.2.1: + /@react-native-community/cli-plugin-metro/9.2.1_@babel+core@7.20.12: + resolution: {integrity: sha512-byBGBH6jDfUvcHGFA45W/sDwMlliv7flJ8Ns9foCh3VsIeYYPoDjjK7SawE9cPqRdMAD4SY7EVwqJnOtRbwLiQ==} + dependencies: + '@react-native-community/cli-server-api': 9.2.1 + '@react-native-community/cli-tools': 9.2.1 + chalk: 4.1.2 + metro: 0.72.3 + metro-config: 0.72.3 + metro-core: 0.72.3 + metro-react-native-babel-transformer: 0.72.3_@babel+core@7.20.12 + metro-resolver: 0.72.3 + metro-runtime: 0.72.3 + readline: 1.3.0 + transitivePeerDependencies: + - '@babel/core' + - bufferutil + - encoding + - supports-color + - utf-8-validate + dev: false + + /@react-native-community/cli-plugin-metro/9.2.1_@babel+core@7.20.5: resolution: {integrity: sha512-byBGBH6jDfUvcHGFA45W/sDwMlliv7flJ8Ns9foCh3VsIeYYPoDjjK7SawE9cPqRdMAD4SY7EVwqJnOtRbwLiQ==} dependencies: '@react-native-community/cli-server-api': 9.2.1 @@ -10273,11 +10629,12 @@ packages: metro: 0.72.3 metro-config: 0.72.3 metro-core: 0.72.3 - metro-react-native-babel-transformer: 0.72.3 + metro-react-native-babel-transformer: 0.72.3_@babel+core@7.20.5 metro-resolver: 0.72.3 metro-runtime: 0.72.3 readline: 1.3.0 transitivePeerDependencies: + - '@babel/core' - bufferutil - encoding - supports-color @@ -10375,19 +10732,49 @@ packages: '@react-native-community/cli-types': 11.3.5 chalk: 4.1.2 commander: 9.5.0 - execa: 5.1.1 + execa: 5.1.1 + find-up: 4.1.0 + fs-extra: 8.1.0 + graceful-fs: 4.2.11 + prompts: 2.4.2 + semver: 6.3.1 + transitivePeerDependencies: + - bufferutil + - encoding + - supports-color + - utf-8-validate + + /@react-native-community/cli/9.2.1_@babel+core@7.20.12: + resolution: {integrity: sha512-feMYS5WXXKF4TSWnCXozHxtWq36smyhGaENXlkiRESfYZ1mnCUlPfOanNCAvNvBqdyh9d4o0HxhYKX1g9l6DCQ==} + engines: {node: '>=14'} + hasBin: true + dependencies: + '@react-native-community/cli-clean': 9.2.1 + '@react-native-community/cli-config': 9.2.1 + '@react-native-community/cli-debugger-ui': 9.0.0 + '@react-native-community/cli-doctor': 9.3.0 + '@react-native-community/cli-hermes': 9.3.1 + '@react-native-community/cli-plugin-metro': 9.2.1_@babel+core@7.20.12 + '@react-native-community/cli-server-api': 9.2.1 + '@react-native-community/cli-tools': 9.2.1 + '@react-native-community/cli-types': 9.1.0 + chalk: 4.1.2 + commander: 9.5.0 + execa: 1.0.0 find-up: 4.1.0 fs-extra: 8.1.0 - graceful-fs: 4.2.11 + graceful-fs: 4.2.10 prompts: 2.4.2 - semver: 6.3.1 + semver: 6.3.0 transitivePeerDependencies: + - '@babel/core' - bufferutil - encoding - supports-color - utf-8-validate + dev: false - /@react-native-community/cli/9.2.1: + /@react-native-community/cli/9.2.1_@babel+core@7.20.5: resolution: {integrity: sha512-feMYS5WXXKF4TSWnCXozHxtWq36smyhGaENXlkiRESfYZ1mnCUlPfOanNCAvNvBqdyh9d4o0HxhYKX1g9l6DCQ==} engines: {node: '>=14'} hasBin: true @@ -10397,7 +10784,7 @@ packages: '@react-native-community/cli-debugger-ui': 9.0.0 '@react-native-community/cli-doctor': 9.3.0 '@react-native-community/cli-hermes': 9.3.1 - '@react-native-community/cli-plugin-metro': 9.2.1 + '@react-native-community/cli-plugin-metro': 9.2.1_@babel+core@7.20.5 '@react-native-community/cli-server-api': 9.2.1 '@react-native-community/cli-tools': 9.2.1 '@react-native-community/cli-types': 9.1.0 @@ -10410,6 +10797,7 @@ packages: prompts: 2.4.2 semver: 6.3.0 transitivePeerDependencies: + - '@babel/core' - bufferutil - encoding - supports-color @@ -10504,7 +10892,7 @@ packages: optional: true dependencies: babel-plugin-const-enum: 1.2.0_@babel+core@7.20.5 - metro-react-native-babel-preset: 0.73.4 + metro-react-native-babel-preset: 0.73.4_@babel+core@7.20.5 transitivePeerDependencies: - '@babel/core' - supports-color @@ -10528,7 +10916,7 @@ packages: '@rnx-kit/tools-node': 1.3.1 '@rnx-kit/tools-workspaces': 0.1.3 react: 18.1.0 - react-native: 0.70.5_react@18.1.0 + react-native: 0.70.5_sc62itt7atlpb6vxgzehj2hfqi transitivePeerDependencies: - '@babel/core' - '@babel/plugin-transform-typescript' @@ -11222,7 +11610,7 @@ packages: /@types/bn.js/4.11.6: resolution: {integrity: sha512-pqr857jrp2kPuO9uRjZ3PwnJTjoQy+fcdxvBTvHm6dkmEL9q+hDD/2j/0ELOBPtPnS8LjCX0gI9nbl8lVkadpg==} dependencies: - '@types/node': 20.6.2 + '@types/node': 18.11.11 dev: false /@types/chai-subset/1.3.3: @@ -13150,7 +13538,7 @@ packages: '@babel/preset-env': 7.20.2_@babel+core@7.20.12 babel-plugin-module-resolver: 4.1.0 babel-plugin-react-native-web: 0.18.10 - metro-react-native-babel-preset: 0.72.3 + metro-react-native-babel-preset: 0.72.3_@babel+core@7.20.12 transitivePeerDependencies: - '@babel/core' - supports-color @@ -13164,7 +13552,7 @@ packages: '@babel/preset-env': 7.20.2_@babel+core@7.20.5 babel-plugin-module-resolver: 4.1.0 babel-plugin-react-native-web: 0.18.10 - metro-react-native-babel-preset: 0.72.3 + metro-react-native-babel-preset: 0.72.3_@babel+core@7.20.5 transitivePeerDependencies: - '@babel/core' - supports-color @@ -13185,6 +13573,43 @@ packages: - supports-color dev: true + /babel-preset-fbjs/3.4.0_@babel+core@7.20.12: + resolution: {integrity: sha512-9ywCsCvo1ojrw0b+XYk7aFvTH6D9064t0RIL1rtMf3nsa02Xw41MS7sZw216Im35xj/UY0PDBQsa1brUDDF1Ow==} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.20.12 + '@babel/plugin-proposal-class-properties': 7.18.6_@babel+core@7.20.12 + '@babel/plugin-proposal-object-rest-spread': 7.20.7_@babel+core@7.20.12 + '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.20.12 + '@babel/plugin-syntax-flow': 7.18.6_@babel+core@7.20.12 + '@babel/plugin-syntax-jsx': 7.18.6_@babel+core@7.20.12 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.20.12 + '@babel/plugin-transform-arrow-functions': 7.20.7_@babel+core@7.20.12 + '@babel/plugin-transform-block-scoped-functions': 7.18.6_@babel+core@7.20.12 + '@babel/plugin-transform-block-scoping': 7.20.11_@babel+core@7.20.12 + '@babel/plugin-transform-classes': 7.20.7_@babel+core@7.20.12 + '@babel/plugin-transform-computed-properties': 7.20.7_@babel+core@7.20.12 + '@babel/plugin-transform-destructuring': 7.20.7_@babel+core@7.20.12 + '@babel/plugin-transform-flow-strip-types': 7.19.0_@babel+core@7.20.12 + '@babel/plugin-transform-for-of': 7.18.8_@babel+core@7.20.12 + '@babel/plugin-transform-function-name': 7.18.9_@babel+core@7.20.12 + '@babel/plugin-transform-literals': 7.18.9_@babel+core@7.20.12 + '@babel/plugin-transform-member-expression-literals': 7.18.6_@babel+core@7.20.12 + '@babel/plugin-transform-modules-commonjs': 7.20.11_@babel+core@7.20.12 + '@babel/plugin-transform-object-super': 7.18.6_@babel+core@7.20.12 + '@babel/plugin-transform-parameters': 7.20.7_@babel+core@7.20.12 + '@babel/plugin-transform-property-literals': 7.18.6_@babel+core@7.20.12 + '@babel/plugin-transform-react-display-name': 7.18.6_@babel+core@7.20.12 + '@babel/plugin-transform-react-jsx': 7.20.13_@babel+core@7.20.12 + '@babel/plugin-transform-shorthand-properties': 7.18.6_@babel+core@7.20.12 + '@babel/plugin-transform-spread': 7.20.7_@babel+core@7.20.12 + '@babel/plugin-transform-template-literals': 7.18.9_@babel+core@7.20.12 + babel-plugin-syntax-trailing-function-commas: 7.0.0-beta.0 + transitivePeerDependencies: + - supports-color + dev: false + /babel-preset-fbjs/3.4.0_@babel+core@7.20.5: resolution: {integrity: sha512-9ywCsCvo1ojrw0b+XYk7aFvTH6D9064t0RIL1rtMf3nsa02Xw41MS7sZw216Im35xj/UY0PDBQsa1brUDDF1Ow==} peerDependencies: @@ -13220,7 +13645,6 @@ packages: babel-plugin-syntax-trailing-function-commas: 7.0.0-beta.0 transitivePeerDependencies: - supports-color - dev: true /babel-preset-fbjs/3.4.0_@babel+core@7.22.9: resolution: {integrity: sha512-9ywCsCvo1ojrw0b+XYk7aFvTH6D9064t0RIL1rtMf3nsa02Xw41MS7sZw216Im35xj/UY0PDBQsa1brUDDF1Ow==} @@ -20655,8 +21079,104 @@ packages: dependencies: uglify-es: 3.3.9 - /metro-react-native-babel-preset/0.72.3: + /metro-react-native-babel-preset/0.72.3_@babel+core@7.20.12: + resolution: {integrity: sha512-uJx9y/1NIqoYTp6ZW1osJ7U5ZrXGAJbOQ/Qzl05BdGYvN1S7Qmbzid6xOirgK0EIT0pJKEEh1s8qbassYZe4cw==} + peerDependencies: + '@babel/core': '*' + dependencies: + '@babel/core': 7.20.12 + '@babel/plugin-proposal-async-generator-functions': 7.20.1_@babel+core@7.20.12 + '@babel/plugin-proposal-class-properties': 7.18.6_@babel+core@7.20.12 + '@babel/plugin-proposal-export-default-from': 7.18.10_@babel+core@7.20.12 + '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6_@babel+core@7.20.12 + '@babel/plugin-proposal-object-rest-spread': 7.20.2_@babel+core@7.20.12 + '@babel/plugin-proposal-optional-catch-binding': 7.18.6_@babel+core@7.20.12 + '@babel/plugin-proposal-optional-chaining': 7.18.9_@babel+core@7.20.12 + '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.20.12 + '@babel/plugin-syntax-export-default-from': 7.18.6_@babel+core@7.20.12 + '@babel/plugin-syntax-flow': 7.18.6_@babel+core@7.20.12 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.20.12 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.20.12 + '@babel/plugin-transform-arrow-functions': 7.18.6_@babel+core@7.20.12 + '@babel/plugin-transform-async-to-generator': 7.18.6_@babel+core@7.20.12 + '@babel/plugin-transform-block-scoping': 7.20.5_@babel+core@7.20.12 + '@babel/plugin-transform-classes': 7.20.2_@babel+core@7.20.12 + '@babel/plugin-transform-computed-properties': 7.18.9_@babel+core@7.20.12 + '@babel/plugin-transform-destructuring': 7.20.2_@babel+core@7.20.12 + '@babel/plugin-transform-exponentiation-operator': 7.18.6_@babel+core@7.20.12 + '@babel/plugin-transform-flow-strip-types': 7.19.0_@babel+core@7.20.12 + '@babel/plugin-transform-function-name': 7.18.9_@babel+core@7.20.12 + '@babel/plugin-transform-literals': 7.18.9_@babel+core@7.20.12 + '@babel/plugin-transform-modules-commonjs': 7.19.6_@babel+core@7.20.12 + '@babel/plugin-transform-named-capturing-groups-regex': 7.20.5_@babel+core@7.20.12 + '@babel/plugin-transform-parameters': 7.20.5_@babel+core@7.20.12 + '@babel/plugin-transform-react-display-name': 7.18.6_@babel+core@7.20.12 + '@babel/plugin-transform-react-jsx': 7.19.0_@babel+core@7.20.12 + '@babel/plugin-transform-react-jsx-self': 7.18.6_@babel+core@7.20.12 + '@babel/plugin-transform-react-jsx-source': 7.19.6_@babel+core@7.20.12 + '@babel/plugin-transform-runtime': 7.19.6_@babel+core@7.20.12 + '@babel/plugin-transform-shorthand-properties': 7.18.6_@babel+core@7.20.12 + '@babel/plugin-transform-spread': 7.19.0_@babel+core@7.20.12 + '@babel/plugin-transform-sticky-regex': 7.18.6_@babel+core@7.20.12 + '@babel/plugin-transform-template-literals': 7.18.9_@babel+core@7.20.12 + '@babel/plugin-transform-typescript': 7.20.2_@babel+core@7.20.12 + '@babel/plugin-transform-unicode-regex': 7.18.6_@babel+core@7.20.12 + '@babel/template': 7.18.10 + react-refresh: 0.4.3 + transitivePeerDependencies: + - supports-color + + /metro-react-native-babel-preset/0.72.3_@babel+core@7.20.5: + resolution: {integrity: sha512-uJx9y/1NIqoYTp6ZW1osJ7U5ZrXGAJbOQ/Qzl05BdGYvN1S7Qmbzid6xOirgK0EIT0pJKEEh1s8qbassYZe4cw==} + peerDependencies: + '@babel/core': '*' + dependencies: + '@babel/core': 7.20.5 + '@babel/plugin-proposal-async-generator-functions': 7.20.1_@babel+core@7.20.5 + '@babel/plugin-proposal-class-properties': 7.18.6_@babel+core@7.20.5 + '@babel/plugin-proposal-export-default-from': 7.18.10_@babel+core@7.20.5 + '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6_@babel+core@7.20.5 + '@babel/plugin-proposal-object-rest-spread': 7.20.2_@babel+core@7.20.5 + '@babel/plugin-proposal-optional-catch-binding': 7.18.6_@babel+core@7.20.5 + '@babel/plugin-proposal-optional-chaining': 7.18.9_@babel+core@7.20.5 + '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.20.5 + '@babel/plugin-syntax-export-default-from': 7.18.6_@babel+core@7.20.5 + '@babel/plugin-syntax-flow': 7.18.6_@babel+core@7.20.5 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.20.5 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.20.5 + '@babel/plugin-transform-arrow-functions': 7.18.6_@babel+core@7.20.5 + '@babel/plugin-transform-async-to-generator': 7.18.6_@babel+core@7.20.5 + '@babel/plugin-transform-block-scoping': 7.20.5_@babel+core@7.20.5 + '@babel/plugin-transform-classes': 7.20.2_@babel+core@7.20.5 + '@babel/plugin-transform-computed-properties': 7.18.9_@babel+core@7.20.5 + '@babel/plugin-transform-destructuring': 7.20.2_@babel+core@7.20.5 + '@babel/plugin-transform-exponentiation-operator': 7.18.6_@babel+core@7.20.5 + '@babel/plugin-transform-flow-strip-types': 7.19.0_@babel+core@7.20.5 + '@babel/plugin-transform-function-name': 7.18.9_@babel+core@7.20.5 + '@babel/plugin-transform-literals': 7.18.9_@babel+core@7.20.5 + '@babel/plugin-transform-modules-commonjs': 7.19.6_@babel+core@7.20.5 + '@babel/plugin-transform-named-capturing-groups-regex': 7.20.5_@babel+core@7.20.5 + '@babel/plugin-transform-parameters': 7.20.5_@babel+core@7.20.5 + '@babel/plugin-transform-react-display-name': 7.18.6_@babel+core@7.20.5 + '@babel/plugin-transform-react-jsx': 7.19.0_@babel+core@7.20.5 + '@babel/plugin-transform-react-jsx-self': 7.18.6_@babel+core@7.20.5 + '@babel/plugin-transform-react-jsx-source': 7.19.6_@babel+core@7.20.5 + '@babel/plugin-transform-runtime': 7.19.6_@babel+core@7.20.5 + '@babel/plugin-transform-shorthand-properties': 7.18.6_@babel+core@7.20.5 + '@babel/plugin-transform-spread': 7.19.0_@babel+core@7.20.5 + '@babel/plugin-transform-sticky-regex': 7.18.6_@babel+core@7.20.5 + '@babel/plugin-transform-template-literals': 7.18.9_@babel+core@7.20.5 + '@babel/plugin-transform-typescript': 7.20.2_@babel+core@7.20.5 + '@babel/plugin-transform-unicode-regex': 7.18.6_@babel+core@7.20.5 + '@babel/template': 7.18.10 + react-refresh: 0.4.3 + transitivePeerDependencies: + - supports-color + + /metro-react-native-babel-preset/0.72.3_@babel+core@7.22.9: resolution: {integrity: sha512-uJx9y/1NIqoYTp6ZW1osJ7U5ZrXGAJbOQ/Qzl05BdGYvN1S7Qmbzid6xOirgK0EIT0pJKEEh1s8qbassYZe4cw==} + peerDependencies: + '@babel/core': '*' dependencies: '@babel/core': 7.22.9 '@babel/plugin-proposal-async-generator-functions': 7.20.1_@babel+core@7.22.9 @@ -20700,45 +21220,47 @@ packages: transitivePeerDependencies: - supports-color - /metro-react-native-babel-preset/0.73.4: + /metro-react-native-babel-preset/0.73.4_@babel+core@7.20.5: resolution: {integrity: sha512-cMh25Iww6gTUIj9pYP62MK2nFKWbk/pshdp3m3FtflLYwxFjMn3niUZMVPJd87GUjXrc06XXbS7QtqZWO3Nz3A==} + peerDependencies: + '@babel/core': '*' dependencies: - '@babel/core': 7.22.9 - '@babel/plugin-proposal-async-generator-functions': 7.20.1_@babel+core@7.22.9 - '@babel/plugin-proposal-class-properties': 7.18.6_@babel+core@7.22.9 - '@babel/plugin-proposal-export-default-from': 7.18.10_@babel+core@7.22.9 - '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6_@babel+core@7.22.9 - '@babel/plugin-proposal-object-rest-spread': 7.20.2_@babel+core@7.22.9 - '@babel/plugin-proposal-optional-catch-binding': 7.18.6_@babel+core@7.22.9 - '@babel/plugin-proposal-optional-chaining': 7.18.9_@babel+core@7.22.9 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.22.9 - '@babel/plugin-syntax-export-default-from': 7.18.6_@babel+core@7.22.9 - '@babel/plugin-syntax-flow': 7.18.6_@babel+core@7.22.9 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.22.9 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.22.9 - '@babel/plugin-transform-arrow-functions': 7.18.6_@babel+core@7.22.9 - '@babel/plugin-transform-async-to-generator': 7.18.6_@babel+core@7.22.9 - '@babel/plugin-transform-block-scoping': 7.20.5_@babel+core@7.22.9 - '@babel/plugin-transform-classes': 7.20.2_@babel+core@7.22.9 - '@babel/plugin-transform-computed-properties': 7.18.9_@babel+core@7.22.9 - '@babel/plugin-transform-destructuring': 7.20.2_@babel+core@7.22.9 - '@babel/plugin-transform-flow-strip-types': 7.19.0_@babel+core@7.22.9 - '@babel/plugin-transform-function-name': 7.18.9_@babel+core@7.22.9 - '@babel/plugin-transform-literals': 7.18.9_@babel+core@7.22.9 - '@babel/plugin-transform-modules-commonjs': 7.19.6_@babel+core@7.22.9 - '@babel/plugin-transform-named-capturing-groups-regex': 7.20.5_@babel+core@7.22.9 - '@babel/plugin-transform-parameters': 7.20.5_@babel+core@7.22.9 - '@babel/plugin-transform-react-display-name': 7.18.6_@babel+core@7.22.9 - '@babel/plugin-transform-react-jsx': 7.19.0_@babel+core@7.22.9 - '@babel/plugin-transform-react-jsx-self': 7.18.6_@babel+core@7.22.9 - '@babel/plugin-transform-react-jsx-source': 7.19.6_@babel+core@7.22.9 - '@babel/plugin-transform-runtime': 7.19.6_@babel+core@7.22.9 - '@babel/plugin-transform-shorthand-properties': 7.18.6_@babel+core@7.22.9 - '@babel/plugin-transform-spread': 7.19.0_@babel+core@7.22.9 - '@babel/plugin-transform-sticky-regex': 7.18.6_@babel+core@7.22.9 - '@babel/plugin-transform-template-literals': 7.18.9_@babel+core@7.22.9 - '@babel/plugin-transform-typescript': 7.20.2_@babel+core@7.22.9 - '@babel/plugin-transform-unicode-regex': 7.18.6_@babel+core@7.22.9 + '@babel/core': 7.20.5 + '@babel/plugin-proposal-async-generator-functions': 7.20.1_@babel+core@7.20.5 + '@babel/plugin-proposal-class-properties': 7.18.6_@babel+core@7.20.5 + '@babel/plugin-proposal-export-default-from': 7.18.10_@babel+core@7.20.5 + '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6_@babel+core@7.20.5 + '@babel/plugin-proposal-object-rest-spread': 7.20.2_@babel+core@7.20.5 + '@babel/plugin-proposal-optional-catch-binding': 7.18.6_@babel+core@7.20.5 + '@babel/plugin-proposal-optional-chaining': 7.18.9_@babel+core@7.20.5 + '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.20.5 + '@babel/plugin-syntax-export-default-from': 7.18.6_@babel+core@7.20.5 + '@babel/plugin-syntax-flow': 7.18.6_@babel+core@7.20.5 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.20.5 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.20.5 + '@babel/plugin-transform-arrow-functions': 7.18.6_@babel+core@7.20.5 + '@babel/plugin-transform-async-to-generator': 7.18.6_@babel+core@7.20.5 + '@babel/plugin-transform-block-scoping': 7.20.5_@babel+core@7.20.5 + '@babel/plugin-transform-classes': 7.20.2_@babel+core@7.20.5 + '@babel/plugin-transform-computed-properties': 7.18.9_@babel+core@7.20.5 + '@babel/plugin-transform-destructuring': 7.20.2_@babel+core@7.20.5 + '@babel/plugin-transform-flow-strip-types': 7.19.0_@babel+core@7.20.5 + '@babel/plugin-transform-function-name': 7.18.9_@babel+core@7.20.5 + '@babel/plugin-transform-literals': 7.18.9_@babel+core@7.20.5 + '@babel/plugin-transform-modules-commonjs': 7.19.6_@babel+core@7.20.5 + '@babel/plugin-transform-named-capturing-groups-regex': 7.20.5_@babel+core@7.20.5 + '@babel/plugin-transform-parameters': 7.20.5_@babel+core@7.20.5 + '@babel/plugin-transform-react-display-name': 7.18.6_@babel+core@7.20.5 + '@babel/plugin-transform-react-jsx': 7.19.0_@babel+core@7.20.5 + '@babel/plugin-transform-react-jsx-self': 7.18.6_@babel+core@7.20.5 + '@babel/plugin-transform-react-jsx-source': 7.19.6_@babel+core@7.20.5 + '@babel/plugin-transform-runtime': 7.19.6_@babel+core@7.20.5 + '@babel/plugin-transform-shorthand-properties': 7.18.6_@babel+core@7.20.5 + '@babel/plugin-transform-spread': 7.19.0_@babel+core@7.20.5 + '@babel/plugin-transform-sticky-regex': 7.18.6_@babel+core@7.20.5 + '@babel/plugin-transform-template-literals': 7.18.9_@babel+core@7.20.5 + '@babel/plugin-transform-typescript': 7.20.2_@babel+core@7.20.5 + '@babel/plugin-transform-unicode-regex': 7.18.6_@babel+core@7.20.5 '@babel/template': 7.18.10 react-refresh: 0.4.3 transitivePeerDependencies: @@ -20838,14 +21360,32 @@ packages: transitivePeerDependencies: - supports-color - /metro-react-native-babel-transformer/0.72.3: + /metro-react-native-babel-transformer/0.72.3_@babel+core@7.20.12: + resolution: {integrity: sha512-Ogst/M6ujYrl/+9mpEWqE3zF7l2mTuftDTy3L8wZYwX1pWUQWQpfU1aJBeWiLxt1XlIq+uriRjKzKoRoIK57EA==} + peerDependencies: + '@babel/core': '*' + dependencies: + '@babel/core': 7.20.12 + babel-preset-fbjs: 3.4.0_@babel+core@7.20.12 + hermes-parser: 0.8.0 + metro-babel-transformer: 0.72.3 + metro-react-native-babel-preset: 0.72.3_@babel+core@7.20.12 + metro-source-map: 0.72.3 + nullthrows: 1.1.1 + transitivePeerDependencies: + - supports-color + dev: false + + /metro-react-native-babel-transformer/0.72.3_@babel+core@7.20.5: resolution: {integrity: sha512-Ogst/M6ujYrl/+9mpEWqE3zF7l2mTuftDTy3L8wZYwX1pWUQWQpfU1aJBeWiLxt1XlIq+uriRjKzKoRoIK57EA==} + peerDependencies: + '@babel/core': '*' dependencies: - '@babel/core': 7.22.9 - babel-preset-fbjs: 3.4.0_@babel+core@7.22.9 + '@babel/core': 7.20.5 + babel-preset-fbjs: 3.4.0_@babel+core@7.20.5 hermes-parser: 0.8.0 metro-babel-transformer: 0.72.3 - metro-react-native-babel-preset: 0.72.3 + metro-react-native-babel-preset: 0.72.3_@babel+core@7.20.5 metro-source-map: 0.72.3 nullthrows: 1.1.1 transitivePeerDependencies: @@ -21045,7 +21585,7 @@ packages: metro-hermes-compiler: 0.72.3 metro-inspector-proxy: 0.72.3 metro-minify-uglify: 0.72.3 - metro-react-native-babel-preset: 0.72.3 + metro-react-native-babel-preset: 0.72.3_@babel+core@7.22.9 metro-resolver: 0.72.3 metro-runtime: 0.72.3 metro-source-map: 0.72.3 @@ -22949,7 +23489,7 @@ packages: css-select: 4.3.0 css-tree: 1.1.3 react: 18.1.0 - react-native: 0.70.5_react@18.1.0 + react-native: 0.70.5_sc62itt7atlpb6vxgzehj2hfqi dev: false /react-native-svg/13.10.0_6syixf76bqx5r4tgwtwyqyssoi: @@ -22973,7 +23513,7 @@ packages: css-select: 5.1.0 css-tree: 1.1.3 react: 18.1.0 - react-native: 0.70.5_react@18.1.0 + react-native: 0.70.5_sc62itt7atlpb6vxgzehj2hfqi dev: false /react-native-url-polyfill/1.3.0: @@ -23012,7 +23552,56 @@ packages: - encoding dev: false - /react-native/0.70.5_react@18.1.0: + /react-native/0.70.5_7vw2fevm7cxfkwynop5qx4c5l4: + resolution: {integrity: sha512-5NZM80LC3L+TIgQX/09yiyy48S73wMgpIgN5cCv3XTMR394+KpDI3rBZGH4aIgWWuwijz31YYVF5504+9n2Zfw==} + engines: {node: '>=14'} + hasBin: true + peerDependencies: + react: 18.1.0 + dependencies: + '@jest/create-cache-key-function': 29.3.1 + '@react-native-community/cli': 9.2.1_@babel+core@7.20.12 + '@react-native-community/cli-platform-android': 9.2.1 + '@react-native-community/cli-platform-ios': 9.2.1 + '@react-native/assets': 1.0.0 + '@react-native/normalize-color': 2.0.0 + '@react-native/polyfills': 2.0.0 + abort-controller: 3.0.0 + anser: 1.4.10 + base64-js: 1.5.1 + event-target-shim: 5.0.1 + invariant: 2.2.4 + jsc-android: 250230.2.1 + memoize-one: 5.2.1 + metro-react-native-babel-transformer: 0.72.3_@babel+core@7.20.12 + metro-runtime: 0.72.3 + metro-source-map: 0.72.3 + mkdirp: 0.5.6 + nullthrows: 1.1.1 + pretty-format: 26.6.2 + promise: 8.3.0 + react: 18.1.0 + react-devtools-core: 4.24.0 + react-native-codegen: 0.70.6 + react-native-gradle-plugin: 0.70.3 + react-refresh: 0.4.3 + react-shallow-renderer: 16.15.0_react@18.1.0 + regenerator-runtime: 0.13.11 + scheduler: 0.22.0 + stacktrace-parser: 0.1.10 + use-sync-external-store: 1.2.0_react@18.1.0 + whatwg-fetch: 3.6.2 + ws: 6.2.2 + transitivePeerDependencies: + - '@babel/core' + - '@babel/preset-env' + - bufferutil + - encoding + - supports-color + - utf-8-validate + dev: false + + /react-native/0.70.5_sc62itt7atlpb6vxgzehj2hfqi: resolution: {integrity: sha512-5NZM80LC3L+TIgQX/09yiyy48S73wMgpIgN5cCv3XTMR394+KpDI3rBZGH4aIgWWuwijz31YYVF5504+9n2Zfw==} engines: {node: '>=14'} hasBin: true @@ -23020,7 +23609,7 @@ packages: react: 18.1.0 dependencies: '@jest/create-cache-key-function': 29.3.1 - '@react-native-community/cli': 9.2.1 + '@react-native-community/cli': 9.2.1_@babel+core@7.20.5 '@react-native-community/cli-platform-android': 9.2.1 '@react-native-community/cli-platform-ios': 9.2.1 '@react-native/assets': 1.0.0 @@ -23033,7 +23622,7 @@ packages: invariant: 2.2.4 jsc-android: 250230.2.1 memoize-one: 5.2.1 - metro-react-native-babel-transformer: 0.72.3 + metro-react-native-babel-transformer: 0.72.3_@babel+core@7.20.5 metro-runtime: 0.72.3 metro-source-map: 0.72.3 mkdirp: 0.5.6 @@ -23053,6 +23642,7 @@ packages: whatwg-fetch: 3.6.2 ws: 6.2.2 transitivePeerDependencies: + - '@babel/core' - '@babel/preset-env' - bufferutil - encoding