pokedex-react icon indicating copy to clipboard operation
pokedex-react copied to clipboard

Update exercises to newest version of dependencies

Open MichaelDeBoey opened this issue 8 years ago • 2 comments

Bump following packages to newest version:

 "dependencies": {
-    "apollo-client": "^0.5.0",
-    "graphql-anywhere": "^0.3.0",
-    "react": "^15.3.1",
-    "react-apollo": "^0.5.14",
-    "react-dom": "^15.3.1",
-    "react-router": "^2.8.0",
-    "styled-components": "^1.1.3",
-    "tachyons": "^4.3.1"

+   "apollo-client": "^1.1.1",
+    "graphql-anywhere": "^3.0.1",
+    "react": "^15.5.4",
+    "react-apollo": "^1.1.3",
+    "react-dom": "^15.5.4",
+    "react-router": "^4.1.1",
+    "styled-components": "^1.4.6",
+    "tachyons": "^4.7.1"
 },

MichaelDeBoey avatar May 02 '17 15:05 MichaelDeBoey

@MichaelDeBoey If anybody interested, I've upgraded the tutorial to the new apollo client and react router v4. See this repo. The commit history reflects the tutorial steps

iurii-kyrylenko avatar May 19 '17 11:05 iurii-kyrylenko

Wow, that's amazing! This is tremendously helpful for the update we're planning, thanks 🙏

marktani avatar May 19 '17 12:05 marktani