Skip to content

Commit

Permalink
chore(deps): update relay monorepo to v11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 10, 2021
1 parent 12ab57a commit 0eecda9
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"@babel/node": "^7.13.0",
"babel-jest": "^26.6.3",
"babel-plugin-add-module-exports": "^1.0.4",
"babel-plugin-relay": "^10.1.3",
"babel-plugin-relay": "^11.0.0",
"codecov": "^3.8.1",
"eslint": "^7.21.0",
"eslint-config-4catalyzer": "^1.1.5",
Expand All @@ -76,7 +76,7 @@
"jest": "^26.6.3",
"lint-staged": "^10.5.4",
"prettier": "^2.2.1",
"relay-compiler": "^10.1.3",
"relay-runtime": "^10.1.3"
"relay-compiler": "^11.0.0",
"relay-runtime": "^11.0.0"
}
}
26 changes: 13 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1746,10 +1746,10 @@ babel-plugin-react-intl@^7.0.0:
intl-messageformat-parser "^5.0.8"
schema-utils "^2.6.6"

babel-plugin-relay@^10.1.3:
version "10.1.3"
resolved "https://registry.yarnpkg.com/babel-plugin-relay/-/babel-plugin-relay-10.1.3.tgz#3c52f06869c2295766f4df63736b9ad887386af3"
integrity sha512-2dD9J6lRAT9jOWD6WqMKSdpZ5inoRlyOnEEVGoRVQ9jVR6ktO+KDgigS/+sfbg8GIY+3Xb/meC1cegdI5evrSA==
babel-plugin-relay@^11.0.0:
version "11.0.0"
resolved "https://registry.yarnpkg.com/babel-plugin-relay/-/babel-plugin-relay-11.0.0.tgz#82c6049bd94d84ebddc3b63ffe4fb4baceb90d39"
integrity sha512-pTNnFK5R7j8QxNZTx6w2TtV7MDL83+ncsGY9GOy8HdbAWpwQNFO1nRCUrLF1UrByHF2ARei+0yCNM+gxI8ezwg==
dependencies:
babel-plugin-macros "^2.0.0"

Expand Down Expand Up @@ -5030,10 +5030,10 @@ regjsparser@^0.6.4:
dependencies:
jsesc "~0.5.0"

relay-compiler@^10.1.3:
version "10.1.3"
resolved "https://registry.yarnpkg.com/relay-compiler/-/relay-compiler-10.1.3.tgz#76ec4fd5d16f5b6aae61183f64b5caaef27f2525"
integrity sha512-AJoET3U8PrLXiA1/jmcr5beR/928+8c8qf46nOuumaNXhTfJC2RvN2fpD0APF0Fti+oKBxwKcQJ93R5BK6A2xw==
relay-compiler@^11.0.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==
dependencies:
"@babel/core" "^7.0.0"
"@babel/generator" "^7.5.0"
Expand All @@ -5048,14 +5048,14 @@ relay-compiler@^10.1.3:
glob "^7.1.1"
immutable "~3.7.6"
nullthrows "^1.1.1"
relay-runtime "10.1.3"
relay-runtime "11.0.0"
signedsource "^1.0.0"
yargs "^15.3.1"

relay-runtime@10.1.3, relay-runtime@^10.1.3:
version "10.1.3"
resolved "https://registry.yarnpkg.com/relay-runtime/-/relay-runtime-10.1.3.tgz#1d7bfe590b50cd7f18f6d1c0f20df71fe5bb451a"
integrity sha512-NSh4CaRRpUaziK72h4T5uKw6rvHovmS/xD9+czqUYg6yKv22ajwBE6SWmjwTSKnt2NBzIfDjh2C3heo9pLbvtg==
relay-runtime@11.0.0, relay-runtime@^11.0.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==
dependencies:
"@babel/runtime" "^7.0.0"
fbjs "^3.0.0"
Expand Down

0 comments on commit 0eecda9

Please sign in to comment.