Skip to content

Commit

Permalink
chore: bump relay-test-utils from 13.2.0 to 16.2.0 in /app
Browse files Browse the repository at this point in the history
Bumps [relay-test-utils](https://github.com/facebook/relay/tree/HEAD/packages/relay-test-utils) from 13.2.0 to 16.2.0.
- [Release notes](https://github.com/facebook/relay/releases)
- [Commits](https://github.com/facebook/relay/commits/v16.2.0/packages/relay-test-utils)

---
updated-dependencies:
- dependency-name: relay-test-utils
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 6, 2024
1 parent 0fba489 commit da968d2
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
"prettier": "^3.2.5",
"react-dom": "^18.2.0",
"relay-compiler": "^13.2.0",
"relay-test-utils": "^13.2.0",
"relay-test-utils": "^16.2.0",
"supertest": "^6.3.4",
"ts-jest": "^28.0.2",
"ts-node": "^10.9.1",
Expand Down
19 changes: 14 additions & 5 deletions app/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12235,15 +12235,24 @@ [email protected], relay-runtime@^13.2.0:
fbjs "^3.0.2"
invariant "^2.2.4"

relay-test-utils@^13.2.0:
version "13.2.0"
resolved "https://registry.yarnpkg.com/relay-test-utils/-/relay-test-utils-13.2.0.tgz#8438c2097155d6c989c70dd3c86b7bff68f9db88"
integrity sha512-BBEdg4VGpJkLpZV4dv3lDHTn33QcL5l+Bb/nfT6e3Xccd1hlImAeKapdiX3ILNJioKEwhoMAc4t+2aTwWJQD7g==
relay-runtime@16.2.0:
version "16.2.0"
resolved "https://registry.yarnpkg.com/relay-runtime/-/relay-runtime-16.2.0.tgz#1126b67749b89f6d4855ebd7e5749033fab5b97f"
integrity sha512-SrIyYItH1EZUj37NI8nZALasuq7mNyFrrSNgMefhgxNZxTVnr1KCp43LaxUfZqhsWbw4Y00JSGDRQXlcv4STHQ==
dependencies:
"@babel/runtime" "^7.0.0"
fbjs "^3.0.2"
invariant "^2.2.4"
relay-runtime "13.2.0"

relay-test-utils@^16.2.0:
version "16.2.0"
resolved "https://registry.yarnpkg.com/relay-test-utils/-/relay-test-utils-16.2.0.tgz#0f94b65a169bca2fc98d3f06b93e0cc006bb7a97"
integrity sha512-nslgYqW7bIwEvlUbZoISgLz2TGh3/wHZWEQSwQ7oFZ8gpw6mRatG1ortIywGLhfqsRw5q9t6BJXdiqbl4BPu4w==
dependencies:
"@babel/runtime" "^7.0.0"
fbjs "^3.0.2"
invariant "^2.2.4"
relay-runtime "16.2.0"

[email protected]:
version "0.4.2"
Expand Down

0 comments on commit da968d2

Please sign in to comment.