diff --git a/package.json b/package.json index f46d3ae4..5c4aa9d8 100644 --- a/package.json +++ b/package.json @@ -15,8 +15,8 @@ "@cosmjs/stargate": "^0.30.0", "@marsprotocol/wallet-connector": "^1.5.2", "@radix-ui/react-slider": "^1.1.1", - "@sentry/nextjs": "^7.43.0", - "@tanstack/react-query": "^4.26.1", + "@sentry/nextjs": "^7.44.2", + "@tanstack/react-query": "^4.28.0", "@tanstack/react-table": "^8.7.9", "@tippyjs/react": "^4.2.6", "bignumber.js": "^9.1.1", @@ -31,9 +31,9 @@ "react-draggable": "^4.4.5", "react-number-format": "^5.1.4", "react-spring": "^9.7.1", - "react-toastify": "^9.1.1", + "react-toastify": "^9.1.2", "react-use-clipboard": "^1.0.9", - "recharts": "^2.4.3", + "recharts": "^2.5.0", "swr": "^2.1.0", "tailwind-scrollbar-hide": "^1.1.7", "zustand": "^4.3.6" @@ -48,10 +48,10 @@ "eslint-config-next": "^13.2.4", "eslint-plugin-import": "^2.27.5", "postcss": "^8.4.21", - "prettier": "^2.8.4", - "prettier-plugin-tailwindcss": "^0.2.4", + "prettier": "^2.8.6", + "prettier-plugin-tailwindcss": "^0.2.5", "tailwindcss": "^3.2.7", - "typescript": "4.9.5" + "typescript": "5.0.2" }, "resolutions": { "@types/react": "18.0.26", diff --git a/src/components/Settings.tsx b/src/components/Settings.tsx index 650b1457..0f27cdf9 100644 --- a/src/components/Settings.tsx +++ b/src/components/Settings.tsx @@ -29,7 +29,7 @@ export default function Settings() {