Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,11 @@ enableGlobalCache: false
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.6.0.cjs

logFilters:
- pattern: "*(pde6dc), which doesn't satisfy what react-scripts*"
level: discard
- pattern: "*(p6f2bc), which doesn't satisfy what react-identicons*"
level: discard
- pattern: "*(pca8b0), which doesn't satisfy what react-identicons*"
level: discard
4 changes: 2 additions & 2 deletions contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"@types/chai": "^4.3.20",
"@types/mocha": "^10.0.10",
"@types/node": "^20.17.6",
"@wagmi/cli": "^2.1.18",
"@wagmi/cli": "^2.2.0",
"abitype": "^0.10.3",
"chai": "^4.5.0",
"dotenv": "^16.4.5",
Expand Down Expand Up @@ -117,6 +117,6 @@
"@chainlink/contracts": "^1.3.0",
"@kleros/vea-contracts": "^0.6.0",
"@openzeppelin/contracts": "^5.2.0",
"viem": "^2.21.48"
"viem": "^2.24.1"
}
}
11 changes: 7 additions & 4 deletions kleros-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"@eslint/js": "^9.15.0",
"@kleros/kleros-v2-eslint-config": "workspace:^",
"@kleros/kleros-v2-prettier-config": "workspace:^",
"@tanstack/react-query": "^5.69.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^8.15.0",
Expand All @@ -45,23 +46,25 @@
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"globals": "^15.12.0",
"react": "^18.3.1",
"rimraf": "^6.0.1",
"typescript": "^5.6.3",
"viem": "^2.24.1",
"vite": "^5.4.11",
"vite-plugin-dts": "^4.3.0",
"vite-plugin-node-polyfills": "^0.23.0",
"wagmi": "^2.14.0"
"wagmi": "^2.14.15"
},
"dependencies": {
"jose": "^5.9.6"
},
"peerDependencies": {
"@tanstack/react-query": "^5.59.20",
"@tanstack/react-query": "^5.69.0",
"graphql": "^16.9.0",
"graphql-request": "^7.1.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"viem": "^2.21.42",
"wagmi": "^2.14.0"
"viem": "^2.24.1",
"wagmi": "^2.14.15"
}
}
4 changes: 2 additions & 2 deletions kleros-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"rimraf": "^6.0.1",
"ts-node": "^10.9.2",
"typescript": "^5.6.3",
"viem": "^2.21.48",
"viem": "^2.24.1",
"vitest": "^1.6.0"
},
"dependencies": {
Expand All @@ -49,6 +49,6 @@
"zod": "^3.23.8"
},
"peerDependencies": {
"viem": "^2.21.48"
"viem": "^2.24.1"
}
}
2 changes: 1 addition & 1 deletion tsconfig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"devDependencies": {
"@kleros/kleros-v2-eslint-config": "*",
"@tsconfig/node18": "^18.2.4",
"@tsconfig/node20": "^20.1.4",
"@tsconfig/node20": "^20.1.5",
"eslint": "^9.15.0"
}
}
17 changes: 9 additions & 8 deletions web-devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@typescript-eslint/eslint-plugin": "^8.15.0",
"@typescript-eslint/parser": "^8.15.0",
"@typescript-eslint/utils": "^8.15.0",
"@wagmi/cli": "^2.1.18",
"@wagmi/cli": "^2.2.0",
"eslint": "^9.15.0",
"eslint-config-next": "^15.0.3",
"eslint-config-prettier": "^9.1.0",
Expand All @@ -47,14 +47,15 @@
"typescript": "^5.6.3"
},
"dependencies": {
"@coinbase/wallet-sdk": "^4.3.2",
"@kleros/kleros-sdk": "workspace:^",
"@kleros/kleros-v2-contracts": "workspace:^",
"@kleros/ui-components-library": "^2.20.0",
"@reown/appkit": "^1.6.5",
"@reown/appkit-adapter-wagmi": "^1.6.5",
"@tanstack/react-query": "^5.61.0",
"@wagmi/connectors": "^5.5.0",
"@wagmi/core": "^2.16.3",
"@reown/appkit": "^1.7.1",
"@reown/appkit-adapter-wagmi": "^1.7.1",
"@tanstack/react-query": "^5.69.0",
"@wagmi/connectors": "^5.7.11",
"@wagmi/core": "^2.16.7",
"@yornaath/batshit": "^0.10.0",
"graphql": "^16.9.0",
"graphql-request": "^7.1.2",
Expand All @@ -69,7 +70,7 @@
"styled-components": "^5.3.3",
"typewriter-effect": "^2.21.0",
"vanilla-jsoneditor": "^0.23.0",
"viem": "^2.21.50",
"wagmi": "^2.14.10"
"viem": "^2.24.1",
"wagmi": "^2.14.15"
}
}
24 changes: 13 additions & 11 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"@typescript-eslint/eslint-plugin": "^8.15.0",
"@typescript-eslint/parser": "^8.15.0",
"@typescript-eslint/utils": "^8.15.0",
"@wagmi/cli": "^2.1.18",
"@wagmi/cli": "^2.2.0",
"eslint": "^9.15.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.3",
Expand All @@ -80,24 +80,26 @@
},
"dependencies": {
"@bigmi/react": "^0.1.0",
"@coinbase/wallet-sdk": "^4.3.2",
"@cyntler/react-doc-viewer": "^1.17.0",
"@graphql-tools/batch-execute": "^9.0.11",
"@graphql-tools/utils": "^10.7.2",
"@kleros/kleros-app": "workspace:^",
"@kleros/kleros-sdk": "workspace:^",
"@kleros/kleros-v2-contracts": "workspace:^",
"@kleros/ui-components-library": "^2.20.0",
"@lifi/wallet-management": "^3.6.0",
"@lifi/widget": "^3.14.2",
"@reown/appkit": "^1.6.5",
"@reown/appkit-adapter-wagmi": "^1.6.5",
"@lifi/wallet-management": "^3.7.1",
"@lifi/widget": "^3.18.1",
"@reown/appkit": "^1.7.1",
"@reown/appkit-adapter-wagmi": "^1.7.1",
"@sentry/react": "^7.120.0",
"@sentry/tracing": "^7.120.0",
"@solana/wallet-adapter-react": "^0.15.35",
"@tanstack/react-query": "^5.62.2",
"@solana/wallet-adapter-react": "^0.15.36",
"@solana/web3.js": "^1.98.0",
"@tanstack/react-query": "^5.69.0",
"@types/react-modal": "^3.16.3",
"@wagmi/connectors": "^5.5.0",
"@wagmi/core": "^2.16.3",
"@wagmi/connectors": "^5.7.11",
"@wagmi/core": "^2.16.7",
"@yornaath/batshit": "^0.10.0",
"chart.js": "^3.9.1",
"chartjs-adapter-moment": "^1.0.1",
Expand Down Expand Up @@ -125,7 +127,7 @@
"react-use": "^17.5.1",
"styled-components": "^5.3.3",
"subgraph-status": "^1.2.4",
"viem": "^2.21.54",
"wagmi": "^2.14.10"
"viem": "^2.24.1",
"wagmi": "^2.14.15"
}
}
1 change: 1 addition & 0 deletions web/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export default defineConfig({
build: {
outDir: "../dist",
rollupOptions: {
external: ["@reown/appkit-adapter-wagmi", "@lifi/widget", "@lifi/wallet-management"],
onwarn: (warning, warn) => {
if (warning.code === "MODULE_LEVEL_DIRECTIVE") {
return;
Expand Down
Loading
Loading