Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update-ui-components-lib #1802

Merged
merged 1 commit into from
Dec 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion web-devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
},
"dependencies": {
"@kleros/kleros-sdk": "workspace:^",
"@kleros/ui-components-library": "^2.15.0",
"@kleros/ui-components-library": "^2.19.0",
"@tanstack/react-query": "^5.61.0",
"@wagmi/connectors": "^5.5.0",
"@wagmi/core": "^2.15.0",
Expand Down
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"@kleros/kleros-app": "^2.0.1",
"@kleros/kleros-sdk": "workspace:^",
"@kleros/kleros-v2-contracts": "workspace:^",
"@kleros/ui-components-library": "^2.18.0",
"@kleros/ui-components-library": "^2.19.0",
"@lifi/wallet-management": "^3.4.6",
"@lifi/widget": "^3.12.3",
"@sentry/react": "^7.120.0",
Expand Down
35 changes: 6 additions & 29 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5516,7 +5516,7 @@ __metadata:
"@graphql-codegen/cli": "npm:^5.0.3"
"@graphql-codegen/client-preset": "npm:^4.5.1"
"@kleros/kleros-sdk": "workspace:^"
"@kleros/ui-components-library": "npm:^2.15.0"
"@kleros/ui-components-library": "npm:^2.19.0"
"@svgr/webpack": "npm:^8.1.0"
"@tanstack/react-query": "npm:^5.61.0"
"@types/node": "npm:^20.17.6"
Expand Down Expand Up @@ -5572,7 +5572,7 @@ __metadata:
"@kleros/kleros-v2-eslint-config": "workspace:^"
"@kleros/kleros-v2-prettier-config": "workspace:^"
"@kleros/kleros-v2-tsconfig": "workspace:^"
"@kleros/ui-components-library": "npm:^2.18.0"
"@kleros/ui-components-library": "npm:^2.19.0"
"@lifi/wallet-management": "npm:^3.4.6"
"@lifi/widget": "npm:^3.12.3"
"@sentry/react": "npm:^7.120.0"
Expand Down Expand Up @@ -5634,32 +5634,9 @@ __metadata:
languageName: unknown
linkType: soft

"@kleros/ui-components-library@npm:^2.15.0":
version: 2.15.0
resolution: "@kleros/ui-components-library@npm:2.15.0"
dependencies:
"@datepicker-react/hooks": "npm:^2.8.4"
"@swc/helpers": "npm:^0.3.2"
rc-slider: "npm:^9.7.5"
react: "npm:^18.0.0"
react-dom: "npm:^18.0.0"
react-is: "npm:^18.0.0"
simplebar: "npm:^5.3.6"
simplebar-react: "npm:^2.3.6"
smooth-scroll-into-view-if-needed: "npm:^1.1.33"
usehooks-ts: "npm:^2.9.1"
peerDependencies:
react: ^18.0.0
react-dom: ^18.0.0
react-is: ^18.0.0
styled-components: ^5.3.3
checksum: 10/7c97e8fe45b1cd002a0aaf7fe4670b8c668a3abbbab82fac9261ef9a8382ccaf7d4a974ee54b8f299f1e8e7b68e58dab1f3f31d7c8b3b60c58a5af8abdf4a783
languageName: node
linkType: hard

"@kleros/ui-components-library@npm:^2.18.0":
version: 2.18.0
resolution: "@kleros/ui-components-library@npm:2.18.0"
"@kleros/ui-components-library@npm:^2.19.0":
version: 2.19.0
resolution: "@kleros/ui-components-library@npm:2.19.0"
dependencies:
"@datepicker-react/hooks": "npm:^2.8.4"
"@swc/helpers": "npm:^0.3.2"
Expand All @@ -5676,7 +5653,7 @@ __metadata:
react-dom: ^18.0.0
react-is: ^18.0.0
styled-components: ^5.3.3
checksum: 10/ef51cd75eaf037c2b2c69a0236a3b2891c657c339c5b357e5aa8ba84d9e1626bbbd76bf954d578f1caad3bbe2bc7d62097eace475ce62a7d8bfaafef5239d0ad
checksum: 10/b4c6b4e35812582af48246546ce634e7c6f2bb62281f3deff100897f905c53b54f85e35f2f04ae68cee89d83412750b2005a0791195f33610bffbd78e77846f4
languageName: node
linkType: hard

Expand Down
Loading