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 14, 2024
1 parent bbd926f commit 8c9cb9b
Show file tree
Hide file tree
Showing 9 changed files with 62 additions and 63 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.7.0",
"@lingui/macro": "4.7.0",
"@lingui/react": "4.7.0",
"@reduxjs/toolkit": "^1.9.7",
"@reduxjs/toolkit": "^2.0.1",
"@tanstack/react-query": "^5.17.10",
"@tanstack/react-table": "8.11.6",
"@vercel/analytics": "^1.1.1",
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.7.0",
"@lingui/macro": "4.7.0",
"@lingui/react": "4.7.0",
"@reduxjs/toolkit": "^1.9.7",
"@reduxjs/toolkit": "^2.0.1",
"@tanstack/react-query": "^5.17.10",
"@tanstack/react-table": "8.11.6",
"@vercel/analytics": "^1.1.1",
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.7.0",
"@lingui/macro": "4.7.0",
"@lingui/react": "4.7.0",
"@reduxjs/toolkit": "^1.9.7",
"@reduxjs/toolkit": "^2.0.1",
"@tanstack/react-query": "^5.17.10",
"@tanstack/react-table": "8.11.6",
"@vercel/analytics": "^1.1.1",
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.7.0",
"@lingui/macro": "4.7.0",
"@lingui/react": "4.7.0",
"@reduxjs/toolkit": "^1.9.7",
"@reduxjs/toolkit": "^2.0.1",
"@tanstack/react-query": "^5.17.10",
"@vercel/analytics": "^1.1.1",
"@zenlink-interface/amm": "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.7.0",
"@lingui/macro": "4.7.0",
"@lingui/react": "4.7.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.11.0",
"@types/react": "^18.2.47",
"@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 @@
"viem": "2.0.6"
},
"devDependencies": {
"@reduxjs/toolkit": "^1.9.7",
"@reduxjs/toolkit": "^2.0.1",
"@types/node": "^20.11.0",
"@types/react": "^18.2.47",
"@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.7.0",
"@lingui/macro": "4.7.0",
"@lingui/react": "4.7.0",
"@reduxjs/toolkit": "^1.9.7",
"@reduxjs/toolkit": "^2.0.1",
"@tanstack/react-query": "^5.17.10",
"@zenlink-interface/chain": "workspace:*",
"@zenlink-interface/currency": "workspace:*",
Expand Down
105 changes: 52 additions & 53 deletions pnpm-lock.yaml

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

0 comments on commit 8c9cb9b

Please sign in to comment.