Skip to content

Commit

Permalink
chore: update redux toolkit to v2 and react redux v9 (#552)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgresham authored Apr 23, 2024
1 parent d099d01 commit 6a0a5d4
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 62 deletions.
91 changes: 31 additions & 60 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 @@ -80,7 +80,7 @@
"wdio-wait-for": "^3.0.11"
},
"dependencies": {
"@reduxjs/toolkit": "^1.9.3",
"@reduxjs/toolkit": "^2.2.3",
"@sentry/electron": "^4.10.0",
"@vanilla-extract/css": "^1.14.2",
"@vscode/sudo-prompt": "^9.3.1",
Expand All @@ -105,7 +105,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^14.1.0",
"react-redux": "^8.0.5",
"react-redux": "^9.1.1",
"react-router-dom": "^6.4.4",
"react-select": "^5.8.0",
"systeminformation": "^5.21.24",
Expand Down

0 comments on commit 6a0a5d4

Please sign in to comment.