Skip to content

Commit

Permalink
chore: bump strapi-typed to 1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
cyp3rius committed Apr 15, 2022
1 parent 5e7933d commit 092cc25
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 43 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
48 changes: 6 additions & 42 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -818,17 +793,6 @@
pluralize "^8.0.0"
subscriptions-transport-ws "0.9.19"

"@strapi/[email protected]", "@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/[email protected]", "@strapi/utils@^4.1.8":
version "4.1.8"
resolved "https://registry.yarnpkg.com/@strapi/utils/-/utils-4.1.8.tgz#22c5b10b145f0ce005aefdb5611552ac73d02b23"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 092cc25

Please sign in to comment.