Skip to content

Commit d2581e5

Browse files
chore: remove-kleros-app-from-workspace
1 parent 64da137 commit d2581e5

File tree

4 files changed

+264
-408
lines changed

4 files changed

+264
-408
lines changed

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@
2525
"web-devtools",
2626
"eslint-config",
2727
"prettier-config",
28-
"tsconfig",
29-
"kleros-app"
28+
"tsconfig"
3029
],
3130
"packageManager": "[email protected]",
3231
"volta": {

web/netlify.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ YARN_ENABLE_GLOBAL_CACHE = "true"
77
# YARN_CACHE_FOLDER = "$HOME/.yarn_cache"
88
# YARN_VERSION = "3.2.0"
99
[build]
10-
command = "yarn workspace @kleros/kleros-v2-contracts install && yarn workspace @kleros/kleros-app install && yarn workspace @kleros/kleros-v2-web install && yarn workspace @kleros/kleros-v2-contracts build && yarn workspace @kleros/kleros-app build && yarn workspace @kleros/kleros-v2-web build-netlify"
10+
command = "yarn workspace @kleros/kleros-v2-contracts install && yarn workspace @kleros/kleros-v2-web install && yarn workspace @kleros/kleros-v2-contracts build && yarn workspace @kleros/kleros-v2-web build-netlify"
1111

1212
[functions]
1313
directory = "web/netlify/functions/"

web/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
},
7979
"dependencies": {
8080
"@cyntler/react-doc-viewer": "^1.17.0",
81-
"@kleros/kleros-app": "workspace:^",
81+
"@kleros/kleros-app": "^2.0.1",
8282
"@kleros/kleros-sdk": "workspace:^",
8383
"@kleros/kleros-v2-contracts": "workspace:^",
8484
"@kleros/ui-components-library": "^2.16.0",
@@ -117,7 +117,7 @@
117117
"react-toastify": "^9.1.3",
118118
"react-use": "^17.5.1",
119119
"styled-components": "^5.3.3",
120-
"viem": "^2.21.48",
121-
"wagmi": "^2.13.0"
120+
"viem": "^2.21.54",
121+
"wagmi": "^2.13.4"
122122
}
123123
}

0 commit comments

Comments
 (0)