Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jamuhl committed Oct 2, 2017
1 parent 9a72ebc commit ea93da9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions example/react_renderProps/package.json
Expand Up @@ -3,13 +3,13 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"react": "^15.6.2",
"react-dom": "^15.6.2",
"react-scripts": "1.0.13",
"i18next": "8.4.3",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-scripts": "1.0.14",
"i18next": "9.0.1",
"i18next-browser-languagedetector": "2.0.0",
"i18next-xhr-backend": "1.4.2",
"react-i18next": "6.0.0"
"i18next-xhr-backend": "1.4.3",
"react-i18next": "6.0.3"
},
"scripts": {
"start": "react-scripts start",
Expand Down
12 changes: 6 additions & 6 deletions example/react_withHOC/package.json
Expand Up @@ -3,13 +3,13 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"react": "^15.6.2",
"react-dom": "^15.6.2",
"react-scripts": "1.0.13",
"i18next": "8.4.3",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-scripts": "1.0.14",
"i18next": "9.0.1",
"i18next-browser-languagedetector": "2.0.0",
"i18next-xhr-backend": "1.4.2",
"react-i18next": "6.0.0"
"i18next-xhr-backend": "1.4.3",
"react-i18next": "6.0.3"
},
"scripts": {
"start": "react-scripts start",
Expand Down

0 comments on commit ea93da9

Please sign in to comment.