Skip to content

Commit

Permalink
chore: Update for release (#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
taion authored Jun 14, 2019
1 parent 22ec64b commit b2f05ce
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 12 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

[Relay](http://facebook.github.io/relay/) integration for [Found](https://github.com/4Catalyzer/found).

**This branch tracks the [v0.4 prereleases](https://github.com/4Catalyzer/found-relay/releases), tagged `next` on npm. For the v0.3 releases tagged `latest` on npm, see the [`v0.3-dev`](https://github.com/4Catalyzer/found-relay/tree/v0.3-dev) branch.**

<!-- prettier-ignore-start -->
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
Expand Down Expand Up @@ -202,5 +200,5 @@ If `render` returns a truthy value, then the rendered element will also subscrib

[build-badge]: https://img.shields.io/travis/relay-tools/found-relay/master.svg
[build]: https://travis-ci.org/relay-tools/found-relay
[npm-badge]: https://img.shields.io/npm/v/found-relay/next.svg
[npm-badge]: https://img.shields.io/npm/v/found-relay.svg
[npm]: https://www.npmjs.org/package/found-relay
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"babel-plugin-add-module-exports": "^1.0.2",
"babel-plugin-relay": "^5.0.0",
"codecov": "^3.5.0",
"delay": "^4.2.0",
"delay": "^4.3.0",
"doctoc": "^1.4.0",
"eslint": "^5.16.0",
"eslint-config-4catalyzer-jest": "^1.3.0",
Expand All @@ -107,11 +107,11 @@
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-react": "^7.13.0",
"farce": "^0.2.8",
"found": "^0.4.0-alpha.17",
"found": "^0.4.0",
"graphql": "^14.3.1",
"husky": "^2.4.1",
"jest": "^24.8.0",
"lint-staged": "^8.2.0",
"lint-staged": "^8.2.1",
"p-defer": "^3.0.0",
"prettier": "^1.18.2",
"react": "^16.8.6",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2074,7 +2074,7 @@ del@^3.0.0:
pify "^3.0.0"
rimraf "^2.2.8"

delay@^4.2.0:
delay@^4.3.0:
version "4.3.0"
resolved "https://registry.yarnpkg.com/delay/-/delay-4.3.0.tgz#efeebfb8f545579cb396b3a722443ec96d14c50e"
integrity sha512-Lwaf3zVFDMBop1yDuFZ19F9WyGcZcGacsbdlZtWjQmM50tOcMntm1njF/Nb/Vjij3KaSvCF+sEYGKrrjObu2NA==
Expand Down Expand Up @@ -2820,10 +2820,10 @@ format@^0.2.2:
resolved "https://registry.yarnpkg.com/format/-/format-0.2.2.tgz#d6170107e9efdc4ed30c9dc39016df942b5cb58b"
integrity sha1-1hcBB+nv3E7TDJ3DkBbflCtctYs=

found@^0.4.0-alpha.17:
version "0.4.0-alpha.17"
resolved "https://registry.yarnpkg.com/found/-/found-0.4.0-alpha.17.tgz#2996a6ff997c74dbddb1f124b92ffbd2acd3ff4a"
integrity sha512-Q0VpXjcXYel4FS0hHtpLppmZ2zO/SfUICkV1yxfgr2sGzOeWuHnyRCxTpaxZLjWIqcA03VVFgSAT32B4U4TRlw==
found@^0.4.0:
version "0.4.0"
resolved "https://registry.yarnpkg.com/found/-/found-0.4.0.tgz#accfe91b180dacccd1f87151d77987b2e67ecca3"
integrity sha512-hBn0bfqIDWBHWmLsmuBrsjvuZwACQgvfDcdTaN0qlSdtUhQ0jxII3h0tQSZd+0rK5G93SwQ0dkPptkkgKEQh+w==
dependencies:
"@babel/runtime-corejs2" "^7.4.4"
"@restart/context" "^2.1.4"
Expand Down Expand Up @@ -4170,7 +4170,7 @@ levn@^0.3.0, levn@~0.3.0:
prelude-ls "~1.1.2"
type-check "~0.3.2"

lint-staged@^8.2.0:
lint-staged@^8.2.1:
version "8.2.1"
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-8.2.1.tgz#752fcf222d9d28f323a3b80f1e668f3654ff221f"
integrity sha512-n0tDGR/rTCgQNwXnUf/eWIpPNddGWxC32ANTNYsj2k02iZb7Cz5ox2tytwBu+2r0zDXMEMKw7Y9OD/qsav561A==
Expand Down

0 comments on commit b2f05ce

Please sign in to comment.