From 24999cce64544fabaadc8ff0c2f872bed6ac0e2d Mon Sep 17 00:00:00 2001 From: Aaron Date: Tue, 31 Oct 2023 13:29:55 +0100 Subject: [PATCH] revert io-ts and fp-ts changes as they broke the build --- .changeset/brave-hats-smoke.md | 11 ++++++++++ packages/common/package.json | 4 ++-- packages/encrypted-backup/package.json | 4 ++-- packages/identity/package.json | 4 ++-- yarn.lock | 28 ++++++-------------------- 5 files changed, 23 insertions(+), 28 deletions(-) create mode 100644 .changeset/brave-hats-smoke.md diff --git a/.changeset/brave-hats-smoke.md b/.changeset/brave-hats-smoke.md new file mode 100644 index 000000000..da118411e --- /dev/null +++ b/.changeset/brave-hats-smoke.md @@ -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 diff --git a/packages/common/package.json b/packages/common/package.json index 837f30105..221c6348d 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -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" }, diff --git a/packages/encrypted-backup/package.json b/packages/encrypted-backup/package.json index 08a7f1168..5bb8748b3 100644 --- a/packages/encrypted-backup/package.json +++ b/packages/encrypted-backup/package.json @@ -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", diff --git a/packages/identity/package.json b/packages/identity/package.json index 9b2d82d47..01b108fa0 100644 --- a/packages/identity/package.json +++ b/packages/identity/package.json @@ -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", diff --git a/yarn.lock b/yarn.lock index 69e06d39f..026fb11bc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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 @@ -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/ganache@7.8.0-unofficial.0" - io-ts: "npm:2.2.20" + io-ts: "npm:2.0.1" jest: "npm:^29.7.0" old-identity-sdk: "npm:@celo/identity@1.5.2" languageName: unknown @@ -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" @@ -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" @@ -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"