Skip to content

Commit

Permalink
fix: upgrade multiple dependencies with Snyk (#16)
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade:
  - react from 18.2.0 to 18.3.1.
    See this package in npm: https://www.npmjs.com/package/react
  - react-dom from 18.2.0 to 18.3.1.
    See this package in npm: https://www.npmjs.com/package/react-dom

See this project in Snyk:
https://app.snyk.io/org/thealpha16/project/1205d416-9e16-4afc-9783-a3dda5bc8166?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
  • Loading branch information
TheAlpha16 and snyk-bot authored Jul 5, 2024
1 parent f3fc04f commit a65502e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 15 deletions.
29 changes: 16 additions & 13 deletions ui/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 ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
},
"dependencies": {
"js-cookie": "^3.0.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"next": "^14.2.4",
"react": "^18",
"react-dom": "^18",
"react-toastify": "^9.1.3",
"tailwindcss": "^3.3.0"
},
Expand Down

0 comments on commit a65502e

Please sign in to comment.