react-redux-epic
Advanced tools
Comparing version 0.3.1 to 1.0.0
@@ -0,1 +1,16 @@ | ||
<a name="1.0.0"></a> | ||
# [1.0.0](https://github.com/BerkeleyTrue/react-redux-epic/compare/v0.3.1...v1.0.0) (2017-09-27) | ||
### Features | ||
* **packages:** Upgrade to React 16 ([#21](https://github.com/BerkeleyTrue/react-redux-epic/issues/21)) ([7dcdedb](https://github.com/BerkeleyTrue/react-redux-epic/commit/7dcdedb)) | ||
### BREAKING CHANGES | ||
* **packages:** This version requires major version bumps of several dependencies | ||
<a name="0.3.1"></a> | ||
@@ -2,0 +17,0 @@ ## [0.3.1](https://github.com/BerkeleyTrue/react-redux-epic/compare/v0.3.0...v0.3.1) (2017-04-25) |
{ | ||
"name": "react-redux-epic", | ||
"version": "0.3.1", | ||
"version": "1.0.0", | ||
"description": "Server side rendering for Redux-Observable", | ||
@@ -8,2 +8,3 @@ "main": "lib", | ||
"commit": "git-cz", | ||
"pretest": "npm run lint", | ||
"test": "NODE_ENV=test nyc ava", | ||
@@ -16,4 +17,5 @@ "test:watch": "ava --watch", | ||
"cover:alls": "nyc report --reporter=text-lcov | coveralls", | ||
"prebuild": "npm run test", | ||
"build": "BABEL_ENV=production babel src --out-dir lib", | ||
"prepublish": "npm run lint && npm run test && npm run build" | ||
"prepublishOnly": "npm run build" | ||
}, | ||
@@ -49,6 +51,6 @@ "repository": { | ||
"devDependencies": { | ||
"ava": "^0.19.1", | ||
"ava": "^0.22.0", | ||
"babel": "^6.5.2", | ||
"babel-cli": "^6.14.0", | ||
"babel-eslint": "^7.2.2", | ||
"babel-eslint": "^8.0.0", | ||
"babel-plugin-dev-expression": "^0.2.1", | ||
@@ -62,20 +64,21 @@ "babel-plugin-istanbul": "^4.1.1", | ||
"cz-conventional-changelog": "^2.0.0", | ||
"enzyme": "^2.4.1", | ||
"eslint": "^3.5.0", | ||
"enzyme": "^3.0.0", | ||
"enzyme-adapter-react-16": "^1.0.0", | ||
"eslint": "^4.1.0", | ||
"eslint-plugin-import": "^2.2.0", | ||
"eslint-plugin-react": "^6.3.0", | ||
"eslint-plugin-react": "^7.0.0", | ||
"nodemon": "^1.11.0", | ||
"nyc": "^10.1.2", | ||
"react-addons-test-utils": "^15.3.2", | ||
"nyc": "^11.0.1", | ||
"react-redux": "^5.0.4", | ||
"sinon": "^2.1.0" | ||
"react-test-renderer": "^16.0.0", | ||
"sinon": "^4.0.0" | ||
}, | ||
"dependencies": { | ||
"babel-runtime": "^6.11.6", | ||
"debug": "^2.2.0", | ||
"debug": "^3.1.0", | ||
"invariant": "^2.2.1", | ||
"react": "^15.3.2", | ||
"react-dom": "^15.3.2", | ||
"react": "^16.0.0", | ||
"react-dom": "^16.0.0", | ||
"redux": "^3.6.0", | ||
"redux-observable": "^0.14.1", | ||
"redux-observable": "^0.16.0", | ||
"rxjs": "^5.3.0" | ||
@@ -82,0 +85,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
0
35315
22
22
526
+ Addeddebug@3.2.7(transitive)
+ Addedms@2.1.3(transitive)
+ Addedreact@16.14.0(transitive)
+ Addedreact-dom@16.14.0(transitive)
+ Addedredux-observable@0.16.0(transitive)
+ Addedscheduler@0.19.1(transitive)
- Removedasap@2.0.6(transitive)
- Removedcore-js@1.2.7(transitive)
- Removedcreate-react-class@15.7.0(transitive)
- Removeddebug@2.6.9(transitive)
- Removedencoding@0.1.13(transitive)
- Removedfbjs@0.8.18(transitive)
- Removediconv-lite@0.6.3(transitive)
- Removedis-stream@1.1.0(transitive)
- Removedisomorphic-fetch@2.2.1(transitive)
- Removedms@2.0.0(transitive)
- Removednode-fetch@1.7.3(transitive)
- Removedpromise@7.3.1(transitive)
- Removedreact@15.7.0(transitive)
- Removedreact-dom@15.7.0(transitive)
- Removedredux-observable@0.14.1(transitive)
- Removedsafer-buffer@2.1.2(transitive)
- Removedsetimmediate@1.0.5(transitive)
- Removedua-parser-js@0.7.39(transitive)
- Removedwhatwg-fetch@3.6.20(transitive)
Updateddebug@^3.1.0
Updatedreact@^16.0.0
Updatedreact-dom@^16.0.0
Updatedredux-observable@^0.16.0