Skip to content

Commit

Permalink
fix: upgrade multiple dependencies with Snyk
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.0.
    See this package in npm: https://www.npmjs.com/package/react
  - react-dom from 18.2.0 to 18.3.0.
    See this package in npm: https://www.npmjs.com/package/react-dom

See this project in Snyk:
https://app.snyk.io/org/miracleufodiama/project/2bcd6b49-631b-4d1d-905a-668f0a393e84?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed May 16, 2024
1 parent 5dbf0dc commit 899870b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 19 deletions.
30 changes: 13 additions & 17 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@
"@testing-library/react": "^14.1.2",
"crypto-js": "^4.2.0",
"lodash": "^4.17.21",
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^18.2.0",
"react": "^18.3.0",
"react-dom": "^18.3.0",
"typescript": "^4.9.5"
},
"peerDependencies": {
Expand Down

0 comments on commit 899870b

Please sign in to comment.