Skip to content
This repository was archived by the owner on May 4, 2019. It is now read-only.

[WIP] Upgrade to Next branch #13

Merged
merged 5 commits into from
Apr 26, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 9 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,18 @@
"react-scripts": "0.9.5"
},
"dependencies": {
"admin-on-rest": "~0.9.2",
"admin-on-rest": "~1.0.0",
"aor-language-french": "^1.7.0",
"aor-rich-text-input": "^1.0.0",
"material-ui": "~0.16.4",
"react": "~15.4.0",
"react-dom": "~15.4.0",
"react-redux": "^5.0.1",
"react-tap-event-plugin": "~2.0.0",
"redux-saga": "~0.14.2"
"prop-types": "~15.5.7",
"react": "~15.5.4",
"react-dom": "~15.5.4",
"react-redux": "~5.0.4",
"react-router-dom": "~4.1.0",
"react-tap-event-plugin": "~2.0.1",
"redux-form": "~6.6.2",
"redux-saga": "~0.14.6"
},
"scripts": {
"start": "react-scripts start",
Expand Down
Loading