Skip to content

Commit

Permalink
chore(redux): update redux library
Browse files Browse the repository at this point in the history
Also update root index file to typescript

Replaces #862
  • Loading branch information
ckniffen committed Nov 1, 2023
1 parent 329fafe commit 3e46004
Show file tree
Hide file tree
Showing 4 changed files with 108 additions and 86 deletions.
184 changes: 103 additions & 81 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 @@ -6,6 +6,7 @@
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@google-cloud/bigquery": "^7.3.0",
"@paystring/utils": "^2.0.0",
"@redux-devtools/extension": "^3.2.5",
"@rollup/plugin-inject": "^5.0.3",
"@vitejs/plugin-react": "^3.0.0",
"@xrplf/prettier-config": "^1.9.1",
Expand Down Expand Up @@ -39,12 +40,11 @@
"react-i18next": "^12.3.1",
"react-json-view": "^1.21.3",
"react-query": "^3.39.3",
"react-redux": "^7.0.1",
"react-redux": "^8.1.3",
"react-router": "^6.12.1",
"react-router-dom": "^6.15.0",
"recharts": "^2.7.2",
"redux": "^3.7.2",
"redux-devtools-extension": "^2.13.8",
"redux": "^4.2.1",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.2.0",
"rewire": "^6.0.0",
Expand Down
Loading

0 comments on commit 3e46004

Please sign in to comment.