Skip to content
This repository has been archived by the owner on Oct 26, 2021. It is now read-only.

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bdefore committed Apr 18, 2016
1 parent a98dc68 commit fa2370d
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 30 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,16 @@ Peer dependencies for each version:
"react-router": "^2.0.0-rc4",
```

#### 3.x

[Babel](https://github.com/babel/babel) 6, [React Router](https://github.com/rackt/react-router) 2, [React Router Redux](https://github.com/rackt/react-router-redux) 3 (Redux Simple Router renamed) is available but optional.

```
"react": "^15.0.0",
"react-dom": "^15.0.0",
"react-router": "^2.0.0",
```

### Local development

If you'd like to develop on Universal Redux, clone the repo and while testing with a project that uses it, you can run `PROJECT_PATH=/path/to/project npm run dev` from the Universal Redux root, which will watch for changes and copy them over to your project's `node_modules/universal-redux/lib` directory. If any of your changes add dependencies, you will need to copy those over manually.
Expand Down
60 changes: 30 additions & 30 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@
"prepublish": "npm run compile"
},
"dependencies": {
"autoprefixer": "6.3.3",
"babel-cli": "6.6.0",
"babel-core": "6.6.0",
"babel-eslint": "5.0.0",
"autoprefixer": "6.3.6",
"babel-cli": "6.7.5",
"babel-core": "6.7.6",
"babel-eslint": "6.0.2",
"babel-loader": "6.2.4",
"babel-plugin-react-transform": "2.0.0",
"babel-plugin-react-transform": "2.0.2",
"babel-plugin-transform-decorators-legacy": "1.3.4",
"babel-plugin-transform-runtime": "6.6.0",
"babel-plugin-typecheck": "3.7.0",
"babel-plugin-transform-runtime": "6.7.5",
"babel-plugin-typecheck": "3.8.0",
"babel-preset-es2015": "6.6.0",
"babel-preset-react": "6.5.0",
"babel-preset-stage-0": "6.5.0",
Expand All @@ -56,40 +56,40 @@
"extract-text-webpack-plugin": "1.0.1",
"file-loader": "0.8.5",
"json-loader": "0.5.4",
"less": "2.6.0",
"less-loader": "2.2.2",
"lodash": "^4.5.1",
"less": "2.6.1",
"less-loader": "2.2.3",
"lodash": "^4.11.1",
"node-sass": "3.4.2",
"postcss-loader": "0.8.1",
"postcss-loader": "0.8.2",
"pretty-error": "2.0.0",
"query-string": "3.0.1",
"react": "^0.14.3",
"react-addons-test-utils": "^0.14.3",
"react-document-meta": "2.0.2",
"react-dom": "^0.14.3",
"react-redux": "4.4.0",
"react-router": "2.0.0",
"react": "^15.0.1",
"react-addons-test-utils": "^15.0.1",
"react-document-meta": "2.0.3",
"react-dom": "^15.0.1",
"react-redux": "4.4.5",
"react-router": "2.2.4",
"react-router-redux": "3.0.0",
"react-transform-catch-errors": "1.0.2",
"react-transform-hmr": "1.0.2",
"redbox-react": "1.2.2",
"react-transform-hmr": "1.0.4",
"redbox-react": "1.2.3",
"redux": "3.3.1",
"redux-async-connect": "0.1.13",
"redux-devtools": "3.1.1",
"redux-devtools-dock-monitor": "1.1.0",
"redux-devtools-log-monitor": "1.0.5",
"redux-devtools": "3.2.0",
"redux-devtools-dock-monitor": "1.1.1",
"redux-devtools-log-monitor": "1.0.11",
"redux-logger": "2.6.1",
"sass-loader": "3.1.2",
"sass-loader": "3.2.0",
"serialize-javascript": "1.2.0",
"serve-favicon": "2.3.0",
"style-loader": "0.13.0",
"style-loader": "0.13.1",
"url-loader": "0.5.7",
"webpack": "1.12.13",
"webpack": "1.13.0",
"webpack-config-merger": "0.0.5",
"webpack-dev-middleware": "1.5.1",
"webpack-error-notification": "0.1.6",
"webpack-hot-middleware": "2.8.1",
"webpack-isomorphic-tools": "2.2.30"
"webpack-hot-middleware": "2.10.0",
"webpack-isomorphic-tools": "2.2.48"
},
"devDependencies": {
"chai": "3.4.1",
Expand All @@ -105,9 +105,9 @@
"phantomjs-polyfill": "0.0.1"
},
"peerDependencies": {
"react": "^0.14.3",
"react-dom": "^0.14.3",
"react-router": "^2.0.0-rc4"
"react": "^15.0.0",
"react-dom": "^15.0.0",
"react-router": "^2.0.0"
},
"engines": {
"node": ">=4.1.1",
Expand Down

0 comments on commit fa2370d

Please sign in to comment.