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

The series of updates in this PR will solve dependency installation and project build issues #93

Open
wants to merge 19 commits into
base: main
Choose a base branch
from

Commits on Jan 9, 2024

  1. - install the dependencies and update by using "yarn upgrade-interact…

    …ive" interface of yarn
    
    - start the project in node v16.20.2(the latest LTS release of v16) with some errors from "react" and "jsx-a11y"
    ARS-coding committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    fa105bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    395c127 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    35f39df View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    67f5030 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4ef762e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    93b044e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4ef796f View commit details
    Browse the repository at this point in the history
  8. solve "A control must be associated with a text label jsx-a11y/contro…

    …l-has-associated-label" for TeammateCard
    ARS-coding committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    dd70237 View commit details
    Browse the repository at this point in the history
  9. solve "A control must be associated with a text label jsx-a11y/contro…

    …l-has-associated-label" for Footer
    ARS-coding committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    302c509 View commit details
    Browse the repository at this point in the history
  10. solve "A control must be associated with a text label jsx-a11y/contro…

    …l-has-associated-label" for Subscription
    ARS-coding committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    993caef View commit details
    Browse the repository at this point in the history
  11. I've fixed the proglem of me unintentionally writing useSelector inst…

    …ead of useCallback in a previous commit in NeighborCard
    ARS-coding committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    9457194 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    37acad8 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #3 from ARS-coding/1-update-to-the-dependencies-to…

    …-their-latest-minor-and-patch-versions-and-fix-problems-that-occur
    
    1 update to the dependencies to their latest minor and patch versions and fix problems that occur
    ARS-coding authored Jan 9, 2024
    Configuration menu
    Copy the full SHA
    4c0abc5 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    bf3240e View commit details
    Browse the repository at this point in the history
  15. Merge pull request #4 from ARS-coding/1-update-to-the-dependencies-to…

    …-their-latest-minor-and-patch-versions-and-fix-problems-that-occur
    
    change the react-hook-fdrm version from '^7.14.2' to '7.45.4' to fix yarn install problem which prevent the buil
    ARS-coding authored Jan 9, 2024
    Configuration menu
    Copy the full SHA
    8d89a4c View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2024

  1. Configuration menu
    Copy the full SHA
    8a2503f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5 from ARS-coding/1-update-to-the-dependencies-to…

    …-their-latest-minor-and-patch-versions-and-fix-problems-that-occur
    
    add google analytics 4 tag
    ARS-coding authored Apr 6, 2024
    Configuration menu
    Copy the full SHA
    0c8adce View commit details
    Browse the repository at this point in the history
  3. add .nvmrc

    ARS-coding committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    da5bf98 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d363acb View commit details
    Browse the repository at this point in the history