1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00

Examples: Update with-redux-observable example packages (#5412)

This commit is contained in:
Duncan L 2018-10-09 03:47:26 -07:00 committed by Tim Neutkens
parent 91b21f9514
commit 5fbca72ea2

View file

@ -10,13 +10,13 @@
"dependencies": { "dependencies": {
"next": "latest", "next": "latest",
"next-redux-wrapper": "^2.0.0-beta.6", "next-redux-wrapper": "^2.0.0-beta.6",
"react": "^16.0.0", "react": "^16.5.2",
"react-dom": "^16.0.0", "react-dom": "^16.5.2",
"react-redux": "^5.0.1", "react-redux": "^5.0.7",
"redux": "^4.0.0", "redux": "^4.0.0",
"redux-logger": "^3.0.6", "redux-logger": "^3.0.6",
"redux-observable": "^1.0.0", "redux-observable": "^1.0.0",
"rxjs": "^6.2.1", "rxjs": "^6.3.3",
"universal-rxjs-ajax": "^2.0.0" "universal-rxjs-ajax": "^2.0.0"
}, },
"license": "ISC" "license": "ISC"