Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[READY] Migrate from Preact to React #407

Open
wants to merge 6 commits into
base: polygon-prototype-staging
Choose a base branch
from

Conversation

Sharqiewicz
Copy link
Contributor

@Sharqiewicz Sharqiewicz commented Jan 23, 2025

  1. Replace the Preact-related packages with React and React-dom
  2. Remove all properties specific to Preact
  3. Migrate event system to React synthetic event system

updated packages:

  • react
  • react-dom
  • react-daisyui
  • wagmi
  • viem
  • typescript
  • vite
  • vitest

Changes were pretty straightforward

@Sharqiewicz Sharqiewicz linked an issue Jan 23, 2025 that may be closed by this pull request
Copy link

netlify bot commented Jan 23, 2025

Deploy Preview for pendulum-pay ready!

Name Link
🔨 Latest commit 16fb115
🔍 Latest deploy log https://app.netlify.com/sites/pendulum-pay/deploys/6792c6699adb7a0008318187
😎 Deploy Preview https://deploy-preview-407--pendulum-pay.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

yarn.lock changes

Summary

Status Count
ADDED 78
UPDATED 469
DOWNGRADED 5
REMOVED 127
Click to toggle table visibility
Name Status Previous Current
@babel/compat-data UPDATED 7.26.2 7.26.5
@babel/core UPDATED 7.25.2 7.26.0
@babel/generator UPDATED 7.26.2 7.26.5
@babel/helper-annotate-as-pure UPDATED 7.24.7 7.25.9
@babel/helper-builder-binary-assignment-operator-visitor REMOVED 7.21.5 -
@babel/helper-compilation-targets UPDATED 7.25.9 7.26.5
@babel/helper-create-class-features-plugin UPDATED 7.21.8 7.25.9
@babel/helper-create-regexp-features-plugin UPDATED 7.21.8 7.26.3
@babel/helper-define-polyfill-provider UPDATED 0.3.3 0.6.3
@babel/helper-environment-visitor REMOVED 7.21.5 -
@babel/helper-function-name REMOVED 7.21.0 -
@babel/helper-hoist-variables REMOVED 7.18.6 -
@babel/helper-member-expression-to-functions UPDATED 7.21.5 7.25.9
@babel/helper-optimise-call-expression UPDATED 7.18.6 7.25.9
@babel/helper-plugin-utils UPDATED 7.24.8 7.26.5
@babel/helper-remap-async-to-generator UPDATED 7.18.9 7.25.9
@babel/helper-replace-supers UPDATED 7.21.5 7.26.5
@babel/helper-simple-access REMOVED 7.24.7 -
@babel/helper-skip-transparent-expression-wrappers UPDATED 7.20.0 7.25.9
@babel/helper-split-export-declaration REMOVED 7.18.6 -
@babel/helper-wrap-function UPDATED 7.20.5 7.25.9
@babel/highlight REMOVED 7.24.7 -
@babel/parser UPDATED 7.26.2 7.26.5
@babel/plugin-bugfix-firefox-class-in-computed-class-key ADDED - 7.25.9
@babel/plugin-bugfix-safari-class-field-initializer-scope ADDED - 7.25.9
@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression UPDATED 7.18.6 7.25.9
@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining UPDATED 7.20.7 7.25.9
@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly ADDED - 7.25.9
@babel/plugin-proposal-async-generator-functions REMOVED 7.20.7 -
@babel/plugin-proposal-class-static-block REMOVED 7.21.0 -
@babel/plugin-proposal-dynamic-import REMOVED 7.18.6 -
@babel/plugin-proposal-export-namespace-from REMOVED 7.18.9 -
@babel/plugin-proposal-json-strings REMOVED 7.18.6 -
@babel/plugin-proposal-logical-assignment-operators REMOVED 7.20.7 -
@babel/plugin-proposal-nullish-coalescing-operator REMOVED 7.18.6 -
@babel/plugin-proposal-numeric-separator REMOVED 7.18.6 -
@babel/plugin-proposal-object-rest-spread REMOVED 7.20.7 -
@babel/plugin-proposal-optional-catch-binding REMOVED 7.18.6 -
@babel/plugin-proposal-optional-chaining REMOVED 7.21.0 -
@babel/plugin-proposal-private-methods REMOVED 7.18.6 -
@babel/plugin-proposal-private-property-in-object DOWNGRADED 7.21.0 7.21.0-placeholder-for-preset-env.2
@babel/plugin-proposal-unicode-property-regex REMOVED 7.18.6 -
@babel/plugin-syntax-async-generators REMOVED 7.8.4 -
@babel/plugin-syntax-class-properties REMOVED 7.12.13 -
@babel/plugin-syntax-class-static-block REMOVED 7.14.5 -
@babel/plugin-syntax-dynamic-import REMOVED 7.8.3 -
@babel/plugin-syntax-export-namespace-from REMOVED 7.8.3 -
@babel/plugin-syntax-import-assertions UPDATED 7.20.0 7.26.0
@babel/plugin-syntax-import-attributes ADDED - 7.26.0
@babel/plugin-syntax-import-meta REMOVED 7.10.4 -
@babel/plugin-syntax-json-strings REMOVED 7.8.3 -
@babel/plugin-syntax-jsx UPDATED 7.24.7 7.25.9
@babel/plugin-syntax-logical-assignment-operators REMOVED 7.10.4 -
@babel/plugin-syntax-nullish-coalescing-operator REMOVED 7.8.3 -
@babel/plugin-syntax-numeric-separator REMOVED 7.10.4 -
@babel/plugin-syntax-object-rest-spread REMOVED 7.8.3 -
@babel/plugin-syntax-optional-catch-binding REMOVED 7.8.3 -
@babel/plugin-syntax-optional-chaining REMOVED 7.8.3 -
@babel/plugin-syntax-private-property-in-object REMOVED 7.14.5 -
@babel/plugin-syntax-top-level-await REMOVED 7.14.5 -
@babel/plugin-syntax-typescript UPDATED 7.21.4 7.25.9
@babel/plugin-syntax-unicode-sets-regex ADDED - 7.18.6
@babel/plugin-transform-arrow-functions UPDATED 7.21.5 7.25.9
@babel/plugin-transform-async-generator-functions ADDED - 7.25.9
@babel/plugin-transform-async-to-generator UPDATED 7.20.7 7.25.9
@babel/plugin-transform-block-scoped-functions UPDATED 7.18.6 7.26.5
@babel/plugin-transform-block-scoping UPDATED 7.21.0 7.25.9
@babel/plugin-transform-class-properties ADDED - 7.25.9
@babel/plugin-transform-class-static-block ADDED - 7.26.0
@babel/plugin-transform-classes UPDATED 7.21.0 7.25.9
@babel/plugin-transform-computed-properties UPDATED 7.21.5 7.25.9
@babel/plugin-transform-destructuring UPDATED 7.21.3 7.25.9
@babel/plugin-transform-dotall-regex UPDATED 7.18.6 7.25.9
@babel/plugin-transform-duplicate-keys UPDATED 7.18.9 7.25.9
@babel/plugin-transform-duplicate-named-capturing-groups-regex ADDED - 7.25.9
@babel/plugin-transform-dynamic-import ADDED - 7.25.9
@babel/plugin-transform-exponentiation-operator UPDATED 7.18.6 7.26.3
@babel/plugin-transform-export-namespace-from ADDED - 7.25.9
@babel/plugin-transform-for-of UPDATED 7.21.5 7.25.9
@babel/plugin-transform-function-name UPDATED 7.18.9 7.25.9
@babel/plugin-transform-json-strings ADDED - 7.25.9
@babel/plugin-transform-literals UPDATED 7.18.9 7.25.9
@babel/plugin-transform-logical-assignment-operators ADDED - 7.25.9
@babel/plugin-transform-member-expression-literals UPDATED 7.18.6 7.25.9
@babel/plugin-transform-modules-amd UPDATED 7.20.11 7.25.9
@babel/plugin-transform-modules-commonjs UPDATED 7.21.5 7.26.3
@babel/plugin-transform-modules-systemjs UPDATED 7.20.11 7.25.9
@babel/plugin-transform-modules-umd UPDATED 7.18.6 7.25.9
@babel/plugin-transform-named-capturing-groups-regex UPDATED 7.20.5 7.25.9
@babel/plugin-transform-new-target UPDATED 7.18.6 7.25.9
@babel/plugin-transform-nullish-coalescing-operator ADDED - 7.26.6
@babel/plugin-transform-numeric-separator ADDED - 7.25.9
@babel/plugin-transform-object-rest-spread ADDED - 7.25.9
@babel/plugin-transform-object-super UPDATED 7.18.6 7.25.9
@babel/plugin-transform-optional-catch-binding ADDED - 7.25.9
@babel/plugin-transform-optional-chaining ADDED - 7.25.9
@babel/plugin-transform-parameters UPDATED 7.21.3 7.25.9
@babel/plugin-transform-private-methods ADDED - 7.25.9
@babel/plugin-transform-private-property-in-object ADDED - 7.25.9
@babel/plugin-transform-property-literals UPDATED 7.18.6 7.25.9
@babel/plugin-transform-react-jsx REMOVED 7.25.2 -
@babel/plugin-transform-react-jsx-development REMOVED 7.24.7 -
@babel/plugin-transform-react-jsx-self ADDED - 7.25.9
@babel/plugin-transform-react-jsx-source ADDED - 7.25.9
@babel/plugin-transform-regenerator UPDATED 7.21.5 7.25.9
@babel/plugin-transform-regexp-modifiers ADDED - 7.26.0
@babel/plugin-transform-reserved-words UPDATED 7.18.6 7.25.9
@babel/plugin-transform-shorthand-properties UPDATED 7.18.6 7.25.9
@babel/plugin-transform-spread UPDATED 7.20.7 7.25.9
@babel/plugin-transform-sticky-regex UPDATED 7.18.6 7.25.9
@babel/plugin-transform-template-literals UPDATED 7.18.9 7.25.9
@babel/plugin-transform-typeof-symbol UPDATED 7.18.9 7.25.9
@babel/plugin-transform-typescript UPDATED 7.21.3 7.26.5
@babel/plugin-transform-unicode-escapes UPDATED 7.21.5 7.25.9
@babel/plugin-transform-unicode-property-regex ADDED - 7.25.9
@babel/plugin-transform-unicode-regex UPDATED 7.18.6 7.25.9
@babel/plugin-transform-unicode-sets-regex ADDED - 7.25.9
@babel/preset-env UPDATED 7.21.5 7.26.0
@babel/preset-modules UPDATED 0.1.5 0.1.6-no-external-plugins
@babel/preset-typescript UPDATED 7.21.5 7.26.0
@babel/regjsgen REMOVED 0.8.0 -
@babel/traverse UPDATED 7.25.9 7.26.5
@babel/types UPDATED 7.26.0 7.26.5
@coinbase/wallet-sdk UPDATED 4.2.1 4.2.3
@ecies/ciphers UPDATED 0.2.1 0.2.2
@esbuild/aix-ppc64 UPDATED 0.21.5 0.24.2
@esbuild/android-arm UPDATED 0.21.5 0.24.2
@esbuild/android-arm64 UPDATED 0.21.5 0.24.2
@esbuild/android-x64 UPDATED 0.21.5 0.24.2
@esbuild/darwin-arm64 UPDATED 0.21.5 0.24.2
@esbuild/darwin-x64 UPDATED 0.21.5 0.24.2
@esbuild/freebsd-arm64 UPDATED 0.21.5 0.24.2
@esbuild/freebsd-x64 UPDATED 0.21.5 0.24.2
@esbuild/linux-arm UPDATED 0.21.5 0.24.2
@esbuild/linux-arm64 UPDATED 0.21.5 0.24.2
@esbuild/linux-ia32 UPDATED 0.21.5 0.24.2
@esbuild/linux-loong64 UPDATED 0.21.5 0.24.2
@esbuild/linux-mips64el UPDATED 0.21.5 0.24.2
@esbuild/linux-ppc64 UPDATED 0.21.5 0.24.2
@esbuild/linux-riscv64 UPDATED 0.21.5 0.24.2
@esbuild/linux-s390x UPDATED 0.21.5 0.24.2
@esbuild/linux-x64 UPDATED 0.21.5 0.24.2
@esbuild/netbsd-arm64 ADDED - 0.24.2
@esbuild/netbsd-x64 UPDATED 0.21.5 0.24.2
@esbuild/openbsd-arm64 ADDED - 0.24.2
@esbuild/openbsd-x64 UPDATED 0.21.5 0.24.2
@esbuild/sunos-x64 UPDATED 0.21.5 0.24.2
@esbuild/win32-arm64 UPDATED 0.21.5 0.24.2
@esbuild/win32-ia32 UPDATED 0.21.5 0.24.2
@esbuild/win32-x64 UPDATED 0.21.5 0.24.2
@eslint-community/eslint-utils UPDATED 4.4.0 4.4.1
@eslint-community/regexpp UPDATED 4.5.1 4.12.1
@eslint/eslintrc UPDATED 2.0.2 2.1.4
@eslint/js UPDATED 8.39.0 8.57.1
@ethereumjs/rlp UPDATED 4.0.1 5.0.2
@fontsource/roboto UPDATED 5.0.8 5.1.1
@heroicons/react UPDATED 2.1.4 2.2.0
@hookform/resolvers UPDATED 3.6.0 3.10.0
@humanwhocodes/config-array UPDATED 0.11.8 0.13.0
@humanwhocodes/object-schema UPDATED 1.2.1 2.0.3
@isaacs/fs-minipass ADDED - 4.0.1
@jridgewell/gen-mapping UPDATED 0.3.5 0.3.8
@lit-labs/ssr-dom-shim UPDATED 1.2.1 1.3.0
@metamask/object-multiplex UPDATED 2.0.0 2.1.0
@metamask/rpc-errors UPDATED 6.3.0 6.4.0
@metamask/sdk UPDATED 0.30.1 0.31.5
@metamask/sdk-communication-layer UPDATED 0.30.0 0.31.0
@metamask/sdk-install-modal-web UPDATED 0.30.0 0.31.5
@metamask/superstruct UPDATED 3.0.0 3.1.0
@metamask/utils UPDATED 8.5.0 9.3.0
@motionone/animation UPDATED 10.17.0 10.18.0
@motionone/dom UPDATED 10.17.0 10.18.0
@motionone/easing UPDATED 10.17.0 10.18.0
@motionone/generators UPDATED 10.17.0 10.18.0
@motionone/types UPDATED 10.17.0 10.17.1
@motionone/utils UPDATED 10.17.0 10.18.0
@noble/ciphers UPDATED 1.0.0 1.2.1
@noble/curves UPDATED 1.6.0 1.8.1
@noble/hashes UPDATED 1.5.0 1.7.1
@npmcli/agent ADDED - 3.0.0
@npmcli/fs UPDATED 3.1.0 4.0.0
@parcel/watcher REMOVED 2.4.1 -
@parcel/watcher-android-arm64 REMOVED 2.4.1 -
@parcel/watcher-darwin-arm64 REMOVED 2.4.1 -
@parcel/watcher-darwin-x64 REMOVED 2.4.1 -
@parcel/watcher-freebsd-x64 REMOVED 2.4.1 -
@parcel/watcher-linux-arm-glibc REMOVED 2.4.1 -
@parcel/watcher-linux-arm64-glibc REMOVED 2.4.1 -
@parcel/watcher-linux-arm64-musl REMOVED 2.4.1 -
@parcel/watcher-linux-x64-glibc REMOVED 2.4.1 -
@parcel/watcher-linux-x64-musl REMOVED 2.4.1 -
@parcel/watcher-wasm REMOVED 2.4.1 -
@parcel/watcher-win32-arm64 REMOVED 2.4.1 -
@parcel/watcher-win32-ia32 REMOVED 2.4.1 -
@parcel/watcher-win32-x64 REMOVED 2.4.1 -
@paulmillr/qr ADDED - 0.2.1
@polkadot/keyring UPDATED 13.1.1 13.3.1
@polkadot/networks UPDATED 13.1.1 13.3.1
@polkadot/util UPDATED 13.1.1 13.3.1
@polkadot/util-crypto UPDATED 13.1.1 13.3.1
@polkadot/wasm-bridge UPDATED 7.3.2 7.4.1
@polkadot/wasm-crypto UPDATED 7.3.2 7.4.1
@polkadot/wasm-crypto-asmjs UPDATED 7.3.2 7.4.1
@polkadot/wasm-crypto-init UPDATED 7.3.2 7.4.1
@polkadot/wasm-crypto-wasm UPDATED 7.3.2 7.4.1
@polkadot/wasm-util UPDATED 7.3.2 7.4.1
@polkadot/x-bigint UPDATED 13.1.1 13.3.1
@polkadot/x-fetch UPDATED 13.1.1 13.3.1
@polkadot/x-global UPDATED 13.1.1 13.3.1
@polkadot/x-randomvalues UPDATED 13.1.1 13.3.1
@polkadot/x-textdecoder UPDATED 13.1.1 13.3.1
@polkadot/x-textencoder UPDATED 13.1.1 13.3.1
@polkadot/x-ws UPDATED 13.1.1 13.3.1
@preact/preset-vite REMOVED 2.9.1 -
@prefresh/babel-plugin REMOVED 0.5.1 -
@prefresh/core REMOVED 1.5.2 -
@prefresh/utils REMOVED 1.2.0 -
@prefresh/vite REMOVED 2.4.6 -
@remix-run/router REMOVED 1.6.1 -
@reown/appkit UPDATED 1.3.1 1.6.5
@reown/appkit-adapter-wagmi UPDATED 1.3.1 1.6.5
@reown/appkit-common UPDATED 1.3.1 1.6.5
@reown/appkit-core UPDATED 1.3.1 1.6.5
@reown/appkit-polyfills UPDATED 1.3.1 1.6.5
@reown/appkit-scaffold-ui UPDATED 1.3.1 1.6.5
@reown/appkit-siwe UPDATED 1.3.1 1.6.5
@reown/appkit-ui UPDATED 1.3.1 1.6.5
@reown/appkit-utils UPDATED 1.3.1 1.6.5
@reown/appkit-wallet UPDATED 1.3.1 1.6.5
@rollup/pluginutils UPDATED 5.1.0 5.1.4
@rollup/rollup-android-arm-eabi UPDATED 4.19.2 4.31.0
@rollup/rollup-android-arm64 UPDATED 4.19.2 4.31.0
@rollup/rollup-darwin-arm64 UPDATED 4.19.2 4.31.0
@rollup/rollup-darwin-x64 UPDATED 4.19.2 4.31.0
@rollup/rollup-freebsd-arm64 ADDED - 4.31.0
@rollup/rollup-freebsd-x64 ADDED - 4.31.0
@rollup/rollup-linux-arm-gnueabihf UPDATED 4.19.2 4.31.0
@rollup/rollup-linux-arm-musleabihf UPDATED 4.19.2 4.31.0
@rollup/rollup-linux-arm64-gnu UPDATED 4.19.2 4.31.0
@rollup/rollup-linux-arm64-musl UPDATED 4.19.2 4.31.0
@rollup/rollup-linux-loongarch64-gnu ADDED - 4.31.0
@rollup/rollup-linux-powerpc64le-gnu UPDATED 4.19.2 4.31.0
@rollup/rollup-linux-riscv64-gnu UPDATED 4.19.2 4.31.0
@rollup/rollup-linux-s390x-gnu UPDATED 4.19.2 4.31.0
@rollup/rollup-linux-x64-gnu UPDATED 4.19.2 4.31.0
@rollup/rollup-linux-x64-musl UPDATED 4.19.2 4.31.0
@rollup/rollup-win32-arm64-msvc UPDATED 4.19.2 4.31.0
@rollup/rollup-win32-ia32-msvc UPDATED 4.19.2 4.31.0
@rollup/rollup-win32-x64-msvc UPDATED 4.19.2 4.31.0
@safe-global/safe-apps-provider UPDATED 0.18.4 0.18.5
@safe-global/safe-gateway-typescript-sdk UPDATED 3.21.4 3.22.7
@scure/base UPDATED 1.1.9 1.2.4
@scure/bip32 UPDATED 1.5.0 1.6.2
@scure/bip39 UPDATED 1.4.0 1.5.4
@sentry-internal/browser-utils UPDATED 8.36.0 8.51.0
@sentry-internal/feedback UPDATED 8.36.0 8.51.0
@sentry-internal/replay UPDATED 8.36.0 8.51.0
@sentry-internal/replay-canvas UPDATED 8.36.0 8.51.0
@sentry/babel-plugin-component-annotate UPDATED 2.22.6 2.23.0
@sentry/browser UPDATED 8.36.0 8.51.0
@sentry/bundler-plugin-core UPDATED 2.22.6 2.23.0
@sentry/cli UPDATED 2.38.1 2.39.1
@sentry/cli-darwin UPDATED 2.38.1 2.39.1
@sentry/cli-linux-arm UPDATED 2.38.1 2.39.1
@sentry/cli-linux-arm64 UPDATED 2.38.1 2.39.1
@sentry/cli-linux-i686 UPDATED 2.38.1 2.39.1
@sentry/cli-linux-x64 UPDATED 2.38.1 2.39.1
@sentry/cli-win32-i686 UPDATED 2.38.1 2.39.1
@sentry/cli-win32-x64 UPDATED 2.38.1 2.39.1
@sentry/core UPDATED 8.36.0 8.51.0
@sentry/react UPDATED 8.36.0 8.51.0
@sentry/types REMOVED 8.36.0 -
@sentry/utils REMOVED 8.36.0 -
@sentry/vite-plugin UPDATED 2.22.6 2.23.0
@stellar/js-xdr UPDATED 3.1.1 3.1.2
@substrate/connect-extension-protocol UPDATED 2.0.0 2.2.1
@substrate/connect-known-chains UPDATED 1.4.1 1.9.0
@substrate/ss58-registry UPDATED 1.50.0 1.51.0
@tanstack/query-core UPDATED 5.60.6 5.64.2
@tanstack/react-query UPDATED 5.61.3 5.64.2
@tootallnate/once REMOVED 2.0.0 -
@tsconfig/node10 UPDATED 1.0.9 1.0.11
@tsconfig/node16 UPDATED 1.0.3 1.0.4
@types/babel__generator UPDATED 7.6.4 7.6.8
@types/babel__template UPDATED 7.4.1 7.4.4
@types/babel__traverse UPDATED 7.18.5 7.20.6
@types/bn.js UPDATED 5.1.5 5.1.6
@types/estree UPDATED 1.0.5 1.0.6
@types/json-schema UPDATED 7.0.11 7.0.15
@types/ms UPDATED 0.7.34 2.1.0
@types/node UPDATED 22.10.2 22.10.10
@types/prop-types REMOVED 15.7.5 -
@types/react UPDATED 18.3.10 19.0.8
@types/react-dom ADDED - 19.0.3
@types/semver UPDATED 7.3.13 7.5.8
@typescript-eslint/eslint-plugin UPDATED 5.59.2 5.62.0
@typescript-eslint/parser UPDATED 5.59.2 5.62.0
@typescript-eslint/scope-manager UPDATED 5.59.2 5.62.0
@typescript-eslint/type-utils UPDATED 5.59.2 5.62.0
@typescript-eslint/types UPDATED 5.59.2 5.62.0
@typescript-eslint/typescript-estree UPDATED 5.59.2 5.62.0
@typescript-eslint/utils UPDATED 5.59.2 5.62.0
@typescript-eslint/visitor-keys UPDATED 5.59.2 5.62.0
@ungap/structured-clone ADDED - 1.3.0
@vitejs/plugin-react ADDED - 4.3.4
@vitest/expect UPDATED 2.1.4 3.0.4
@vitest/mocker UPDATED 2.1.4 3.0.4
@vitest/pretty-format UPDATED 2.1.4 3.0.4
@vitest/runner UPDATED 2.1.4 3.0.4
@vitest/snapshot UPDATED 2.1.4 3.0.4
@vitest/spy UPDATED 2.1.4 3.0.4
@vitest/utils UPDATED 2.1.4 3.0.4
@wagmi/connectors UPDATED 5.3.8 5.7.5
@wagmi/core UPDATED 2.14.5 2.16.3
@walletconnect/core UPDATED 2.17.2 2.17.5
@walletconnect/jsonrpc-ws-connection UPDATED 1.0.14 1.0.16
@walletconnect/sign-client UPDATED 2.17.2 2.17.5
@walletconnect/types UPDATED 2.17.2 2.17.5
@walletconnect/universal-provider UPDATED 2.17.0 2.17.5
@walletconnect/utils UPDATED 2.17.2 2.17.5
abbrev UPDATED 1.1.1 3.0.0
abitype UPDATED 1.0.6 1.0.8
acorn UPDATED 8.11.3 8.14.0
acorn-walk UPDATED 8.2.0 8.3.4
agent-base UPDATED 6.0.2 7.1.3
agentkeepalive REMOVED 4.3.0 -
aggregate-error REMOVED 3.1.0 -
ansi-escapes UPDATED 6.2.1 7.0.0
ansi-regex UPDATED 6.0.1 6.1.0
aproba REMOVED 2.0.0 -
are-we-there-yet REMOVED 3.0.1 -
array-buffer-byte-length UPDATED 1.0.1 1.0.2
array-includes UPDATED 3.1.6 3.1.8
array.prototype.findlast ADDED - 1.2.5
array.prototype.flat ADDED - 1.3.3
array.prototype.flatmap UPDATED 1.3.1 1.3.3
array.prototype.tosorted UPDATED 1.1.1 1.1.4
arraybuffer.prototype.slice UPDATED 1.0.3 1.0.4
async-function ADDED - 1.0.0
autoprefixer UPDATED 10.4.19 10.4.20
babel-plugin-polyfill-corejs2 UPDATED 0.3.3 0.4.12
babel-plugin-polyfill-corejs3 UPDATED 0.6.0 0.10.6
babel-plugin-polyfill-regenerator UPDATED 0.4.1 0.6.3
babel-plugin-transform-hook-names REMOVED 1.0.2 -
big.js UPDATED 6.2.1 6.2.2
boolbase REMOVED 1.0.0 -
braces UPDATED 3.0.2 3.0.3
browserify-rsa UPDATED 4.1.0 4.1.1
browserslist UPDATED 4.24.2 4.24.4
bufferutil UPDATED 4.0.8 4.0.9
cacache UPDATED 17.1.4 19.0.1
call-bind UPDATED 1.0.7 1.0.8
call-bind-apply-helpers ADDED - 1.0.1
call-bound ADDED - 1.0.3
caniuse-lite UPDATED 1.0.30001676 1.0.30001695
chalk UPDATED 5.3.0 5.4.1
chownr UPDATED 2.0.0 3.0.0
cipher-base UPDATED 1.0.4 1.0.6
citty REMOVED 0.1.6 -
clean-stack REMOVED 2.2.0 -
cli-cursor UPDATED 4.0.0 5.0.0
clipboardy REMOVED 4.0.0 -
color-support REMOVED 1.1.3 -
commander UPDATED 11.1.0 13.1.0
confbox REMOVED 0.1.7 -
consola UPDATED 3.2.3 3.4.0
console-control-strings REMOVED 1.1.0 -
cookie-es UPDATED 1.1.0 1.2.2
core-js-compat UPDATED 3.30.1 3.40.0
cross-fetch UPDATED 4.0.0 4.1.0
cross-spawn UPDATED 7.0.3 7.0.6
crossws UPDATED 0.2.4 0.3.2
crypto-browserify UPDATED 3.12.0 3.12.1
css-select REMOVED 5.1.0 -
css-what REMOVED 6.1.0 -
csstype UPDATED 3.1.2 3.1.3
d UPDATED 1.0.1 1.0.2
daisyui UPDATED 4.12.8 4.12.23
data-view-buffer UPDATED 1.0.1 1.0.2
data-view-byte-length UPDATED 1.0.1 1.0.2
data-view-byte-offset UPDATED 1.0.0 1.0.1
debug UPDATED 4.3.7 4.4.0
delegates REMOVED 1.0.0 -
depd DOWNGRADED 2.0.0 1.1.2
detect-libc REMOVED 1.0.3 -
dom-serializer REMOVED 2.0.0 -
domain-browser DOWNGRADED 4.23.0 4.22.0
domelementtype REMOVED 2.3.0 -
domhandler REMOVED 5.0.3 -
domutils REMOVED 3.1.0 -
dotenv UPDATED 16.4.5 16.4.7
dunder-proto ADDED - 1.0.1
eciesjs UPDATED 0.4.11 0.4.13
electron-to-chromium UPDATED 1.5.49 1.5.87
elliptic UPDATED 6.6.0 6.6.1
emoji-regex UPDATED 10.3.0 10.4.0
engine.io-client UPDATED 6.5.4 6.6.3
engine.io-parser UPDATED 5.2.2 5.2.3
environment ADDED - 1.1.0
es-abstract UPDATED 1.23.3 1.23.9
es-define-property UPDATED 1.0.0 1.0.1
es-iterator-helpers ADDED - 1.2.1
es-module-lexer ADDED - 1.6.0
es-object-atoms UPDATED 1.0.0 1.1.1
es-set-tostringtag UPDATED 2.0.3 2.1.0
es-shim-unscopables UPDATED 1.0.0 1.0.2
es-to-primitive UPDATED 1.2.1 1.3.0
es5-ext UPDATED 0.10.62 0.10.64
es6-symbol UPDATED 3.1.3 3.1.4
esbuild UPDATED 0.21.5 0.24.2
eslint UPDATED 8.39.0 8.57.1
eslint-plugin-react UPDATED 7.32.2 7.37.4
eslint-plugin-react-hooks UPDATED 4.6.0 4.6.2
eslint-scope UPDATED 7.2.0 7.2.2
eslint-visitor-keys UPDATED 3.4.0 3.4.3
esniff ADDED - 2.0.1
espree UPDATED 9.5.1 9.6.1
esquery UPDATED 1.5.0 1.6.0
ethereum-cryptography UPDATED 2.2.0 2.2.1
fast-glob UPDATED 3.3.2 3.3.3
fastq UPDATED 1.15.0 1.18.0
fill-range UPDATED 7.0.1 7.1.1
flat-cache UPDATED 3.0.4 3.2.0
flatted UPDATED 3.2.7 3.3.2
follow-redirects UPDATED 1.15.6 1.15.9
foreground-child UPDATED 3.1.1 3.3.0
form-data UPDATED 4.0.0 4.0.1
framer-motion UPDATED 11.2.14 12.0.3
function.prototype.name UPDATED 1.1.6 1.1.8
gauge REMOVED 4.0.4 -
get-east-asian-width UPDATED 1.2.0 1.3.0
get-func-name REMOVED 2.0.2 -
get-intrinsic UPDATED 1.2.4 1.2.7
get-port-please REMOVED 3.1.2 -
get-proto ADDED - 1.0.1
get-symbol-description UPDATED 1.0.2 1.1.0
glob UPDATED 10.4.2 10.4.5
globals UPDATED 13.20.0 13.24.0
globalthis UPDATED 1.0.3 1.0.4
gopd UPDATED 1.0.1 1.2.0
grapheme-splitter REMOVED 1.0.4 -
graphemer ADDED - 1.4.0
h3 UPDATED 1.11.1 1.14.0
has REMOVED 1.0.3 -
has-bigints UPDATED 1.0.2 1.1.0
has-proto UPDATED 1.0.3 1.2.0
has-symbols UPDATED 1.0.3 1.1.0
has-unicode REMOVED 2.0.1 -
hash-base UPDATED 3.0.4 3.0.5
he REMOVED 1.2.0 -
http-proxy-agent UPDATED 5.0.0 7.0.2
http-shutdown REMOVED 1.2.2 -
https-proxy-agent UPDATED 5.0.1 7.0.6
humanize-ms REMOVED 1.2.1 -
husky UPDATED 9.0.11 9.1.7
i18next REMOVED 23.11.5 -
i18next-browser-languagedetector REMOVED 7.1.0 -
ignore UPDATED 5.2.4 5.3.2
indent-string REMOVED 4.0.0 -
internal-slot UPDATED 1.0.7 1.1.0
invariant REMOVED 2.2.4 -
ip REMOVED 2.0.0 -
ip-address ADDED - 9.0.5
iron-webcrypto UPDATED 1.1.1 1.2.1
is-arguments UPDATED 1.1.1 1.2.0
is-array-buffer UPDATED 3.0.4 3.0.5
is-async-function ADDED - 2.1.1
is-bigint UPDATED 1.0.4 1.1.0
is-boolean-object UPDATED 1.1.2 1.2.1
is-core-module UPDATED 2.13.1 2.16.1
is-data-view UPDATED 1.0.1 1.0.2
is-date-object UPDATED 1.0.5 1.1.0
is-docker REMOVED 3.0.0 -
is-finalizationregistry ADDED - 1.1.1
is-generator-function UPDATED 1.0.10 1.1.0
is-inside-container REMOVED 1.0.0 -
is-lambda REMOVED 1.0.1 -
is-map ADDED - 2.0.3
is-negative-zero REMOVED 2.0.3 -
is-number-object UPDATED 1.0.7 1.1.1
is-regex UPDATED 1.1.4 1.2.1
is-set ADDED - 2.0.3
is-shared-array-buffer UPDATED 1.0.3 1.0.4
is-string UPDATED 1.0.7 1.1.1
is-symbol UPDATED 1.0.4 1.1.1
is-typed-array UPDATED 1.1.13 1.1.15
is-weakmap ADDED - 2.0.2
is-weakref UPDATED 1.0.2 1.1.0
is-weakset ADDED - 2.0.4
is-wsl REMOVED 3.1.0 -
is64bit REMOVED 2.0.0 -
isexe UPDATED 2.0.0 3.1.1
iterator.prototype ADDED - 1.1.5
jackspeak UPDATED 3.4.0 3.4.3
jiti UPDATED 1.21.0 1.21.7
js-sdsl REMOVED 4.4.0 -
jsbn ADDED - 1.1.0
json-buffer ADDED - 3.0.1
jsx-ast-utils UPDATED 3.3.3 3.3.5
keyv ADDED - 4.5.4
kolorist REMOVED 1.8.0 -
lilconfig UPDATED 3.1.2 3.1.3
lint-staged UPDATED 15.2.2 15.4.2
listhen REMOVED 1.7.2 -
listr2 UPDATED 8.0.1 8.2.5
log-update UPDATED 6.0.0 6.1.0
lru-cache UPDATED 10.2.0 10.4.3
magic-string UPDATED 0.30.12 0.30.17
make-fetch-happen UPDATED 11.1.1 14.0.3
math-intrinsics ADDED - 1.1.0
memoizee UPDATED 0.4.15 0.4.17
micromatch UPDATED 4.0.5 4.0.8
mimic-function ADDED - 5.0.1
minimatch UPDATED 9.0.4 9.0.5
minipass-collect UPDATED 1.0.2 2.0.1
minipass-fetch UPDATED 3.0.4 4.0.0
minizlib UPDATED 2.1.2 3.0.1
mkdirp UPDATED 1.0.4 3.0.1
mlly REMOVED 1.6.1 -
motion UPDATED 10.16.2 12.0.3
motion-dom ADDED - 12.0.0
motion-utils ADDED - 12.0.0
mri REMOVED 1.2.0 -
nanoid UPDATED 3.3.7 3.3.8
napi-wasm REMOVED 1.1.0 -
negotiator UPDATED 0.6.3 1.0.0
nock UPDATED 13.5.5 13.5.6
node-addon-api DOWNGRADED 7.1.0 2.0.2
node-fetch-native UPDATED 1.6.4 1.6.6
node-forge REMOVED 1.3.1 -
node-gyp UPDATED 9.4.0 11.0.0
node-gyp-build UPDATED 4.8.0 4.8.4
node-html-parser REMOVED 6.1.13 -
node-releases UPDATED 2.0.18 2.0.19
node-stdlib-browser UPDATED 1.2.0 1.3.0
nopt UPDATED 6.0.0 8.1.0
npmlog REMOVED 6.0.2 -
nth-check REMOVED 2.1.1 -
object-inspect UPDATED 1.13.2 1.13.3
object-is UPDATED 1.1.5 1.1.6
object.assign UPDATED 4.1.5 4.1.7
object.entries UPDATED 1.1.6 1.1.8
object.fromentries UPDATED 2.0.6 2.0.8
object.hasown REMOVED 1.1.2 -
object.values UPDATED 1.1.6 1.2.1
ofetch UPDATED 1.3.4 1.4.1
ohash UPDATED 1.1.3 1.1.4
onetime UPDATED 6.0.0 7.0.0
optionator UPDATED 0.9.1 0.9.4
own-keys ADDED - 1.0.1
ox UPDATED 0.1.2 0.6.7
p-map UPDATED 4.0.0 7.0.3
package-json-from-dist UPDATED 1.0.0 1.0.1
pathe UPDATED 1.1.2 2.0.2
picocolors UPDATED 1.1.0 1.1.1
picomatch UPDATED 2.3.1 4.0.2
pkg-types REMOVED 1.1.0 -
postcss UPDATED 8.4.40 8.5.1
postcss-nested UPDATED 6.0.1 6.2.0
postcss-selector-parser UPDATED 6.1.0 6.1.2
preact UPDATED 10.24.3 10.25.4
proc-log ADDED - 5.0.0
pump UPDATED 3.0.0 3.0.2
punycode UPDATED 2.3.0 2.3.1
qr-code-styling REMOVED 1.6.0-rc.1 -
qrcode-generator REMOVED 1.4.4 -
qrcode-terminal-nooctal REMOVED 0.12.1 -
qs UPDATED 6.13.0 6.14.0
react UPDATED 18.3.1 19.0.0
react-daisyui UPDATED 5.0.0 5.0.5
react-dom UPDATED 18.3.1 19.0.0
react-hook-form UPDATED 7.52.0 7.54.2
react-native-webview REMOVED 11.26.1 -
react-refresh ADDED - 0.14.2
react-router REMOVED 6.11.1 -
react-router-dom REMOVED 6.11.1 -
readable-stream UPDATED 4.5.2 4.7.0
reflect.getprototypeof ADDED - 1.0.10
regenerate-unicode-properties UPDATED 10.1.0 10.2.0
regenerator-runtime UPDATED 0.14.0 0.14.1
regenerator-transform UPDATED 0.15.1 0.15.2
regexp.prototype.flags UPDATED 1.5.2 1.5.4
regexpu-core UPDATED 5.3.2 6.2.0
regjsgen ADDED - 0.8.0
regjsparser UPDATED 0.9.1 0.12.0
resolve UPDATED 2.0.0-next.4 2.0.0-next.5
restore-cursor UPDATED 4.0.0 5.1.0
rfdc UPDATED 1.3.1 1.4.1
rimraf UPDATED 3.0.2 5.0.10
rollup UPDATED 4.19.2 4.31.0
safe-array-concat UPDATED 1.1.2 1.1.3
safe-push-apply ADDED - 1.0.0
safe-regex-test UPDATED 1.0.3 1.1.0
safe-stable-stringify UPDATED 2.4.3 2.5.0
scale-ts UPDATED 1.6.0 1.6.1
scheduler ADDED - 0.25.0
semver UPDATED 7.6.2 7.6.3
set-proto ADDED - 1.0.0
side-channel UPDATED 1.0.6 1.1.0
side-channel-list ADDED - 1.0.0
side-channel-map ADDED - 1.0.1
side-channel-weakmap ADDED - 1.0.2
socket.io-client UPDATED 4.7.5 4.8.1
socks UPDATED 2.7.1 2.8.3
socks-proxy-agent UPDATED 7.0.0 8.0.5
sodium-native UPDATED 4.1.1 4.3.1
source-map REMOVED 0.7.4 -
source-map-js UPDATED 1.2.0 1.2.1
sprintf-js ADDED - 1.1.3
ssri UPDATED 10.0.5 12.0.0
stack-trace DOWNGRADED 1.0.0-pre2 0.0.10
std-env UPDATED 3.7.0 3.8.0
stellar-base UPDATED 11.0.1 11.1.0
string-width UPDATED 7.1.0 7.2.0
string.prototype.matchall UPDATED 4.0.8 4.0.12
string.prototype.repeat ADDED - 1.0.0
string.prototype.trim UPDATED 1.2.9 1.2.10
string.prototype.trimend UPDATED 1.0.8 1.0.9
system-architecture REMOVED 0.1.0 -
tailwindcss UPDATED 3.4.4 3.4.17
tar UPDATED 6.1.14 7.4.3
timers-ext UPDATED 0.1.7 0.1.8
tinyexec UPDATED 0.3.1 0.3.2
tinypool UPDATED 1.0.1 1.0.2
tinyrainbow UPDATED 1.2.0 2.0.0
to-fast-properties REMOVED 2.0.0 -
ts-node UPDATED 10.9.1 10.9.2
tslib UPDATED 2.7.0 2.8.1
type UPDATED 2.7.2 2.7.3
typed-array-buffer UPDATED 1.0.2 1.0.3
typed-array-byte-length UPDATED 1.0.1 1.0.3
typed-array-byte-offset UPDATED 1.0.2 1.0.4
typed-array-length UPDATED 1.0.6 1.0.7
typescript UPDATED 5.4.5 5.7.3
ufo UPDATED 1.5.3 1.5.4
unbox-primitive UPDATED 1.0.2 1.1.0
unenv UPDATED 1.9.0 1.10.0
unicode-canonical-property-names-ecmascript UPDATED 2.0.0 2.0.1
unicode-match-property-value-ecmascript UPDATED 2.1.0 2.2.0
unique-filename UPDATED 3.0.0 4.0.0
unique-slug UPDATED 4.0.0 5.0.0
unstorage UPDATED 1.10.2 1.14.4
untun REMOVED 0.1.3 -
update-browserslist-db UPDATED 1.1.1 1.1.2
uqr REMOVED 0.1.2 -
use-sync-external-store UPDATED 1.2.0 1.4.0
viem UPDATED 2.21.44 2.22.13
vite UPDATED 5.3.5 6.0.11
vite-node UPDATED 2.1.4 3.0.4
vite-plugin-node-polyfills UPDATED 0.22.0 0.23.0
vitest UPDATED 2.1.4 3.0.4
wagmi UPDATED 2.12.30 2.14.9
web-streams-polyfill UPDATED 3.2.1 3.3.3
web3 UPDATED 4.10.0 4.16.0
web3-core UPDATED 4.5.0 4.7.1
web3-errors UPDATED 1.2.0 1.3.1
web3-eth UPDATED 4.8.0 4.11.1
web3-eth-abi UPDATED 4.2.2 4.4.1
web3-eth-accounts UPDATED 4.1.2 4.3.1
web3-eth-contract UPDATED 4.5.0 4.7.2
web3-eth-personal UPDATED 4.0.8 4.1.0
web3-providers-http UPDATED 4.1.0 4.2.0
web3-providers-ws UPDATED 4.0.7 4.0.8
web3-rpc-providers UPDATED 1.0.0-rc.0 1.0.0-rc.4
web3-types UPDATED 1.7.0 1.10.0
web3-utils UPDATED 4.3.0 4.3.3
webauthn-p256 REMOVED 0.0.10 -
which UPDATED 2.0.2 5.0.0
which-boxed-primitive UPDATED 1.0.2 1.1.1
which-builtin-type ADDED - 1.2.1
which-collection ADDED - 1.0.2
which-typed-array UPDATED 1.1.15 1.1.18
wide-align REMOVED 1.1.5 -
word-wrap UPDATED 1.2.3 1.2.5
xmlhttprequest-ssl UPDATED 2.0.0 2.1.2
yallist UPDATED 4.0.0 5.0.0
yaml UPDATED 2.4.5 2.7.0
yup UPDATED 1.4.0 1.6.1
zustand UPDATED 5.0.2 5.0.3

@Sharqiewicz Sharqiewicz changed the title Migrate from Preact to React [READY] Migrate from Preact to React Jan 23, 2025
@Sharqiewicz Sharqiewicz requested review from a team January 23, 2025 22:53
@Sharqiewicz
Copy link
Contributor Author

@pendulum-chain/devs Ready for review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Migration of the Vortex app from Preact to React
1 participant