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 16.14.0 to 18.3.1.
    See this package in npm: https://www.npmjs.com/package/react
  - react-dom from 16.14.0 to 18.3.1.
    See this package in npm: https://www.npmjs.com/package/react-dom
  - react-redux from 5.0.7 to 9.1.2.
    See this package in npm: https://www.npmjs.com/package/react-redux
  - redux from 3.7.2 to 5.0.1.
    See this package in npm: https://www.npmjs.com/package/redux

See this project in Snyk:
https://app.snyk.io/org/q1blue-rxw/project/bdbbf06a-6461-452e-8ca0-9cea9cf361b9?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Sep 9, 2024
1 parent 6a0a391 commit f3f086c
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 66 deletions.
106 changes: 44 additions & 62 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
},
"dependencies": {
"prop-types": "^15.6.0",
"react": "^16.2",
"react-dom": "^16.2",
"react-redux": "~5.0.6",
"redux": "~3.7.2"
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-redux": "~9.1.2",
"redux": "~5.0.1"
},
"devDependencies": {
"@layer0/cli": "^4.14.1",
Expand Down

0 comments on commit f3f086c

Please sign in to comment.