Skip to content

Commit

Permalink
Merge pull request #82 from alliance-genome/dependabot/npm_and_yarn/w…
Browse files Browse the repository at this point in the history
…ebui/next-14.2.4

Bump next from 14.2.3 to 14.2.4 in /webui
  • Loading branch information
mluypaert authored Jun 12, 2024
2 parents e65eb84 + 7389010 commit b5b87f2
Show file tree
Hide file tree
Showing 4 changed files with 65 additions and 63 deletions.
6 changes: 3 additions & 3 deletions api/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -240,9 +240,9 @@ orjson==3.10.4 \
--hash=sha256:f86df433fc01361ff9270ad27455ce1ad43cd05e46de7152ca6adb405a16b2f6 \
--hash=sha256:f965893244fe348b59e5ce560693e6dd03368d577ce26849b5d261ce31c70101
# via fastapi
pydantic==2.7.3 \
--hash=sha256:c46c76a40bb1296728d7a8b99aa73dd70a48c3510111ff290034f860c99c419e \
--hash=sha256:ea91b002777bf643bb20dd717c028ec43216b24a6001a280f83877fd2655d0b4
pydantic==2.7.4 \
--hash=sha256:0c84efd9548d545f63ac0060c1e4d39bb9b14db8b3c0652338aecc07b5adec52 \
--hash=sha256:ee8538d41ccb9c0a9ad3e0e5f07bf15ed8015b481ced539a1759d8cc89ae90d0
# via fastapi
pydantic-core==2.18.4 \
--hash=sha256:01dd777215e2aa86dfd664daed5957704b769e726626393438f9c87690ce78c3 \
Expand Down
6 changes: 3 additions & 3 deletions api/tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -353,9 +353,9 @@ pycodestyle==2.11.1 \
--hash=sha256:41ba0e7afc9752dfb53ced5489e89f8186be00e599e712660695b7a75ff2663f \
--hash=sha256:44fe31000b2d866f2e41841b18528a505fbd7fef9017b04eff4e2648a0fadc67
# via flake8
pydantic==2.7.3 \
--hash=sha256:c46c76a40bb1296728d7a8b99aa73dd70a48c3510111ff290034f860c99c419e \
--hash=sha256:ea91b002777bf643bb20dd717c028ec43216b24a6001a280f83877fd2655d0b4
pydantic==2.7.4 \
--hash=sha256:0c84efd9548d545f63ac0060c1e4d39bb9b14db8b3c0652338aecc07b5adec52 \
--hash=sha256:ee8538d41ccb9c0a9ad3e0e5f07bf15ed8015b481ced539a1759d8cc89ae90d0
# via fastapi
pydantic-core==2.18.4 \
--hash=sha256:01dd777215e2aa86dfd664daed5957704b769e726626393438f9c87690ce78c3 \
Expand Down
112 changes: 57 additions & 55 deletions webui/package-lock.json

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

4 changes: 2 additions & 2 deletions webui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"typecheck": "tsc --noEmit --strict"
},
"dependencies": {
"next": "14.2.3",
"next": "14.2.4",
"primeflex": "^3.3.1",
"primeicons": "^7.0.0",
"primereact": "~10.6.6",
Expand All @@ -23,7 +23,7 @@
"@types/react-dom": "^18",
"@tsconfig/next": "~2.0.3",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"eslint-config-next": "14.2.4",
"postcss": "^8",
"typescript": "~5.4"
}
Expand Down

0 comments on commit b5b87f2

Please sign in to comment.