open-contracts / open-contracts.github.io

The OpenContracts Interface
0 stars 1 forks source link

build fails #22

Closed open-contracts closed 2 years ago

open-contracts commented 2 years ago

Neither github nor I can build the website on a fresh machine. See the most recent github actions output for the error message. Below is the output the packages installed on my local machine: (note that I tried fixing the issue by adding "plugins": {"@babel/plugin-transform-typescript": "^7.16"}, to package.json and running yarn install again. So this is a bit more than gh actions is working with. but it didn't work)

yarn list v1.22.15
├─ @babel/code-frame@7.16.0
├─ @babel/compat-data@7.16.0
├─ @babel/core@7.16.0
├─ @babel/generator@7.16.0
├─ @babel/helper-annotate-as-pure@7.16.0
├─ @babel/helper-builder-binary-assignment-operator-visitor@7.16.0
├─ @babel/helper-compilation-targets@7.16.3
├─ @babel/helper-create-class-features-plugin@7.16.0
├─ @babel/helper-create-regexp-features-plugin@7.16.0
├─ @babel/helper-define-polyfill-provider@0.2.4
├─ @babel/helper-explode-assignable-expression@7.16.0
├─ @babel/helper-function-name@7.16.0
├─ @babel/helper-get-function-arity@7.16.0
├─ @babel/helper-hoist-variables@7.16.0
├─ @babel/helper-member-expression-to-functions@7.16.0
├─ @babel/helper-module-imports@7.16.0
├─ @babel/helper-module-transforms@7.16.0
├─ @babel/helper-optimise-call-expression@7.16.0
├─ @babel/helper-plugin-utils@7.14.5
├─ @babel/helper-remap-async-to-generator@7.16.0
├─ @babel/helper-replace-supers@7.16.0
├─ @babel/helper-simple-access@7.16.0
├─ @babel/helper-skip-transparent-expression-wrappers@7.16.0
├─ @babel/helper-split-export-declaration@7.16.0
├─ @babel/helper-validator-identifier@7.15.7
├─ @babel/helper-validator-option@7.14.5
├─ @babel/helper-wrap-function@7.16.0
├─ @babel/helpers@7.16.3
├─ @babel/highlight@7.16.0
├─ @babel/parser@7.16.3
├─ @babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.16.2
├─ @babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.16.0
├─ @babel/plugin-proposal-async-generator-functions@7.16.0
├─ @babel/plugin-proposal-class-properties@7.16.0
├─ @babel/plugin-proposal-class-static-block@7.16.0
├─ @babel/plugin-proposal-decorators@7.16.0
├─ @babel/plugin-proposal-dynamic-import@7.16.0
├─ @babel/plugin-proposal-export-default-from@7.16.0
├─ @babel/plugin-proposal-export-namespace-from@7.16.0
├─ @babel/plugin-proposal-json-strings@7.16.0
├─ @babel/plugin-proposal-logical-assignment-operators@7.16.0
├─ @babel/plugin-proposal-nullish-coalescing-operator@7.16.0
├─ @babel/plugin-proposal-numeric-separator@7.16.0
├─ @babel/plugin-proposal-object-rest-spread@7.16.0
├─ @babel/plugin-proposal-optional-catch-binding@7.16.0
├─ @babel/plugin-proposal-optional-chaining@7.16.0
├─ @babel/plugin-proposal-private-methods@7.16.0
├─ @babel/plugin-proposal-private-property-in-object@7.16.0
├─ @babel/plugin-proposal-unicode-property-regex@7.16.0
├─ @babel/plugin-syntax-async-generators@7.8.4
├─ @babel/plugin-syntax-bigint@7.8.3
├─ @babel/plugin-syntax-class-properties@7.12.13
├─ @babel/plugin-syntax-class-static-block@7.14.5
├─ @babel/plugin-syntax-decorators@7.16.0
├─ @babel/plugin-syntax-dynamic-import@7.8.3
├─ @babel/plugin-syntax-export-default-from@7.16.0
├─ @babel/plugin-syntax-export-namespace-from@7.8.3
├─ @babel/plugin-syntax-flow@7.16.0
├─ @babel/plugin-syntax-import-meta@7.10.4
├─ @babel/plugin-syntax-json-strings@7.8.3
├─ @babel/plugin-syntax-jsx@7.12.1
├─ @babel/plugin-syntax-logical-assignment-operators@7.10.4
├─ @babel/plugin-syntax-nullish-coalescing-operator@7.8.3
├─ @babel/plugin-syntax-numeric-separator@7.10.4
├─ @babel/plugin-syntax-object-rest-spread@7.8.3
├─ @babel/plugin-syntax-optional-catch-binding@7.8.3
├─ @babel/plugin-syntax-optional-chaining@7.8.3
├─ @babel/plugin-syntax-private-property-in-object@7.14.5
├─ @babel/plugin-syntax-top-level-await@7.14.5
├─ @babel/plugin-syntax-typescript@7.16.0
├─ @babel/plugin-transform-arrow-functions@7.16.0
├─ @babel/plugin-transform-async-to-generator@7.16.0
├─ @babel/plugin-transform-block-scoped-functions@7.16.0
├─ @babel/plugin-transform-block-scoping@7.16.0
├─ @babel/plugin-transform-classes@7.16.0
├─ @babel/plugin-transform-computed-properties@7.16.0
├─ @babel/plugin-transform-destructuring@7.16.0
├─ @babel/plugin-transform-dotall-regex@7.16.0
├─ @babel/plugin-transform-duplicate-keys@7.16.0
├─ @babel/plugin-transform-exponentiation-operator@7.16.0
├─ @babel/plugin-transform-flow-strip-types@7.12.1
├─ @babel/plugin-transform-for-of@7.16.0
├─ @babel/plugin-transform-function-name@7.16.0
├─ @babel/plugin-transform-literals@7.16.0
├─ @babel/plugin-transform-member-expression-literals@7.16.0
├─ @babel/plugin-transform-modules-amd@7.16.0
├─ @babel/plugin-transform-modules-commonjs@7.16.0
├─ @babel/plugin-transform-modules-systemjs@7.16.0
├─ @babel/plugin-transform-modules-umd@7.16.0
├─ @babel/plugin-transform-named-capturing-groups-regex@7.16.0
├─ @babel/plugin-transform-new-target@7.16.0
├─ @babel/plugin-transform-object-super@7.16.0
├─ @babel/plugin-transform-parameters@7.16.3
├─ @babel/plugin-transform-property-literals@7.16.0
├─ @babel/plugin-transform-react-constant-elements@7.16.0
├─ @babel/plugin-transform-react-display-name@7.16.0
├─ @babel/plugin-transform-react-jsx-development@7.16.0
├─ @babel/plugin-transform-react-jsx-self@7.16.0
├─ @babel/plugin-transform-react-jsx-source@7.16.0
├─ @babel/plugin-transform-react-jsx@7.16.0
├─ @babel/plugin-transform-react-pure-annotations@7.16.0
├─ @babel/plugin-transform-regenerator@7.16.0
├─ @babel/plugin-transform-reserved-words@7.16.0
├─ @babel/plugin-transform-runtime@7.12.1
├─ @babel/plugin-transform-shorthand-properties@7.16.0
├─ @babel/plugin-transform-spread@7.16.0
├─ @babel/plugin-transform-sticky-regex@7.16.0
├─ @babel/plugin-transform-template-literals@7.16.0
├─ @babel/plugin-transform-typeof-symbol@7.16.0
├─ @babel/plugin-transform-typescript@7.16.1
├─ @babel/plugin-transform-unicode-escapes@7.16.0
├─ @babel/plugin-transform-unicode-regex@7.16.0
├─ @babel/preset-env@7.16.0
├─ @babel/preset-flow@7.16.0
├─ @babel/preset-modules@0.1.5
├─ @babel/preset-react@7.16.0
├─ @babel/preset-typescript@7.16.0
├─ @babel/register@7.16.0
├─ @babel/runtime-corejs3@7.16.3
├─ @babel/runtime@7.16.3
├─ @babel/template@7.16.0
├─ @babel/traverse@7.16.3
├─ @babel/types@7.16.0
├─ @base2/pretty-print-object@1.0.1
├─ @bcoe/v8-coverage@0.2.3
├─ @cnakazawa/watch@1.0.4
├─ @csstools/convert-colors@1.4.0
├─ @csstools/normalize.css@10.1.0
├─ @cypress/mount-utils@1.0.2
├─ @cypress/react@5.10.3
├─ @cypress/request@2.88.7
├─ @cypress/webpack-dev-server@1.7.0
├─ @cypress/xvfb@1.2.4
├─ @discoveryjs/json-ext@0.5.5
├─ @emotion/cache@10.0.29
├─ @emotion/core@10.1.1
├─ @emotion/css@10.0.27
├─ @emotion/hash@0.8.0
├─ @emotion/is-prop-valid@0.8.8
├─ @emotion/memoize@0.7.4
├─ @emotion/serialize@0.11.16
├─ @emotion/sheet@0.9.4
├─ @emotion/styled-base@10.0.31
├─ @emotion/styled@10.0.27
├─ @emotion/stylis@0.8.5
├─ @emotion/unitless@0.7.5
├─ @emotion/utils@0.11.3
├─ @emotion/weak-memoize@0.2.5
├─ @eslint/eslintrc@0.4.3
├─ @ethereumjs/common@2.6.0
├─ @ethereumjs/tx@3.4.0
├─ @ethersproject/abi@5.5.0
├─ @ethersproject/abstract-provider@5.5.1
├─ @ethersproject/abstract-signer@5.5.0
├─ @ethersproject/address@5.5.0
├─ @ethersproject/base64@5.5.0
├─ @ethersproject/basex@5.5.0
├─ @ethersproject/bignumber@5.5.0
├─ @ethersproject/bytes@5.5.0
├─ @ethersproject/constants@5.5.0
├─ @ethersproject/contracts@5.5.0
├─ @ethersproject/hash@5.5.0
├─ @ethersproject/hdnode@5.5.0
├─ @ethersproject/json-wallets@5.5.0
├─ @ethersproject/keccak256@5.5.0
├─ @ethersproject/logger@5.5.0
├─ @ethersproject/networks@5.5.0
├─ @ethersproject/pbkdf2@5.5.0
├─ @ethersproject/properties@5.5.0
├─ @ethersproject/providers@5.5.0
├─ @ethersproject/random@5.5.0
├─ @ethersproject/rlp@5.5.0
├─ @ethersproject/sha2@5.5.0
├─ @ethersproject/signing-key@5.5.0
├─ @ethersproject/solidity@5.5.0
├─ @ethersproject/strings@5.5.0
├─ @ethersproject/transactions@5.5.0
├─ @ethersproject/units@5.5.0
├─ @ethersproject/wallet@5.5.0
├─ @ethersproject/web@5.5.0
├─ @ethersproject/wordlists@5.5.0
├─ @gar/promisify@1.1.2
├─ @hapi/address@2.1.4
├─ @hapi/bourne@1.3.2
├─ @hapi/hoek@8.5.1
├─ @hapi/joi@15.1.1
├─ @hapi/topo@3.1.6
├─ @humanwhocodes/config-array@0.5.0
├─ @humanwhocodes/object-schema@1.2.1
├─ @istanbuljs/load-nyc-config@1.1.0
├─ @istanbuljs/schema@0.1.3
├─ @jest/console@26.6.2
├─ @jest/core@26.6.3
├─ @jest/environment@26.6.2
├─ @jest/fake-timers@26.6.2
├─ @jest/globals@26.6.2
├─ @jest/reporters@26.6.2
├─ @jest/source-map@26.6.2
├─ @jest/test-result@26.6.2
├─ @jest/test-sequencer@26.6.3
├─ @jest/transform@26.6.2
├─ @jest/types@26.6.2
├─ @mdx-js/loader@1.6.22
├─ @mdx-js/mdx@1.6.22
├─ @mdx-js/react@1.6.22
├─ @mdx-js/util@1.6.22
├─ @metamask/detect-provider@1.2.0
├─ @metamask/onboarding@1.0.1
├─ @monaco-editor/loader@1.2.0
├─ @monaco-editor/react@4.3.1
├─ @mrmlnc/readdir-enhanced@2.2.1
├─ @nodelib/fs.scandir@2.1.5
├─ @nodelib/fs.stat@2.0.5
├─ @nodelib/fs.walk@1.2.8
├─ @npmcli/fs@1.0.0
├─ @npmcli/move-file@1.1.2
├─ @octokit/auth-token@2.5.0
├─ @octokit/core@3.5.1
├─ @octokit/endpoint@6.0.12
├─ @octokit/graphql@4.8.0
├─ @octokit/openapi-types@11.2.0
├─ @octokit/plugin-paginate-rest@2.17.0
├─ @octokit/plugin-request-log@1.0.4
├─ @octokit/plugin-rest-endpoint-methods@5.13.0
├─ @octokit/request-error@2.1.0
├─ @octokit/request@5.6.2
├─ @octokit/rest@18.12.0
├─ @octokit/types@6.34.0
├─ @pmmmwh/react-refresh-webpack-plugin@0.4.3
├─ @popperjs/core@2.10.2
├─ @reach/router@1.3.4
├─ @restart/context@2.1.4
├─ @restart/hooks@0.3.27
├─ @rollup/plugin-node-resolve@7.1.3
├─ @rollup/plugin-replace@2.4.2
├─ @rollup/pluginutils@3.1.0
├─ @sindresorhus/is@0.14.0
├─ @sinonjs/commons@1.8.3
├─ @sinonjs/fake-timers@6.0.1
├─ @storybook/addon-actions@6.3.12
├─ @storybook/addon-backgrounds@6.3.12
├─ @storybook/addon-controls@6.3.12
├─ @storybook/addon-docs@6.3.12
├─ @storybook/addon-essentials@6.3.12
├─ @storybook/addon-links@6.3.12
├─ @storybook/addon-measure@2.0.0
├─ @storybook/addon-toolbars@6.3.12
├─ @storybook/addon-viewport@6.3.12
├─ @storybook/addons@6.3.12
├─ @storybook/api@6.3.12
├─ @storybook/builder-webpack4@6.3.12
├─ @storybook/channel-postmessage@6.3.12
├─ @storybook/channels@6.3.12
├─ @storybook/cli@6.3.12
├─ @storybook/client-api@6.3.12
├─ @storybook/client-logger@6.3.12
├─ @storybook/codemod@6.3.12
├─ @storybook/components@6.3.12
├─ @storybook/core-client@6.3.12
├─ @storybook/core-common@6.3.12
├─ @storybook/core-events@6.3.12
├─ @storybook/core-server@6.3.12
├─ @storybook/core@6.3.12
├─ @storybook/csf-tools@6.3.12
├─ @storybook/csf@0.0.1
├─ @storybook/manager-webpack4@6.3.12
├─ @storybook/node-logger@6.3.12
├─ @storybook/postinstall@6.3.12
├─ @storybook/preset-create-react-app@3.2.0
├─ @storybook/react-docgen-typescript-plugin@1.0.2-canary.253f8c1.0
├─ @storybook/react@6.3.12
├─ @storybook/router@6.3.12
├─ @storybook/semver@7.3.2
├─ @storybook/source-loader@6.3.12
├─ @storybook/theming@6.3.12
├─ @storybook/ui@6.3.12
├─ @surma/rollup-plugin-off-main-thread@1.4.2
├─ @svgr/babel-plugin-add-jsx-attribute@5.4.0
├─ @svgr/babel-plugin-remove-jsx-attribute@5.4.0
├─ @svgr/babel-plugin-remove-jsx-empty-expression@5.0.1
├─ @svgr/babel-plugin-replace-jsx-attribute-value@5.0.1
├─ @svgr/babel-plugin-svg-dynamic-title@5.4.0
├─ @svgr/babel-plugin-svg-em-dimensions@5.4.0
├─ @svgr/babel-plugin-transform-react-native-svg@5.4.0
├─ @svgr/babel-plugin-transform-svg-component@5.5.0
├─ @svgr/babel-preset@5.5.0
├─ @svgr/core@5.5.0
├─ @svgr/hast-util-to-babel-ast@5.5.0
├─ @svgr/plugin-jsx@5.5.0
├─ @svgr/plugin-svgo@5.5.0
├─ @svgr/webpack@5.5.0
├─ @szmarczak/http-timer@1.1.2
├─ @testing-library/dom@7.31.2
├─ @testing-library/jest-dom@5.15.0
├─ @testing-library/react@11.2.7
├─ @testing-library/user-event@12.8.3
├─ @tootallnate/once@1.1.2
├─ @types/aria-query@4.2.2
├─ @types/babel__core@7.1.16
├─ @types/babel__generator@7.6.3
├─ @types/babel__template@7.4.1
├─ @types/babel__traverse@7.14.2
├─ @types/bn.js@4.11.6
├─ @types/braces@3.0.1
├─ @types/color-convert@2.0.0
├─ @types/color-name@1.1.1
├─ @types/color@3.0.2
├─ @types/debug@4.1.7
├─ @types/eslint@7.28.2
├─ @types/estree@0.0.50
├─ @types/glob-base@0.3.0
├─ @types/glob@7.2.0
├─ @types/graceful-fs@4.1.5
├─ @types/hast@2.3.4
├─ @types/history@4.7.9
├─ @types/html-minifier-terser@5.1.2
├─ @types/invariant@2.2.35
├─ @types/is-function@1.0.1
├─ @types/istanbul-lib-coverage@2.0.3
├─ @types/istanbul-lib-report@3.0.0
├─ @types/istanbul-reports@3.0.1
├─ @types/jest@26.0.24
├─ @types/json-schema@7.0.9
├─ @types/json5@0.0.29
├─ @types/markdown-to-jsx@6.11.3
├─ @types/mdast@3.0.10
├─ @types/mdurl@1.0.2
├─ @types/micromatch@4.0.2
├─ @types/mime-types@2.1.1
├─ @types/minimatch@3.0.5
├─ @types/ms@0.7.31
├─ @types/node-fetch@2.5.12
├─ @types/node@16.11.7
├─ @types/normalize-package-data@2.4.1
├─ @types/npmlog@4.1.3
├─ @types/overlayscrollbars@1.12.1
├─ @types/parse-json@4.0.0
├─ @types/parse5@5.0.3
├─ @types/pbkdf2@3.1.0
├─ @types/prettier@2.4.2
├─ @types/pretty-hrtime@1.0.1
├─ @types/prop-types@15.7.4
├─ @types/q@1.5.5
├─ @types/qs@6.9.7
├─ @types/reach__router@1.3.9
├─ @types/react-dom@17.0.11
├─ @types/react-router-dom@5.3.2
├─ @types/react-router@5.1.17
├─ @types/react-syntax-highlighter@11.0.5
├─ @types/react-transition-group@4.4.4
├─ @types/react@17.0.34
├─ @types/resize-observer-browser@0.1.6
├─ @types/resolve@0.0.8
├─ @types/scheduler@0.16.2
├─ @types/secp256k1@4.0.3
├─ @types/shortid@0.0.29
├─ @types/sinonjs__fake-timers@6.0.4
├─ @types/sizzle@2.3.3
├─ @types/source-list-map@0.1.2
├─ @types/stack-utils@2.0.1
├─ @types/tapable@1.0.8
├─ @types/testing-library__jest-dom@5.14.1
├─ @types/uglify-js@3.13.1
├─ @types/unist@2.0.6
├─ @types/warning@3.0.0
├─ @types/webpack-env@1.16.3
├─ @types/webpack-sources@3.2.0
├─ @types/webpack@4.41.31
├─ @types/ws@8.2.0
├─ @types/yargs-parser@20.2.1
├─ @types/yargs@15.0.14
├─ @types/yauzl@2.9.2
├─ @typescript-eslint/eslint-plugin@4.33.0
├─ @typescript-eslint/experimental-utils@4.33.0
├─ @typescript-eslint/parser@4.33.0
├─ @typescript-eslint/scope-manager@4.33.0
├─ @typescript-eslint/types@4.33.0
├─ @typescript-eslint/typescript-estree@4.33.0
├─ @typescript-eslint/visitor-keys@4.33.0
├─ @webassemblyjs/ast@1.9.0
├─ @webassemblyjs/floating-point-hex-parser@1.9.0
├─ @webassemblyjs/helper-api-error@1.9.0
├─ @webassemblyjs/helper-buffer@1.9.0
├─ @webassemblyjs/helper-code-frame@1.9.0
├─ @webassemblyjs/helper-fsm@1.9.0
├─ @webassemblyjs/helper-module-context@1.9.0
├─ @webassemblyjs/helper-wasm-bytecode@1.9.0
├─ @webassemblyjs/helper-wasm-section@1.9.0
├─ @webassemblyjs/ieee754@1.9.0
├─ @webassemblyjs/leb128@1.9.0
├─ @webassemblyjs/utf8@1.9.0
├─ @webassemblyjs/wasm-edit@1.9.0
├─ @webassemblyjs/wasm-gen@1.9.0
├─ @webassemblyjs/wasm-opt@1.9.0
├─ @webassemblyjs/wasm-parser@1.9.0
├─ @webassemblyjs/wast-parser@1.9.0
├─ @webassemblyjs/wast-printer@1.9.0
├─ @xtuc/ieee754@1.2.0
├─ @xtuc/long@4.2.2
├─ @zeit/schemas@2.6.0
├─ abab@2.0.5
├─ accepts@1.3.7
├─ acorn-globals@6.0.0
├─ acorn-jsx@5.3.2
├─ acorn-walk@7.2.0
├─ acorn@7.4.1
├─ address@1.1.2
├─ adjust-sourcemap-loader@3.0.0
├─ aes-js@3.0.0
├─ agent-base@6.0.2
├─ aggregate-error@3.1.0
├─ airbnb-js-shims@2.2.1
├─ ajv-errors@1.0.1
├─ ajv-keywords@3.5.2
├─ ajv@6.12.6
├─ alphanum-sort@1.0.2
├─ ansi-align@3.0.1
├─ ansi-colors@4.1.1
├─ ansi-escapes@4.3.2
├─ ansi-html-community@0.0.8
├─ ansi-html@0.0.7
├─ ansi-regex@5.0.1
├─ ansi-styles@4.3.0
├─ ansi-to-html@0.6.15
├─ anymatch@3.1.2
├─ app-root-dir@1.0.2
├─ aproba@1.2.0
├─ arch@2.2.0
├─ are-we-there-yet@1.1.7
├─ arg@2.0.0
├─ argparse@1.0.10
├─ aria-query@4.2.2
├─ arity-n@1.0.4
├─ arr-diff@4.0.0
├─ arr-flatten@1.1.0
├─ arr-union@3.1.0
├─ array-flatten@1.1.1
├─ array-includes@3.1.4
├─ array-union@1.0.2
├─ array-uniq@1.0.3
├─ array-unique@0.3.2
├─ array.prototype.flat@1.2.5
├─ array.prototype.flatmap@1.2.5
├─ array.prototype.map@1.0.4
├─ arrify@2.0.1
├─ asap@2.0.6
├─ asn1.js@5.4.1
├─ asn1@0.2.6
├─ assert-plus@1.0.0
├─ assert@1.5.0
├─ assign-symbols@1.0.0
├─ ast-types-flow@0.0.7
├─ ast-types@0.14.2
├─ astral-regex@2.0.0
├─ async-each@1.0.3
├─ async-limiter@1.0.1
├─ async@2.6.3
├─ asynckit@0.4.0
├─ at-least-node@1.0.0
├─ atob@2.1.2
├─ autoprefixer@9.8.8
├─ available-typed-arrays@1.0.5
├─ await-to-js@3.0.0
├─ aws-sign2@0.7.0
├─ aws4@1.11.0
├─ axe-core@4.3.5
├─ axobject-query@2.2.0
├─ babel-core@7.0.0-bridge.0
├─ babel-eslint@10.1.0
├─ babel-extract-comments@1.0.0
├─ babel-jest@26.6.3
├─ babel-loader@8.1.0
├─ babel-plugin-add-react-displayname@0.0.5
├─ babel-plugin-apply-mdx-type-prop@1.6.22
├─ babel-plugin-dynamic-import-node@2.3.3
├─ babel-plugin-emotion@10.2.2
├─ babel-plugin-extract-import-names@1.6.22
├─ babel-plugin-istanbul@6.1.1
├─ babel-plugin-jest-hoist@26.6.2
├─ babel-plugin-macros@2.8.0
├─ babel-plugin-named-asset-import@0.3.7
├─ babel-plugin-polyfill-corejs2@0.2.3
├─ babel-plugin-polyfill-corejs3@0.1.7
├─ babel-plugin-polyfill-regenerator@0.2.3
├─ babel-plugin-react-docgen@4.2.1
├─ babel-plugin-syntax-jsx@6.18.0
├─ babel-plugin-syntax-object-rest-spread@6.13.0
├─ babel-plugin-transform-object-rest-spread@6.26.0
├─ babel-plugin-transform-react-remove-prop-types@0.4.24
├─ babel-preset-current-node-syntax@1.0.1
├─ babel-preset-jest@26.6.2
├─ babel-preset-react-app@10.0.0
├─ babel-runtime@6.26.0
├─ babylon@6.18.0
├─ bail@2.0.2
├─ balanced-match@1.0.2
├─ base-x@3.0.9
├─ base@0.11.2
├─ base16@1.0.0
├─ base64-js@1.5.1
├─ basic-auth@1.1.0
├─ batch-processor@1.0.0
├─ batch@0.6.1
├─ bcrypt-pbkdf@1.0.2
├─ bech32@1.1.4
├─ before-after-hook@2.2.2
├─ better-opn@2.1.1
├─ bfj@7.0.2
├─ big.js@5.2.2
├─ bignumber.js@9.0.1
├─ binary-extensions@1.13.1
├─ bindings@1.5.0
├─ blakejs@1.1.1
├─ blob-util@2.0.2
├─ block-stream@0.0.9
├─ bluebird@3.7.2
├─ bn.js@4.12.0
├─ body-parser@1.19.0
├─ bonjour@3.5.0
├─ boolbase@1.0.0
├─ bootstrap@5.1.3
├─ bowser@2.11.0
├─ boxen@4.2.0
├─ brace-expansion@1.1.11
├─ braces@2.3.2
├─ brorand@1.1.0
├─ browser-process-hrtime@1.0.0
├─ browserify-aes@1.2.0
├─ browserify-cipher@1.0.1
├─ browserify-des@1.0.2
├─ browserify-rsa@4.1.0
├─ browserify-sign@4.2.1
├─ browserify-zlib@0.2.0
├─ browserslist@4.18.0
├─ bs58@4.0.1
├─ bs58check@2.1.2
├─ bser@2.1.1
├─ buffer-crc32@0.2.13
├─ buffer-from@1.1.2
├─ buffer-indexof@1.1.1
├─ buffer-to-arraybuffer@0.0.5
├─ buffer-xor@1.0.3
├─ buffer@5.7.1
├─ bufferutil@4.0.5
├─ builtin-modules@3.2.0
├─ builtin-status-codes@3.0.0
├─ builtins@1.0.3
├─ bytes@3.0.0
├─ c8@7.10.0
├─ cacache@15.3.0
├─ cache-base@1.0.1
├─ cacheable-request@6.1.0
├─ cachedir@2.3.0
├─ call-bind@1.0.2
├─ call-me-maybe@1.0.1
├─ caller-callsite@2.0.0
├─ caller-path@2.0.0
├─ callsites@3.1.0
├─ camel-case@4.1.2
├─ camelcase-css@2.0.1
├─ camelcase@5.3.1
├─ caniuse-api@3.0.0
├─ caniuse-lite@1.0.30001280
├─ capture-exit@2.0.0
├─ case-sensitive-paths-webpack-plugin@2.4.0
├─ caseless@0.12.0
├─ ccount@1.1.0
├─ chalk@4.1.2
├─ char-regex@1.0.2
├─ character-entities-legacy@3.0.0
├─ character-entities@2.0.1
├─ character-reference-invalid@2.0.1
├─ check-more-types@2.24.0
├─ check-types@11.1.2
├─ chokidar@2.1.8
├─ chownr@1.1.4
├─ chrome-trace-event@1.0.3
├─ ci-info@2.0.0
├─ cids@0.7.5
├─ cipher-base@1.0.4
├─ cjs-module-lexer@0.6.0
├─ class-is@1.1.0
├─ class-utils@0.3.6
├─ classnames@2.3.1
├─ clean-css@4.2.4
├─ clean-stack@2.2.0
├─ cli-boxes@2.2.1
├─ cli-cursor@3.1.0
├─ cli-table3@0.6.0
├─ cli-truncate@2.1.0
├─ clipboardy@2.3.0
├─ cliui@6.0.0
├─ clone-deep@4.0.1
├─ clone-response@1.0.2
├─ clone@2.1.2
├─ clsx@1.1.1
├─ co@4.6.0
├─ code-point-at@1.1.0
├─ collapse-white-space@1.0.6
├─ collect-v8-coverage@1.0.1
├─ collection-visit@1.0.0
├─ color-convert@1.9.3
├─ color-name@1.1.4
├─ color-string@1.6.0
├─ color@3.0.0
├─ colorette@2.0.16
├─ combined-stream@1.0.8
├─ comma-separated-tokens@1.0.8
├─ commander@2.20.3
├─ common-tags@1.8.1
├─ commondir@1.0.1
├─ component-emitter@1.3.0
├─ compose-function@3.0.3
├─ compressible@2.0.18
├─ compression@1.7.4
├─ compute-scroll-into-view@1.0.17
├─ concat-map@0.0.1
├─ concat-stream@1.6.2
├─ configstore@5.0.1
├─ confusing-browser-globals@1.0.10
├─ connect-history-api-fallback@1.6.0
├─ console-browserify@1.2.0
├─ console-control-strings@1.1.0
├─ constants-browserify@1.0.0
├─ content-disposition@0.5.2
├─ content-hash@2.5.2
├─ content-type@1.0.4
├─ convert-source-map@1.8.0
├─ cookie-signature@1.0.6
├─ cookie@0.4.0
├─ cookiejar@2.1.3
├─ copy-concurrently@1.0.5
├─ copy-descriptor@0.1.1
├─ copy-to-clipboard@3.3.1
├─ core-js-compat@3.19.1
├─ core-js-pure@3.19.1
├─ core-js@3.19.1
├─ core-util-is@1.0.3
├─ cors@2.8.5
├─ corser@2.0.1
├─ cosmiconfig@7.0.1
├─ cp-file@7.0.0
├─ cpy@8.1.2
├─ crc-32@1.2.0
├─ create-ecdh@4.0.4
├─ create-hash@1.2.0
├─ create-hmac@1.1.7
├─ create-react-app@4.0.3
├─ create-react-context@0.3.0
├─ cross-fetch@3.1.4
├─ cross-spawn@7.0.3
├─ crypto-browserify@3.12.0
├─ crypto-random-string@1.0.0
├─ css-blank-pseudo@0.1.4
├─ css-color-names@0.0.4
├─ css-declaration-sorter@4.0.1
├─ css-has-pseudo@0.10.0
├─ css-loader@3.6.0
├─ css-mediaquery@0.1.2
├─ css-prefers-color-scheme@3.1.1
├─ css-select-base-adapter@0.1.1
├─ css-select@4.1.3
├─ css-tree@1.0.0-alpha.37
├─ css-what@5.1.0
├─ css.escape@1.5.1
├─ css@3.0.0
├─ cssdb@4.4.0
├─ cssesc@3.0.0
├─ cssnano-preset-default@4.0.8
├─ cssnano-util-get-arguments@4.0.0
├─ cssnano-util-get-match@4.0.0
├─ cssnano-util-raw-cache@4.0.1
├─ cssnano-util-same-parent@4.0.1
├─ cssnano@4.1.11
├─ cssom@0.4.4
├─ cssstyle@2.3.0
├─ csstype@3.0.9
├─ cyclist@1.0.1
├─ cypress-react-router@1.0.2
├─ cypress@8.7.0
├─ d@1.0.1
├─ damerau-levenshtein@1.0.7
├─ dashdash@1.14.1
├─ data-urls@2.0.0
├─ dayjs@1.10.7
├─ debug@4.3.2
├─ decamelize@1.2.0
├─ decimal.js@10.3.1
├─ decode-uri-component@0.2.0
├─ decompress-response@3.3.0
├─ dedent@0.7.0
├─ deep-equal@1.1.1
├─ deep-extend@0.6.0
├─ deep-is@0.1.4
├─ deep-object-diff@1.1.0
├─ deepmerge@4.2.2
├─ default-gateway@4.2.0
├─ defer-to-connect@1.1.3
├─ define-properties@1.1.3
├─ define-property@0.2.5
├─ del@4.1.1
├─ delayed-stream@1.0.0
├─ delegates@1.0.0
├─ depd@1.1.2
├─ deprecation@2.3.1
├─ dequal@2.0.2
├─ des.js@1.0.1
├─ destroy@1.0.4
├─ detab@2.0.4
├─ detect-newline@3.1.0
├─ detect-node@2.1.0
├─ detect-port-alt@1.1.6
├─ detect-port@1.3.0
├─ diff-sequences@26.6.2
├─ diff@5.0.0
├─ diffie-hellman@5.0.3
├─ dir-glob@3.0.1
├─ dns-equal@1.0.0
├─ dns-packet@1.3.4
├─ dns-txt@2.0.2
├─ doctrine@3.0.0
├─ dom-accessibility-api@0.5.10
├─ dom-converter@0.2.0
├─ dom-helpers@5.2.1
├─ dom-serializer@1.3.2
├─ dom-walk@0.1.2
├─ domain-browser@1.2.0
├─ domelementtype@2.2.0
├─ domexception@2.0.1
├─ domhandler@4.2.2
├─ domutils@2.8.0
├─ dot-case@3.0.4
├─ dot-prop@5.3.0
├─ dotenv-defaults@1.1.1
├─ dotenv-expand@5.1.0
├─ dotenv-webpack@1.8.0
├─ dotenv@8.2.0
├─ downshift@6.1.7
├─ duplexer@0.1.2
├─ duplexer2@0.0.2
├─ duplexer3@0.1.4
├─ duplexify@3.7.1
├─ ecc-jsbn@0.1.2
├─ ee-first@1.1.1
├─ ejs@2.7.4
├─ electron-to-chromium@1.3.896
├─ element-resize-detector@1.2.3
├─ elliptic@6.5.4
├─ email-addresses@3.1.0
├─ emittery@0.7.2
├─ emoji-regex@8.0.0
├─ emojis-list@3.0.0
├─ emotion-theming@10.0.27
├─ encodeurl@1.0.2
├─ end-of-stream@1.4.4
├─ endent@2.1.0
├─ enhanced-resolve@4.5.0
├─ enquirer@2.3.6
├─ entities@2.2.0
├─ envinfo@7.7.3
├─ errno@0.1.8
├─ error-ex@1.3.2
├─ error-stack-parser@2.0.6
├─ es-abstract@1.19.1
├─ es-array-method-boxes-properly@1.0.0
├─ es-get-iterator@1.1.2
├─ es-to-primitive@1.2.1
├─ es5-ext@0.10.53
├─ es5-shim@4.6.2
├─ es6-iterator@2.0.3
├─ es6-shim@0.35.6
├─ es6-symbol@3.1.3
├─ escalade@3.1.1
├─ escape-goat@2.1.1
├─ escape-html@1.0.3
├─ escape-string-regexp@1.0.5
├─ escodegen@2.0.0
├─ eslint-config-react-app@6.0.0
├─ eslint-import-resolver-node@0.3.6
├─ eslint-module-utils@2.7.1
├─ eslint-plugin-flowtype@5.10.0
├─ eslint-plugin-import@2.25.3
├─ eslint-plugin-jest@24.7.0
├─ eslint-plugin-jsx-a11y@6.5.1
├─ eslint-plugin-react-hooks@4.3.0
├─ eslint-plugin-react@7.27.0
├─ eslint-plugin-testing-library@3.10.2
├─ eslint-scope@5.1.1
├─ eslint-utils@2.1.0
├─ eslint-visitor-keys@1.3.0
├─ eslint-webpack-plugin@2.6.0
├─ eslint@7.32.0
├─ espree@7.3.1
├─ esprima@4.0.1
├─ esquery@1.4.0
├─ esrecurse@4.3.0
├─ estraverse@5.3.0
├─ estree-to-babel@3.2.1
├─ estree-walker@0.6.1
├─ esutils@2.0.3
├─ etag@1.8.1
├─ eth-ens-namehash@2.0.8
├─ eth-lib@0.2.8
├─ ethereum-bloom-filters@1.0.10
├─ ethereum-cryptography@0.1.3
├─ ethereumjs-util@7.1.3
├─ ethers@5.5.1
├─ ethjs-unit@0.1.6
├─ eventemitter2@6.4.5
├─ eventemitter3@4.0.4
├─ events@3.3.0
├─ eventsource@1.1.0
├─ evp_bytestokey@1.0.3
├─ exec-sh@0.3.6
├─ execa@1.0.0
├─ executable@4.1.1
├─ exit-on-epipe@1.0.1
├─ exit@0.1.2
├─ expand-brackets@2.1.4
├─ expect@26.6.2
├─ express@4.17.1
├─ ext@1.6.0
├─ extend-shallow@2.0.1
├─ extend@3.0.2
├─ extglob@2.0.4
├─ extract-zip@2.0.1
├─ extsprintf@1.3.0
├─ fast-deep-equal@3.1.3
├─ fast-glob@3.2.7
├─ fast-json-parse@1.0.3
├─ fast-json-stable-stringify@2.1.0
├─ fast-levenshtein@2.0.6
├─ fast-url-parser@1.1.3
├─ fastq@1.13.0
├─ fault@1.0.4
├─ faye-websocket@0.11.4
├─ fb-watchman@2.0.1
├─ fbemitter@3.0.0
├─ fbjs-css-vars@1.0.2
├─ fbjs@3.0.1
├─ fd-slicer@1.1.0
├─ figgy-pudding@3.5.2
├─ figures@3.2.0
├─ file-entry-cache@6.0.1
├─ file-loader@6.2.0
├─ file-system-cache@1.0.5
├─ file-uri-to-path@1.0.0
├─ filename-reserved-regex@2.0.0
├─ filenamify@4.3.0
├─ filesize@6.1.0
├─ fill-range@4.0.0
├─ finalhandler@1.1.2
├─ find-cache-dir@3.3.2
├─ find-root@1.1.0
├─ find-up@4.1.0
├─ find-webpack@2.2.1
├─ find-yarn-workspace-root@2.0.0
├─ flat-cache@3.0.4
├─ flatted@3.2.4
├─ flatten@1.0.3
├─ flow-parser@0.164.0
├─ flush-write-stream@1.1.1
├─ flux@4.0.2
├─ follow-redirects@1.14.5
├─ for-in@1.0.2
├─ foreach@2.0.5
├─ foreground-child@2.0.0
├─ forever-agent@0.6.1
├─ fork-ts-checker-webpack-plugin@4.1.6
├─ form-data@2.3.3
├─ format@0.2.2
├─ forwarded@0.2.0
├─ fragment-cache@0.2.1
├─ framer-motion@4.1.17
├─ framer@1.3.6
├─ framesync@5.3.0
├─ fresh@0.5.2
├─ from2@2.3.0
├─ fs-extra@9.1.0
├─ fs-minipass@2.1.0
├─ fs-monkey@1.0.3
├─ fs-write-stream-atomic@1.0.10
├─ fs.realpath@1.0.0
├─ fsevents@2.3.2
├─ fstream-ignore@1.0.5
├─ fstream@1.0.12
├─ function-bind@1.1.1
├─ function.prototype.name@1.1.5
├─ functional-red-black-tree@1.0.1
├─ functions-have-names@1.2.2
├─ fuse.js@3.6.1
├─ gauge@2.7.4
├─ gensync@1.0.0-beta.2
├─ get-caller-file@2.0.5
├─ get-intrinsic@1.1.1
├─ get-own-enumerable-property-symbols@3.0.2
├─ get-package-type@0.1.0
├─ get-port@5.1.1
├─ get-stream@5.2.0
├─ get-symbol-description@1.0.0
├─ get-value@2.0.6
├─ getos@3.2.1
├─ getpass@0.1.7
├─ gh-pages@3.2.3
├─ github-slugger@1.4.0
├─ glob-base@0.3.0
├─ glob-parent@5.1.2
├─ glob-promise@3.4.0
├─ glob-to-regexp@0.3.0
├─ glob@7.2.0
├─ global-dirs@3.0.0
├─ global-modules@2.0.0
├─ global-prefix@3.0.0
├─ global@4.4.0
├─ globals@11.12.0
├─ globalthis@1.0.2
├─ globby@11.0.4
├─ got@9.6.0
├─ graceful-fs@4.2.8
├─ growly@1.3.0
├─ gud@1.0.0
├─ gzip-size@5.1.1
├─ handle-thing@2.0.1
├─ har-schema@2.0.0
├─ har-validator@5.1.5
├─ harmony-reflect@1.6.2
├─ has-bigints@1.0.1
├─ has-flag@4.0.0
├─ has-glob@1.0.0
├─ has-symbol-support-x@1.4.2
├─ has-symbols@1.0.2
├─ has-to-string-tag-x@1.4.1
├─ has-tostringtag@1.0.0
├─ has-unicode@2.0.1
├─ has-value@1.0.0
├─ has-yarn@2.1.0
├─ has@1.0.3
├─ hash-base@3.1.0
├─ hash.js@1.1.7
├─ hast-to-hyperscript@9.0.1
├─ hast-util-from-parse5@6.0.1
├─ hast-util-parse-selector@2.2.5
├─ hast-util-raw@6.0.1
├─ hast-util-to-parse5@6.0.0
├─ hast-util-whitespace@2.0.0
├─ hastscript@6.0.0
├─ he@1.2.0
├─ hex-color-regex@1.1.0
├─ hey-listen@1.0.8
├─ highlight.js@10.7.3
├─ history@5.1.0
├─ hmac-drbg@1.0.1
├─ hoist-non-react-statics@3.3.2
├─ hoopy@0.1.4
├─ hosted-git-info@2.8.9
├─ hpack.js@2.1.6
├─ hsl-regex@1.0.0
├─ hsla-regex@1.0.0
├─ html-encoding-sniffer@2.0.1
├─ html-entities@1.4.0
├─ html-escaper@2.0.2
├─ html-minifier-terser@5.1.1
├─ html-tags@3.1.0
├─ html-void-elements@1.0.5
├─ html-webpack-plugin@4.5.2
├─ htmlparser2@6.1.0
├─ http-cache-semantics@4.1.0
├─ http-deceiver@1.2.7
├─ http-errors@1.7.2
├─ http-https@1.0.0
├─ http-parser-js@0.5.3
├─ http-proxy-agent@4.0.1
├─ http-proxy-middleware@0.19.1
├─ http-proxy@1.18.1
├─ http-server@13.0.2
├─ http-signature@1.2.0
├─ https-browserify@1.0.0
├─ https-proxy-agent@4.0.0
├─ human-signals@1.1.1
├─ hyperquest@2.1.3
├─ hyphenate-style-name@1.0.4
├─ icons@1.0.0
├─ iconv-lite@0.4.24
├─ icss-utils@4.1.1
├─ identity-obj-proxy@3.0.0
├─ idna-uts46-hx@2.3.1
├─ ieee754@1.2.1
├─ iferr@0.1.5
├─ ignore@4.0.6
├─ immer@8.0.1
├─ import-cwd@2.1.0
├─ import-fresh@3.3.0
├─ import-from@2.1.0
├─ import-lazy@2.1.0
├─ import-local@3.0.3
├─ imurmurhash@0.1.4
├─ indent-string@4.0.0
├─ indexes-of@1.0.1
├─ infer-owner@1.0.4
├─ inflight@1.0.6
├─ inherits@2.0.4
├─ ini@1.3.8
├─ inline-style-parser@0.1.1
├─ internal-ip@4.3.0
├─ internal-slot@1.0.3
├─ interpret@2.2.0
├─ invariant@2.2.4
├─ ip-regex@2.1.0
├─ ip@1.1.5
├─ ipaddr.js@1.9.1
├─ is-absolute-url@3.0.3
├─ is-accessor-descriptor@1.0.0
├─ is-alphabetical@1.0.4
├─ is-alphanumerical@2.0.1
├─ is-arguments@1.1.1
├─ is-arrayish@0.2.1
├─ is-bigint@1.0.4
├─ is-binary-path@1.0.1
├─ is-boolean-object@1.1.2
├─ is-buffer@2.0.5
├─ is-callable@1.2.4
├─ is-ci@2.0.0
├─ is-color-stop@1.1.0
├─ is-core-module@2.8.0
├─ is-data-descriptor@1.0.0
├─ is-date-object@1.0.5
├─ is-decimal@1.0.4
├─ is-descriptor@1.0.2
├─ is-directory@0.3.1
├─ is-docker@2.2.1
├─ is-dom@1.1.0
├─ is-extendable@0.1.1
├─ is-extglob@2.1.1
├─ is-fullwidth-code-point@3.0.0
├─ is-function@1.0.2
├─ is-generator-fn@2.1.0
├─ is-generator-function@1.0.10
├─ is-glob@4.0.3
├─ is-hex-prefixed@1.0.0
├─ is-hexadecimal@2.0.1
├─ is-installed-globally@0.4.0
├─ is-map@2.0.2
├─ is-module@1.0.0
├─ is-negative-zero@2.0.1
├─ is-npm@5.0.0
├─ is-number-object@1.0.6
├─ is-number@3.0.0
├─ is-obj@1.0.1
├─ is-object@1.0.2
├─ is-path-cwd@2.2.0
├─ is-path-in-cwd@2.1.0
├─ is-path-inside@3.0.3
├─ is-plain-obj@1.1.0
├─ is-plain-object@2.0.4
├─ is-potential-custom-element-name@1.0.1
├─ is-regex@1.1.4
├─ is-resolvable@1.1.0
├─ is-retry-allowed@1.2.0
├─ is-root@2.1.0
├─ is-set@2.0.2
├─ is-shared-array-buffer@1.0.1
├─ is-stream@1.1.0
├─ is-string@1.0.7
├─ is-symbol@1.0.4
├─ is-typed-array@1.1.8
├─ is-typedarray@1.0.0
├─ is-unicode-supported@0.1.0
├─ is-weakref@1.0.1
├─ is-whitespace-character@1.0.4
├─ is-window@1.0.2
├─ is-word-character@1.0.4
├─ is-wsl@2.2.0
├─ is-yarn-global@0.3.0
├─ isarray@1.0.0
├─ isexe@2.0.0
├─ isobject@3.0.1
├─ isstream@0.1.2
├─ istanbul-lib-coverage@3.2.0
├─ istanbul-lib-instrument@5.1.0
├─ istanbul-lib-report@3.0.0
├─ istanbul-lib-source-maps@4.0.1
├─ istanbul-reports@3.0.5
├─ isurl@1.0.0
├─ iterate-iterator@1.0.2
├─ iterate-value@1.0.2
├─ jest-changed-files@26.6.2
├─ jest-circus@26.6.0
├─ jest-cli@26.6.3
├─ jest-config@26.6.3
├─ jest-diff@26.6.2
├─ jest-docblock@26.0.0
├─ jest-each@26.6.2
├─ jest-environment-jsdom@26.6.2
├─ jest-environment-node@26.6.2
├─ jest-get-type@26.3.0
├─ jest-haste-map@26.6.2
├─ jest-jasmine2@26.6.3
├─ jest-leak-detector@26.6.2
├─ jest-matcher-utils@26.6.2
├─ jest-message-util@26.6.2
├─ jest-mock@26.6.2
├─ jest-pnp-resolver@1.2.2
├─ jest-regex-util@26.0.0
├─ jest-resolve-dependencies@26.6.3
├─ jest-resolve@26.6.2
├─ jest-runner@26.6.3
├─ jest-runtime@26.6.3
├─ jest-serializer@26.6.2
├─ jest-snapshot@26.6.2
├─ jest-util@26.6.2
├─ jest-validate@26.6.2
├─ jest-watch-typeahead@0.6.1
├─ jest-watcher@26.6.2
├─ jest-worker@26.6.2
├─ jest@26.6.0
├─ js-sha3@0.8.0
├─ js-string-escape@1.0.1
├─ js-tokens@4.0.0
├─ js-yaml@3.14.1
├─ jsbn@0.1.1
├─ jscodeshift@0.11.0
├─ jsdom@16.7.0
├─ jsesc@2.5.2
├─ json-buffer@3.0.0
├─ json-parse-better-errors@1.0.2
├─ json-parse-even-better-errors@2.3.1
├─ json-schema-traverse@0.4.1
├─ json-schema@0.2.3
├─ json-stable-stringify-without-jsonify@1.0.1
├─ json-stringify-safe@5.0.1
├─ json3@3.3.3
├─ json5@2.2.0
├─ jsonc-parser@3.0.0
├─ jsonfile@4.0.0
├─ jsprim@1.4.1
├─ jsx-ast-utils@3.2.1
├─ junk@3.1.0
├─ keccak@3.0.2
├─ keyv@3.1.0
├─ killable@1.0.1
├─ kind-of@6.0.3
├─ klaw@1.3.1
├─ kleur@3.0.3
├─ klona@2.0.5
├─ language-subtag-registry@0.3.21
├─ language-tags@1.0.5
├─ last-call-webpack-plugin@3.0.0
├─ latest-version@5.1.0
├─ lazy-ass@1.6.0
├─ lazy-universal-dotenv@3.0.1
├─ leven@3.1.0
├─ levn@0.4.1
├─ lines-and-columns@1.1.6
├─ listr2@3.13.3
├─ loader-runner@2.4.0
├─ loader-utils@2.0.2
├─ locate-path@5.0.0
├─ lodash._reinterpolate@3.0.0
├─ lodash.curry@4.1.1
├─ lodash.debounce@4.0.8
├─ lodash.flow@3.5.0
├─ lodash.memoize@4.1.2
├─ lodash.merge@4.6.2
├─ lodash.once@4.1.1
├─ lodash.template@4.5.0
├─ lodash.templatesettings@4.2.0
├─ lodash.throttle@4.1.1
├─ lodash.truncate@4.4.2
├─ lodash.uniq@4.5.0
├─ lodash@4.17.21
├─ log-symbols@4.1.0
├─ log-update@4.0.0
├─ loglevel@1.7.1
├─ longest-streak@3.0.1
├─ loose-envify@1.4.0
├─ lower-case@2.0.2
├─ lowercase-keys@1.0.1
├─ lowlight@1.20.0
├─ lru-cache@5.1.1
├─ lunr@2.3.9
├─ lz-string@1.4.4
├─ magic-string@0.25.7
├─ make-dir@3.1.0
├─ makeerror@1.0.12
├─ map-cache@0.2.2
├─ map-or-similar@1.5.0
├─ map-visit@1.0.0
├─ markdown-escapes@1.0.4
├─ markdown-table@3.0.1
├─ markdown-to-jsx@7.1.3
├─ marked@3.0.8
├─ matchmediaquery@0.3.1
├─ md5.js@1.3.5
├─ mdast-squeeze-paragraphs@4.0.0
├─ mdast-util-definitions@4.0.0
├─ mdast-util-find-and-replace@2.1.0
├─ mdast-util-from-markdown@1.1.0
├─ mdast-util-gfm-autolink-literal@1.0.2
├─ mdast-util-gfm-footnote@1.0.0
├─ mdast-util-gfm-strikethrough@1.0.0
├─ mdast-util-gfm-table@1.0.1
├─ mdast-util-gfm-task-list-item@1.0.0
├─ mdast-util-gfm@2.0.0
├─ mdast-util-to-hast@11.3.0
├─ mdast-util-to-markdown@1.2.4
├─ mdast-util-to-string@3.1.0
├─ mdn-data@2.0.4
├─ mdurl@1.0.1
├─ media-typer@0.3.0
├─ memfs@3.3.0
├─ memoizerific@1.11.3
├─ memory-fs@0.4.1
├─ merge-descriptors@1.0.1
├─ merge-stream@2.0.0
├─ merge2@1.4.1
├─ methods@1.1.2
├─ microevent.ts@0.1.1
├─ micromark-core-commonmark@1.0.4
├─ micromark-extension-gfm-autolink-literal@1.0.2
├─ micromark-extension-gfm-footnote@1.0.2
├─ micromark-extension-gfm-strikethrough@1.0.3
├─ micromark-extension-gfm-table@1.0.3
├─ micromark-extension-gfm-tagfilter@1.0.0
├─ micromark-extension-gfm-task-list-item@1.0.2
├─ micromark-extension-gfm@2.0.0
├─ micromark-factory-destination@1.0.0
├─ micromark-factory-label@1.0.2
├─ micromark-factory-space@1.0.0
├─ micromark-factory-title@1.0.2
├─ micromark-factory-whitespace@1.0.0
├─ micromark-util-character@1.1.0
├─ micromark-util-chunked@1.0.0
├─ micromark-util-classify-character@1.0.0
├─ micromark-util-combine-extensions@1.0.0
├─ micromark-util-decode-numeric-character-reference@1.0.0
├─ micromark-util-decode-string@1.0.1
├─ micromark-util-encode@1.0.0
├─ micromark-util-html-tag-name@1.0.0
├─ micromark-util-normalize-identifier@1.0.0
├─ micromark-util-resolve-all@1.0.0
├─ micromark-util-sanitize-uri@1.0.0
├─ micromark-util-subtokenize@1.0.2
├─ micromark-util-symbol@1.0.0
├─ micromark-util-types@1.0.1
├─ micromark@3.0.7
├─ micromatch@4.0.4
├─ miller-rabin@4.0.1
├─ mime-db@1.51.0
├─ mime-types@2.1.34
├─ mime@1.6.0
├─ mimic-fn@2.1.0
├─ mimic-response@1.0.1
├─ min-document@2.19.0
├─ min-indent@1.0.1
├─ mini-css-extract-plugin@0.11.3
├─ minimalistic-assert@1.0.1
├─ minimalistic-crypto-utils@1.0.1
├─ minimatch@3.0.4
├─ minimist@1.2.5
├─ minipass-collect@1.0.2
├─ minipass-flush@1.0.5
├─ minipass-pipeline@1.2.4
├─ minipass@3.1.5
├─ minizlib@2.1.2
├─ mississippi@3.0.0
├─ mixin-deep@1.3.2
├─ mkdirp-promise@5.0.1
├─ mkdirp@0.5.5
├─ mock-fs@4.14.0
├─ mocked-env@1.3.2
├─ monaco-editor@0.29.1
├─ move-concurrently@1.0.1
├─ mri@1.2.0
├─ ms@2.1.1
├─ multibase@0.7.0
├─ multicast-dns-service-types@1.1.0
├─ multicast-dns@6.2.3
├─ multicodec@0.5.7
├─ multihashes@0.4.21
├─ nan@2.15.0
├─ nano-json-stream-parser@0.1.2
├─ nanoid@2.1.11
├─ nanomatch@1.2.13
├─ native-url@0.2.6
├─ natural-compare@1.4.0
├─ negotiator@0.6.2
├─ neo-async@2.6.2
├─ nested-error-stacks@2.1.0
├─ next-tick@1.0.0
├─ nice-try@1.0.5
├─ no-case@3.0.4
├─ node-addon-api@2.0.2
├─ node-dir@0.1.17
├─ node-fetch@2.6.6
├─ node-forge@0.10.0
├─ node-gyp-build@4.3.0
├─ node-int64@0.4.0
├─ node-libs-browser@2.2.1
├─ node-modules-regexp@1.0.0
├─ node-notifier@8.0.2
├─ node-releases@2.0.1
├─ normalize-package-data@2.5.0
├─ normalize-path@3.0.0
├─ normalize-range@0.1.2
├─ normalize-url@1.9.1
├─ npm-run-path@2.0.2
├─ npmlog@4.1.2
├─ nth-check@2.0.1
├─ num2fraction@1.2.2
├─ number-is-nan@1.0.1
├─ number-to-bn@1.7.0
├─ nwsapi@2.2.0
├─ oauth-sign@0.9.0
├─ object-assign@4.1.1
├─ object-copy@0.1.0
├─ object-inspect@1.11.0
├─ object-is@1.1.5
├─ object-keys@1.1.1
├─ object-visit@1.0.1
├─ object.assign@4.1.2
├─ object.entries@1.1.5
├─ object.fromentries@2.0.5
├─ object.getownpropertydescriptors@2.1.3
├─ object.hasown@1.1.0
├─ object.pick@1.3.0
├─ object.values@1.1.5
├─ objectorarray@1.0.5
├─ oboe@2.1.5
├─ obuf@1.1.2
├─ octokit-plugin-create-pull-request@3.10.0
├─ on-finished@2.3.0
├─ on-headers@1.0.2
├─ once@1.4.0
├─ onetime@5.1.2
├─ onigasm@2.2.5
├─ open@7.4.2
├─ opener@1.5.2
├─ opn@5.5.0
├─ optimize-css-assets-webpack-plugin@5.0.4
├─ optionator@0.9.1
├─ original@1.0.2
├─ os-browserify@0.3.0
├─ ospath@1.2.2
├─ overlayscrollbars@1.13.1
├─ p-all@2.1.0
├─ p-cancelable@1.1.0
├─ p-each-series@2.2.0
├─ p-event@4.2.0
├─ p-filter@2.1.0
├─ p-finally@1.0.0
├─ p-limit@3.1.0
├─ p-locate@4.1.0
├─ p-map@2.1.0
├─ p-retry@3.0.1
├─ p-timeout@1.2.1
├─ p-try@2.2.0
├─ package-json@6.5.0
├─ pako@1.0.11
├─ parallel-transform@1.2.0
├─ param-case@3.0.4
├─ parent-module@1.0.1
├─ parse-asn1@5.1.6
├─ parse-entities@3.1.0
├─ parse-headers@2.0.4
├─ parse-json@5.2.0
├─ parse5@6.0.1
├─ parseurl@1.3.3
├─ pascal-case@3.1.2
├─ pascalcase@0.1.1
├─ path-browserify@0.0.1
├─ path-dirname@1.0.2
├─ path-exists@3.0.0
├─ path-is-absolute@1.0.1
├─ path-is-inside@1.0.2
├─ path-key@2.0.1
├─ path-parse@1.0.7
├─ path-to-regexp@2.2.1
├─ path-type@4.0.0
├─ pbkdf2@3.1.2
├─ pend@1.2.0
├─ performance-now@2.1.0
├─ picocolors@0.2.1
├─ picomatch@2.3.0
├─ pify@4.0.1
├─ pinkie-promise@2.0.1
├─ pinkie@2.0.4
├─ pirates@4.0.1
├─ pkg-dir@3.0.0
├─ pkg-up@3.1.0
├─ pnp-webpack-plugin@1.6.4
├─ polished@4.1.3
├─ popmotion@9.3.6
├─ portfinder@1.0.28
├─ posix-character-classes@0.1.1
├─ postcss-attribute-case-insensitive@4.0.2
├─ postcss-browser-comments@3.0.0
├─ postcss-calc@7.0.5
├─ postcss-color-functional-notation@2.0.1
├─ postcss-color-gray@5.0.0
├─ postcss-color-hex-alpha@5.0.3
├─ postcss-color-mod-function@3.0.3
├─ postcss-color-rebeccapurple@4.0.1
├─ postcss-colormin@4.0.3
├─ postcss-convert-values@4.0.1
├─ postcss-custom-media@7.0.8
├─ postcss-custom-properties@8.0.11
├─ postcss-custom-selectors@5.1.2
├─ postcss-dir-pseudo-class@5.0.0
├─ postcss-discard-comments@4.0.2
├─ postcss-discard-duplicates@4.0.2
├─ postcss-discard-empty@4.0.1
├─ postcss-discard-overridden@4.0.1
├─ postcss-double-position-gradients@1.0.0
├─ postcss-env-function@2.0.2
├─ postcss-flexbugs-fixes@4.2.1
├─ postcss-focus-visible@4.0.0
├─ postcss-focus-within@3.0.0
├─ postcss-font-variant@4.0.1
├─ postcss-gap-properties@2.0.0
├─ postcss-image-set-function@3.0.1
├─ postcss-initial@3.0.4
├─ postcss-lab-function@2.0.1
├─ postcss-load-config@2.1.2
├─ postcss-loader@3.0.0
├─ postcss-logical@3.0.0
├─ postcss-media-minmax@4.0.0
├─ postcss-merge-longhand@4.0.11
├─ postcss-merge-rules@4.0.3
├─ postcss-minify-font-values@4.0.2
├─ postcss-minify-gradients@4.0.2
├─ postcss-minify-params@4.0.2
├─ postcss-minify-selectors@4.0.2
├─ postcss-modules-extract-imports@2.0.0
├─ postcss-modules-local-by-default@3.0.3
├─ postcss-modules-scope@2.2.0
├─ postcss-modules-values@3.0.0
├─ postcss-nesting@7.0.1
├─ postcss-normalize-charset@4.0.1
├─ postcss-normalize-display-values@4.0.2
├─ postcss-normalize-positions@4.0.2
├─ postcss-normalize-repeat-style@4.0.2
├─ postcss-normalize-string@4.0.2
├─ postcss-normalize-timing-functions@4.0.2
├─ postcss-normalize-unicode@4.0.1
├─ postcss-normalize-url@4.0.1
├─ postcss-normalize-whitespace@4.0.2
├─ postcss-normalize@8.0.1
├─ postcss-ordered-values@4.1.2
├─ postcss-overflow-shorthand@2.0.0
├─ postcss-page-break@2.0.0
├─ postcss-place@4.0.1
├─ postcss-preset-env@6.7.0
├─ postcss-pseudo-class-any-link@6.0.0
├─ postcss-reduce-initial@4.0.3
├─ postcss-reduce-transforms@4.0.2
├─ postcss-replace-overflow-wrap@3.0.0
├─ postcss-safe-parser@5.0.2
├─ postcss-selector-matches@4.0.0
├─ postcss-selector-not@4.0.1
├─ postcss-selector-parser@5.0.0
├─ postcss-svgo@4.0.3
├─ postcss-unique-selectors@4.0.1
├─ postcss-value-parser@3.3.1
├─ postcss-values-parser@2.0.1
├─ postcss@7.0.39
├─ prelude-ls@1.1.2
├─ prepend-http@1.0.4
├─ prettier@2.2.1
├─ pretty-bytes@5.6.0
├─ pretty-error@2.1.2
├─ pretty-format@26.6.2
├─ pretty-hrtime@1.0.3
├─ printj@1.1.2
├─ prismjs@1.25.0
├─ private@0.1.8
├─ process-nextick-args@2.0.1
├─ process@0.11.10
├─ progress@2.0.3
├─ promise-inflight@1.0.1
├─ promise.allsettled@1.0.5
├─ promise.prototype.finally@3.1.3
├─ promise@8.1.0
├─ prompts@2.4.0
├─ prop-types-extra@1.1.1
├─ prop-types@15.7.2
├─ property-information@5.6.0
├─ proxy-addr@2.0.7
├─ proxy-from-env@1.0.0
├─ prr@1.0.1
├─ psl@1.8.0
├─ public-encrypt@4.0.3
├─ pump@3.0.0
├─ pumpify@1.5.1
├─ punycode@2.1.1
├─ pupa@2.1.1
├─ puppeteer-core@2.1.1
├─ pure-color@1.3.0
├─ q@1.5.1
├─ qs@6.10.1
├─ query-string@4.3.4
├─ querystring-es3@0.2.1
├─ querystring@0.2.1
├─ querystringify@2.2.0
├─ queue-microtask@1.2.3
├─ raf@3.4.1
├─ ramda@0.27.1
├─ randombytes@2.1.0
├─ randomfill@1.0.4
├─ range-parser@1.2.1
├─ raw-body@2.4.0
├─ raw-loader@4.0.2
├─ rc@1.2.8
├─ react-app-polyfill@2.0.0
├─ react-base16-styling@0.6.0
├─ react-bootstrap-icons@1.6.1
├─ react-bootstrap@1.6.4
├─ react-colorful@5.5.0
├─ react-dev-utils@11.0.4
├─ react-docgen-typescript-plugin@1.0.0
├─ react-docgen-typescript@1.22.0
├─ react-docgen@5.4.0
├─ react-dom@17.0.2
├─ react-draggable@4.4.4
├─ react-element-to-jsx-string@14.3.4
├─ react-error-overlay@6.0.9
├─ react-fast-compare@3.2.0
├─ react-helmet-async@1.1.2
├─ react-inspector@5.1.1
├─ react-is@17.0.2
├─ react-json-view@1.21.3
├─ react-lifecycles-compat@3.0.4
├─ react-loading-skeleton@2.2.0
├─ react-markdown@7.1.0
├─ react-masonry-css@1.0.16
├─ react-monaco-editor@0.45.0
├─ react-overlays@5.1.1
├─ react-popper-tooltip@3.1.1
├─ react-popper@2.2.5
├─ react-refresh@0.8.3
├─ react-resize-detector@6.7.6
├─ react-responsive-masonry@2.1.3
├─ react-responsive@9.0.0-beta.4
├─ react-router-dom@6.0.2
├─ react-router@6.0.2
├─ react-scripts@4.0.3
├─ react-shallow-renderer@16.14.1
├─ react-sizeme@3.0.2
├─ react-syntax-highlighter@13.5.3
├─ react-test-renderer@17.0.2
├─ react-textarea-autosize@8.3.3
├─ react-transition-group@4.4.2
├─ react@17.0.2
├─ read-pkg-up@7.0.1
├─ read-pkg@5.2.0
├─ readable-stream@2.3.7
├─ readdirp@2.2.1
├─ recast@0.19.1
├─ rechoir@0.6.2
├─ recursive-readdir@2.2.2
├─ redent@3.0.0
├─ refractor@3.5.0
├─ regenerate-unicode-properties@9.0.0
├─ regenerate@1.4.2
├─ regenerator-runtime@0.13.9
├─ regenerator-transform@0.14.5
├─ regex-not@1.0.2
├─ regex-parser@2.2.11
├─ regexp.prototype.flags@1.3.1
├─ regexpp@3.2.0
├─ regexpu-core@4.8.0
├─ registry-auth-token@3.3.2
├─ registry-url@3.1.0
├─ regjsgen@0.5.2
├─ regjsparser@0.7.0
├─ relateurl@0.2.7
├─ remark-external-links@8.0.0
├─ remark-footnotes@2.0.0
├─ remark-gfm@3.0.1
├─ remark-mdx@1.6.22
├─ remark-parse@8.0.3
├─ remark-rehype@9.1.0
├─ remark-slug@6.1.0
├─ remark-squeeze-paragraphs@4.0.0
├─ remove-trailing-separator@1.1.0
├─ renderkid@2.0.7
├─ repeat-element@1.1.4
├─ repeat-string@1.6.1
├─ request-progress@3.0.0
├─ request@2.88.2
├─ require-directory@2.1.1
├─ require-from-string@2.0.2
├─ require-main-filename@2.0.0
├─ requires-port@1.0.0
├─ resize-observer-polyfill@1.5.1
├─ resolve-cwd@3.0.0
├─ resolve-from@5.0.0
├─ resolve-url-loader@3.1.4
├─ resolve-url@0.2.1
├─ resolve@1.20.0
├─ responselike@1.0.2
├─ restore-cursor@3.1.0
├─ ret@0.1.15
├─ retry@0.12.0
├─ reusify@1.0.4
├─ rework-visit@1.0.0
├─ rework@1.0.1
├─ rgb-regex@1.0.1
├─ rgba-regex@1.0.0
├─ rgfm@0.1.0
├─ rimraf@2.7.1
├─ ripemd160@2.0.2
├─ rlp@2.2.7
├─ rollup-plugin-babel@4.4.0
├─ rollup-plugin-terser@5.3.1
├─ rollup-pluginutils@2.8.2
├─ rollup@1.32.1
├─ rsvp@4.8.5
├─ run-parallel@1.2.0
├─ run-queue@1.0.3
├─ rxjs@7.4.0
├─ sade@1.7.4
├─ safe-buffer@5.2.1
├─ safe-regex@1.1.0
├─ safer-buffer@2.1.2
├─ sane@4.1.0
├─ sanitize.css@10.0.0
├─ sass-loader@10.2.0
├─ sax@1.2.4
├─ saxes@5.0.1
├─ scheduler@0.20.2
├─ schema-utils@3.1.1
├─ scrypt-js@3.0.1
├─ secp256k1@4.0.2
├─ secure-compare@3.0.1
├─ select-hose@2.0.0
├─ selfsigned@1.10.11
├─ semver-diff@3.1.1
├─ semver@6.3.0
├─ send@0.17.1
├─ serialize-javascript@4.0.0
├─ serve-favicon@2.5.0
├─ serve-handler@6.1.3
├─ serve-index@1.9.1
├─ serve-static@1.14.1
├─ serve@13.0.2
├─ servify@0.1.12
├─ set-blocking@2.0.0
├─ set-value@2.0.1
├─ setimmediate@1.0.5
├─ setprototypeof@1.1.1
├─ sha.js@2.4.11
├─ shallow-clone@3.0.1
├─ shallow-equal@1.2.1
├─ shallowequal@1.1.0
├─ shebang-command@2.0.0
├─ shebang-regex@3.0.0
├─ shell-quote@1.7.2
├─ shelljs@0.8.4
├─ shellwords@0.1.1
├─ shiki@0.9.12
├─ shortid@2.2.16
├─ side-channel@1.0.4
├─ signal-exit@3.0.5
├─ simple-concat@1.0.1
├─ simple-get@2.8.1
├─ simple-swizzle@0.2.2
├─ sisteransi@1.0.5
├─ slash@3.0.0
├─ slice-ansi@4.0.0
├─ snapdragon-node@2.1.1
├─ snapdragon-util@3.0.1
├─ snapdragon@0.8.2
├─ sockjs-client@1.5.2
├─ sockjs@0.3.21
├─ sort-keys@1.1.2
├─ source-list-map@2.0.1
├─ source-map-js@0.6.2
├─ source-map-resolve@0.5.3
├─ source-map-support@0.5.20
├─ source-map-url@0.4.1
├─ source-map@0.6.1
├─ sourcemap-codec@1.4.8
├─ space-separated-tokens@1.1.5
├─ spdx-correct@3.1.1
├─ spdx-exceptions@2.3.0
├─ spdx-expression-parse@3.0.1
├─ spdx-license-ids@3.0.11
├─ spdy-transport@3.0.0
├─ spdy@4.0.2
├─ split-string@3.1.0
├─ sprintf-js@1.0.3
├─ sshpk@1.16.1
├─ ssri@8.0.1
├─ stable@0.1.8
├─ stack-utils@2.0.5
├─ stackframe@1.2.0
├─ state-local@1.0.7
├─ state-toggle@1.0.3
├─ static-extend@0.1.2
├─ statuses@1.5.0
├─ store2@2.12.0
├─ storybook-addon-outline@1.4.1
├─ storybook@6.3.12
├─ stream-browserify@2.0.2
├─ stream-each@1.2.3
├─ stream-http@2.8.3
├─ stream-shift@1.0.1
├─ strict-uri-encode@1.1.0
├─ string_decoder@0.10.31
├─ string-length@4.0.2
├─ string-natural-compare@3.0.1
├─ string-width@4.2.3
├─ string.prototype.matchall@4.0.6
├─ string.prototype.padend@3.1.3
├─ string.prototype.padstart@3.1.3
├─ string.prototype.trimend@1.0.4
├─ string.prototype.trimstart@1.0.4
├─ stringify-object@3.3.0
├─ strip-ansi@6.0.1
├─ strip-bom@3.0.0
├─ strip-comments@1.0.2
├─ strip-eof@1.0.0
├─ strip-final-newline@2.0.0
├─ strip-hex-prefix@1.0.0
├─ strip-indent@3.0.0
├─ strip-json-comments@3.1.1
├─ strip-outer@1.0.1
├─ style-loader@1.3.0
├─ style-to-object@0.3.0
├─ style-value-types@4.1.4
├─ stylehacks@4.0.3
├─ supports-color@7.2.0
├─ supports-hyperlinks@2.2.0
├─ svg-parser@2.0.4
├─ svgo@1.3.2
├─ swarm-js@0.1.40
├─ symbol-tree@3.2.4
├─ symbol.prototype.description@1.0.5
├─ table@6.7.3
├─ tapable@1.1.3
├─ tar-pack@3.4.1
├─ tar@2.2.2
├─ telejson@5.3.3
├─ temp-dir@1.0.0
├─ temp@0.8.4
├─ term-size@2.2.1
├─ terminal-link@2.1.1
├─ terser-webpack-plugin@4.2.3
├─ terser@4.8.0
├─ test-exclude@6.0.0
├─ text-table@0.2.0
├─ throat@5.0.0
├─ throttle-debounce@3.0.1
├─ throttleit@1.0.0
├─ through@2.3.8
├─ through2@0.6.5
├─ thunky@1.1.0
├─ timed-out@4.0.1
├─ timers-browserify@2.0.12
├─ timsort@0.3.0
├─ tmp@0.2.1
├─ to-arraybuffer@1.0.1
├─ to-fast-properties@2.0.0
├─ to-object-path@0.3.0
├─ to-readable-stream@1.0.0
├─ to-regex-range@2.1.1
├─ to-regex@3.0.2
├─ toggle-selection@1.0.6
├─ toidentifier@1.0.0
├─ totalist@2.0.0
├─ tough-cookie@2.5.0
├─ tr46@2.1.0
├─ trim-repeated@1.0.0
├─ trim-trailing-lines@1.1.4
├─ trim@0.0.1
├─ trough@2.0.2
├─ tryer@1.0.1
├─ ts-dedent@2.2.0
├─ ts-essentials@2.0.12
├─ ts-pnp@1.2.0
├─ tsconfig-paths@3.11.0
├─ tslib@2.3.1
├─ tsutils@3.21.0
├─ tty-browserify@0.0.0
├─ tunnel-agent@0.6.0
├─ tweetnacl@0.14.5
├─ type-check@0.3.2
├─ type-detect@4.0.8
├─ type-fest@0.20.2
├─ type-is@1.6.18
├─ type@1.2.0
├─ typedarray-to-buffer@3.1.5
├─ typedarray@0.0.6
├─ typedoc@0.22.9
├─ typescript@4.4.4
├─ ua-parser-js@0.7.31
├─ uid-number@0.0.6
├─ ultron@1.1.1
├─ unbox-primitive@1.0.1
├─ uncontrollable@7.2.1
├─ unfetch@4.2.0
├─ unherit@1.1.3
├─ unicode-canonical-property-names-ecmascript@2.0.0
├─ unicode-match-property-ecmascript@2.0.0
├─ unicode-match-property-value-ecmascript@2.0.0
├─ unicode-property-aliases-ecmascript@2.0.0
├─ unified@10.1.0
├─ union-value@1.0.1
├─ union@0.5.0
├─ uniq@1.0.1
├─ unique-filename@1.1.1
├─ unique-slug@2.0.2
├─ unique-string@1.0.0
├─ unist-builder@2.0.3
├─ unist-util-generated@2.0.0
├─ unist-util-is@5.1.1
├─ unist-util-position@3.1.0
├─ unist-util-remove-position@2.0.1
├─ unist-util-remove@2.1.0
├─ unist-util-stringify-position@3.0.0
├─ unist-util-visit-parents@4.1.1
├─ unist-util-visit@2.0.3
├─ universal-user-agent@6.0.0
├─ universalify@0.1.2
├─ unpipe@1.0.0
├─ unquote@1.1.1
├─ unset-value@1.0.0
├─ untildify@4.0.0
├─ upath@1.2.0
├─ update-check@1.5.2
├─ update-notifier@5.1.0
├─ uri-js@4.4.1
├─ urix@0.1.0
├─ url-join@2.0.5
├─ url-loader@4.1.1
├─ url-parse-lax@3.0.0
├─ url-parse@1.5.3
├─ url-set-query@1.0.0
├─ url-to-options@1.0.1
├─ url@0.11.0
├─ use-composed-ref@1.1.0
├─ use-isomorphic-layout-effect@1.1.1
├─ use-latest@1.2.0
├─ use@3.1.1
├─ utf-8-validate@5.0.7
├─ utf8@3.0.0
├─ util-deprecate@1.0.2
├─ util.promisify@1.0.0
├─ util@0.11.1
├─ utils-merge@1.0.1
├─ uuid-browser@3.1.0
├─ uuid@3.4.0
├─ uvu@0.5.2
├─ v8-compile-cache@2.3.0
├─ v8-to-istanbul@7.1.2
├─ validate-npm-package-license@3.0.4
├─ validate-npm-package-name@3.0.0
├─ varint@5.0.2
├─ vary@1.1.2
├─ vendors@1.0.4
├─ verror@1.10.0
├─ vfile-location@3.2.0
├─ vfile-message@2.0.4
├─ vfile@4.2.1
├─ vm-browserify@1.1.2
├─ vscode-textmate@5.2.0
├─ w3c-hr-time@1.0.2
├─ w3c-xmlserializer@2.0.0
├─ walker@1.0.8
├─ warning@4.0.3
├─ watchpack-chokidar2@2.0.1
├─ watchpack@1.7.5
├─ wbuf@1.7.3
├─ web-namespaces@1.1.4
├─ web-vitals@1.1.2
├─ web3-bzz@1.6.0
├─ web3-core-helpers@1.6.0
├─ web3-core-method@1.6.0
├─ web3-core-promievent@1.6.0
├─ web3-core-requestmanager@1.6.0
├─ web3-core-subscriptions@1.6.0
├─ web3-core@1.6.0
├─ web3-eth-abi@1.6.0
├─ web3-eth-accounts@1.6.0
├─ web3-eth-contract@1.6.0
├─ web3-eth-ens@1.6.0
├─ web3-eth-iban@1.6.0
├─ web3-eth-personal@1.6.0
├─ web3-eth@1.6.0
├─ web3-net@1.6.0
├─ web3-providers-http@1.6.0
├─ web3-providers-ipc@1.6.0
├─ web3-providers-ws@1.6.0
├─ web3-shh@1.6.0
├─ web3-utils@1.6.0
├─ web3@1.6.0
├─ webidl-conversions@6.1.0
├─ webpack-dev-middleware@3.7.3
├─ webpack-dev-server@3.11.1
├─ webpack-filter-warnings-plugin@1.2.1
├─ webpack-hot-middleware@2.25.1
├─ webpack-log@2.0.0
├─ webpack-manifest-plugin@2.2.0
├─ webpack-merge@5.8.0
├─ webpack-sources@1.4.3
├─ webpack-virtual-modules@0.2.2
├─ webpack@4.46.0
├─ websocket-driver@0.7.4
├─ websocket-extensions@0.1.4
├─ websocket@1.0.34
├─ whatwg-encoding@1.0.5
├─ whatwg-fetch@3.6.2
├─ whatwg-mimetype@2.3.0
├─ whatwg-url@8.7.0
├─ which-boxed-primitive@1.0.2
├─ which-module@2.0.0
├─ which-typed-array@1.1.7
├─ which@1.3.1
├─ wide-align@1.1.5
├─ widest-line@3.1.0
├─ wildcard@2.0.0
├─ word-wrap@1.2.3
├─ workbox-background-sync@5.1.4
├─ workbox-broadcast-update@5.1.4
├─ workbox-build@5.1.4
├─ workbox-cacheable-response@5.1.4
├─ workbox-core@5.1.4
├─ workbox-expiration@5.1.4
├─ workbox-google-analytics@5.1.4
├─ workbox-navigation-preload@5.1.4
├─ workbox-precaching@5.1.4
├─ workbox-range-requests@5.1.4
├─ workbox-routing@5.1.4
├─ workbox-strategies@5.1.4
├─ workbox-streams@5.1.4
├─ workbox-sw@5.1.4
├─ workbox-webpack-plugin@5.1.4
├─ workbox-window@5.1.4
├─ worker-farm@1.7.0
├─ worker-rpc@0.1.1
├─ wrap-ansi@7.0.0
├─ wrappy@1.0.2
├─ write-file-atomic@2.4.3
├─ ws@8.2.3
├─ xdg-basedir@4.0.0
├─ xhr-request-promise@0.1.3
├─ xhr-request@1.1.0
├─ xhr@2.6.0
├─ xhr2-cookies@1.1.0
├─ xml-name-validator@3.0.0
├─ xmlchars@2.2.0
├─ xtend@4.0.2
├─ y18n@4.0.3
├─ yaeti@0.0.6
├─ yallist@4.0.0
├─ yaml@1.10.2
├─ yargs-parser@20.2.9
├─ yargs@15.4.1
├─ yauzl@2.10.0
├─ yocto-queue@0.1.0
└─ zwitch@1.0.5
Done in 1.67s.
l-monninger commented 2 years ago

This is the issue: https://github.com/facebook/create-react-app/issues/8918

l-monninger commented 2 years ago

I may need to eject, but I'm searching for a solution in the source instead of in the build.

open-contracts commented 2 years ago

adding yarn install to the GH action and CI=false && to the yarn run build command fixed the remaining issues