diff --git a/package-lock.json b/package-lock.json index 8691b93..6b2bd84 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ }, "devDependencies": { "@antfu/eslint-config": "^7.7.3", - "@eslint-react/eslint-plugin": "^2.13.0", + "@eslint-react/eslint-plugin": "^4.2.3", "@next/eslint-plugin-next": "16.2.2", "@tailwindcss/postcss": "^4.2.2", "@types/node": "^24.12.2", @@ -234,6 +234,7 @@ "integrity": "sha512-CGOfOJqWjg2qW/Mb6zNsDm+u5vFQ8DxXfbM09z69p5Z6+mE1ikP2jUXw+j42Pf1XTYED2Rni5f95npYeuwMDQA==", "dev": true, "license": "MIT", + "peer": true, "dependencies": { "@babel/code-frame": "^7.29.0", "@babel/generator": "^7.29.0", @@ -541,6 +542,7 @@ "resolved": "https://registry.npmjs.org/zod/-/zod-3.25.76.tgz", "integrity": "sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==", "license": "MIT", + "peer": true, "funding": { "url": "https://github.com/sponsors/colinhacks" } @@ -550,6 +552,7 @@ "resolved": "https://registry.npmjs.org/@coinbase/wallet-sdk/-/wallet-sdk-4.3.6.tgz", "integrity": "sha512-4q8BNG1ViL4mSAAvPAtpwlOs1gpC+67eQtgIwNvT3xyeyFFd+guwkc8bcX5rTmQhXpqnhzC4f0obACbP9CqMSA==", "license": "Apache-2.0", + "peer": true, "dependencies": { "@noble/hashes": "1.4.0", "clsx": "1.2.1", @@ -737,131 +740,691 @@ "node": "^12.0.0 || ^14.0.0 || >=16.0.0" } }, - "node_modules/@eslint-react/ast": { - "version": "2.13.0", - "resolved": "https://registry.npmjs.org/@eslint-react/ast/-/ast-2.13.0.tgz", - "integrity": "sha512-43+5gmqV3MpatTzKnu/V2i/jXjmepvwhrb9MaGQvnXHQgq9J7/C7VVCCcwp6Rvp2QHAFquAAdvQDSL8IueTpeA==", + "node_modules/@eslint-react/eslint-plugin": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/@eslint-react/eslint-plugin/-/eslint-plugin-4.2.3.tgz", + "integrity": "sha512-kJP6QWXfwI+T53xlUqWaCf3XrSWx6xnu6e50gpdnjNBJjv2FxQqm25Ef1wTEQWORnSyN7q18LU5i8hl4J/ZSXQ==", + "dev": true, + "license": "MIT", + "peer": true, + "dependencies": { + "@eslint-react/shared": "4.2.3", + "@typescript-eslint/scope-manager": "^8.58.0", + "@typescript-eslint/type-utils": "^8.58.0", + "@typescript-eslint/types": "^8.58.0", + "@typescript-eslint/utils": "^8.58.0", + "eslint-plugin-react-dom": "4.2.3", + "eslint-plugin-react-jsx": "4.2.3", + "eslint-plugin-react-naming-convention": "4.2.3", + "eslint-plugin-react-rsc": "4.2.3", + "eslint-plugin-react-web-api": "4.2.3", + "eslint-plugin-react-x": "4.2.3", + "ts-api-utils": "^2.5.0" + }, + "engines": { + "node": ">=22.0.0" + }, + "peerDependencies": { + "eslint": "^10.0.0", + "typescript": "*" + } + }, + "node_modules/@eslint-react/eslint-plugin/node_modules/@eslint-react/shared": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/@eslint-react/shared/-/shared-4.2.3.tgz", + "integrity": "sha512-6HermdKaTWkID0coAK46ynA9XIwUWGgA2Y+NK6qcmL/qbYzyRYs4hq+SmLMvZZ8DV/SFOaHRXl9iCTvjf6DvXQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@typescript-eslint/utils": "^8.58.0", + "ts-pattern": "^5.9.0", + "zod": "^4.3.6" + }, + "engines": { + "node": ">=22.0.0" + }, + "peerDependencies": { + "eslint": "^10.0.0", + "typescript": "*" + } + }, + "node_modules/@eslint-react/eslint-plugin/node_modules/eslint-plugin-react-dom": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-dom/-/eslint-plugin-react-dom-4.2.3.tgz", + "integrity": "sha512-7FCB+kx0iwWw2OOb0aDrXU4Eds5ihrq6UACNVMmtv5c4qd82n+wRGQwXBQKlTbwR9gpfn3HRDlaofZX93gShlA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@eslint-react/ast": "4.2.3", + "@eslint-react/core": "4.2.3", + "@eslint-react/jsx": "4.2.3", + "@eslint-react/shared": "4.2.3", + "@eslint-react/var": "4.2.3", + "@typescript-eslint/scope-manager": "^8.58.0", + "@typescript-eslint/types": "^8.58.0", + "@typescript-eslint/utils": "^8.58.0", + "compare-versions": "^6.1.1", + "ts-pattern": "^5.9.0" + }, + "engines": { + "node": ">=22.0.0" + }, + "peerDependencies": { + "eslint": "^10.0.0", + "typescript": "*" + } + }, + "node_modules/@eslint-react/eslint-plugin/node_modules/eslint-plugin-react-dom/node_modules/@eslint-react/ast": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/@eslint-react/ast/-/ast-4.2.3.tgz", + "integrity": "sha512-/XHJPFX8lsp+c/gMzFOnIxqH7YIXVX8SlMHuZ6XTUlYHkGquhydTtgso0VFiLQN1z3dThrybdgBq+JD+LSwK2w==", + "dev": true, + "license": "MIT", + "dependencies": { + "@typescript-eslint/types": "^8.58.0", + "@typescript-eslint/typescript-estree": "^8.58.0", + "@typescript-eslint/utils": "^8.58.0", + "string-ts": "^2.3.1" + }, + "engines": { + "node": ">=22.0.0" + }, + "peerDependencies": { + "eslint": "^10.0.0", + "typescript": "*" + } + }, + "node_modules/@eslint-react/eslint-plugin/node_modules/eslint-plugin-react-dom/node_modules/@eslint-react/core": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/@eslint-react/core/-/core-4.2.3.tgz", + "integrity": "sha512-r0cgJlCemBb61f0qCrXS95hNq2ajIku5V7Tk45fROQu4HIV55ILJeN2ceea1LKmgRWy/pQw8+SvImronwWo16A==", + "dev": true, + "license": "MIT", + "dependencies": { + "@eslint-react/ast": "4.2.3", + "@eslint-react/jsx": "4.2.3", + "@eslint-react/shared": "4.2.3", + "@eslint-react/var": "4.2.3", + "@typescript-eslint/scope-manager": "^8.58.0", + "@typescript-eslint/types": "^8.58.0", + "@typescript-eslint/utils": "^8.58.0", + "ts-pattern": "^5.9.0" + }, + "engines": { + "node": ">=22.0.0" + }, + "peerDependencies": { + "eslint": "^10.0.0", + "typescript": "*" + } + }, + "node_modules/@eslint-react/eslint-plugin/node_modules/eslint-plugin-react-dom/node_modules/@eslint-react/jsx": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/@eslint-react/jsx/-/jsx-4.2.3.tgz", + "integrity": "sha512-lSwRo/PAwf1EvXRxpXA5yBhPIxahFuC4uHh84nc5OxE0mJ7YEmzmASR+ug3QOnVnfDsJDVo6AWVR7PSL99YkOQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@eslint-react/ast": "4.2.3", + "@eslint-react/shared": "4.2.3", + "@eslint-react/var": "4.2.3", + "@typescript-eslint/types": "^8.58.0", + "@typescript-eslint/utils": "^8.58.0", + "ts-pattern": "^5.9.0" + }, + "engines": { + "node": ">=22.0.0" + }, + "peerDependencies": { + "eslint": "^10.0.0", + "typescript": "*" + } + }, + "node_modules/@eslint-react/eslint-plugin/node_modules/eslint-plugin-react-dom/node_modules/@eslint-react/var": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/@eslint-react/var/-/var-4.2.3.tgz", + "integrity": "sha512-zkQki2eYbQrMW4O6DCZDQzslFvw0sWAlvW/WWjocEIGHqRGC3IHWcRt3xsq8JPNOW4WjF4/LZ8czkyLoINV9rw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@eslint-react/ast": "4.2.3", + "@eslint-react/shared": "4.2.3", + "@typescript-eslint/scope-manager": "^8.58.0", + "@typescript-eslint/types": "^8.58.0", + "@typescript-eslint/utils": "^8.58.0", + "ts-pattern": "^5.9.0" + }, + "engines": { + "node": ">=22.0.0" + }, + "peerDependencies": { + "eslint": "^10.0.0", + "typescript": "*" + } + }, + "node_modules/@eslint-react/eslint-plugin/node_modules/eslint-plugin-react-jsx": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-jsx/-/eslint-plugin-react-jsx-4.2.3.tgz", + "integrity": "sha512-IUiYO1Qm/NDo/CVBa/nOP6lKJvPtDz7ucKsfcmrDYFS7NGyLJedubB4vFtMGZ2XGBFJeEYLnSo7Y+89b0qdynA==", "dev": true, "license": "MIT", "dependencies": { - "@eslint-react/eff": "2.13.0", - "@typescript-eslint/types": "^8.55.0", - "@typescript-eslint/typescript-estree": "^8.55.0", - "@typescript-eslint/utils": "^8.55.0", + "@eslint-react/ast": "4.2.3", + "@eslint-react/core": "4.2.3", + "@eslint-react/jsx": "4.2.3", + "@eslint-react/shared": "4.2.3", + "@eslint-react/var": "4.2.3", + "@typescript-eslint/scope-manager": "^8.58.0", + "@typescript-eslint/types": "^8.58.0", + "@typescript-eslint/utils": "^8.58.0", + "compare-versions": "^6.1.1", + "ts-pattern": "^5.9.0" + }, + "engines": { + "node": ">=22.0.0" + }, + "peerDependencies": { + "eslint": "^10.0.0", + "typescript": "*" + } + }, + "node_modules/@eslint-react/eslint-plugin/node_modules/eslint-plugin-react-jsx/node_modules/@eslint-react/ast": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/@eslint-react/ast/-/ast-4.2.3.tgz", + "integrity": "sha512-/XHJPFX8lsp+c/gMzFOnIxqH7YIXVX8SlMHuZ6XTUlYHkGquhydTtgso0VFiLQN1z3dThrybdgBq+JD+LSwK2w==", + "dev": true, + "license": "MIT", + "dependencies": { + "@typescript-eslint/types": "^8.58.0", + "@typescript-eslint/typescript-estree": "^8.58.0", + "@typescript-eslint/utils": "^8.58.0", "string-ts": "^2.3.1" }, + "engines": { + "node": ">=22.0.0" + }, + "peerDependencies": { + "eslint": "^10.0.0", + "typescript": "*" + } + }, + "node_modules/@eslint-react/eslint-plugin/node_modules/eslint-plugin-react-jsx/node_modules/@eslint-react/core": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/@eslint-react/core/-/core-4.2.3.tgz", + "integrity": "sha512-r0cgJlCemBb61f0qCrXS95hNq2ajIku5V7Tk45fROQu4HIV55ILJeN2ceea1LKmgRWy/pQw8+SvImronwWo16A==", + "dev": true, + "license": "MIT", + "dependencies": { + "@eslint-react/ast": "4.2.3", + "@eslint-react/jsx": "4.2.3", + "@eslint-react/shared": "4.2.3", + "@eslint-react/var": "4.2.3", + "@typescript-eslint/scope-manager": "^8.58.0", + "@typescript-eslint/types": "^8.58.0", + "@typescript-eslint/utils": "^8.58.0", + "ts-pattern": "^5.9.0" + }, + "engines": { + "node": ">=22.0.0" + }, + "peerDependencies": { + "eslint": "^10.0.0", + "typescript": "*" + } + }, + "node_modules/@eslint-react/eslint-plugin/node_modules/eslint-plugin-react-jsx/node_modules/@eslint-react/jsx": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/@eslint-react/jsx/-/jsx-4.2.3.tgz", + "integrity": "sha512-lSwRo/PAwf1EvXRxpXA5yBhPIxahFuC4uHh84nc5OxE0mJ7YEmzmASR+ug3QOnVnfDsJDVo6AWVR7PSL99YkOQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@eslint-react/ast": "4.2.3", + "@eslint-react/shared": "4.2.3", + "@eslint-react/var": "4.2.3", + "@typescript-eslint/types": "^8.58.0", + "@typescript-eslint/utils": "^8.58.0", + "ts-pattern": "^5.9.0" + }, + "engines": { + "node": ">=22.0.0" + }, + "peerDependencies": { + "eslint": "^10.0.0", + "typescript": "*" + } + }, + "node_modules/@eslint-react/eslint-plugin/node_modules/eslint-plugin-react-jsx/node_modules/@eslint-react/var": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/@eslint-react/var/-/var-4.2.3.tgz", + "integrity": "sha512-zkQki2eYbQrMW4O6DCZDQzslFvw0sWAlvW/WWjocEIGHqRGC3IHWcRt3xsq8JPNOW4WjF4/LZ8czkyLoINV9rw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@eslint-react/ast": "4.2.3", + "@eslint-react/shared": "4.2.3", + "@typescript-eslint/scope-manager": "^8.58.0", + "@typescript-eslint/types": "^8.58.0", + "@typescript-eslint/utils": "^8.58.0", + "ts-pattern": "^5.9.0" + }, + "engines": { + "node": ">=22.0.0" + }, + "peerDependencies": { + "eslint": "^10.0.0", + "typescript": "*" + } + }, + "node_modules/@eslint-react/eslint-plugin/node_modules/eslint-plugin-react-naming-convention": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-naming-convention/-/eslint-plugin-react-naming-convention-4.2.3.tgz", + "integrity": "sha512-H4eq0ajs+K+tgn6/eeglkLN3HBWm4QyWbJ2jbwPo75gyPmEP7Xvr0jslcnAwnmQfiiKX+KqKuiOMAqOr0SXubg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@eslint-react/ast": "4.2.3", + "@eslint-react/core": "4.2.3", + "@eslint-react/shared": "4.2.3", + "@eslint-react/var": "4.2.3", + "@typescript-eslint/scope-manager": "^8.58.0", + "@typescript-eslint/type-utils": "^8.58.0", + "@typescript-eslint/types": "^8.58.0", + "@typescript-eslint/utils": "^8.58.0", + "compare-versions": "^6.1.1", + "string-ts": "^2.3.1", + "ts-pattern": "^5.9.0" + }, + "engines": { + "node": ">=22.0.0" + }, + "peerDependencies": { + "eslint": "^10.0.0", + "typescript": "*" + } + }, + "node_modules/@eslint-react/eslint-plugin/node_modules/eslint-plugin-react-naming-convention/node_modules/@eslint-react/ast": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/@eslint-react/ast/-/ast-4.2.3.tgz", + "integrity": "sha512-/XHJPFX8lsp+c/gMzFOnIxqH7YIXVX8SlMHuZ6XTUlYHkGquhydTtgso0VFiLQN1z3dThrybdgBq+JD+LSwK2w==", + "dev": true, + "license": "MIT", + "dependencies": { + "@typescript-eslint/types": "^8.58.0", + "@typescript-eslint/typescript-estree": "^8.58.0", + "@typescript-eslint/utils": "^8.58.0", + "string-ts": "^2.3.1" + }, + "engines": { + "node": ">=22.0.0" + }, + "peerDependencies": { + "eslint": "^10.0.0", + "typescript": "*" + } + }, + "node_modules/@eslint-react/eslint-plugin/node_modules/eslint-plugin-react-naming-convention/node_modules/@eslint-react/core": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/@eslint-react/core/-/core-4.2.3.tgz", + "integrity": "sha512-r0cgJlCemBb61f0qCrXS95hNq2ajIku5V7Tk45fROQu4HIV55ILJeN2ceea1LKmgRWy/pQw8+SvImronwWo16A==", + "dev": true, + "license": "MIT", + "dependencies": { + "@eslint-react/ast": "4.2.3", + "@eslint-react/jsx": "4.2.3", + "@eslint-react/shared": "4.2.3", + "@eslint-react/var": "4.2.3", + "@typescript-eslint/scope-manager": "^8.58.0", + "@typescript-eslint/types": "^8.58.0", + "@typescript-eslint/utils": "^8.58.0", + "ts-pattern": "^5.9.0" + }, + "engines": { + "node": ">=22.0.0" + }, + "peerDependencies": { + "eslint": "^10.0.0", + "typescript": "*" + } + }, + "node_modules/@eslint-react/eslint-plugin/node_modules/eslint-plugin-react-naming-convention/node_modules/@eslint-react/core/node_modules/@eslint-react/jsx": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/@eslint-react/jsx/-/jsx-4.2.3.tgz", + "integrity": "sha512-lSwRo/PAwf1EvXRxpXA5yBhPIxahFuC4uHh84nc5OxE0mJ7YEmzmASR+ug3QOnVnfDsJDVo6AWVR7PSL99YkOQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@eslint-react/ast": "4.2.3", + "@eslint-react/shared": "4.2.3", + "@eslint-react/var": "4.2.3", + "@typescript-eslint/types": "^8.58.0", + "@typescript-eslint/utils": "^8.58.0", + "ts-pattern": "^5.9.0" + }, + "engines": { + "node": ">=22.0.0" + }, + "peerDependencies": { + "eslint": "^10.0.0", + "typescript": "*" + } + }, + "node_modules/@eslint-react/eslint-plugin/node_modules/eslint-plugin-react-naming-convention/node_modules/@eslint-react/var": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/@eslint-react/var/-/var-4.2.3.tgz", + "integrity": "sha512-zkQki2eYbQrMW4O6DCZDQzslFvw0sWAlvW/WWjocEIGHqRGC3IHWcRt3xsq8JPNOW4WjF4/LZ8czkyLoINV9rw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@eslint-react/ast": "4.2.3", + "@eslint-react/shared": "4.2.3", + "@typescript-eslint/scope-manager": "^8.58.0", + "@typescript-eslint/types": "^8.58.0", + "@typescript-eslint/utils": "^8.58.0", + "ts-pattern": "^5.9.0" + }, + "engines": { + "node": ">=22.0.0" + }, + "peerDependencies": { + "eslint": "^10.0.0", + "typescript": "*" + } + }, + "node_modules/@eslint-react/eslint-plugin/node_modules/eslint-plugin-react-rsc": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-rsc/-/eslint-plugin-react-rsc-4.2.3.tgz", + "integrity": "sha512-m8gfimx1o7LRWUYI0dDNCUGgiEqEdUlQyM4I/28RQJEmmrmxj4HVTU6/AX7JCmOlhclghT/JA4C1sAVwOdbw7g==", + "dev": true, + "license": "MIT", + "dependencies": { + "@eslint-react/ast": "4.2.3", + "@eslint-react/shared": "4.2.3", + "@eslint-react/var": "4.2.3", + "@typescript-eslint/scope-manager": "^8.58.0", + "@typescript-eslint/type-utils": "^8.58.0", + "@typescript-eslint/types": "^8.58.0", + "@typescript-eslint/utils": "^8.58.0", + "ts-pattern": "^5.9.0" + }, "engines": { "node": ">=20.19.0" }, "peerDependencies": { - "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0", - "typescript": ">=4.8.4 <6.0.0" + "eslint": "^10.0.0", + "typescript": "*" + } + }, + "node_modules/@eslint-react/eslint-plugin/node_modules/eslint-plugin-react-rsc/node_modules/@eslint-react/ast": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/@eslint-react/ast/-/ast-4.2.3.tgz", + "integrity": "sha512-/XHJPFX8lsp+c/gMzFOnIxqH7YIXVX8SlMHuZ6XTUlYHkGquhydTtgso0VFiLQN1z3dThrybdgBq+JD+LSwK2w==", + "dev": true, + "license": "MIT", + "dependencies": { + "@typescript-eslint/types": "^8.58.0", + "@typescript-eslint/typescript-estree": "^8.58.0", + "@typescript-eslint/utils": "^8.58.0", + "string-ts": "^2.3.1" + }, + "engines": { + "node": ">=22.0.0" + }, + "peerDependencies": { + "eslint": "^10.0.0", + "typescript": "*" + } + }, + "node_modules/@eslint-react/eslint-plugin/node_modules/eslint-plugin-react-rsc/node_modules/@eslint-react/var": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/@eslint-react/var/-/var-4.2.3.tgz", + "integrity": "sha512-zkQki2eYbQrMW4O6DCZDQzslFvw0sWAlvW/WWjocEIGHqRGC3IHWcRt3xsq8JPNOW4WjF4/LZ8czkyLoINV9rw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@eslint-react/ast": "4.2.3", + "@eslint-react/shared": "4.2.3", + "@typescript-eslint/scope-manager": "^8.58.0", + "@typescript-eslint/types": "^8.58.0", + "@typescript-eslint/utils": "^8.58.0", + "ts-pattern": "^5.9.0" + }, + "engines": { + "node": ">=22.0.0" + }, + "peerDependencies": { + "eslint": "^10.0.0", + "typescript": "*" + } + }, + "node_modules/@eslint-react/eslint-plugin/node_modules/eslint-plugin-react-web-api": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-web-api/-/eslint-plugin-react-web-api-4.2.3.tgz", + "integrity": "sha512-iHXFiURfokcTicZ9DZsQHCV9BuVRqve7GFYNBBD5AVFzEWseCV+lXc6y2EoXxsQW8WfYhAwTZ5Yhr+fKJR7t1w==", + "dev": true, + "license": "MIT", + "dependencies": { + "@eslint-react/ast": "4.2.3", + "@eslint-react/core": "4.2.3", + "@eslint-react/shared": "4.2.3", + "@eslint-react/var": "4.2.3", + "@typescript-eslint/scope-manager": "^8.58.0", + "@typescript-eslint/types": "^8.58.0", + "@typescript-eslint/utils": "^8.58.0", + "birecord": "^0.1.1", + "ts-pattern": "^5.9.0" + }, + "engines": { + "node": ">=22.0.0" + }, + "peerDependencies": { + "eslint": "^10.0.0", + "typescript": "*" + } + }, + "node_modules/@eslint-react/eslint-plugin/node_modules/eslint-plugin-react-web-api/node_modules/@eslint-react/ast": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/@eslint-react/ast/-/ast-4.2.3.tgz", + "integrity": "sha512-/XHJPFX8lsp+c/gMzFOnIxqH7YIXVX8SlMHuZ6XTUlYHkGquhydTtgso0VFiLQN1z3dThrybdgBq+JD+LSwK2w==", + "dev": true, + "license": "MIT", + "dependencies": { + "@typescript-eslint/types": "^8.58.0", + "@typescript-eslint/typescript-estree": "^8.58.0", + "@typescript-eslint/utils": "^8.58.0", + "string-ts": "^2.3.1" + }, + "engines": { + "node": ">=22.0.0" + }, + "peerDependencies": { + "eslint": "^10.0.0", + "typescript": "*" + } + }, + "node_modules/@eslint-react/eslint-plugin/node_modules/eslint-plugin-react-web-api/node_modules/@eslint-react/core": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/@eslint-react/core/-/core-4.2.3.tgz", + "integrity": "sha512-r0cgJlCemBb61f0qCrXS95hNq2ajIku5V7Tk45fROQu4HIV55ILJeN2ceea1LKmgRWy/pQw8+SvImronwWo16A==", + "dev": true, + "license": "MIT", + "dependencies": { + "@eslint-react/ast": "4.2.3", + "@eslint-react/jsx": "4.2.3", + "@eslint-react/shared": "4.2.3", + "@eslint-react/var": "4.2.3", + "@typescript-eslint/scope-manager": "^8.58.0", + "@typescript-eslint/types": "^8.58.0", + "@typescript-eslint/utils": "^8.58.0", + "ts-pattern": "^5.9.0" + }, + "engines": { + "node": ">=22.0.0" + }, + "peerDependencies": { + "eslint": "^10.0.0", + "typescript": "*" + } + }, + "node_modules/@eslint-react/eslint-plugin/node_modules/eslint-plugin-react-web-api/node_modules/@eslint-react/core/node_modules/@eslint-react/jsx": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/@eslint-react/jsx/-/jsx-4.2.3.tgz", + "integrity": "sha512-lSwRo/PAwf1EvXRxpXA5yBhPIxahFuC4uHh84nc5OxE0mJ7YEmzmASR+ug3QOnVnfDsJDVo6AWVR7PSL99YkOQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@eslint-react/ast": "4.2.3", + "@eslint-react/shared": "4.2.3", + "@eslint-react/var": "4.2.3", + "@typescript-eslint/types": "^8.58.0", + "@typescript-eslint/utils": "^8.58.0", + "ts-pattern": "^5.9.0" + }, + "engines": { + "node": ">=22.0.0" + }, + "peerDependencies": { + "eslint": "^10.0.0", + "typescript": "*" + } + }, + "node_modules/@eslint-react/eslint-plugin/node_modules/eslint-plugin-react-web-api/node_modules/@eslint-react/var": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/@eslint-react/var/-/var-4.2.3.tgz", + "integrity": "sha512-zkQki2eYbQrMW4O6DCZDQzslFvw0sWAlvW/WWjocEIGHqRGC3IHWcRt3xsq8JPNOW4WjF4/LZ8czkyLoINV9rw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@eslint-react/ast": "4.2.3", + "@eslint-react/shared": "4.2.3", + "@typescript-eslint/scope-manager": "^8.58.0", + "@typescript-eslint/types": "^8.58.0", + "@typescript-eslint/utils": "^8.58.0", + "ts-pattern": "^5.9.0" + }, + "engines": { + "node": ">=22.0.0" + }, + "peerDependencies": { + "eslint": "^10.0.0", + "typescript": "*" } }, - "node_modules/@eslint-react/core": { - "version": "2.13.0", - "resolved": "https://registry.npmjs.org/@eslint-react/core/-/core-2.13.0.tgz", - "integrity": "sha512-m62XDzkf1hpzW4sBc7uh7CT+8rBG2xz/itSADuEntlsg4YA7Jhb8hjU6VHf3wRFDwyfx5VnbV209sbJ7Azey0Q==", + "node_modules/@eslint-react/eslint-plugin/node_modules/eslint-plugin-react-x": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-x/-/eslint-plugin-react-x-4.2.3.tgz", + "integrity": "sha512-kJZXa5QsGA4FzuTyKLKjFt9nm78CZcfHshfgfSXjVOshvlVGeg1RWyNZnXDW3hASdZ/REsPg2mGFYqwUPXnJ5Q==", "dev": true, "license": "MIT", "dependencies": { - "@eslint-react/ast": "2.13.0", - "@eslint-react/eff": "2.13.0", - "@eslint-react/shared": "2.13.0", - "@eslint-react/var": "2.13.0", - "@typescript-eslint/scope-manager": "^8.55.0", - "@typescript-eslint/types": "^8.55.0", - "@typescript-eslint/utils": "^8.55.0", + "@eslint-react/ast": "4.2.3", + "@eslint-react/core": "4.2.3", + "@eslint-react/jsx": "4.2.3", + "@eslint-react/shared": "4.2.3", + "@eslint-react/var": "4.2.3", + "@typescript-eslint/scope-manager": "^8.58.0", + "@typescript-eslint/type-utils": "^8.58.0", + "@typescript-eslint/types": "^8.58.0", + "@typescript-eslint/utils": "^8.58.0", + "compare-versions": "^6.1.1", + "string-ts": "^2.3.1", + "ts-api-utils": "^2.5.0", "ts-pattern": "^5.9.0" }, "engines": { - "node": ">=20.19.0" + "node": ">=22.0.0" }, "peerDependencies": { - "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0", - "typescript": ">=4.8.4 <6.0.0" + "eslint": "^10.0.0", + "typescript": "*" } }, - "node_modules/@eslint-react/eff": { - "version": "2.13.0", - "resolved": "https://registry.npmjs.org/@eslint-react/eff/-/eff-2.13.0.tgz", - "integrity": "sha512-rEH2R8FQnUAblUW+v3ZHDU1wEhatbL1+U2B1WVuBXwSKqzF7BGaLqCPIU7o9vofumz5MerVfaCtJgI8jYe2Btg==", + "node_modules/@eslint-react/eslint-plugin/node_modules/eslint-plugin-react-x/node_modules/@eslint-react/ast": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/@eslint-react/ast/-/ast-4.2.3.tgz", + "integrity": "sha512-/XHJPFX8lsp+c/gMzFOnIxqH7YIXVX8SlMHuZ6XTUlYHkGquhydTtgso0VFiLQN1z3dThrybdgBq+JD+LSwK2w==", "dev": true, "license": "MIT", + "dependencies": { + "@typescript-eslint/types": "^8.58.0", + "@typescript-eslint/typescript-estree": "^8.58.0", + "@typescript-eslint/utils": "^8.58.0", + "string-ts": "^2.3.1" + }, "engines": { - "node": ">=20.19.0" + "node": ">=22.0.0" + }, + "peerDependencies": { + "eslint": "^10.0.0", + "typescript": "*" } }, - "node_modules/@eslint-react/eslint-plugin": { - "version": "2.13.0", - "resolved": "https://registry.npmjs.org/@eslint-react/eslint-plugin/-/eslint-plugin-2.13.0.tgz", - "integrity": "sha512-iaMXpqnJCTW7317hg8L4wx7u5aIiPzZ+d1p59X8wXFgMHzFX4hNu4IfV8oygyjmWKdLsjKE9sEpv/UYWczlb+A==", + "node_modules/@eslint-react/eslint-plugin/node_modules/eslint-plugin-react-x/node_modules/@eslint-react/core": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/@eslint-react/core/-/core-4.2.3.tgz", + "integrity": "sha512-r0cgJlCemBb61f0qCrXS95hNq2ajIku5V7Tk45fROQu4HIV55ILJeN2ceea1LKmgRWy/pQw8+SvImronwWo16A==", "dev": true, "license": "MIT", "dependencies": { - "@eslint-react/eff": "2.13.0", - "@eslint-react/shared": "2.13.0", - "@typescript-eslint/scope-manager": "^8.55.0", - "@typescript-eslint/type-utils": "^8.55.0", - "@typescript-eslint/types": "^8.55.0", - "@typescript-eslint/utils": "^8.55.0", - "eslint-plugin-react-dom": "2.13.0", - "eslint-plugin-react-hooks-extra": "2.13.0", - "eslint-plugin-react-naming-convention": "2.13.0", - "eslint-plugin-react-rsc": "2.13.0", - "eslint-plugin-react-web-api": "2.13.0", - "eslint-plugin-react-x": "2.13.0", - "ts-api-utils": "^2.4.0" + "@eslint-react/ast": "4.2.3", + "@eslint-react/jsx": "4.2.3", + "@eslint-react/shared": "4.2.3", + "@eslint-react/var": "4.2.3", + "@typescript-eslint/scope-manager": "^8.58.0", + "@typescript-eslint/types": "^8.58.0", + "@typescript-eslint/utils": "^8.58.0", + "ts-pattern": "^5.9.0" }, "engines": { - "node": ">=20.19.0" + "node": ">=22.0.0" }, "peerDependencies": { - "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0", - "typescript": ">=4.8.4 <6.0.0" + "eslint": "^10.0.0", + "typescript": "*" } }, - "node_modules/@eslint-react/shared": { - "version": "2.13.0", - "resolved": "https://registry.npmjs.org/@eslint-react/shared/-/shared-2.13.0.tgz", - "integrity": "sha512-IOloCqrZ7gGBT4lFf9+0/wn7TfzU7JBRjYwTSyb9SDngsbeRrtW95ZpgUpS8/jen1wUEm6F08duAooTZ2FtsWA==", + "node_modules/@eslint-react/eslint-plugin/node_modules/eslint-plugin-react-x/node_modules/@eslint-react/jsx": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/@eslint-react/jsx/-/jsx-4.2.3.tgz", + "integrity": "sha512-lSwRo/PAwf1EvXRxpXA5yBhPIxahFuC4uHh84nc5OxE0mJ7YEmzmASR+ug3QOnVnfDsJDVo6AWVR7PSL99YkOQ==", "dev": true, "license": "MIT", "dependencies": { - "@eslint-react/eff": "2.13.0", - "@typescript-eslint/utils": "^8.55.0", - "ts-pattern": "^5.9.0", - "zod": "^3.25.0 || ^4.0.0" + "@eslint-react/ast": "4.2.3", + "@eslint-react/shared": "4.2.3", + "@eslint-react/var": "4.2.3", + "@typescript-eslint/types": "^8.58.0", + "@typescript-eslint/utils": "^8.58.0", + "ts-pattern": "^5.9.0" }, "engines": { - "node": ">=20.19.0" + "node": ">=22.0.0" }, "peerDependencies": { - "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0", - "typescript": ">=4.8.4 <6.0.0" + "eslint": "^10.0.0", + "typescript": "*" } }, - "node_modules/@eslint-react/var": { - "version": "2.13.0", - "resolved": "https://registry.npmjs.org/@eslint-react/var/-/var-2.13.0.tgz", - "integrity": "sha512-dM+QaeiHR16qPQoJYg205MkdHYSWVa2B7ore5OFpOPlSwqDV3tLW7I+475WjbK7potq5QNPTxRa7VLp9FGeQqA==", + "node_modules/@eslint-react/eslint-plugin/node_modules/eslint-plugin-react-x/node_modules/@eslint-react/var": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/@eslint-react/var/-/var-4.2.3.tgz", + "integrity": "sha512-zkQki2eYbQrMW4O6DCZDQzslFvw0sWAlvW/WWjocEIGHqRGC3IHWcRt3xsq8JPNOW4WjF4/LZ8czkyLoINV9rw==", "dev": true, "license": "MIT", "dependencies": { - "@eslint-react/ast": "2.13.0", - "@eslint-react/eff": "2.13.0", - "@eslint-react/shared": "2.13.0", - "@typescript-eslint/scope-manager": "^8.55.0", - "@typescript-eslint/types": "^8.55.0", - "@typescript-eslint/utils": "^8.55.0", + "@eslint-react/ast": "4.2.3", + "@eslint-react/shared": "4.2.3", + "@typescript-eslint/scope-manager": "^8.58.0", + "@typescript-eslint/types": "^8.58.0", + "@typescript-eslint/utils": "^8.58.0", "ts-pattern": "^5.9.0" }, "engines": { - "node": ">=20.19.0" + "node": ">=22.0.0" }, "peerDependencies": { - "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0", - "typescript": ">=4.8.4 <6.0.0" + "eslint": "^10.0.0", + "typescript": "*" } }, "node_modules/@eslint/compat": { @@ -1332,9 +1895,6 @@ "cpu": [ "arm" ], - "libc": [ - "glibc" - ], "license": "LGPL-3.0-or-later", "optional": true, "os": [ @@ -1351,9 +1911,6 @@ "cpu": [ "arm64" ], - "libc": [ - "glibc" - ], "license": "LGPL-3.0-or-later", "optional": true, "os": [ @@ -1370,9 +1927,6 @@ "cpu": [ "ppc64" ], - "libc": [ - "glibc" - ], "license": "LGPL-3.0-or-later", "optional": true, "os": [ @@ -1389,9 +1943,6 @@ "cpu": [ "riscv64" ], - "libc": [ - "glibc" - ], "license": "LGPL-3.0-or-later", "optional": true, "os": [ @@ -1408,9 +1959,6 @@ "cpu": [ "s390x" ], - "libc": [ - "glibc" - ], "license": "LGPL-3.0-or-later", "optional": true, "os": [ @@ -1427,9 +1975,6 @@ "cpu": [ "x64" ], - "libc": [ - "glibc" - ], "license": "LGPL-3.0-or-later", "optional": true, "os": [ @@ -1446,9 +1991,6 @@ "cpu": [ "arm64" ], - "libc": [ - "musl" - ], "license": "LGPL-3.0-or-later", "optional": true, "os": [ @@ -1465,9 +2007,6 @@ "cpu": [ "x64" ], - "libc": [ - "musl" - ], "license": "LGPL-3.0-or-later", "optional": true, "os": [ @@ -1484,9 +2023,6 @@ "cpu": [ "arm" ], - "libc": [ - "glibc" - ], "license": "Apache-2.0", "optional": true, "os": [ @@ -1509,9 +2045,6 @@ "cpu": [ "arm64" ], - "libc": [ - "glibc" - ], "license": "Apache-2.0", "optional": true, "os": [ @@ -1534,9 +2067,6 @@ "cpu": [ "ppc64" ], - "libc": [ - "glibc" - ], "license": "Apache-2.0", "optional": true, "os": [ @@ -1559,9 +2089,6 @@ "cpu": [ "riscv64" ], - "libc": [ - "glibc" - ], "license": "Apache-2.0", "optional": true, "os": [ @@ -1584,9 +2111,6 @@ "cpu": [ "s390x" ], - "libc": [ - "glibc" - ], "license": "Apache-2.0", "optional": true, "os": [ @@ -1609,9 +2133,6 @@ "cpu": [ "x64" ], - "libc": [ - "glibc" - ], "license": "Apache-2.0", "optional": true, "os": [ @@ -1634,9 +2155,6 @@ "cpu": [ "arm64" ], - "libc": [ - "musl" - ], "license": "Apache-2.0", "optional": true, "os": [ @@ -1659,9 +2177,6 @@ "cpu": [ "x64" ], - "libc": [ - "musl" - ], "license": "Apache-2.0", "optional": true, "os": [ @@ -2271,6 +2786,7 @@ "resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-4.1.0.tgz", "integrity": "sha512-uKm5PU+MHTootlWEY+mZ4vvXoCn4fLQxT9dSc1sXVMSFkINTJVN8cAQROpwcKm8bJ/c7rgZVIBWzH5T78sNZZw==", "license": "MIT", + "peer": true, "dependencies": { "node-fetch": "^2.7.0" } @@ -2363,6 +2879,7 @@ "integrity": "sha512-IOPbWzDQ+76AtjZioaCjpIY72xNSDMnarZ2GMQ4wjNLvnJEJHqxQwGFhgnIWLV9klb4g/+amg88Tk5OXVpyLTw==", "dev": true, "license": "MIT", + "peer": true, "dependencies": { "fast-glob": "3.3.1" } @@ -2406,9 +2923,6 @@ "cpu": [ "arm64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -2425,9 +2939,6 @@ "cpu": [ "arm64" ], - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -2444,9 +2955,6 @@ "cpu": [ "x64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -2463,9 +2971,6 @@ "cpu": [ "x64" ], - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -2512,6 +3017,7 @@ "resolved": "https://registry.npmjs.org/@noble/ciphers/-/ciphers-1.3.0.tgz", "integrity": "sha512-2I0gnIVPtfnMw9ee9h1dJG7tp81+8Ob3OJb3Mv37rx5L40/b0i7djjCVvGOVqc9AEIQyvyu1i6ypKdFw8R8gQw==", "license": "MIT", + "peer": true, "engines": { "node": "^14.21.3 || >=16" }, @@ -3330,6 +3836,7 @@ "resolved": "https://registry.npmjs.org/@solana/kit/-/kit-5.5.1.tgz", "integrity": "sha512-irKUGiV2yRoyf+4eGQ/ZeCRxa43yjFEL1DUI5B0DkcfZw3cr0VJtVJnrG8OtVF01vT0OUfYOcUn6zJW5TROHvQ==", "license": "MIT", + "peer": true, "dependencies": { "@solana/accounts": "5.5.1", "@solana/addresses": "5.5.1", @@ -3942,6 +4449,7 @@ "integrity": "sha512-nPK52ZHvot8Ju/0A4ucSX1dcPV2/1clx0kLcH5wDmrE4naKso7TUC/voUyU1O9OTKTrR6MYip6LP0ogEMQ9jPQ==", "dev": true, "license": "MIT", + "peer": true, "dependencies": { "@eslint-community/eslint-utils": "^4.9.1", "@typescript-eslint/types": "^8.56.0", @@ -4185,9 +4693,6 @@ "arm64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -4205,9 +4710,6 @@ "arm64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -4225,9 +4727,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -4245,9 +4744,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -4287,6 +4783,70 @@ "node": ">=14.0.0" } }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/core": { + "version": "1.8.1", + "dev": true, + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "@emnapi/wasi-threads": "1.1.0", + "tslib": "^2.4.0" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/runtime": { + "version": "1.8.1", + "dev": true, + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "tslib": "^2.4.0" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/wasi-threads": { + "version": "1.1.0", + "dev": true, + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "tslib": "^2.4.0" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@napi-rs/wasm-runtime": { + "version": "1.1.1", + "dev": true, + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "@emnapi/core": "^1.7.1", + "@emnapi/runtime": "^1.7.1", + "@tybys/wasm-util": "^0.10.1" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/Brooooooklyn" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@tybys/wasm-util": { + "version": "0.10.1", + "dev": true, + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "tslib": "^2.4.0" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/tslib": { + "version": "2.8.1", + "dev": true, + "inBundle": true, + "license": "0BSD", + "optional": true + }, "node_modules/@tailwindcss/oxide-win32-arm64-msvc": { "version": "4.2.2", "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.2.2.tgz", @@ -4340,6 +4900,7 @@ "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.96.2.tgz", "integrity": "sha512-hzI6cTVh4KNRk8UtoIBS7Lv9g6BnJPXvBKsvYH1aGWvv0347jT3BnSvztOE+kD76XGvZnRC/t6qdW1CaIfwCeA==", "license": "MIT", + "peer": true, "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" @@ -4350,6 +4911,7 @@ "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.96.2.tgz", "integrity": "sha512-sYyzzJT4G0g02azzJ8o55VFFV31XvFpdUpG+unxS0vSaYsJnSPKGoI6WdPwUucJL1wpgGfwfmntNX/Ub1uOViA==", "license": "MIT", + "peer": true, "dependencies": { "@tanstack/query-core": "5.96.2" }, @@ -4427,6 +4989,7 @@ "integrity": "sha512-ilcTH/UniCkMdtexkoCN0bI7pMcJDvmQFPvuPvmEaYA/NSfFTAgdUSLAoVjaRJm7+6PvcM+q1zYOwS4wTYMF9w==", "devOptional": true, "license": "MIT", + "peer": true, "dependencies": { "csstype": "^3.2.2" } @@ -4469,6 +5032,7 @@ "integrity": "sha512-RLkVSiNuUP1C2ROIWfqX+YcUfLaSnxGE/8M+Y57lopVwg9VTYYfhuz15Yf1IzCKgZj6/rIbYTmJCUSqr76r0Wg==", "dev": true, "license": "MIT", + "peer": true, "dependencies": { "@eslint-community/regexpp": "^4.12.2", "@typescript-eslint/scope-manager": "8.58.0", @@ -4498,6 +5062,7 @@ "integrity": "sha512-rLoGZIf9afaRBYsPUMtvkDWykwXwUPL60HebR4JgTI8mxfFe2cQTu3AGitANp4b9B2QlVru6WzjgB2IzJKiCSA==", "dev": true, "license": "MIT", + "peer": true, "dependencies": { "@typescript-eslint/scope-manager": "8.58.0", "@typescript-eslint/types": "8.58.0", @@ -4545,7 +5110,6 @@ "integrity": "sha512-a/J72Cxeo5ug5sbey7+Dcna6tMBc4Z4eYwBEKM6MVuBqbxnROpLm8yn/j00lPZc75joPZJVR5oiTZxbK95zp+w==", "dev": true, "license": "MIT", - "peer": true, "dependencies": { "@typescript-eslint/parser": "8.58.0", "@typescript-eslint/typescript-estree": "8.58.0", @@ -4572,7 +5136,6 @@ "integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==", "dev": true, "license": "ISC", - "peer": true, "bin": { "semver": "bin/semver.js" }, @@ -4660,6 +5223,7 @@ "integrity": "sha512-7vv5UWbHqew/dvs+D3e1RvLv1v2eeZ9txRHPnEEBUgSNLx5ghdzjHa0sgLWYVKssH+lYmV0JaWdoubo0ncGYLA==", "dev": true, "license": "MIT", + "peer": true, "dependencies": { "@typescript-eslint/project-service": "8.58.0", "@typescript-eslint/tsconfig-utils": "8.58.0", @@ -4701,6 +5265,7 @@ "integrity": "sha512-RfeSqcFeHMHlAWzt4TBjWOAtoW9lnsAGiP3GbaX9uVgTYYrMbVnGONEfUCiSss+xMHFl+eHZiipmA8WkQ7FuNA==", "dev": true, "license": "MIT", + "peer": true, "dependencies": { "@eslint-community/eslint-utils": "^4.9.1", "@typescript-eslint/scope-manager": "8.58.0", @@ -4797,7 +5362,6 @@ "integrity": "sha512-4x74Tbtqnda8s/NSD6e1Dr5p1c8HdMU5RWSjMSUzb8RTcUQqevDCxVAitcLBKT+ie3o0Dl9crc/S/opJM7qBGQ==", "dev": true, "license": "MIT", - "peer": true, "dependencies": { "@babel/parser": "^7.29.2", "@vue/shared": "3.5.32", @@ -4812,7 +5376,6 @@ "integrity": "sha512-ybHAu70NtiEI1fvAUz3oXZqkUYEe5J98GjMDpTGl5iHb0T15wQYLR4wE3h9xfuTNA+Cm2f4czfe8B4s+CCH57Q==", "dev": true, "license": "MIT", - "peer": true, "dependencies": { "@vue/compiler-core": "3.5.32", "@vue/shared": "3.5.32" @@ -4843,7 +5406,6 @@ "integrity": "sha512-Gp4gTs22T3DgRotZ8aA/6m2jMR+GMztvBXUBEUOYOcST+giyGWJ4WvFd7QLHBkzTxkfOt8IELKNdpzITLbA2rw==", "dev": true, "license": "MIT", - "peer": true, "dependencies": { "@vue/compiler-dom": "3.5.32", "@vue/shared": "3.5.32" @@ -4854,8 +5416,7 @@ "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.5.32.tgz", "integrity": "sha512-ksNyrmRQzWJJ8n3cRDuSF7zNNontuJg1YHnmWRJd2AMu8Ij2bqwiiri2lH5rHtYPZjj4STkNcgcmiQqlOjiYGg==", "dev": true, - "license": "MIT", - "peer": true + "license": "MIT" }, "node_modules/@wagmi/connectors": { "version": "8.0.0", @@ -4942,7 +5503,6 @@ "resolved": "https://registry.npmjs.org/zustand/-/zustand-5.0.0.tgz", "integrity": "sha512-LE+VcmbartOPM+auOjCCLQOsQ05zUTp8RkgwRzefUk+2jISdMMFnxvyTjA4YNWr5ZGXYbVsEMZosttuxUBkojQ==", "license": "MIT", - "peer": true, "engines": { "node": ">=12.20.0" }, @@ -5037,6 +5597,7 @@ "integrity": "sha512-SSlIG6QEVxClgl1s0LMk4xr2wg4eT3Zn/Hb81IocyqNSGfXpjtawWxKxiC5/9Z95f1INyBD6MctJbL/R1oBwIw==", "deprecated": "Reliability and performance improvements. See: https://github.com/WalletConnect/walletconnect-monorepo/releases", "license": "Apache-2.0", + "peer": true, "dependencies": { "@reown/appkit": "1.7.8", "@walletconnect/jsonrpc-http-connection": "1.0.8", @@ -6017,6 +6578,7 @@ "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.0.tgz", "integrity": "sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==", "license": "MIT", + "peer": true, "engines": { "node": ">=10.0.0" }, @@ -6453,6 +7015,7 @@ "integrity": "sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==", "dev": true, "license": "MIT", + "peer": true, "bin": { "acorn": "bin/acorn" }, @@ -6625,6 +7188,7 @@ "resolved": "https://registry.npmjs.org/axios/-/axios-1.13.6.tgz", "integrity": "sha512-ChTCHMouEe2kn713WHbQGcuYrr6fXTBiu460OTwWrWob16g1bXn4vtz07Ope7ewMozJAnEquLk5lWQWtBig9DQ==", "license": "MIT", + "peer": true, "dependencies": { "follow-redirects": "^1.15.11", "form-data": "^4.0.5", @@ -6782,6 +7346,7 @@ } ], "license": "MIT", + "peer": true, "dependencies": { "baseline-browser-mapping": "^2.10.12", "caniuse-lite": "^1.0.30001782", @@ -7601,6 +8166,7 @@ "resolved": "https://registry.npmjs.org/eciesjs/-/eciesjs-0.4.18.tgz", "integrity": "sha512-wG99Zcfcys9fZux7Cft8BAX/YrOJLJSZ3jyYPfhZHqN2E+Ffx+QXBDsv3gubEgPtV6dTzJMSQUwk1H98/t/0wQ==", "license": "MIT", + "peer": true, "dependencies": { "@ecies/ciphers": "^0.2.5", "@noble/ciphers": "^1.3.0", @@ -7741,7 +8307,6 @@ "integrity": "sha512-TWrgLOFUQTH994YUyl1yT4uyavY5nNB5muff+RtWaqNVCAK408b5ZnnbNAUEWLTCpum9w6arT70i1XdQ4UeOPA==", "dev": true, "license": "BSD-2-Clause", - "peer": true, "engines": { "node": ">=0.12" }, @@ -7846,6 +8411,7 @@ "integrity": "sha512-XoMjdBOwe/esVgEvLmNsD3IRHkm7fbKIUGvrleloJXUZgDHig2IPWNniv+GwjyJXzuNqVjlr5+4yVUZjycJwfQ==", "dev": true, "license": "MIT", + "peer": true, "dependencies": { "@eslint-community/eslint-utils": "^4.8.0", "@eslint-community/regexpp": "^4.12.1", @@ -8392,38 +8958,13 @@ "eslint": "^9.0.0 || ^10.0.0" } }, - "node_modules/eslint-plugin-react-dom": { - "version": "2.13.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-dom/-/eslint-plugin-react-dom-2.13.0.tgz", - "integrity": "sha512-+2IZzQ1WEFYOWatW+xvNUqmZn55YBCufzKA7hX3XQ/8eu85Mp4vnlOyNvdVHEOGhUnGuC6+9+zLK+IlEHKdKLQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "@eslint-react/ast": "2.13.0", - "@eslint-react/core": "2.13.0", - "@eslint-react/eff": "2.13.0", - "@eslint-react/shared": "2.13.0", - "@eslint-react/var": "2.13.0", - "@typescript-eslint/scope-manager": "^8.55.0", - "@typescript-eslint/types": "^8.55.0", - "@typescript-eslint/utils": "^8.55.0", - "compare-versions": "^6.1.1", - "ts-pattern": "^5.9.0" - }, - "engines": { - "node": ">=20.19.0" - }, - "peerDependencies": { - "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0", - "typescript": ">=4.8.4 <6.0.0" - } - }, "node_modules/eslint-plugin-react-hooks": { "version": "7.0.1", "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-7.0.1.tgz", "integrity": "sha512-O0d0m04evaNzEPoSW+59Mezf8Qt0InfgGIBJnpC0h3NH/WjUAR7BIKUfysC6todmtiZ/A0oUVS8Gce0WhBrHsA==", "dev": true, "license": "MIT", + "peer": true, "dependencies": { "@babel/core": "^7.24.4", "@babel/parser": "^7.24.4", @@ -8438,147 +8979,17 @@ "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0" } }, - "node_modules/eslint-plugin-react-hooks-extra": { - "version": "2.13.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks-extra/-/eslint-plugin-react-hooks-extra-2.13.0.tgz", - "integrity": "sha512-qIbha1nzuyhXM9SbEfrcGVqmyvQu7GAOB2sy9Y4Qo5S8nCqw4fSBxq+8lSce5Tk5Y7XzIkgHOhNyXEvUHRWFMQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "@eslint-react/ast": "2.13.0", - "@eslint-react/core": "2.13.0", - "@eslint-react/eff": "2.13.0", - "@eslint-react/shared": "2.13.0", - "@eslint-react/var": "2.13.0", - "@typescript-eslint/scope-manager": "^8.55.0", - "@typescript-eslint/type-utils": "^8.55.0", - "@typescript-eslint/types": "^8.55.0", - "@typescript-eslint/utils": "^8.55.0", - "ts-pattern": "^5.9.0" - }, - "engines": { - "node": ">=20.19.0" - }, - "peerDependencies": { - "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0", - "typescript": ">=4.8.4 <6.0.0" - } - }, - "node_modules/eslint-plugin-react-naming-convention": { - "version": "2.13.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-naming-convention/-/eslint-plugin-react-naming-convention-2.13.0.tgz", - "integrity": "sha512-uSd25JzSg2R4p81s3Wqck0AdwRlO9Yc+cZqTEXv7vW8exGGAM3mWnF6hgrgdqVJqBEGJIbS/Vx1r5BdKcY/MHA==", - "dev": true, - "license": "MIT", - "dependencies": { - "@eslint-react/ast": "2.13.0", - "@eslint-react/core": "2.13.0", - "@eslint-react/eff": "2.13.0", - "@eslint-react/shared": "2.13.0", - "@eslint-react/var": "2.13.0", - "@typescript-eslint/scope-manager": "^8.55.0", - "@typescript-eslint/type-utils": "^8.55.0", - "@typescript-eslint/types": "^8.55.0", - "@typescript-eslint/utils": "^8.55.0", - "compare-versions": "^6.1.1", - "string-ts": "^2.3.1", - "ts-pattern": "^5.9.0" - }, - "engines": { - "node": ">=20.19.0" - }, - "peerDependencies": { - "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0", - "typescript": ">=4.8.4 <6.0.0" - } - }, "node_modules/eslint-plugin-react-refresh": { "version": "0.5.2", "resolved": "https://registry.npmjs.org/eslint-plugin-react-refresh/-/eslint-plugin-react-refresh-0.5.2.tgz", "integrity": "sha512-hmgTH57GfzoTFjVN0yBwTggnsVUF2tcqi7RJZHqi9lIezSs4eFyAMktA68YD4r5kNw1mxyY4dmkyoFDb3FIqrA==", "dev": true, "license": "MIT", + "peer": true, "peerDependencies": { "eslint": "^9 || ^10" } }, - "node_modules/eslint-plugin-react-rsc": { - "version": "2.13.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-rsc/-/eslint-plugin-react-rsc-2.13.0.tgz", - "integrity": "sha512-RaftgITDLQm1zIgYyvR51sBdy4FlVaXFts5VISBaKbSUB0oqXyzOPxMHasfr9BCSjPLKus9zYe+G/Hr6rjFLXQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "@eslint-react/ast": "2.13.0", - "@eslint-react/shared": "2.13.0", - "@eslint-react/var": "2.13.0", - "@typescript-eslint/types": "^8.55.0", - "@typescript-eslint/utils": "^8.55.0", - "ts-pattern": "^5.9.0" - }, - "engines": { - "node": ">=20.19.0" - }, - "peerDependencies": { - "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0", - "typescript": ">=4.8.4 <6.0.0" - } - }, - "node_modules/eslint-plugin-react-web-api": { - "version": "2.13.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-web-api/-/eslint-plugin-react-web-api-2.13.0.tgz", - "integrity": "sha512-nmJbzIAte7PeAkp22CwcKEASkKi49MshSdiDGO1XuN3f4N4/8sBfDcWbQuLPde6JiuzDT/0+l7Gi8wwTHtR1kg==", - "dev": true, - "license": "MIT", - "dependencies": { - "@eslint-react/ast": "2.13.0", - "@eslint-react/core": "2.13.0", - "@eslint-react/eff": "2.13.0", - "@eslint-react/shared": "2.13.0", - "@eslint-react/var": "2.13.0", - "@typescript-eslint/scope-manager": "^8.55.0", - "@typescript-eslint/types": "^8.55.0", - "@typescript-eslint/utils": "^8.55.0", - "birecord": "^0.1.1", - "ts-pattern": "^5.9.0" - }, - "engines": { - "node": ">=20.19.0" - }, - "peerDependencies": { - "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0", - "typescript": ">=4.8.4 <6.0.0" - } - }, - "node_modules/eslint-plugin-react-x": { - "version": "2.13.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-x/-/eslint-plugin-react-x-2.13.0.tgz", - "integrity": "sha512-cMNX0+ws/fWTgVxn52qAQbaFF2rqvaDAtjrPUzY6XOzPjY0rJQdR2tSlWJttz43r2yBfqu+LGvHlGpWL2wfpTQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "@eslint-react/ast": "2.13.0", - "@eslint-react/core": "2.13.0", - "@eslint-react/eff": "2.13.0", - "@eslint-react/shared": "2.13.0", - "@eslint-react/var": "2.13.0", - "@typescript-eslint/scope-manager": "^8.55.0", - "@typescript-eslint/type-utils": "^8.55.0", - "@typescript-eslint/types": "^8.55.0", - "@typescript-eslint/utils": "^8.55.0", - "compare-versions": "^6.1.1", - "is-immutable-type": "^5.0.1", - "ts-api-utils": "^2.4.0", - "ts-pattern": "^5.9.0" - }, - "engines": { - "node": ">=20.19.0" - }, - "peerDependencies": { - "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0", - "typescript": ">=4.8.4 <6.0.0" - } - }, "node_modules/eslint-plugin-regexp": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/eslint-plugin-regexp/-/eslint-plugin-regexp-3.1.0.tgz", @@ -9002,8 +9413,7 @@ "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz", "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==", "dev": true, - "license": "MIT", - "peer": true + "license": "MIT" }, "node_modules/esutils": { "version": "2.0.3", @@ -9158,7 +9568,8 @@ "version": "6.4.9", "resolved": "https://registry.npmjs.org/eventemitter2/-/eventemitter2-6.4.9.tgz", "integrity": "sha512-JEPTiaOt9f04oa6NOkc4aH+nVp5I3wEjpHbIPqfgCdD5v5bUzy7xQqwcVO2aDQgOWhI28da57HksMrzK9HlRxg==", - "license": "MIT" + "license": "MIT", + "peer": true }, "node_modules/eventemitter3": { "version": "5.0.1", @@ -9979,22 +10390,6 @@ "node": ">=0.10.0" } }, - "node_modules/is-immutable-type": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/is-immutable-type/-/is-immutable-type-5.0.1.tgz", - "integrity": "sha512-LkHEOGVZZXxGl8vDs+10k3DvP++SEoYEAJLRk6buTFi6kD7QekThV7xHS0j6gpnUCQ0zpud/gMDGiV4dQneLTg==", - "dev": true, - "license": "BSD-3-Clause", - "dependencies": { - "@typescript-eslint/type-utils": "^8.0.0", - "ts-api-utils": "^2.0.0", - "ts-declaration-location": "^1.0.4" - }, - "peerDependencies": { - "eslint": "*", - "typescript": ">=4.7.4" - } - }, "node_modules/is-number": { "version": "7.0.0", "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", @@ -10216,6 +10611,7 @@ "integrity": "sha512-75EA7EWZExL/j+MDKQrRbdzcRI2HOkRlmUw8fZJc1ioqFEOvBsq7Rt+A6yCxOt9w/TYNpkt52gC6nm/g5tFIng==", "dev": true, "license": "MIT", + "peer": true, "dependencies": { "acorn": "^8.5.0", "eslint-visitor-keys": "^5.0.0", @@ -10429,9 +10825,6 @@ "arm64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MPL-2.0", "optional": true, "os": [ @@ -10453,9 +10846,6 @@ "arm64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MPL-2.0", "optional": true, "os": [ @@ -10477,9 +10867,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MPL-2.0", "optional": true, "os": [ @@ -10501,9 +10888,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MPL-2.0", "optional": true, "os": [ @@ -10742,7 +11126,6 @@ "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz", "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==", "license": "MIT", - "peer": true, "dependencies": { "js-tokens": "^3.0.0 || ^4.0.0" }, @@ -12414,6 +12797,7 @@ "resolved": "https://registry.npmjs.org/porto/-/porto-0.2.35.tgz", "integrity": "sha512-gu9FfjjvvYBgQXUHWTp6n3wkTxVtEcqFotM7i3GEZeoQbvLGbssAicCz6hFZ8+xggrJWwi/RLmbwNra50SMmUQ==", "license": "MIT", + "peer": true, "dependencies": { "hono": "^4.10.3", "idb-keyval": "^6.2.1", @@ -12738,6 +13122,7 @@ "resolved": "https://registry.npmjs.org/react/-/react-19.2.4.tgz", "integrity": "sha512-9nfp2hYpCwOjAN+8TZFGhtWEwgvWHXqESH8qT89AT/lWklpLON22Lc8pEtnpsZz7VmawabSU0gCjnj8aC0euHQ==", "license": "MIT", + "peer": true, "engines": { "node": ">=0.10.0" } @@ -12747,6 +13132,7 @@ "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.4.tgz", "integrity": "sha512-AXJdLo8kgMbimY95O2aKQqsz2iWi9jMgKJhRBAxECE4IFxfcazB2LmzloIoibJI3C12IlY20+KFaLv+71bUJeQ==", "license": "MIT", + "peer": true, "dependencies": { "scheduler": "^0.27.0" }, @@ -12759,6 +13145,7 @@ "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", "license": "MIT", + "peer": true, "dependencies": { "inherits": "^2.0.3", "string_decoder": "^1.1.1", @@ -13198,6 +13585,7 @@ "resolved": "https://registry.npmjs.org/socket.io-client/-/socket.io-client-4.8.3.tgz", "integrity": "sha512-uP0bpjWrjQmUt5DTHq9RuoCBdFJF10cdX9X+a368j/Ft0wmaVgxlrjvK3kjvgCODOMMOz9lcaRzxmso0bTWZ/g==", "license": "MIT", + "peer": true, "dependencies": { "@socket.io/component-emitter": "~3.1.0", "debug": "~4.4.1", @@ -13480,7 +13868,8 @@ "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.2.2.tgz", "integrity": "sha512-KWBIxs1Xb6NoLdMVqhbhgwZf2PGBpPEiwOqgI4pFIYbNTfBXiKYyWoTsXgBQ9WFg/OlhnvHaY+AEpW7wSmFo2Q==", "dev": true, - "license": "MIT" + "license": "MIT", + "peer": true }, "node_modules/tapable": { "version": "2.3.2", @@ -13757,6 +14146,7 @@ "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==", "devOptional": true, "license": "Apache-2.0", + "peer": true, "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" @@ -14002,6 +14392,7 @@ "resolved": "https://registry.npmjs.org/use-sync-external-store/-/use-sync-external-store-1.4.0.tgz", "integrity": "sha512-9WXSPC5fMv61vaupRkCKCxsPxBocVnwakBEkMIHHpkTTg6icbJtg6jzgtLDm4bl3cSHAca52rYWih0k4K3PfHw==", "license": "MIT", + "peer": true, "peerDependencies": { "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" } @@ -14053,6 +14444,7 @@ "integrity": "sha512-sfdRir/QFM0JaF22hqTroPc5xy4DimuGQVKFrzF1YfGwaS1nJot3Y8VqMdLO2Lg27fMzat2yD3pY5PbAYO39Gg==", "dev": true, "license": "MIT", + "peer": true, "peerDependencies": { "typescript": ">=5" }, @@ -14067,6 +14459,7 @@ "resolved": "https://registry.npmjs.org/valtio/-/valtio-2.1.7.tgz", "integrity": "sha512-DwJhCDpujuQuKdJ2H84VbTjEJJteaSmqsuUltsfbfdbotVfNeTE4K/qc/Wi57I9x8/2ed4JNdjEna7O6PfavRg==", "license": "MIT", + "peer": true, "dependencies": { "proxy-compare": "^3.0.1" }, @@ -14097,6 +14490,7 @@ } ], "license": "MIT", + "peer": true, "dependencies": { "@noble/curves": "1.9.1", "@noble/hashes": "1.8.0", @@ -14200,6 +14594,7 @@ "integrity": "sha512-Vxi9pJdbN3ZnVGLODVtZ7y4Y2kzAAE2Cm0CZ3ZDRvydVYxZ6VrnBhLikBsRS+dpwj4Jv4UCv21PTEwF5rQ9WXg==", "dev": true, "license": "MIT", + "peer": true, "dependencies": { "debug": "^4.4.0", "eslint-scope": "^8.2.0 || ^9.0.0", @@ -14223,6 +14618,7 @@ "resolved": "https://registry.npmjs.org/wagmi/-/wagmi-2.19.5.tgz", "integrity": "sha512-RQUfKMv6U+EcSNNGiPbdkDtJwtuFxZWLmvDiQmjjBgkuPulUwDJsKhi7gjynzJdsx2yDqhHCXkKsbbfbIsHfcQ==", "license": "MIT", + "peer": true, "dependencies": { "@wagmi/connectors": "6.2.0", "@wagmi/core": "2.22.1", @@ -14295,6 +14691,7 @@ "resolved": "https://registry.npmjs.org/@wagmi/core/-/core-2.22.1.tgz", "integrity": "sha512-cG/xwQWsBEcKgRTkQVhH29cbpbs/TdcUJVFXCyri3ZknxhMyGv0YEjTcrNpRgt2SaswL1KrvslSNYKKo+5YEAg==", "license": "MIT", + "peer": true, "dependencies": { "eventemitter3": "5.0.1", "mipd": "0.0.7", @@ -14516,6 +14913,7 @@ "resolved": "https://registry.npmjs.org/ws/-/ws-8.20.0.tgz", "integrity": "sha512-sAt8BhgNbzCtgGbt2OxmpuryO63ZoDk/sqaB/znQm94T4fCEsy/yV+7CdC1kJhOU9lboAEU7R3kquuycDoibVA==", "license": "MIT", + "peer": true, "engines": { "node": ">=10.0.0" }, @@ -14767,6 +15165,7 @@ "resolved": "https://registry.npmjs.org/zod/-/zod-4.3.6.tgz", "integrity": "sha512-rftlrkhHZOcjDwkGlnUtZZkvaPHCsDATp4pGpuOOMDaTdDDXF91wuVDJoWoPsKX/3YPQ5fHuF3STjcYyKr+Qhg==", "license": "MIT", + "peer": true, "funding": { "url": "https://github.com/sponsors/colinhacks" } diff --git a/package.json b/package.json index ca0e6ba..470dedf 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ }, "devDependencies": { "@antfu/eslint-config": "^7.7.3", - "@eslint-react/eslint-plugin": "^2.13.0", + "@eslint-react/eslint-plugin": "^4.2.3", "@next/eslint-plugin-next": "16.2.2", "@tailwindcss/postcss": "^4.2.2", "@types/node": "^24.12.2",