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

Bump react-hook-form from 7.53.2 to 7.54.1 #380

Open
wants to merge 19 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
f652b8d
Bump eslint-config-next from 15.0.3 to 15.0.4
dependabot[bot] Dec 9, 2024
6795c1c
Bump swiper from 11.1.14 to 11.1.15
dependabot[bot] Dec 9, 2024
33c1dee
Bump i18next from 23.16.5 to 24.0.5
dependabot[bot] Dec 9, 2024
11d753c
Merge branch 'main' into dependabot/npm_and_yarn/i18next-24.0.5
SamuelPelletierEvraire Dec 13, 2024
976c08d
Merge pull request #374 from ai-cfia/dependabot/npm_and_yarn/i18next-…
SamuelPelletierEvraire Dec 13, 2024
97bf609
Bump nanoid from 3.3.7 to 3.3.8 in the npm_and_yarn group
dependabot[bot] Dec 13, 2024
4d9728a
Bump dotenv from 16.4.5 to 16.4.7
dependabot[bot] Dec 13, 2024
90f1074
Merge branch 'main' into dependabot/npm_and_yarn/eslint-config-next-1…
SamuelPelletierEvraire Dec 13, 2024
ae32bba
Merge pull request #372 from ai-cfia/dependabot/npm_and_yarn/eslint-c…
SamuelPelletierEvraire Dec 13, 2024
56e30ce
Merge branch 'main' into dependabot/npm_and_yarn/dotenv-16.4.7
SamuelPelletierEvraire Dec 13, 2024
591c78b
Merge pull request #371 from ai-cfia/dependabot/npm_and_yarn/dotenv-1…
SamuelPelletierEvraire Dec 13, 2024
c0a23a7
Merge branch 'main' into dependabot/npm_and_yarn/swiper-11.1.15
SamuelPelletierEvraire Dec 14, 2024
8ba95ec
Merge pull request #373 from ai-cfia/dependabot/npm_and_yarn/swiper-1…
SamuelPelletierEvraire Dec 14, 2024
4d46cb0
Merge branch 'main' into dependabot/npm_and_yarn/npm_and_yarn-af93afb32e
SamuelPelletierEvraire Dec 14, 2024
a62cd03
Bump react-hook-form from 7.53.2 to 7.54.1
dependabot[bot] Dec 14, 2024
cb5bf0c
Merge pull request #379 from ai-cfia/dependabot/npm_and_yarn/npm_and_…
SamuelPelletierEvraire Dec 14, 2024
970d398
Merge branch 'main' into dependabot/npm_and_yarn/react-hook-form-7.54.1
SamuelPelletierEvraire Dec 14, 2024
efb8761
Merge pull request #369 from ai-cfia/360-label-data-validation-page-i…
k-allagbe Dec 16, 2024
935c723
Merge branch 'main' into dependabot/npm_and_yarn/react-hook-form-7.54.1
k-allagbe Dec 16, 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
67 changes: 35 additions & 32 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"@mui/material": "^6.1.8",
"@mui/material-nextjs": "^6.1.4",
"axios": "^1.7.9",
"dotenv": "^16.4.5",
"i18next": "^23.16.5",
"dotenv": "^16.4.7",
"i18next": "^24.0.5",
"i18next-browser-languagedetector": "^8.0.0",
"i18next-chained-backend": "^4.6.2",
"i18next-http-backend": "^2.6.2",
Expand All @@ -37,10 +37,10 @@
"next": "14.2.15",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.53.2",
"react-hook-form": "^7.54.1",
"react-i18next": "^15.1.1",
"react-zoom-pan-pinch": "^3.6.1",
"swiper": "^11.1.14",
"swiper": "^11.1.15",
"ts-node": "^10.9.2",
"uuid": "^11.0.3",
"zustand": "^5.0.0"
Expand All @@ -57,7 +57,7 @@
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"eslint": "^8",
"eslint-config-next": "15.0.3",
"eslint-config-next": "15.0.4",
"jest": "^29.7.0",
"postcss": "^8",
"prettier": "^3.3.3",
Expand Down
Loading