Skip to content

Commit

Permalink
revert io-ts and fp-ts changes as they broke the build
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronmgdr committed Oct 31, 2023
1 parent af846ff commit 24999cc
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 28 deletions.
11 changes: 11 additions & 0 deletions .changeset/brave-hats-smoke.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
'@celo/encrypted-backup': patch
'@celo/identity': patch
'@celo/phone-number-privacy-common': patch
'@celo/phone-number-privacy-combiner': patch
'odis-example-scripts': patch
'@celo/phone-number-privacy-monitor': patch
'@celo/phone-number-privacy-signer': patch
---

Upgraded Dependencies https://github.com/celo-org/social-connect/pull/144
4 changes: 2 additions & 2 deletions packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"dotenv": "^8.2.0",
"elliptic": "^6.5.4",
"express": "^4.17.6",
"fp-ts": "2.16.1",
"io-ts": "2.2.20",
"fp-ts": "2.1.1",
"io-ts": "2.0.1",
"is-base64": "^1.1.0",
"node-fetch": "^2.6.9"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/encrypted-backup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
"@celo/wallet-local": "^5.1.0",
"@types/debug": "^4.1.10",
"debug": "^4.1.1",
"fp-ts": "2.16.1",
"io-ts": "2.2.20"
"fp-ts": "2.1.1",
"io-ts": "2.0.1"
},
"devDependencies": {
"@celo/dev-utils": "0.0.1-beta.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/identity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"debug": "^4.1.1",
"elliptic": "^6.5.4",
"ethereum-cryptography": "1.2.0",
"fp-ts": "2.16.1",
"io-ts": "2.2.20"
"fp-ts": "2.1.1",
"io-ts": "2.0.1"
},
"devDependencies": {
"@celo/celo-devchain": "6.0.0",
Expand Down
28 changes: 6 additions & 22 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1828,8 +1828,8 @@ __metadata:
"@types/debug": "npm:^4.1.10"
debug: "npm:^4.1.1"
fetch-mock: "npm:9.11.0"
fp-ts: "npm:2.16.1"
io-ts: "npm:2.2.20"
fp-ts: "npm:2.1.1"
io-ts: "npm:2.0.1"
jest: "npm:^29.7.0"
languageName: unknown
linkType: soft
Expand All @@ -1855,9 +1855,9 @@ __metadata:
elliptic: "npm:^6.5.4"
ethereum-cryptography: "npm:1.2.0"
fetch-mock: "npm:9.11.0"
fp-ts: "npm:2.16.1"
fp-ts: "npm:2.1.1"
ganache: "npm:@celo/[email protected]"
io-ts: "npm:2.2.20"
io-ts: "npm:2.0.1"
jest: "npm:^29.7.0"
old-identity-sdk: "npm:@celo/[email protected]"
languageName: unknown
Expand Down Expand Up @@ -1965,8 +1965,8 @@ __metadata:
dotenv: "npm:^8.2.0"
elliptic: "npm:^6.5.4"
express: "npm:^4.17.6"
fp-ts: "npm:2.16.1"
io-ts: "npm:2.2.20"
fp-ts: "npm:2.1.1"
io-ts: "npm:2.0.1"
is-base64: "npm:^1.1.0"
jest: "npm:^29.7.0"
node-fetch: "npm:^2.6.9"
Expand Down Expand Up @@ -11955,13 +11955,6 @@ __metadata:
languageName: node
linkType: hard

"fp-ts@npm:2.16.1":
version: 2.16.1
resolution: "fp-ts@npm:2.16.1"
checksum: 31d2fe47ffc1420044fe60322b2e72c05013aa0c3bfd19c68de92a44d793c70f423794a46b53f99f7c6ca489975401235219219e88790e5ba34095198b950c16
languageName: node
linkType: hard

"fresh@npm:0.5.2":
version: 0.5.2
resolution: "fresh@npm:0.5.2"
Expand Down Expand Up @@ -13379,15 +13372,6 @@ __metadata:
languageName: node
linkType: hard

"io-ts@npm:2.2.20":
version: 2.2.20
resolution: "io-ts@npm:2.2.20"
peerDependencies:
fp-ts: ^2.5.0
checksum: c4508f666dec87ac5e343f11a1d69f4026509b0add3a88c9a39b71ca2d5117396af14ee2b6d1324a17763857d97dd3933095a6b99d885c3b38a89b548e5e32b3
languageName: node
linkType: hard

"ip-regex@npm:^4.1.0":
version: 4.3.0
resolution: "ip-regex@npm:4.3.0"
Expand Down

0 comments on commit 24999cc

Please sign in to comment.