Skip to content

Commit

Permalink
chore(deps): update dependency @reduxjs/toolkit to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 4, 2024
1 parent 6892a3f commit ef449fc
Show file tree
Hide file tree
Showing 9 changed files with 170 additions and 64 deletions.
2 changes: 1 addition & 1 deletion apps/analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@lingui/core": "4.6.0",
"@lingui/macro": "4.6.0",
"@lingui/react": "4.6.0",
"@reduxjs/toolkit": "^1.9.7",
"@reduxjs/toolkit": "^2.0.1",
"@tanstack/react-table": "8.11.3",
"@vercel/analytics": "^1.1.1",
"@zenlink-interface/amm": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion apps/pool/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@lingui/core": "4.6.0",
"@lingui/macro": "4.6.0",
"@lingui/react": "4.6.0",
"@reduxjs/toolkit": "^1.9.7",
"@reduxjs/toolkit": "^2.0.1",
"@tanstack/react-table": "8.11.3",
"@vercel/analytics": "^1.1.1",
"@zenlink-interface/amm": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion apps/referrals/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@lingui/core": "4.6.0",
"@lingui/macro": "4.6.0",
"@lingui/react": "4.6.0",
"@reduxjs/toolkit": "^1.9.7",
"@reduxjs/toolkit": "^2.0.1",
"@tanstack/react-table": "8.11.3",
"@vercel/analytics": "^1.1.1",
"@zenlink-interface/amm": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion apps/swap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@lingui/core": "4.6.0",
"@lingui/macro": "4.6.0",
"@lingui/react": "4.6.0",
"@reduxjs/toolkit": "^1.9.7",
"@reduxjs/toolkit": "^2.0.1",
"@vercel/analytics": "^1.1.1",
"@zenlink-interface/amm": "workspace:*",
"@zenlink-interface/chain": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/compat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@lingui/core": "4.6.0",
"@lingui/macro": "4.6.0",
"@lingui/react": "4.6.0",
"@reduxjs/toolkit": "^1.9.7",
"@reduxjs/toolkit": "^2.0.1",
"@zenlink-interface/amm": "workspace:*",
"@zenlink-interface/chain": "workspace:*",
"@zenlink-interface/currency": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions packages/redux/localstorage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"source": "./index.ts",
"peerDependencies": {
"@reduxjs/toolkit": "^1.9.7",
"@reduxjs/toolkit": "^2.0.1",
"@zenlink-interface/chain": "workspace:*",
"@zenlink-interface/currency": "workspace:*",
"react": "^18.2.0",
Expand All @@ -24,7 +24,7 @@
},
"dependencies": {},
"devDependencies": {
"@reduxjs/toolkit": "^1.9.7",
"@reduxjs/toolkit": "^2.0.1",
"@types/node": "^20.10.6",
"@types/react": "^18.2.46",
"@types/react-dom": "^18.2.18",
Expand Down
4 changes: 2 additions & 2 deletions packages/redux/token-lists/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist"
},
"peerDependencies": {
"@reduxjs/toolkit": "^1.9.7",
"@reduxjs/toolkit": "^2.0.1",
"@zenlink-interface/currency": "workspace:*",
"@zenlink-interface/hooks": "workspace:*",
"@zenlink-interface/token-lists": "workspace:*",
Expand All @@ -34,7 +34,7 @@
"multihashes": "^4.0.3"
},
"devDependencies": {
"@reduxjs/toolkit": "^1.9.7",
"@reduxjs/toolkit": "^2.0.1",
"@types/node": "^20.10.6",
"@types/react": "^18.2.46",
"@types/react-dom": "^18.2.18",
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@lingui/core": "4.6.0",
"@lingui/macro": "4.6.0",
"@lingui/react": "4.6.0",
"@reduxjs/toolkit": "^1.9.7",
"@reduxjs/toolkit": "^2.0.1",
"@zenlink-interface/chain": "workspace:*",
"@zenlink-interface/currency": "workspace:*",
"@zenlink-interface/graph-client": "workspace:*",
Expand Down
Loading

0 comments on commit ef449fc

Please sign in to comment.