Skip to content

Commit

Permalink
fix: fix peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
baumstern committed Feb 14, 2024
1 parent 828bfac commit e7c1628
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
"dotenv": "^16.0.3",
"ethers": "5.5.1",
"express": "^4.18.2",
"iron-session": "^6.3.1",
"pg": "^8.8.0",
Expand All @@ -40,7 +41,6 @@
"@nestjs/testing": "^9.0.0",
"@types/express": "^4.17.13",
"@types/node": "18.11.18",
"ethers": "5.5.1",
"rimraf": "^5.0.1",
"ts-node": "^10.0.0",
"typescript": "^4.7.4"
Expand Down
1 change: 1 addition & 0 deletions apps/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"@bandada/api-sdk": "1.1.0",
"@bandada/utils": "1.1.0",
"@chakra-ui/react": "^2.5.1",
"@chakra-ui/styled-system": "^2.0.0",
"@chakra-ui/theme-tools": "^2.0.16",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
Expand Down
3 changes: 2 additions & 1 deletion apps/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,14 @@
"@bandada/credentials": "1.1.0",
"@bandada/utils": "1.1.0",
"@chakra-ui/react": "^2.5.1",
"@chakra-ui/styled-system": "^2.0.0",
"@chakra-ui/theme-tools": "^2.0.16",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@fontsource-variable/unbounded": "^5.0.5",
"@rainbow-me/rainbowkit": "^0.12.8",
"@semaphore-protocol/data": "3.10.0",
"ethers": "^5.4.7",
"ethers": "5.5.1",
"framer-motion": "^10.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
22 changes: 21 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1826,6 +1826,17 @@ __metadata:
languageName: node
linkType: hard

"@chakra-ui/styled-system@npm:^2.0.0":
version: 2.9.2
resolution: "@chakra-ui/styled-system@npm:2.9.2"
dependencies:
"@chakra-ui/shared-utils": 2.0.5
csstype: ^3.1.2
lodash.mergewith: 4.6.2
checksum: 05202a86f1d8c6f37b5a95a56d7aed6b24fe12ac17f54690d46fcc7715e5e78e34a2aa0a15dc83e26396c4d7bc8188e761ddc2938e65cd782b11576a66a73519
languageName: node
linkType: hard

"@chakra-ui/switch@npm:2.0.22":
version: 2.0.22
resolution: "@chakra-ui/switch@npm:2.0.22"
Expand Down Expand Up @@ -9117,6 +9128,7 @@ __metadata:
"@bandada/api-sdk": 1.1.0
"@bandada/utils": 1.1.0
"@chakra-ui/react": ^2.5.1
"@chakra-ui/styled-system": ^2.0.0
"@chakra-ui/theme-tools": ^2.0.16
"@emotion/react": ^11.10.6
"@emotion/styled": ^11.10.6
Expand Down Expand Up @@ -9810,6 +9822,13 @@ __metadata:
languageName: node
linkType: hard

"csstype@npm:^3.1.2":
version: 3.1.3
resolution: "csstype@npm:3.1.3"
checksum: 8db785cc92d259102725b3c694ec0c823f5619a84741b5c7991b8ad135dfaa66093038a1cc63e03361a6cd28d122be48f2106ae72334e067dd619a51f49eddf7
languageName: node
linkType: hard

"cz-conventional-changelog@npm:3.2.0":
version: 3.2.0
resolution: "cz-conventional-changelog@npm:3.2.0"
Expand Down Expand Up @@ -9867,6 +9886,7 @@ __metadata:
"@bandada/credentials": 1.1.0
"@bandada/utils": 1.1.0
"@chakra-ui/react": ^2.5.1
"@chakra-ui/styled-system": ^2.0.0
"@chakra-ui/theme-tools": ^2.0.16
"@emotion/react": ^11.10.6
"@emotion/styled": ^11.10.6
Expand All @@ -9876,7 +9896,7 @@ __metadata:
"@types/react": ^18.0.27
"@types/react-dom": ^18.0.10
"@vitejs/plugin-react": ^3.1.0
ethers: ^5.4.7
ethers: 5.5.1
framer-motion: ^10.0.1
react: ^18.2.0
react-dom: ^18.2.0
Expand Down

0 comments on commit e7c1628

Please sign in to comment.