Skip to content

Commit

Permalink
feat: 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 17.0.2 to 18.2.0.
    See this package in npm: https://www.npmjs.com/package/react
  - react-dom from 17.0.2 to 18.2.0.
    See this package in npm: https://www.npmjs.com/package/react-dom

See this project in Snyk:
https://app.snyk.io/org/q1blue-rxw/project/a89a14b7-2ab6-4e53-832f-c2a7e5344805?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Nov 17, 2023
1 parent 66b2eab commit 045c1c3
Show file tree
Hide file tree
Showing 2 changed files with 125 additions and 104 deletions.
225 changes: 123 additions & 102 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 @@ -13,8 +13,8 @@
},
"dependencies": {
"next": "latest",
"react": "17.0.2",
"react-dom": "17.0.2"
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@layer0/cli": "^4.13.11",
Expand Down

0 comments on commit 045c1c3

Please sign in to comment.