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 Apr 15, 2021
1 parent 6155879 commit 2f7b44d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 17 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.13",
"babel-jest": "^26.6.3",
"babel-plugin-add-module-exports": "^1.0.4",
"babel-plugin-relay": "^10.1.3",
"babel-plugin-relay": "^11.0.2",
"codecov": "^3.8.1",
"eslint": "^7.24.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.2",
"relay-runtime": "^11.0.2"
}
}
30 changes: 16 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1742,10 +1742,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.2:
version "11.0.2"
resolved "https://registry.yarnpkg.com/babel-plugin-relay/-/babel-plugin-relay-11.0.2.tgz#9ef5903226b12767114e12536c28566bddfe3aad"
integrity sha512-aUvTq/2wTSP43QMPbzLKXA5UTh8le1iXwZMH8Pi7rPnWzSLCaWfX6Jhy1gPVG2ADj2zjTciUsiGlOFoI3rP0Zw==
dependencies:
babel-plugin-macros "^2.0.0"

Expand Down Expand Up @@ -3271,7 +3271,7 @@ intl-messageformat-parser@^5.0.8:
dependencies:
"@formatjs/intl-numberformat" "^4.0.1"

invariant@^2.2.2:
invariant@^2.2.2, invariant@^2.2.4:
version "2.2.4"
resolved "https://registry.yarnpkg.com/invariant/-/invariant-2.2.4.tgz#610f3c92c9359ce1db616e538008d23ff35158e6"
integrity sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA==
Expand Down Expand Up @@ -5033,10 +5033,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.2:
version "11.0.2"
resolved "https://registry.yarnpkg.com/relay-compiler/-/relay-compiler-11.0.2.tgz#e1e09a1c881d169a7a524ead728ad6a89c7bd4af"
integrity sha512-nDVAURT1YncxSiDOKa39OiERkAr0DUcPmlHlg+C8zD+EiDo2Sgczf2R6cDsN4UcDvucYtkLlDLFErPwgLs8WzA==
dependencies:
"@babel/core" "^7.0.0"
"@babel/generator" "^7.5.0"
Expand All @@ -5050,18 +5050,20 @@ relay-compiler@^10.1.3:
fbjs "^3.0.0"
glob "^7.1.1"
immutable "~3.7.6"
invariant "^2.2.4"
nullthrows "^1.1.1"
relay-runtime "10.1.3"
relay-runtime "11.0.2"
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.2, relay-runtime@^11.0.2:
version "11.0.2"
resolved "https://registry.yarnpkg.com/relay-runtime/-/relay-runtime-11.0.2.tgz#c3650477d45665b9628b852b35f203e361ad55e8"
integrity sha512-xxZkIRnL8kNE1cxmwDXX8P+wSeWLR+0ACFyAiAhvfWWAyjXb+bhjJ2FSsRGlNYfkqaTNEuDqpnodQV1/fF7Idw==
dependencies:
"@babel/runtime" "^7.0.0"
fbjs "^3.0.0"
invariant "^2.2.4"

remove-trailing-separator@^1.0.1:
version "1.1.0"
Expand Down

0 comments on commit 2f7b44d

Please sign in to comment.