Skip to content

Commit

Permalink
Upgrade Adyen web and React router
Browse files Browse the repository at this point in the history
  • Loading branch information
gcatanese committed Aug 29, 2024
1 parent 9f1490f commit eb5682f
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 41 deletions.
79 changes: 41 additions & 38 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@adyen/adyen-web": "^5.55.1",
"@adyen/adyen-web": "5.60.0",
"@adyen/api-library": "^16.1.0",
"@reduxjs/toolkit": "^2.0.1",
"dotenv": "^16.0.3",
Expand All @@ -13,8 +13,8 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^9.0.4",
"react-router": "^6.21.0",
"react-router-dom": "^6.21.0",
"react-router": "^6.26.1",
"react-router-dom": "^6.26.1",
"uuidv4": "^6.2.13"
},
"scripts": {
Expand Down

0 comments on commit eb5682f

Please sign in to comment.