[Snyk] Upgrade: react, react-dom (#293)
* fix: upgrade multiple dependencies with Snyk 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/jeremyckahn/project/d52c3b0d-59ff-42e3-89e1-b97ee832bf9a?utm_source=github&utm_medium=referral&page=upgrade-pr * chore(deps): use @testing-library/react@15.0.7 * chore(deps): use react@18.3.1 --------- Co-authored-by: snyk-bot <snyk-bot@snyk.io>
This commit is contained in:
parent
80407f707d
commit
f7fb092e67
348
package-lock.json
generated
348
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -13,7 +13,7 @@
|
||||
"@react-hook/debounce": "^4.0.0",
|
||||
"@react-hook/window-size": "^3.1.1",
|
||||
"@testing-library/jest-dom": "^6.4.2",
|
||||
"@testing-library/react": "^14.3.1",
|
||||
"@testing-library/react": "^15.0.7",
|
||||
"@testing-library/user-event": "^14.5.2",
|
||||
"@types/node": "^18.19.31",
|
||||
"@types/react-dom": "^18.3.0",
|
||||
@ -27,8 +27,8 @@
|
||||
"modern-normalize": "^2.0.0",
|
||||
"mui-markdown": "^0.5.5",
|
||||
"querystring": "^0.2.1",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.0",
|
||||
"react-file-reader-input": "^2.0.0",
|
||||
"react-git-info": "^2.0.1",
|
||||
"react-markdown": "^8.0.3",
|
||||
|
Loading…
Reference in New Issue
Block a user