Skip to content

Commit

Permalink
Merge pull request #438 from alliance-genome/dependabot/npm_and_yarn/…
Browse files Browse the repository at this point in the history
…webui/uuid-11.0.3

Bump uuid from 10.0.0 to 11.0.3 in /webui
  • Loading branch information
mluypaert authored Nov 12, 2024
2 parents 45426e0 + 5ef96d1 commit 789f9b4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 19 deletions.
9 changes: 6 additions & 3 deletions webui/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ push-container-image: registry-docker-login
docker tag ${CONTAINER_NAME} ${REG}/${CONTAINER_NAME}:${TAG_NAME}
docker push ${REG}/${CONTAINER_NAME}:${TAG_NAME}

install-deps:
install-deps: package-lock.json
npm install --omit-dev

install-test-deps:
install-test-deps: package-lock.json
npm install

install-deps-all: install-test-deps
Expand All @@ -33,7 +33,10 @@ install-deps-all: install-test-deps
install-cypress-deps:
sudo apt-get install libgtk2.0-0 libgtk-3-0 libgbm-dev libnotify-dev libnss3 libxss1 libasound2 libxtst6 xauth xvfb

update-deps-lock:
package-lock.json:
npm install --package-lock-only

update-deps-lock: package-lock.json
npm update --package-lock-only

update-deps-locks-all: update-deps-lock
Expand Down
19 changes: 5 additions & 14 deletions webui/package-lock.json

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

3 changes: 1 addition & 2 deletions webui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"primereact": "~10.8.2",
"react": "^18",
"react-dom": "^18",
"uuid": "^10.0.0"
"uuid": "^11.0.3"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
Expand All @@ -35,7 +35,6 @@
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/uuid": "^10.0.0",
"cypress": "^13.14.1",
"eslint-config-next": "~14.2.7",
"eslint-plugin-cypress": "^3.5.0",
Expand Down

0 comments on commit 789f9b4

Please sign in to comment.