From c2cd3608efa45a3fb8d7b5f57119ff007365ecd1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Aug 2021 09:48:42 +0200 Subject: [PATCH] build(deps-dev): bump computed-types from 1.7.0 to 1.9.0 (#212) Bumps [computed-types](https://github.com/neuledge/computed-types) from 1.7.0 to 1.9.0. - [Release notes](https://github.com/neuledge/computed-types/releases) - [Commits](https://github.com/neuledge/computed-types/commits/v1.9.0) --- updated-dependencies: - dependency-name: computed-types dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .../__tests__/__snapshots__/computed-types.ts.snap | 12 +----------- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 14 deletions(-) diff --git a/computed-types/src/__tests__/__snapshots__/computed-types.ts.snap b/computed-types/src/__tests__/__snapshots__/computed-types.ts.snap index eb1ab281..94d87a95 100644 --- a/computed-types/src/__tests__/__snapshots__/computed-types.ts.snap +++ b/computed-types/src/__tests__/__snapshots__/computed-types.ts.snap @@ -21,17 +21,7 @@ Object { "type": "ValidationError", }, "like": Object { - "id": Object { - "message": "Expect value to be \\"number\\"", - "ref": undefined, - "type": "ValidationError", - }, - "message": "id: Expect value to be \\"number\\"", - "name": Object { - "message": "Expect value to be \\"string\\"", - "ref": undefined, - "type": "ValidationError", - }, + "message": "Expect value to be \\"string\\"", "ref": undefined, "type": "ValidationError", }, diff --git a/yarn.lock b/yarn.lock index dbe5bf75..86bb5eb7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2320,9 +2320,9 @@ commondir@^1.0.1: integrity sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs= computed-types@^1.7.0: - version "1.7.0" - resolved "https://registry.yarnpkg.com/computed-types/-/computed-types-1.7.0.tgz#f4636aafd9c58eac23001b57a72cd27f5de15b47" - integrity sha512-bRXfRgd6xBmt7PU9VsHJKPPNCIqpziHOuiMpsA5Pud6YlRXvM6ZvVgsSAJL4rqBL222CeMvKT2oq+CdCBMPsOg== + version "1.9.0" + resolved "https://registry.yarnpkg.com/computed-types/-/computed-types-1.9.0.tgz#347aff586f1c106914d3bf95f91a1cca52c67518" + integrity sha512-g4BT09bX2ygdly0EzaUwnYLn2T3Nsbf03bc/bzOXl+IP1k7YERGdX/l1Katkw9w7TsF68mqLmMfgjToesIS8qw== concat-map@0.0.1: version "0.0.1"