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
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
fa105bb
- install the dependencies and update by using "yarn upgrade-interact…
arsahindev Jan 9, 2024
395c127
solve "JSX props should not use functions react/jsx-no-bind" for Edi…
arsahindev Jan 9, 2024
35f39df
solve "JSX props should not use functions react/jsx-no-bind" for Nei…
arsahindev Jan 9, 2024
67f5030
solve "JSX props should not use functions react/jsx-no-bind" for Nei…
arsahindev Jan 9, 2024
4ef762e
solve "JSX props should not use functions react/jsx-no-bind" for Not…
arsahindev Jan 9, 2024
93b044e
solve "JSX props should not use functions react/jsx-no-bind" for Sig…
arsahindev Jan 9, 2024
4ef796f
solve "JSX props should not use functions react/jsx-no-bind" for Sig…
arsahindev Jan 9, 2024
dd70237
solve "A control must be associated with a text label jsx-a11y/contr…
arsahindev Jan 9, 2024
302c509
solve "A control must be associated with a text label jsx-a11y/contr…
arsahindev Jan 9, 2024
993caef
solve "A control must be associated with a text label jsx-a11y/contr…
arsahindev Jan 9, 2024
9457194
I've fixed the proglem of me unintentionally writing useSelector inst…
arsahindev Jan 9, 2024
37acad8
update snapshots of component snapshot tests
arsahindev Jan 9, 2024
4c0abc5
Merge pull request #3 from ARS-coding/1-update-to-the-dependencies-to…
arsahindev Jan 9, 2024
bf3240e
change the react-hook-fdrm version from '^7.14.2' to '7.45.4'
arsahindev Jan 9, 2024
8d89a4c
Merge pull request #4 from ARS-coding/1-update-to-the-dependencies-to…
arsahindev Jan 9, 2024
8a2503f
add google analytics 4 tag
arsahindev Apr 6, 2024
0c8adce
Merge pull request #5 from ARS-coding/1-update-to-the-dependencies-to…
arsahindev Apr 6, 2024
da5bf98
add .nvmrc
arsahindev Apr 6, 2024
d363acb
pass NODE_OPTIONS='--openssl-legacy-provider' env variable to start a…
arsahindev Apr 6, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"react": "^17.0.2",
"react-bootstrap": "2.0.0-beta.0",
"react-dom": "^17.0.2",
"react-hook-form": "^7.14.2",
"react-hook-form": "7.45.4",
"react-i18next": "^11.11.4",
"react-redux": "^7.2.4",
"react-router-dom": "^5.2.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10272,10 +10272,10 @@ react-fast-compare@^2.0.1:
resolved "https://registry.yarnpkg.com/react-fast-compare/-/react-fast-compare-2.0.4.tgz#e84b4d455b0fec113e0402c329352715196f81f9"
integrity sha512-suNP+J1VU1MWFKcyt7RtjiSWUjvidmQSlqu+eHslq+342xCbGTYmC0mEhPCOHxlW0CywylOC1u2DFAT+bv4dBw==

react-hook-form@^7.14.2:
version "7.49.3"
resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-7.49.3.tgz#576a4567f8a774830812f4855e89f5da5830435c"
integrity sha512-foD6r3juidAT1cOZzpmD/gOKt7fRsDhXXZ0y28+Al1CHgX+AY1qIN9VSIIItXRq1dN68QrRwl1ORFlwjBaAqeQ==
react-hook-form@7.45.4:
version "7.45.4"
resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-7.45.4.tgz#73d228b704026ae95d7e5f7b207a681b173ec62a"
integrity sha512-HGDV1JOOBPZj10LB3+OZgfDBTn+IeEsNOKiq/cxbQAIbKaiJUe/KV8DBUzsx0Gx/7IG/orWqRRm736JwOfUSWQ==

react-i18next@^11.11.4:
version "11.18.6"
Expand Down