From 90b0861797b56d1bda6497713b6dae68ab563b22 Mon Sep 17 00:00:00 2001 From: gcanti Date: Wed, 3 Jan 2024 16:19:55 +0100 Subject: [PATCH] update effect --- .changeset/weak-cougars-flash.md | 5 +++++ package.json | 8 ++++---- pnpm-lock.yaml | 20 ++++++++++---------- 3 files changed, 19 insertions(+), 14 deletions(-) create mode 100644 .changeset/weak-cougars-flash.md diff --git a/.changeset/weak-cougars-flash.md b/.changeset/weak-cougars-flash.md new file mode 100644 index 0000000..870d925 --- /dev/null +++ b/.changeset/weak-cougars-flash.md @@ -0,0 +1,5 @@ +--- +"@fp-ts/optic": minor +--- + +update effect diff --git a/package.json b/package.json index e5e8ecb..237fcaf 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "@effect-ts/core": "^0.60.5", "@effect/docgen": "^0.2.0", "@effect/dtslint": "^0.0.4", - "@effect/typeclass": "^0.21.0", + "@effect/typeclass": "^0.22.0", "@repo-tooling/eslint-plugin-dprint": "^0.0.4", "@types/benchmark": "^2.1.2", "@types/glob": "^8.1.0", @@ -86,7 +86,7 @@ "babel-plugin-annotate-pure-calls": "^0.4.0", "concurrently": "^8.0.1", "cpx": "^1.5.0", - "effect": "2.0.0-next.62", + "effect": "2.0.0", "eslint": "^8.37.0", "eslint-import-resolver-typescript": "^3.5.5", "eslint-plugin-codegen": "0.17.0", @@ -107,7 +107,7 @@ "vitest": "0.30.1" }, "peerDependencies": { - "@effect/typeclass": "^0.21.0", - "effect": "2.0.0-next.62" + "@effect/typeclass": "^0.22.0", + "effect": "^2.0.0" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 40aae9a..a756038 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -33,8 +33,8 @@ devDependencies: specifier: ^0.0.4 version: 0.0.4(typescript@5.3.2) '@effect/typeclass': - specifier: ^0.21.0 - version: 0.21.0(effect@2.0.0-next.62) + specifier: ^0.22.0 + version: 0.22.0(effect@2.0.0) '@repo-tooling/eslint-plugin-dprint': specifier: ^0.0.4 version: 0.0.4(typescript@5.3.2) @@ -75,8 +75,8 @@ devDependencies: specifier: ^1.5.0 version: 1.5.0 effect: - specifier: 2.0.0-next.62 - version: 2.0.0-next.62 + specifier: 2.0.0 + version: 2.0.0 eslint: specifier: ^8.37.0 version: 8.41.0 @@ -677,12 +677,12 @@ packages: typescript: 5.3.2 dev: true - /@effect/typeclass@0.21.0(effect@2.0.0-next.62): - resolution: {integrity: sha512-J0UU0lZqILcjt/6x1a7ykf608NlO45Mg3rajgjifMRONTc4ANDPBTLE6/e2eknwS/unIVX6LJFEZEPotfQIe6Q==} + /@effect/typeclass@0.22.0(effect@2.0.0): + resolution: {integrity: sha512-1++hmUh/ODupG6Xh4GdQ9XlpD8+PB0beWypbb+bmvKLCWrRTfSZt6r4ueqxxa0k+yzyEIs7PXBxUL9FXKaLSDQ==} peerDependencies: - effect: 2.0.0-next.62 + effect: ^2.0.0 dependencies: - effect: 2.0.0-next.62 + effect: 2.0.0 dev: true /@esbuild/android-arm64@0.17.19: @@ -2683,8 +2683,8 @@ packages: resolution: {integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==} dev: true - /effect@2.0.0-next.62: - resolution: {integrity: sha512-fJhLzf5oouL4WZP314ZJgZz5Bel7OHTY+YFxO06sW1mSvqJz0s28y7jDHr5zhtTNM1YRvzbeLYUYfNaJYKqx1A==} + /effect@2.0.0: + resolution: {integrity: sha512-yYYNf91dlk7dEl+U1QzeSiMHIM9zz1/NqSJ5hNRZ6GrFwctaCQcdxmAhll6mQRCgXFIAMhMEawmATlGLWtU5qQ==} dev: true /electron-to-chromium@1.4.402: