Skip to content

Commit

Permalink
fix(deps): update dependency relay-compiler to v11.0.1 (ardatan#2763)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored Mar 24, 2021
1 parent 3c42fdd commit a8f5abd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/relay-operation-optimizer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"dependencies": {
"@graphql-tools/utils": "^7.1.0",
"relay-compiler": "11.0.0",
"relay-compiler": "11.0.1",
"tslib": "~2.1.0"
},
"devDependencies": {
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12164,10 +12164,10 @@ relateurl@^0.2.7:
resolved "https://registry.yarnpkg.com/relateurl/-/relateurl-0.2.7.tgz#54dbf377e51440aca90a4cd274600d3ff2d888a9"
integrity sha1-VNvzd+UUQKypCkzSdGANP/LYiKk=

[email protected].0:
version "11.0.0"
resolved "https://registry.yarnpkg.com/relay-compiler/-/relay-compiler-11.0.0.tgz#265bded552b0938ad597ea14b9488e3d818b99cf"
integrity sha512-xAVcnWBNtkIJqRwae2agY+riDhh00bV/HqwbcBYijK/S9jKPEFLx9FguGG1V8EWgS/barBsBMtE7CG916GtSrA==
[email protected].1:
version "11.0.1"
resolved "https://registry.yarnpkg.com/relay-compiler/-/relay-compiler-11.0.1.tgz#157849f2ee0f54447acfe718a629301d5f44124e"
integrity sha512-oFtnkbF2pzRISlfnNE87sy+vv+nqwLTZO/coF3SotOPFqPVgMJFT/lR9pIDeGzMuNrLn33eVbOBP//LDV31DFQ==
dependencies:
"@babel/core" "^7.0.0"
"@babel/generator" "^7.5.0"
Expand All @@ -12182,14 +12182,14 @@ [email protected]:
glob "^7.1.1"
immutable "~3.7.6"
nullthrows "^1.1.1"
relay-runtime "11.0.0"
relay-runtime "11.0.1"
signedsource "^1.0.0"
yargs "^15.3.1"

[email protected].0:
version "11.0.0"
resolved "https://registry.yarnpkg.com/relay-runtime/-/relay-runtime-11.0.0.tgz#cb3244dc4e2919a51fdcbedddd5d13a20cf393e8"
integrity sha512-7oeyW4hulyK3p4eB63Rsllo/es83xflCAt2HMWCpH2q0fi21iJBR02kK3wCPM/yFwi3i0K83W+UksLFQdE0CaQ==
[email protected].1:
version "11.0.1"
resolved "https://registry.yarnpkg.com/relay-runtime/-/relay-runtime-11.0.1.tgz#0816b7a102dc5cea1c778a4c21a4f26bacdffa3e"
integrity sha512-ljlFQfs4Q1g5FrjgyXb2TbLbKbsgIuWrFJ9a70kmVDNQdroMzwS+7HqYdI7bGaIW3EpjE8besSkPHPUY6woI3w==
dependencies:
"@babel/runtime" "^7.0.0"
fbjs "^3.0.0"
Expand Down

0 comments on commit a8f5abd

Please sign in to comment.