From 092cc251db53456ceb1b6e450fe8271165a6cc80 Mon Sep 17 00:00:00 2001 From: Mateusz Ziarko Date: Fri, 15 Apr 2022 12:28:15 +0200 Subject: [PATCH] chore: bump strapi-typed to 1.0.8 --- package.json | 2 +- yarn.lock | 48 ++++++------------------------------------------ 2 files changed, 7 insertions(+), 43 deletions(-) diff --git a/package.json b/package.json index a2f5f4a..7cff196 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "rimraf": "^3.0.2", "ts-jest": "^27.1.3", "ts-node": "^10.7.0", - "strapi-typed": "^1.0.7", + "strapi-typed": "^1.0.8", "typescript": "^4.5.5" }, "peerDependencies": { diff --git a/yarn.lock b/yarn.lock index 5719f93..fe711e6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -768,31 +768,6 @@ dependencies: "@sinonjs/commons" "^1.7.0" -"@strapi/plugin-graphql@^4.1.6": - version "4.1.6" - resolved "https://registry.yarnpkg.com/@strapi/plugin-graphql/-/plugin-graphql-4.1.6.tgz#c5c5c5fe5581a953803142c6836a12a4f0e1207c" - integrity sha512-TiGFbX6HdTHikWi4sPwiNZih6HOVLh1Y6wmEfjpxTsm4pYog9KE78Jr7SIIIcXaXrfZAHdT0xAOaB9W8assN7w== - dependencies: - "@apollo/federation" "^0.28.0" - "@graphql-tools/schema" "8.1.2" - "@graphql-tools/utils" "^8.0.2" - "@strapi/utils" "4.1.6" - apollo-server-core "3.1.2" - apollo-server-koa "3.1.2" - glob "^7.1.7" - graphql "^15.5.1" - graphql-depth-limit "^1.1.0" - graphql-iso-date "^3.6.1" - graphql-playground-middleware-koa "^1.6.21" - graphql-type-json "^0.3.2" - graphql-type-long "^0.1.1" - graphql-upload "^13.0.0" - koa-compose "^4.1.0" - lodash "4.17.21" - nexus "1.2.0" - pluralize "^8.0.0" - subscriptions-transport-ws "0.9.19" - "@strapi/plugin-graphql@^4.1.8": version "4.1.8" resolved "https://registry.yarnpkg.com/@strapi/plugin-graphql/-/plugin-graphql-4.1.8.tgz#7c3c9698bd191cfed130ddc9f2024ea936228a0e" @@ -818,17 +793,6 @@ pluralize "^8.0.0" subscriptions-transport-ws "0.9.19" -"@strapi/utils@4.1.6", "@strapi/utils@^4.1.6": - version "4.1.6" - resolved "https://registry.yarnpkg.com/@strapi/utils/-/utils-4.1.6.tgz#edfdec2470143b2437cc95a5119ef5fa7d892eb4" - integrity sha512-QVuxGKHw9uh72CwtpKJTPz5ECgFBbtydvUjY34PCZMPkJ0EQ7/spz3KZbB+v2JSPgy1apZJn5qkBGFcvSvBxRw== - dependencies: - "@sindresorhus/slugify" "1.1.0" - date-fns "2.24.0" - http-errors "1.8.0" - lodash "4.17.21" - yup "0.32.9" - "@strapi/utils@4.1.8", "@strapi/utils@^4.1.8": version "4.1.8" resolved "https://registry.yarnpkg.com/@strapi/utils/-/utils-4.1.8.tgz#22c5b10b145f0ce005aefdb5611552ac73d02b23" @@ -4023,13 +3987,13 @@ stack-utils@^2.0.3: resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.5.0.tgz#161c7dac177659fd9811f43771fa99381478628c" integrity sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow= -strapi-typed@^1.0.7: - version "1.0.7" - resolved "https://registry.yarnpkg.com/strapi-typed/-/strapi-typed-1.0.7.tgz#6f7a9bc5619138a842f456d7fb7db7854ca5f2d5" - integrity sha512-g6mpK1GSwpse6rOJ6bCdpQYdL1glHrSxtFjn+drdeZL3k5jEsIzp+MXDGomeAo04mP7KycJ3l+j+ZM0r/ob2LQ== +strapi-typed@^1.0.8: + version "1.0.8" + resolved "https://registry.yarnpkg.com/strapi-typed/-/strapi-typed-1.0.8.tgz#2dc48b5dc0022fd25a72be5f59ae990e3676d765" + integrity sha512-ncJ6/+wKjIqUG9SHOvxUvLQ2WwwpkMd5YWLzqukkDKTfbRZ0zZRWl95APZemD40VHq5rKCGZAkpvUllITcJ0bw== dependencies: - "@strapi/plugin-graphql" "^4.1.6" - "@strapi/utils" "^4.1.6" + "@strapi/plugin-graphql" "^4.1.8" + "@strapi/utils" "^4.1.8" stream-events@^1.0.5: version "1.0.5"