Skip to content

Commit c3b24ff

Browse files
efallancygaearon
authored andcommitted
Fix the broken link in the blog for 2014-10-6 react v0.12-rc1 (reactjs#193)
1 parent f11badf commit c3b24ff

File tree

2 files changed

+4
-31
lines changed

2 files changed

+4
-31
lines changed

content/blog/2014-10-16-react-v0.12-rc1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ We've also published version `0.12.0-rc1` of the `react` and `react-tools` packa
2222

2323
## React Elements
2424

25-
The biggest conceptual change we made in v0.12 is the move to React Elements. [We talked about this topic in depth earlier this week](/blog/2014/10/14/introducting-react-elements.html). If you haven't already, you should read up on the exciting changes in there!
25+
The biggest conceptual change we made in v0.12 is the move to React Elements. [We talked about this topic in depth earlier this week](/blog/2014/10/14/introducing-react-elements.html). If you haven't already, you should read up on the exciting changes in there!
2626

2727

2828
## JSX Changes

yarn.lock

Lines changed: 3 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -2332,14 +2332,6 @@ create-hmac@^1.1.0, create-hmac@^1.1.2, create-hmac@^1.1.4:
23322332
safe-buffer "^5.0.1"
23332333
sha.js "^2.4.8"
23342334

2335-
create-react-class@^15.6.0:
2336-
version "15.6.2"
2337-
resolved "https://registry.yarnpkg.com/create-react-class/-/create-react-class-15.6.2.tgz#cf1ed15f12aad7f14ef5f2dfe05e6c42f91ef02a"
2338-
dependencies:
2339-
fbjs "^0.8.9"
2340-
loose-envify "^1.3.1"
2341-
object-assign "^4.1.1"
2342-
23432335
cross-env@^3.1.1:
23442336
version "3.2.4"
23452337
resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-3.2.4.tgz#9e0585f277864ed421ce756f81a980ff0d698aba"
@@ -4438,7 +4430,7 @@ graphql-skip-limit@^1.0.5:
44384430
dependencies:
44394431
babel-runtime "^6.26.0"
44404432

4441-
graphql@^0.10.3, graphql@^0.10.5:
4433+
graphql@0.10.5, graphql@^0.10.3, graphql@^0.10.5:
44424434
version "0.10.5"
44434435
resolved "https://registry.yarnpkg.com/graphql/-/graphql-0.10.5.tgz#c9be17ca2bdfdbd134077ffd9bbaa48b8becd298"
44444436
dependencies:
@@ -7755,16 +7747,7 @@ react-deep-force-update@^2.0.1:
77557747
version "2.0.1"
77567748
resolved "https://registry.yarnpkg.com/react-deep-force-update/-/react-deep-force-update-2.0.1.tgz#4f7f6c12c3e7de42f345992a3c518236fa1ecad3"
77577749

7758-
react-dom@^15.6.0:
7759-
version "15.6.2"
7760-
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-15.6.2.tgz#41cfadf693b757faf2708443a1d1fd5a02bef730"
7761-
dependencies:
7762-
fbjs "^0.8.9"
7763-
loose-envify "^1.1.0"
7764-
object-assign "^4.1.0"
7765-
prop-types "^15.5.10"
7766-
7767-
react-dom@^16.0.0:
7750+
[email protected], react-dom@^15.6.0, react-dom@^16.0.0:
77687751
version "16.0.0"
77697752
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.0.0.tgz#9cc3079c3dcd70d4c6e01b84aab2a7e34c303f58"
77707753
dependencies:
@@ -7827,17 +7810,7 @@ react-side-effect@^1.1.0:
78277810
exenv "^1.2.1"
78287811
shallowequal "^1.0.1"
78297812

7830-
react@^15.6.0:
7831-
version "15.6.2"
7832-
resolved "https://registry.yarnpkg.com/react/-/react-15.6.2.tgz#dba0434ab439cfe82f108f0f511663908179aa72"
7833-
dependencies:
7834-
create-react-class "^15.6.0"
7835-
fbjs "^0.8.9"
7836-
loose-envify "^1.1.0"
7837-
object-assign "^4.1.0"
7838-
prop-types "^15.5.10"
7839-
7840-
react@^16.0.0:
7813+
[email protected], react@^15.6.0, react@^16.0.0:
78417814
version "16.0.0"
78427815
resolved "https://registry.yarnpkg.com/react/-/react-16.0.0.tgz#ce7df8f1941b036f02b2cca9dbd0cb1f0e855e2d"
78437816
dependencies:

0 commit comments

Comments
 (0)