From ddf974b465036f7de8bbeb1cf81b13f1c3d9d642 Mon Sep 17 00:00:00 2001 From: Oz Date: Tue, 24 Jan 2017 12:48:36 +0100 Subject: [PATCH 1/3] updated react --- README.md | 2 +- package.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6a988ee..65b24b8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -#React (15.4.0) example using ES2015 [![Build Status](https://travis-ci.org/code0wl/react-example-modern-javascript.svg?branch=master)](https://travis-ci.org/code0wl/react-example-modern-javascript) +#React (15.4.2) example using ES2015 [![Build Status](https://travis-ci.org/code0wl/react-example-modern-javascript.svg?branch=master)](https://travis-ci.org/code0wl/react-example-modern-javascript) On the react site there is a demo on how to learn to think with react. This is the same tutorial executed using ES2015 and webpack as a build process. There are some gotcha's transforming your code to ES2015 whilst using React. In this demo there is a solution for these common challenges. diff --git a/package.json b/package.json index 6f11f20..40c0230 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "react-example-2015", + "name": "modern-javascript-react", "version": "1.0.0", "description": "React es15 in best practice style.", "main": "webpack.config.js", @@ -39,8 +39,8 @@ }, "homepage": "https://github.com/Ositoozy/react-example-es2015.git#readme", "dependencies": { - "react": "^15.4.0", - "react-dom": "^15.4.0", + "react": "15.4.2", + "react-dom": "15.4.2", "tapable": "^0.2.4" } } From 8a3aeefe8e9d4ea6c4c870624c0f938919d21143 Mon Sep 17 00:00:00 2001 From: Oz Date: Sun, 9 Apr 2017 09:02:06 +0900 Subject: [PATCH 2/3] update --- README.md | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 65b24b8..131ab27 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -#React (15.4.2) example using ES2015 [![Build Status](https://travis-ci.org/code0wl/react-example-modern-javascript.svg?branch=master)](https://travis-ci.org/code0wl/react-example-modern-javascript) +# React (15.5.0) example using ES2015 [![Build Status](https://travis-ci.org/code0wl/react-example-modern-javascript.svg?branch=master)](https://travis-ci.org/code0wl/react-example-modern-javascript) On the react site there is a demo on how to learn to think with react. This is the same tutorial executed using ES2015 and webpack as a build process. There are some gotcha's transforming your code to ES2015 whilst using React. In this demo there is a solution for these common challenges. diff --git a/package.json b/package.json index 40c0230..0caf13b 100644 --- a/package.json +++ b/package.json @@ -39,8 +39,8 @@ }, "homepage": "https://github.com/Ositoozy/react-example-es2015.git#readme", "dependencies": { - "react": "15.4.2", - "react-dom": "15.4.2", + "react": "15.5.0", + "react-dom": "15.5.0", "tapable": "^0.2.4" } } From 7b7f7d588497da11d15d7f619e7394be1c19b4e4 Mon Sep 17 00:00:00 2001 From: Oz Date: Sat, 15 Jul 2017 12:52:13 +0200 Subject: [PATCH 3/3] react version bumpt --- README.md | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 131ab27..e611253 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# React (15.5.0) example using ES2015 [![Build Status](https://travis-ci.org/code0wl/react-example-modern-javascript.svg?branch=master)](https://travis-ci.org/code0wl/react-example-modern-javascript) +# React (15.6.0) example using ES2015 [![Build Status](https://travis-ci.org/code0wl/react-example-modern-javascript.svg?branch=master)](https://travis-ci.org/code0wl/react-example-modern-javascript) On the react site there is a demo on how to learn to think with react. This is the same tutorial executed using ES2015 and webpack as a build process. There are some gotcha's transforming your code to ES2015 whilst using React. In this demo there is a solution for these common challenges. diff --git a/package.json b/package.json index 0caf13b..824dcbf 100644 --- a/package.json +++ b/package.json @@ -39,8 +39,8 @@ }, "homepage": "https://github.com/Ositoozy/react-example-es2015.git#readme", "dependencies": { - "react": "15.5.0", - "react-dom": "15.5.0", + "react": "15.6.0", + "react-dom": "15.6.0", "tapable": "^0.2.4" } }