Env update (#509)

* env: updated dependencies

* linter: fixed format issue

* env: updated yarn.lock
This commit is contained in:
Linkie Link 2023-09-27 10:16:41 +02:00 committed by GitHub
parent 8190fd233c
commit 5f83570a4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 912 additions and 755 deletions

View File

@ -17,11 +17,11 @@
"dependencies": { "dependencies": {
"@cosmjs/cosmwasm-stargate": "^0.31.1", "@cosmjs/cosmwasm-stargate": "^0.31.1",
"@delphi-labs/shuttle-react": "^3.9.0", "@delphi-labs/shuttle-react": "^3.9.0",
"@keplr-wallet/cosmos": "^0.12.20", "@keplr-wallet/cosmos": "^0.12.28",
"@sentry/nextjs": "^7.64.0", "@sentry/nextjs": "^7.71.0",
"@splinetool/react-spline": "^2.2.1", "@splinetool/react-spline": "^2.2.6",
"@splinetool/runtime": "^0.9.452", "@splinetool/runtime": "^0.9.455",
"@tanstack/react-table": "^8.10.0", "@tanstack/react-table": "^8.10.3",
"@tippyjs/react": "^4.2.6", "@tippyjs/react": "^4.2.6",
"bignumber.js": "^9.1.2", "bignumber.js": "^9.1.2",
"classnames": "^2.3.2", "classnames": "^2.3.2",
@ -29,19 +29,19 @@
"lodash.debounce": "^4.0.8", "lodash.debounce": "^4.0.8",
"lodash.throttle": "^4.1.1", "lodash.throttle": "^4.1.1",
"moment": "^2.29.4", "moment": "^2.29.4",
"next": "13.4.19", "next": "13.5.3",
"react": "^18.2.0", "react": "^18.2.0",
"react-device-detect": "^2.2.3", "react-device-detect": "^2.2.3",
"react-dom": "^18.2.0", "react-dom": "^18.2.0",
"react-draggable": "^4.4.5", "react-draggable": "^4.4.5",
"react-helmet-async": "^1.3.0", "react-helmet-async": "^1.3.0",
"react-qr-code": "^2.0.11", "react-qr-code": "^2.0.12",
"react-router-dom": "^6.16.0", "react-router-dom": "^6.16.0",
"react-spring": "^9.7.2", "react-spring": "^9.7.3",
"react-toastify": "^9.1.3", "react-toastify": "^9.1.3",
"react-use-clipboard": "^1.0.9", "react-use-clipboard": "^1.0.9",
"recharts": "^2.8.0", "recharts": "^2.8.0",
"swr": "^2.2.2", "swr": "^2.2.4",
"tailwind-scrollbar-hide": "^1.1.7", "tailwind-scrollbar-hide": "^1.1.7",
"zustand": "^4.4.1" "zustand": "^4.4.1"
}, },
@ -49,23 +49,23 @@
"@svgr/webpack": "^8.1.0", "@svgr/webpack": "^8.1.0",
"@testing-library/jest-dom": "^5.17.0", "@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^14.0.0", "@testing-library/react": "^14.0.0",
"@types/debounce-promise": "^3.1.6", "@types/debounce-promise": "^3.1.7",
"@types/lodash.debounce": "^4.0.7", "@types/lodash.debounce": "^4.0.7",
"@types/lodash.throttle": "^4.1.7", "@types/lodash.throttle": "^4.1.7",
"@types/node": "^20.6.0", "@types/node": "^20.7.0",
"@types/react": "18.2.21", "@types/react": "18.2.23",
"@types/react-dom": "18.2.7", "@types/react-dom": "18.2.7",
"@types/react-helmet": "^6.1.6", "@types/react-helmet": "^6.1.6",
"autoprefixer": "^10.4.15", "autoprefixer": "^10.4.16",
"babel-jest": "^29.6.4", "babel-jest": "^29.7.0",
"dotenv": "^16.3.1", "dotenv": "^16.3.1",
"dotenv-cli": "^7.3.0", "dotenv-cli": "^7.3.0",
"eslint": "8.46.0", "eslint": "8.50.0",
"eslint-config-next": "^13.4.19", "eslint-config-next": "^13.5.3",
"eslint-plugin-import": "^2.28.1", "eslint-plugin-import": "^2.28.1",
"identity-obj-proxy": "^3.0.0", "identity-obj-proxy": "^3.0.0",
"jest": "^29.6.2", "jest": "^29.7.0",
"jest-environment-jsdom": "^29.6.4", "jest-environment-jsdom": "^29.7.0",
"prettier": "^3.0.3", "prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.4", "prettier-plugin-tailwindcss": "^0.5.4",
"shelljs": "^0.8.5", "shelljs": "^0.8.5",

View File

@ -33,7 +33,7 @@ export default function useLocalStorage<T>(key: string, defaultValue: T): [T, (v
return () => { return () => {
window.removeEventListener('storage', handler) window.removeEventListener('storage', handler)
} }
}, []) }, [updateValue])
const setValue = useCallback((value: T) => { const setValue = useCallback((value: T) => {
try { try {

1629
yarn.lock

File diff suppressed because it is too large Load Diff