Skip to content

Commit

Permalink
chore: web is not depending on the contracts package indirectly via t…
Browse files Browse the repository at this point in the history
…he SDK
  • Loading branch information
jaybuidl committed Jan 12, 2024
1 parent 14d36d2 commit ef42969
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 23 deletions.
4 changes: 1 addition & 3 deletions kleros-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,15 @@
"test:run": "vitest run"
},
"devDependencies": {
"@types/chai": "^4.3.11",
"@types/mocha": "^10.0.6",
"@vitest/ui": "^1.1.3",
"chai": "^4.3.8",
"dotenv": "^16.3.1",
"mocha": "^10.2.0",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"vitest": "^1.1.3"
},
"dependencies": {
"@kleros/kleros-v2-contracts": "workspace:^",
"@reality.eth/reality-eth-lib": "^3.2.30",
"zod": "^3.22.4"
}
Expand Down
1 change: 0 additions & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@
"dependencies": {
"@filebase/client": "^0.0.5",
"@kleros/kleros-sdk": "workspace:^",
"@kleros/kleros-v2-contracts": "workspace:^",
"@kleros/ui-components-library": "^2.6.3",
"@sentry/react": "^7.55.2",
"@sentry/tracing": "^7.55.2",
Expand Down
20 changes: 1 addition & 19 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5615,11 +5615,9 @@ __metadata:
version: 0.0.0-use.local
resolution: "@kleros/kleros-sdk@workspace:kleros-sdk"
dependencies:
"@kleros/kleros-v2-contracts": "workspace:^"
"@reality.eth/reality-eth-lib": ^3.2.30
"@types/chai": ^4.3.11
"@types/mocha": ^10.0.6
"@vitest/ui": ^1.1.3
chai: ^4.3.8
dotenv: ^16.3.1
mocha: ^10.2.0
ts-node: ^10.9.2
Expand Down Expand Up @@ -5744,7 +5742,6 @@ __metadata:
"@graphql-codegen/cli": ^4.0.1
"@graphql-codegen/client-preset": ^4.1.0
"@kleros/kleros-sdk": "workspace:^"
"@kleros/kleros-v2-contracts": "workspace:^"
"@kleros/kleros-v2-eslint-config": "workspace:^"
"@kleros/kleros-v2-prettier-config": "workspace:^"
"@kleros/kleros-v2-tsconfig": "workspace:^"
Expand Down Expand Up @@ -13911,21 +13908,6 @@ __metadata:
languageName: node
linkType: hard

"chai@npm:^4.3.8":
version: 4.4.0
resolution: "chai@npm:4.4.0"
dependencies:
assertion-error: ^1.1.0
check-error: ^1.0.3
deep-eql: ^4.1.3
get-func-name: ^2.0.2
loupe: ^2.3.6
pathval: ^1.1.1
type-detect: ^4.0.8
checksum: 2509a0acc2707f0664157cdc9d72b1466c71cedba19a22fec80ae550593fdcfc108fd86d4a7fec3be631b6c0589bf4f05652ee73fa55dbc748387ff6cc85c6b3
languageName: node
linkType: hard

"chalk@npm:3.0.0":
version: 3.0.0
resolution: "chalk@npm:3.0.0"
Expand Down

0 comments on commit ef42969

Please sign in to comment.